aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+2
2021-02-22Merge tag 'ti-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+0
2021-02-22Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodian...Tom Rini1-101/+0
2021-02-22button: add udevice forward declarationNeil Armstrong1-0/+2
2021-02-22clk: remove a redundant headerDario Binacchi1-1/+0
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk33-33/+33
2021-02-21board: freescale: drop CONFIG_DM_I2C undefsIgor Opaniuk5-5/+0
2021-02-19fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara1-18/+0
2021-02-19sunxi: Remove dead ifdefs in sunxi-common.hSamuel Holland1-15/+0
2021-02-19video: remove unused include/mb862xx.hHeinrich Schuchardt1-101/+0
2021-02-19Merge tag 'mmc-2021-2-19' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini1-0/+15
2021-02-19mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung1-0/+14
2021-02-19mmc: fix response timeout after switch commandStefan Bosch1-0/+1
2021-02-18Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'WIP/18Feb2021Tom Rini2-9/+2
2021-02-18mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne1-0/+6
2021-02-18xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne1-1/+19
2021-02-18dm: Introduce dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne1-0/+17
2021-02-18dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne1-0/+13
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne4-0/+68
2021-02-17image: Do not #if guard board_fit_image_post_process() prototypeAlexandru Gagniuc1-7/+0
2021-02-17spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc1-2/+2
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil3-0/+172
2021-02-16net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean1-0/+21
2021-02-16drivers: tee: sandbox: add rpc test ta emulationIgor Opaniuk1-0/+30
2021-02-16IOMUX: Introduce iomux_replace_device()Andy Shevchenko1-0/+1
2021-02-16IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko1-0/+5
2021-02-16IOMUX: Split out iomux_match_device() helperAndy Shevchenko1-0/+1
2021-02-16stdio: Introduce a new helper stdio_file_to_flags()Andy Shevchenko1-0/+2
2021-02-16stdio: Get rid of dead code, i.e. stdio_deregister()Andy Shevchenko1-1/+0
2021-02-15image: Adjust the workings of fit_check_format()Simon Glass1-1/+20
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini34-5/+63
2021-02-15sh: Remove sh7763rdp boardTom Rini1-66/+0
2021-02-15sh: Remove sh7757lcr boardTom Rini1-78/+0
2021-02-15sh: Remove sh7753evb boardTom Rini1-65/+0
2021-02-15sh: Remove sh7752evb boardTom Rini1-65/+0
2021-02-15sh: Remove r7780mp boardTom Rini1-108/+0
2021-02-15sh: Remove MigoR boardTom Rini1-82/+0
2021-02-15ppc: Remove MPC8641HPCN boardTom Rini1-632/+0
2021-02-15ppc: Remove MPC8610HPCD boardTom Rini1-559/+0
2021-02-15ppc: Remove MPC8572DS boardTom Rini1-600/+0
2021-02-15ppc: Remove MPC8544DS boardTom Rini1-408/+0
2021-02-15arm: Remove db-88f6281-bp boardTom Rini1-83/+0
2021-02-15arm: Remove ls2080a_simu boardTom Rini2-227/+0
2021-02-15arm: Remove mx35pdk boardTom Rini1-206/+0
2021-02-15arm: Remove apx4devkit boardTom Rini1-77/+0
2021-02-10Merge tag 'u-boot-amlogic-20210210' of https://gitlab.denx.de/u-boot/custodia...WIP/10Feb2021Tom Rini2-0/+307
2021-02-10generic-phy: add configure opNeil Armstrong1-0/+23
2021-02-10phy: dphy: Add configuration helpersNeil Armstrong1-0/+284
2021-02-09configs: stm32mp1: enable the fastboot oem command formatJean-Philippe ROMAIN1-0/+14
2021-02-08Merge git://git.denx.de/u-boot-marvellWIP/08Feb2021Tom Rini3-1/+22