aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-04ram: k3-ddrss: Introduce ECC Functionality for full memory spaceDave Gerlach2-0/+149
2022-04-04ram: k3-ddrss: Rename ddrss_ss_regs to ddrss_ctl_regsDave Gerlach1-2/+3
2022-04-04dt-bindings: memory-controller: Add information about ECC bindingsDave Gerlach1-0/+8
2022-04-04board: ti: am64x: Use fdt functions for ram and bank initDave Gerlach1-7/+12
2022-04-04arm: dts: k3-am642-r5-evm: Mark memory with u-boot, dm-splDave Gerlach1-0/+1
2022-04-04ARM: dts: k3-am642: Correct timer frequencyVignesh Raghavendra2-2/+2
2022-04-04configs: am64x_evm_a53_defconfig: Switch to per-cpu timer as tick providerVignesh Raghavendra1-3/+0
2022-04-04configs: am64x_evm_r5_defconfig: Add support for ESMHari Nagalla1-0/+1
2022-04-04arch: arm: mach-k3: am642_init: Probe ESM nodesHari Nagalla1-4/+36
2022-04-04arm: dts: k3-am64: Add support for ESM device nodesHari Nagalla3-0/+39
2022-04-04misc: k3_esm: Add functionality to set and route error events within K3SoCHari Nagalla1-3/+50
2022-04-04board: axy17lte: get board usable - add bootcmd and docsDzmitry Sankouski5-12/+16
2022-04-04spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara14-18/+16
2022-04-04sunxi: clock: H6: Adjust PLL LDO before clock setupJernej Skrabec1-0/+7
2022-04-04sunxi: clock: H6/H616: Add resistor calibrationJernej Skrabec1-2/+7
2022-04-04sunxi: prcm: Add a few registersJernej Skrabec4-6/+23
2022-04-04sunxi: H3: fix non working console on uart2Angelo Dureghello2-0/+5
2022-04-04Add ethernet0 alias in Nanopi NEO's device treeBaltazár Radics1-0/+4
2022-04-04i2c: sun8i_rsb: Add support for DM clocks and resetsSamuel Holland1-0/+12
2022-04-04i2c: sun8i_rsb: Initialize chips in .child_pre_probeSamuel Holland1-1/+2
2022-04-04i2c: sun6i_p2wi: Add support for DM clocks and resetsSamuel Holland1-0/+12
2022-04-04i2c: sun6i_p2wi: Initialize chips in .child_pre_probeSamuel Holland1-1/+2
2022-04-04sunxi: Support building a SPL as a TOC0 imageSamuel Holland3-1/+30
2022-04-04sunxi: Support SPL in both eGON and TOC0 imagesSamuel Holland3-13/+33
2022-04-04tools: mkimage: Add Allwinner TOC0 supportSamuel Holland6-3/+951
2022-04-04sunxi: specify architecture when generating SPL boot imageIcenowy Zheng1-1/+1
2022-04-04mkimage: sunxi_egon: add support for riscvIcenowy Zheng1-0/+23
2022-04-04mkimage: sunxi_egon: refactor for multi-architecture supportIcenowy Zheng1-7/+43
2022-04-04mkimage: add a flag to describe whether -A is specifiedIcenowy Zheng2-0/+2
2022-04-04spi: sun4i_spi: Remove non-DM pin setupSamuel Holland1-84/+0
2022-04-04pinctrl: sunxi: Add SPI0 pinmuxesSamuel Holland1-0/+15
2022-04-04pwm: sunxi: Remove non-DM pin setupSamuel Holland2-12/+0
2022-04-04pinctrl: sunxi: Add the A64 PWM pinmuxSamuel Holland1-0/+1
2022-04-04sunxi: Remove non-DM MMC pin setupSamuel Holland1-11/+0
2022-04-04pinctrl: sunxi: Add MMC pinmuxesSamuel Holland1-0/+54
2022-04-04i2c: sun8i_rsb: Only do non-DM pin setup for non-DM I2CSamuel Holland1-27/+19
2022-04-04i2c: sun6i_p2wi: Only do non-DM pin setup for non-DM I2CSamuel Holland1-6/+6
2022-04-04sunxi: Remove options and setup code for I2C2-I2C4Samuel Holland4-88/+1
2022-04-04pinctrl: sunxi: Add I2C pinmuxesSamuel Holland1-0/+37
2022-04-04net: sun8i_emac: Remove non-DM pin setupSamuel Holland1-90/+0
2022-04-04pinctrl: sunxi: Add sun8i EMAC pinmuxesSamuel Holland1-0/+7
2022-04-04sunxi: Remove non-DM GMAC pin setupSamuel Holland2-57/+0
2022-04-04pinctrl: sunxi: Add sunxi GMAC pinmuxesSamuel Holland1-0/+3
2022-04-04net: sunxi_emac: Remove non-DM pin setupSamuel Holland2-7/+1
2022-04-04pinctrl: sunxi: Add sun4i EMAC pinmuxesSamuel Holland1-0/+3
2022-04-04pinctrl: sunxi: Add UART pinmuxesSamuel Holland1-0/+98
2022-04-04sunxi: pinctrl: Implement pin configurationSamuel Holland2-0/+54
2022-04-04sunxi: pinctrl: Implement get_pin_muxing functionSamuel Holland1-0/+27
2022-04-04sunxi: pinctrl: Implement pin muxing functionsSamuel Holland2-0/+238
2022-04-04sunxi: pinctrl: Create the driver skeletonSamuel Holland9-129/+501