summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-09-27am3517_evm: Remove unused comments/codeTom Rini
2021-09-27Convert CONFIG_OMAP_EHCI_PHY1_RESET_GPIO et al to KconfigTom Rini
2021-09-27omapl138_lcdk: Stop using CONFIG_MACH_OMAPL138_LCDKTom Rini
2021-09-27ti: keystone: dma: Migrate to KconfigTom Rini
2021-09-27ti: keystone: Clean up or migrate some NAND related options.Tom Rini
2021-09-27compulab: Clean up some unused symbolsTom Rini
2021-09-27Convert CONFIG_USB_XHCI_OMAP to KconfigTom Rini
2021-09-27usb: phy: ti: Remove non-DM PHY codeTom Rini
2021-09-27keystone2: Move CONFIG_AEMIF_CNTRL_BASE out of CONFIG namespaceTom Rini
2021-09-27Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...Tom Rini
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini
2021-09-25fdt_support.h: Remove duplicated declarationsBin Meng
2021-09-25dm: gpio: Add of-platdata supportSimon Glass
2021-09-25irq: Tidy up of-platdata irq supportSimon Glass
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass
2021-09-25dm: Add comments to dt-structs contentsSimon Glass
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-09-25efi_loader: Fix spec ID event creationRuchika Gupta
2021-09-24Avoid polluting CONFIG_ namespace with board specific define.Kristian Amlie
2021-09-24ARM: vexpress_ca9x4: Reintroduce board in order to use with QEMU.Kristian Amlie
2021-09-24mtd: remove SPEAr flash driver st_smiPatrick Delaunay
2021-09-23lmb: Add generic arch_lmb_reserve_generic()Marek Vasut
2021-09-23Merge git://source.denx.de/u-boot-socfpgaTom Rini
2021-09-22Merge tag 'u-boot-at91-2022.01-a' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-09-22arm: socfpga: vining: Drop meaningless commentMarek Vasut
2021-09-22usb: ehci-mx6: use phy_type from device treeMatthias Schiffer
2021-09-22usb: ehci-ci: remove redundant PORTSC flag definitionsMatthias Schiffer
2021-09-22include/configs: replace MXC_EHCI_MODE_SERIAL with PORT_PTS_SERIALMatthias Schiffer
2021-09-22usb: add support for ULPI/SERIAL/HSIC PHY modesMatthias Schiffer
2021-09-22usb: xhci-pci: Move reset logic out of XHCI coreSamuel Holland
2021-09-21include: dt-bindings: mfd: add atmel flexcom include fileEugen Hristev
2021-09-21net: remove unused CONFIG_DRIVER_AT91EMAC_*Eugen Hristev
2021-09-21board: pm926x: remove unused CONFIG_SYS_AT91_CPU_NAMEEugen Hristev
2021-09-21board: atmel: sama7g5ek: avoid rewriting of configured CONFIG_BOOTCOMMANDEugen Hristev
2021-09-21board: sama5d2_xplained: Modify load addressesClément Léger
2021-09-21board: sama5d27_som1_ek: Modify load addressesClément Léger
2021-09-18Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass
2021-09-17clk: ti: k3: Update driver to account for divider flagsSuman Anna
2021-09-17firmware: ti_sci: Include linux/err.h in ti_sci_protocol.hSuman Anna
2021-09-17Remove including timestamp.h in version.hPali Rohár
2021-09-17version: Remove global macro U_BOOT_VERSION_STRING from version.hPali Rohár
2021-09-17version: Move version_string[] from version.h to version_string.hPali Rohár
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár
2021-09-16test: Add a way to skip console checking until a string matchesSimon Glass
2021-09-16sandbox: Add a way to map a file into memorySimon Glass
2021-09-16sandbox: Add a way to find the size of a fileSimon Glass
2021-09-16dm: core: Fix a few incorrect comments on first/next functionsSimon Glass
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini