aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-12Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/12Oct2021Tom Rini68-743/+1307
2021-10-12sunxi: Enable DM_I2C for all sunxi boardsSamuel Holland2-3/+1
2021-10-12sunxi: video: Convert panel I2C to use DM_I2CSamuel Holland8-154/+100
2021-10-12sunxi: pmic_bus: Use the DM PMIC interface when possibleSamuel Holland2-0/+21
2021-10-12sunxi: pmic_bus: Clean up preprocessor conditionsSamuel Holland1-51/+39
2021-10-12i2c: Add a DM_I2C driver for the sun8i RSB controllerSamuel Holland10-196/+309
2021-10-12i2c: Add a DM_I2C driver for the sun6i P2WI controllerSamuel Holland8-134/+240
2021-10-12sunxi: pmic_bus: Fix Kconfig dependenciesSamuel Holland1-1/+2
2021-10-12sunxi: Select SUN8I_RSB more carefullySamuel Holland3-2/+5
2021-10-12sunxi: Only initialize legacy I2C when enabledSamuel Holland1-1/+1
2021-10-12power: pmic: Add a driver for X-Powers AXP PMICsSamuel Holland3-0/+53
2021-10-12power: pmic: Consistently depend on SPL_DM_PMICSamuel Holland1-1/+10
2021-10-12power: pmic: Consistently depend on DM_PMICSamuel Holland1-37/+9
2021-10-11Merge branch '2021-10-11-TI-platform-updates'Tom Rini13-213/+382
2021-10-11arm: dts: Update IOT2050 device tree filesWIP/2021-10-11-TI-platform-updatesJan Kiszka2-1/+30
2021-10-11board: siemens: iot2050: Adjust to changes in DT and configurationJan Kiszka3-5/+5
2021-10-11ARM: omap3_logic: Cleanup usage of MUX_VALAdam Ford1-193/+193
2021-10-11clk: ti: add am33xx/am43xx spread spectrum clock supportDario Binacchi2-3/+140
2021-10-11ARM: dts: am43xx-clocks: add spread spectrum supportDario Binacchi1-6/+6
2021-10-11ARM: dts: am33xx-clocks: add spread spectrum supportDario Binacchi1-5/+5
2021-10-11configs: omap3x_logic: Enable LTO on more LogicPD OMAP3 boardsAdam Ford3-0/+3
2021-10-11sunxi: Add support for FriendlyARM NanoPi R1S H5Chukun Pan4-0/+215
2021-10-11clk: sunxi: Add drivers for A31 and H6 PRCM CCUsSamuel Holland4-0/+136
2021-10-11clk: sunxi: Add support for I2C gates/resetsSamuel Holland12-0/+86
2021-10-11sunxi: gpio: Remove bank-specific size macrosSamuel Holland2-14/+2
2021-10-11sunxi: gpio: Remove name_to_gpio macroSamuel Holland5-15/+14
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland14-19/+2
2021-10-11pinephone_defconfig: add support for early-boot status LEDArnaud Ferraris1-0/+6
2021-10-11board: sunxi: enable status LED earlyArnaud Ferraris1-0/+6
2021-10-11gpio: sunxi: Remove the sunxi_name_to_gpio_bank functionSamuel Holland2-15/+0
2021-10-11sunxi: Simplify MMC pinmux selectionSamuel Holland7-97/+34
2021-10-11clk: sunxi: Move header out of arch directorySamuel Holland15-19/+17
2021-10-11configs: add PineTab defconfigArnaud Ferraris2-0/+15
2021-10-09Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot...WIP/09Oct2021Tom Rini30-948/+110
2021-10-09video: move MXS to KconfigAnatolij Gustschin23-25/+22
2021-10-09video: remove not used mx3fb driverAnatolij Gustschin3-914/+0
2021-10-09common: Kconfig: use 'vidconsole' name instead of old 'video'Anatolij Gustschin1-2/+2
2021-10-09lz4: Use a private header for U-BootSimon Glass5-4/+4
2021-10-09efi_loader: GOP: Fix 30bpp block transfer supportMark Kettenis1-1/+46
2021-10-09video: simplefb: Add 30bpp supportMark Kettenis1-1/+11
2021-10-09efi_loader: GOP: Add 30bpp supportMark Kettenis1-2/+12
2021-10-09video: Add 30bpp supportMark Kettenis2-3/+17
2021-10-08Merge branch '2021-10-08-image-cleanups'Tom Rini51-1509/+2332
2021-10-08image: Split up boot_get_fdt()Simon Glass1-100/+126
2021-10-08image: Reduce variable scope in boot_get_fdt()Simon Glass1-12/+11
2021-10-08image: Remove some #ifdefs from image-fit and image-fit-sigSimon Glass3-9/+16
2021-10-08image: Remove #ifdefs from select_ramdisk()Simon Glass1-67/+72
2021-10-08image: Split up boot_get_ramdisk()Simon Glass1-63/+86
2021-10-08image: Reduce variable scope in boot_get_ramdisk()Simon Glass1-11/+11
2021-10-08image: Drop most #ifdefs in image-board.cSimon Glass2-63/+55