summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-04-05Merge branch '2022-04-04-platform-updates'Tom Rini3-8/+198
2022-04-05Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini12-38/+427
2022-04-05net: zynq_gem: Add SGMII dynamic config supportT Karthik Reddy1-0/+46
2022-04-05firmware: firmware-zynqmp: Add zynqmp_pm_set_gem_config apiT Karthik Reddy1-0/+13
2022-04-05gpio: slg7xl45106: Update gpio desc flags from DTT Karthik Reddy1-0/+2
2022-04-05net: zynq_gem: Move ethernet info print statementT Karthik Reddy1-4/+4
2022-04-05net: phy: Avoid phy gpio reset sequence if DM_ETH_PHY is enabledT Karthik Reddy1-19/+26
2022-04-05net: zynq_gem: Use shared MDIO bus support for zynqmpMichal Simek1-9/+23
2022-04-05net: phy: Fix rgmii-id phy reset timeout issueT Karthik Reddy2-3/+3
2022-04-05clk: zynqmp: Add support for for DP audio/video clocksMichal Simek1-0/+7
2022-04-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini12-355/+1085
2022-04-05ram: k3-am654: Make VTT regulator optionalChristian Gmeiner1-3/+2
2022-04-05ram: k3-am654: Write all configuration valuesDominic Rath1-0/+10
2022-04-05ram: k3-ddrss: Introduce ECC Functionality for full memory spaceDave Gerlach1-0/+133
2022-04-05ram: k3-ddrss: Rename ddrss_ss_regs to ddrss_ctl_regsDave Gerlach1-2/+3
2022-04-05misc: k3_esm: Add functionality to set and route error events within K3SoCHari Nagalla1-3/+50
2022-04-05i2c: sun8i_rsb: Add support for DM clocks and resetsSamuel Holland1-0/+12
2022-04-05i2c: sun8i_rsb: Initialize chips in .child_pre_probeSamuel Holland1-1/+2
2022-04-05i2c: sun6i_p2wi: Add support for DM clocks and resetsSamuel Holland1-0/+12
2022-04-05i2c: sun6i_p2wi: Initialize chips in .child_pre_probeSamuel Holland1-1/+2
2022-04-05spi: sun4i_spi: Remove non-DM pin setupSamuel Holland1-84/+0
2022-04-05pinctrl: sunxi: Add SPI0 pinmuxesSamuel Holland1-0/+15
2022-04-05pwm: sunxi: Remove non-DM pin setupSamuel Holland1-11/+0
2022-04-05pinctrl: sunxi: Add the A64 PWM pinmuxSamuel Holland1-0/+1
2022-04-05pinctrl: sunxi: Add MMC pinmuxesSamuel Holland1-0/+54
2022-04-05i2c: sun8i_rsb: Only do non-DM pin setup for non-DM I2CSamuel Holland1-27/+19
2022-04-05i2c: sun6i_p2wi: Only do non-DM pin setup for non-DM I2CSamuel Holland1-6/+6
2022-04-05pinctrl: sunxi: Add I2C pinmuxesSamuel Holland1-0/+37
2022-04-05net: sun8i_emac: Remove non-DM pin setupSamuel Holland1-90/+0
2022-04-05pinctrl: sunxi: Add sun8i EMAC pinmuxesSamuel Holland1-0/+7
2022-04-05pinctrl: sunxi: Add sunxi GMAC pinmuxesSamuel Holland1-0/+3
2022-04-05net: sunxi_emac: Remove non-DM pin setupSamuel Holland1-6/+1
2022-04-05pinctrl: sunxi: Add sun4i EMAC pinmuxesSamuel Holland1-0/+3
2022-04-05pinctrl: sunxi: Add UART pinmuxesSamuel Holland1-0/+98
2022-04-05sunxi: pinctrl: Implement pin configurationSamuel Holland2-0/+54
2022-04-05sunxi: pinctrl: Implement get_pin_muxing functionSamuel Holland1-0/+27
2022-04-05sunxi: pinctrl: Implement pin muxing functionsSamuel Holland2-0/+238
2022-04-05sunxi: pinctrl: Create the driver skeletonSamuel Holland6-129/+494
2022-04-04Merge branch 'next'Tom Rini112-5934/+3393
2022-04-04Merge tag 'u-boot-at91-2022.07-a' of https://source.denx.de/u-boot/custodians...Tom Rini3-0/+170
2022-04-01serial: dm: Add support for putsSean Anderson2-2/+37
2022-04-01serial: smh: Initialize serial only if semihosting is enabledSean Anderson1-1/+10
2022-04-01serial: Add semihosting driverSean Anderson4-0/+172
2022-04-01db-mv784mp-gp: Rename CONFIG_DB_784MP_GP to CONFIG_TARGET_DB_MV784MP_GPTom Rini2-2/+2
2022-04-01Convert CONFIG_LPUART et al to KconfigTom Rini1-0/+4
2022-04-01Convert CONFIG_MCFRTC et al to KconfigTom Rini2-4/+8
2022-04-01Convert CONFIG_BITBANGMII_MULTI to KconfigTom Rini1-0/+4
2022-04-01Convert CONFIG_BCM2835_GPIO to KconfigTom Rini1-0/+4
2022-04-01timer: atmel_tcb_timer: add atmel_tcb driverClément Léger3-0/+170
2022-03-31video: Do not show splash and U-Boot logo simultaneouslyFabio Estevam1-1/+2