aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-14usb: musb-new: Add glue driver for ST-Ericsson Ux500WIP/2021-07-14-platform-updatesStephan 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 Gerhold4-0/+404
2021-07-14board: stemmy: Copy atags for booting downstream/vendor kernelStephan Gerhold3-0/+91
2021-07-14board: stemmy: Parse atags to get available memoryStephan Gerhold5-15/+74
2021-07-14ARM: dts: uniphier: Add support for Akebi96Kunihiko Hayashi2-0/+190
2021-07-14configs: uniphier: Enable CONFIG_SYS_PCI_64BITKunihiko Hayashi1-0/+2
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-14MAINTAINERS, git-mailrc: socfpga: Change co-maintainer to Tien Fong CheeLey Foon Tan2-3/+4
2021-07-14arm: mach-snapdragon: pinctrl: Place pin_name in .data sectionStephan Gerhold2-3/+2
2021-07-14board-info: Call sysinfo_detect() before sysinfo_get_str()Marek Vasut1-2/+6
2021-07-14board-info: Use sysinfo_get()Marek Vasut1-1/+1
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-14board: armltd: Remove bootargs from Total Compute configurationAnders Dellien1-2/+1
2021-07-13Merge tag 'efi-2021-10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...WIP/13Jul2021Tom Rini6-44/+101
2021-07-12efi_loader: Fix to set bootdev_root correctly if bootdev foundMasami Hiramatsu1-1/+2
2021-07-12efi_loader: set CapsuleLast after each capsuleHeinrich Schuchardt1-12/+13
2021-07-12efi_loader: missing EFI_CALL() in set_capsule_resultHeinrich Schuchardt1-5/+5
2021-07-12efi_loader: rework messages for capsule updatesHeinrich Schuchardt1-13/+15
2021-07-12efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read()Heinrich Schuchardt1-0/+15
2021-07-12lib: remove superfluous #ifdefs from date.cHeinrich Schuchardt1-6/+0
2021-07-12fs: fat: add file attributes to struct fs_direntHeinrich Schuchardt2-5/+49
2021-07-12doc: fix typo in signature.txtThomas Perrot1-2/+2
2021-07-09Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/09Jul2021Tom Rini42-136/+737
2021-07-10mmc: sunxi: Use mmc_of_parse()Andre Przywara1-15/+17
2021-07-10mmc: sunxi: Increase MMIO FIFO read performanceAndre Przywara2-8/+32
2021-07-10mmc: sunxi: Cleanup and fix self-calibration codeAndre Przywara1-8/+19
2021-07-10mmc: sunxi: Enable "new timing mode" on all new SoCsAndre Przywara1-0/+3
2021-07-10mmc: sunxi: Cleanup "new timing mode" selectionAndre Przywara1-9/+6
2021-07-10mmc: sunxi: Fix MMC clock parent selectionAndre Przywara2-4/+8
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-10sunxi: H616: Enable full 4GB of DRAMAndre Przywara2-3/+12
2021-07-10sunxi: board: Add H616 MMC2 pinsAndre Przywara1-0/+13
2021-07-10sunxi: h3: Add initial ZeroPi supportYu-Tung Chang4-1/+106
2021-07-10configs: OrangePi PC2: Update defaultsJernej Skrabec1-1/+3
2021-07-10sunxi: clock: H6/H616: Fix PLL clock factor encodingsAndre Przywara4-5/+5
2021-07-10phy: sun4i-usb: Fix PHY0 routing and passby configuration for MUSBPaul Kocialkowski1-1/+13
2021-07-10arm: dts: sunxi: h3: Update DT filesAndre Przywara8-15/+142
2021-07-10arm: dts: sunxi: h5: Update DT filesAndre Przywara13-24/+296
2021-07-10arm: dts: sunxi: h6: Update DT filesAndre Przywara6-22/+45
2021-07-09Merge branch '2021-07-09-arm-updates'Tom Rini4-14/+21
2021-07-09Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini6-21/+198
2021-07-09arm: armv8: Fix warning about redeclaring global functions as weakWIP/2021-07-09-arm-updatesTom Rini1-6/+3