aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-07-14usb: musb-new: Add glue driver for ST-Ericsson Ux500Stephan Gerhold4-2/+191
2021-07-14phy: Add driver for ST-Ericsson AB8500 USB PHYStephan Gerhold3-0/+59
2021-07-14power: pmic: Add driver for ST-Ericsson AB8500 via PRCMUStephan Gerhold3-0/+279
2021-07-14pci: uniphier: Add UniPhier PCIe controller driverKunihiko Hayashi3-0/+435
2021-07-14phy: socionext: Add UniPhier PCIe PHY driverKunihiko Hayashi5-0/+80
2021-07-14reset: uniphier: Add PCIe reset entryKunihiko Hayashi1-0/+3
2021-07-14clk: uniphier: Add PCIe clock entryKunihiko Hayashi1-0/+3
2021-07-14misc: i2c_eeprom: Add atmel,24c01 to the listMarek Vasut1-0/+1
2021-07-14timer: nomadik-mtu: Use dev_read_addr_ptr()Stephan Gerhold1-5/+2
2021-07-14gpio: Add driver for Nomadik GPIOStephan Gerhold3-0/+134
2021-07-14gpio: Drop long unused DB8500 GPIO driverStephan Gerhold2-222/+0
2021-07-09Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/09Jul2021Tom Rini2-64/+110
2021-07-10mmc: sunxi: Use mmc_of_parse()Andre Przywara1-15/+17
2021-07-10mmc: sunxi: Increase MMIO FIFO read performanceAndre Przywara1-8/+31
2021-07-10mmc: sunxi: Cleanup and fix self-calibration codeAndre Przywara1-8/+19
2021-07-10mmc: sunxi: Cleanup "new timing mode" selectionAndre Przywara1-9/+6
2021-07-10mmc: sunxi: Fix MMC clock parent selectionAndre Przywara1-3/+7
2021-07-10mmc: sunxi: Fix warnings with CONFIG_PHYS_64BITAndre Przywara1-2/+2
2021-07-10mmc: sunxi: Avoid #ifdefs in delay and width setupAndre Przywara1-18/+15
2021-07-10phy: sun4i-usb: Fix PHY0 routing and passby configuration for MUSBPaul Kocialkowski1-1/+13
2021-07-08serial: a37xx: Switch to XTAL clock when booting Linux kernelPali Rohár1-0/+67
2021-07-08serial: a37xx: Use TBG as parent clockPali Rohár1-5/+101
2021-07-08clk: armada-37xx: Set DM_FLAG_PRE_RELOCMarek Behún2-0/+2
2021-07-08serial: a37xx: Fix parent clock rate value and divider calculationPali Rohár1-4/+10
2021-07-07arm: Remove spear600 boards and the rest of SPEAr supportTom Rini7-238/+0
2021-07-07arm: Remove spear320 boardsTom Rini1-1/+1
2021-07-07arm: Remove spear310 boardsTom Rini1-2/+2
2021-07-07arm: Remove spear300 boardsTom Rini1-1/+1
2021-07-07arm: Remove edb9315a boardTom Rini3-11/+2
2021-07-07ppc: Remove T4160RDB boardTom Rini3-4/+1
2021-07-07ppc: Remove sbc8641d boardTom Rini3-95/+2
2021-07-07ppc: Remove xpedite boardsTom Rini1-1/+0
2021-07-07ppc: Remove T1023RBD boards and T1024RDB_SECURE_BOOTTom Rini2-2/+0
2021-07-07ppc: Remove MPC8555CDS boardsTom Rini2-19/+4
2021-07-07ppc: Remove MPC8541CDS boardTom Rini2-2/+2
2021-07-07ppc: Remove caddy2 / vme8349 boardsTom Rini1-2/+1
2021-07-07m68k: Remove M5475x boardsTom Rini1-4/+0
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmWIP/07Jul2021Tom Rini78-3/+204
2021-07-07Merge branch '2021-07-06-update-to-gcc11-clang11'Tom Rini2-5/+9
2021-07-07pinctrl: mscc: Fix multiple definition errorTom Rini1-2/+2
2021-07-07ARM: mvebu: a38x: Correct mismatched bound warningsTom Rini1-3/+7
2021-07-07Merge tag 'u-boot-atmel-fixes-2021.10-a' of https://source.denx.de/u-boot/cus...Tom Rini1-1/+1
2021-07-06Merge branch '2021-07-06-platform-updates'Tom Rini16-7/+1574
2021-07-06serial: serial_msm: Ensure BAM/single character mode are disabledWIP/2021-07-06-platform-updatesStephan Gerhold1-0/+4
2021-07-06Kconfig: convert CONFIG_SYS_I2C_LPC32XXTrevor Woerner1-0/+6
2021-07-06lpc32xx: i2c: finish DM/OF codeTrevor Woerner1-1/+7
2021-07-06lpc32xx: i2c: fix base addressTrevor Woerner1-5/+1
2021-07-06lpc32xx: i2c: remove unused defineTrevor Woerner1-1/+0
2021-07-06i2c: synquacer: SNI Synquacer I2C controllerJassi Brar3-0/+346
2021-07-06spi: synquacer: Add HSSPI SPI controller driver for SynQuacerJassi Brar3-0/+500