aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-12-27cache: add sifive private L2 cache driverZong Li
2023-12-21iommu: add qcom-hyp-smmuCaleb Connolly
2023-12-21iommu: add a connect opCaleb Connolly
2023-12-21iommu: fix compilation when CONFIG_PCI disabledCaleb Connolly
2023-12-21global: Remove duplicate common.h inclusionsTom Rini
2023-12-21global: Drop common.h inclusionTom Rini
2023-12-21arm: Partial cleanup and audit usage of <config.h>Tom Rini
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini
2023-12-20Merge tag 'u-boot-amlogic-next-20231220' of https://source.denx.de/u-boot/cus...Tom Rini
2023-12-19drivers: pinctrl: tegra: incorporate existing codeSvyatoslav Ryhel
2023-12-19drivers: pinctrl: create Tegra DM pinctrl driverSvyatoslav Ryhel
2023-12-19mmc: tegra: use max-frequency from device tree if providedPeter Geis
2023-12-19drivers: gpio-uclass: support PMIC GPIO childrenSvyatoslav Ryhel
2023-12-19drivers: gpio: implement PALMAS GPIO cellSvyatoslav Ryhel
2023-12-19drivers: gpio: implement MAX77663 GPIO cellSvyatoslav Ryhel
2023-12-19Merge patch series "Add support for MediaTek MT8365 EVK Board"Tom Rini
2023-12-19clk: mediatek: add clock driver support for MediaTek MT8365 SoCJulien Masson
2023-12-19mmc: mediatek: set b_max according CONFIG_SYS_MMC_MAX_BLK_COUNTJulien Masson
2023-12-19gpio: dw: Drop unused headersMaksim Kiselev
2023-12-19tee: optee: don't enumerate services if there ain't anyEtienne Carriere
2023-12-19tee: optee: don't fail on services enumeration failureEtienne Carriere
2023-12-19remoteproc: k3-dsp: Avoid reloading of firmwareUdit Kumar
2023-12-19net: Add Amlogic GXL MDIO Mux driverNeil Armstrong
2023-12-18Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini
2023-12-18Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi ...Tom Rini
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini
2023-12-18timer: starfive: Add Starfive timer supportKuan Lim Lee
2023-12-15Merge tag 'clk-2024.01-next' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini
2023-12-15test: dm: clk_ccf: test ccf_clk_opsYang Xiwen
2023-12-15clk: nuvoton: add read only feature for clk driverJim Liu
2023-12-15clk: treewide: switch to clock dump from clk_opsIgor Prusov
2023-12-15clk: amlogic: Move driver and ops structsIgor Prusov
2023-12-15clk: k210: Move soc_clk_dump functionIgor Prusov
2023-12-15clk: ast2600: Move soc_clk_dump functionIgor Prusov
2023-12-15clk: zynq: Move soc_clk_dump to Zynq clock driverIgor Prusov
2023-12-15clk: Check that composite clock's div has set_rate()Igor Prusov
2023-12-15clk: get correct ops for clk_enable() and clk_disable()Yang Xiwen
2023-12-15clk: check parent_name in clk_register to avoid confusing log_error() outputYang Xiwen
2023-12-15board: stm32f469-disco: add support to displayDario Binacchi
2023-12-15clk: stm32f: fix setting of LCD clockDario Binacchi
2023-12-15clk: stm32f: fix setting of division factor for LCD_CLKDario Binacchi
2023-12-14ddr: imx: Add 3600 MTps rate supportMarek Vasut
2023-12-14ddr: imx: Handle 3734 in addition to 3733 and 3732 MTps ratesMarek Vasut
2023-12-14Merge tag 'xilinx-for-v2024.04-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2023-12-14spi: cadence-quadspi: Fix error message on stuck busy stateJan Kiszka
2023-12-14mtd: spi-nor-ids: add support for xtx XT55Q02GBruce Suen
2023-12-14mtd: spinand: add support for ESMT F50x1G41LBIgor Prusov
2023-12-14mtd: spi-nor-core: Implement spi_nor_read_sfdp_dma_unsafe() for sfdp parseVaishnav Achath
2023-12-14Merge tag 'u-boot-imx-next-20231214' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2023-12-13fdt: Check for a valid fdt in oftree_ensure()Simon Glass