aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-12-21global: Remove duplicate common.h inclusionsTom Rini3-3/+0
2023-12-21global: Drop common.h inclusionTom Rini16-19/+3
2023-12-21arm: Partial cleanup and audit usage of <config.h>Tom Rini1-0/+2
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini1-1/+0
2023-12-20Merge tag 'u-boot-amlogic-next-20231220' of https://source.denx.de/u-boot/cus...WIP/20Dec2023-nextTom Rini3-0/+146
2023-12-19drivers: pinctrl: tegra: incorporate existing codeSvyatoslav Ryhel12-0/+2783
2023-12-19drivers: pinctrl: create Tegra DM pinctrl driverSvyatoslav Ryhel6-0/+453
2023-12-19mmc: tegra: use max-frequency from device tree if providedPeter Geis1-1/+1
2023-12-19drivers: gpio-uclass: support PMIC GPIO childrenSvyatoslav Ryhel1-0/+20
2023-12-19drivers: gpio: implement PALMAS GPIO cellSvyatoslav Ryhel4-1/+149
2023-12-19drivers: gpio: implement MAX77663 GPIO cellSvyatoslav Ryhel4-0/+197
2023-12-19Merge patch series "Add support for MediaTek MT8365 EVK Board"Tom Rini2-0/+767
2023-12-19clk: mediatek: add clock driver support for MediaTek MT8365 SoCJulien Masson2-0/+767
2023-12-19mmc: mediatek: set b_max according CONFIG_SYS_MMC_MAX_BLK_COUNTJulien Masson1-1/+1
2023-12-19gpio: dw: Drop unused headersMaksim Kiselev1-8/+2
2023-12-19tee: optee: don't enumerate services if there ain't anyEtienne Carriere1-2/+8
2023-12-19tee: optee: don't fail on services enumeration failureEtienne Carriere1-1/+1
2023-12-19remoteproc: k3-dsp: Avoid reloading of firmwareUdit Kumar1-0/+11
2023-12-19net: Add Amlogic GXL MDIO Mux driverNeil Armstrong3-0/+146
2023-12-18Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv ...WIP/18Dec2023-nextTom Rini1-7/+9
2023-12-18Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi ...Tom Rini10-7/+209
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini14-11/+377
2023-12-18timer: starfive: Add Starfive timer supportKuan Lim Lee1-7/+9
2023-12-15Merge tag 'clk-2024.01-next' of https://source.denx.de/u-boot/custodians/u-bo...WIP/15Dec2023-nextTom Rini13-193/+264
2023-12-15test: dm: clk_ccf: test ccf_clk_opsYang Xiwen2-0/+2
2023-12-15clk: nuvoton: add read only feature for clk driverJim Liu3-9/+19
2023-12-15clk: treewide: switch to clock dump from clk_opsIgor Prusov10-105/+108
2023-12-15clk: amlogic: Move driver and ops structsIgor Prusov1-17/+17
2023-12-15clk: k210: Move soc_clk_dump functionIgor Prusov1-46/+46
2023-12-15clk: ast2600: Move soc_clk_dump functionIgor Prusov1-35/+35
2023-12-15clk: zynq: Move soc_clk_dump to Zynq clock driverIgor Prusov1-0/+58
2023-12-15clk: Check that composite clock's div has set_rate()Igor Prusov1-1/+1
2023-12-15clk: get correct ops for clk_enable() and clk_disable()Yang Xiwen1-0/+2
2023-12-15clk: check parent_name in clk_register to avoid confusing log_error() outputYang Xiwen1-8/+10
2023-12-15board: stm32f469-disco: add support to displayDario Binacchi1-0/+31
2023-12-15clk: stm32f: fix setting of LCD clockDario Binacchi1-12/+14
2023-12-15clk: stm32f: fix setting of division factor for LCD_CLKDario Binacchi1-1/+2
2023-12-14ddr: imx: Add 3600 MTps rate supportMarek Vasut1-0/+4
2023-12-14ddr: imx: Handle 3734 in addition to 3733 and 3732 MTps ratesMarek Vasut1-0/+1
2023-12-14Merge tag 'xilinx-for-v2024.04-rc1' of https://source.denx.de/u-boot/custodia...WIP/14Dec2023-nextTom Rini6-51/+245
2023-12-14spi: cadence-quadspi: Fix error message on stuck busy stateJan Kiszka1-2/+1
2023-12-14mtd: spi-nor-ids: add support for xtx XT55Q02GBruce Suen1-0/+2
2023-12-14mtd: spinand: add support for ESMT F50x1G41LBIgor Prusov3-1/+140
2023-12-14mtd: spi-nor-core: Implement spi_nor_read_sfdp_dma_unsafe() for sfdp parseVaishnav Achath1-2/+32
2023-12-14Merge tag 'u-boot-imx-next-20231214' of https://gitlab.denx.de/u-boot/custodi...Tom Rini6-6/+58
2023-12-13fdt: Check for a valid fdt in oftree_ensure()Simon Glass1-0/+5
2023-12-13acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.hHeinrich Schuchardt1-0/+1
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini1-3/+3
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass1-3/+3
2023-12-13Merge patch series "some LED patches"Tom Rini6-28/+609