aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-10-01ppc: Remove MPC8349EMDS board and ARCH_MPC8349 supportTom Rini2-687/+0
2021-10-01arm: Remove bg0900 boardTom Rini1-39/+0
2021-10-01arm: Remove zmx25 board and ARCH_MX25Tom Rini1-78/+0
2021-10-01arm: Remove aspenite boardTom Rini1-30/+0
2021-10-01arm: Remove flea3 boardTom Rini1-155/+0
2021-09-30Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini4-2/+16
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk34-367/+367
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk3-4/+4
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk4-5/+0
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk28-28/+1
2021-09-29Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...WIP/29Sep2021-nextTom Rini4-6/+9
2021-09-28Merge branch '2021-09-25-TI-platform-updates' into nextTom Rini17-126/+0
2021-09-28mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interfacePatrice Chotard1-3/+3
2021-09-28mtd: spi: nor: force mtd name to "nor%d"Patrick Delaunay3-1/+9
2021-09-28net: replace the "xfi" phy-mode with "10gbase-r"Vladimir Oltean2-3/+3
2021-09-28net: update NXP copyright textVladimir Oltean2-2/+2
2021-09-28net: dsa: introduce a .port_probe() method in struct dsa_opsVladimir Oltean1-1/+4
2021-09-28efi_loader: Fix spec ID event creationRuchika Gupta1-6/+1
2021-09-28mtd: remove SPEAr flash driver st_smiPatrick Delaunay2-101/+0
2021-09-28arm: socfpga: vining: Drop meaningless commentMarek Vasut1-2/+0
2021-09-28usb: ehci-mx6: use phy_type from device treeMatthias Schiffer1-0/+1
2021-09-28usb: ehci-ci: remove redundant PORTSC flag definitionsMatthias Schiffer1-11/+0
2021-09-28include/configs: replace MXC_EHCI_MODE_SERIAL with PORT_PTS_SERIALMatthias Schiffer1-1/+1
2021-09-28usb: add support for ULPI/SERIAL/HSIC PHY modesMatthias Schiffer1-0/+3
2021-09-28usb: xhci-pci: Move reset logic out of XHCI coreSamuel Holland1-2/+0
2021-09-28mtd: cfi_flash: use cfi_flash_num_flash_banks only when supportedPatrick Delaunay1-1/+7
2021-09-28mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interfacePatrice Chotard1-3/+3
2021-09-27ti: keystone: Migrate CONFIG_SOC_K2* to KconfigTom Rini4-12/+0
2021-09-27ti: keystone: Move away from CONFIG_SOC_KEYSTONETom Rini1-2/+0
2021-09-27omap4_panda: Remove unused comments/codeTom Rini1-14/+0
2021-09-27omap3_logic: Remove unused comments/codeTom Rini1-14/+0
2021-09-27am3517_evm: Remove unused comments/codeTom Rini1-13/+0
2021-09-27Convert CONFIG_OMAP_EHCI_PHY1_RESET_GPIO et al to KconfigTom Rini6-15/+0
2021-09-27omapl138_lcdk: Stop using CONFIG_MACH_OMAPL138_LCDKTom Rini1-1/+0
2021-09-27ti: keystone: dma: Migrate to KconfigTom Rini1-31/+0
2021-09-27ti: keystone: Clean up or migrate some NAND related options.Tom Rini1-2/+0
2021-09-27compulab: Clean up some unused symbolsTom Rini2-3/+0
2021-09-27Convert CONFIG_USB_XHCI_OMAP to KconfigTom Rini4-10/+0
2021-09-27usb: phy: ti: Remove non-DM PHY codeTom Rini4-7/+0
2021-09-27keystone2: Move CONFIG_AEMIF_CNTRL_BASE out of CONFIG namespaceTom Rini1-2/+0
2021-09-27Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...WIP/27Sep2021-nextTom Rini9-51/+135
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini11-139/+26
2021-09-25fdt_support.h: Remove duplicated declarationsBin Meng1-2/+0
2021-09-25dm: gpio: Add of-platdata supportSimon Glass1-0/+5
2021-09-25irq: Tidy up of-platdata irq supportSimon Glass1-0/+29
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass1-3/+28
2021-09-25dm: Add comments to dt-structs contentsSimon Glass1-0/+27
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-5/+5
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass3-8/+4
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2-33/+37