summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-08-12Merge tag 'u-boot-rockchip-20240812' of https://source.denx.de/u-boot/custodi...Tom Rini6-5/+91
2024-08-11usb: dwc3: support USB 3.1 controllersCaleb Connolly1-1/+2
2024-08-09Merge tag 'tpm-master-09082024' of https://source.denx.de/u-boot/custodians/u...Tom Rini2-30/+28
2024-08-09i2c: imx_lpi2c: Support read transfers longer than 256 bytesFedor Ross1-25/+47
2024-08-09i2c: imx_lpi2c: Replace hard-coded bus speed value with bus->speed_hzFedor Ross1-6/+9
2024-08-09i2c: imx_lpi2c: Fix a typo in bus_i2c_receiveFedor Ross1-1/+1
2024-08-09i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5David Virag4-6/+53
2024-08-09i2c: samsung: Drop s3c24x0 specific code.David Virag2-12/+0
2024-08-09i2c: mux: Fix error path in i2c-arb-gpioMichal Simek1-7/+4
2024-08-09i2c: pca954x: Remove pointer to GDMichal Simek1-3/+0
2024-08-09dm: adc: Add SPL_ADC Kconfig symbol for use of ADC in SPLJonas Karlman3-2/+7
2024-08-09rockchip: io-domain: Add support for RK3308Jonas Karlman1-0/+37
2024-08-09mmc: rockchip_dw_mmc: Allow 4-bit mode when 8-bit mode is supportedJonas Karlman1-0/+4
2024-08-09phy: rockchip: naneng-combphy: Introduce PHY-IDs to fix RK3588 muxingSebastian Kropatsch1-3/+43
2024-08-08Merge tag 'u-boot-nand-20240808' of https://source.denx.de/u-boot/custodians/...Tom Rini10-0/+579
2024-08-08spinand: bind UBI blockAlexey Romanov1-2/+10
2024-08-08disk: support UBI partitionsAlexey Romanov2-1/+100
2024-08-08drivers: introduce UBI block abstractionAlexey Romanov4-0/+139
2024-08-08spinand: bind mtdblockAlexey Romanov1-0/+21
2024-08-08drivers: introduce mtdblock abstractionAlexey Romanov4-0/+237
2024-08-08disk: support MTD partitionsAlexey Romanov2-0/+77
2024-08-06Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-7/+9
2024-08-06Merge tag 'xilinx-for-v2024.10-rc2' of https://gitlab.denx.de/u-boot/custodia...Tom Rini3-0/+11
2024-08-06tpm: call tpm_tis_wait_init() after tpm_tis_init()Lukas Funke2-30/+28
2024-08-06spi: sunxi: fix clock divider calculation for max frequency settingMichael Walle1-1/+6
2024-08-06spi: sunxi: fix CDR2 calculationMichael Walle1-7/+4
2024-08-05Merge patch series "Bug-fixes for a few boards"Tom Rini1-22/+30
2024-08-05rockchip: Avoid #ifdefs in RK3399 SPLSimon Glass1-19/+21
2024-08-05rockchip: Ensure memory size is available in RK3399 SPLSimon Glass1-8/+14
2024-08-05soc: zynqmp: Add support for zu1eg_lr deviceMichal Simek1-0/+8
2024-08-05mtd: spi-nor: ids: Add IS25LP01GG flash supportPrasad Kummari1-0/+2
2024-08-05clk: zynqmp: Add set_rate support for display clocksVenkatesh Yadav Abbarapu1-0/+1
2024-08-02cpu: imx: implement release_core callbackHou Zhiqiang1-0/+24
2024-08-02cpu: imx: Add i.MX 8M series SoCsHou Zhiqiang1-0/+6
2024-08-02cpu: imx: removed the tail '\n' of the CPU descriptionHou Zhiqiang1-2/+0
2024-08-02cpu: imx: fix the CPU type field widthHou Zhiqiang1-1/+1
2024-08-02cpu: imx: fix the CPU frequency in cpu_imx_get_info()Hou Zhiqiang1-2/+2
2024-08-02cpu: sandbox: implement release_core callbackHou Zhiqiang1-0/+6
2024-08-02cpu: add release_core callbackHou Zhiqiang1-0/+10
2024-08-02clk: imx8m: register ARM A53 core clockHou Zhiqiang3-0/+24
2024-08-01clk: clk-uclass: Print clk name in clk_enable/clk_disableMichael Trimarchi1-2/+2
2024-08-01clk: Fix error message in clk_get_bulkJan Kiszka1-1/+1
2024-08-01Merge patch series "clk: mediatek: add OPs to support OF_UPSTREAM"Tom Rini2-115/+392
2024-08-01clk: mediatek: add support for APMIXED parent in infra MUXChristian Marangi1-0/+4
2024-08-01clk: mediatek: add support for GATEs for APMIXED OPsChristian Marangi1-60/+84
2024-08-01clk: mediatek: implement MUX_FLAGS and MUX_MIXED_FLAGS macroChristian Marangi1-2/+17
2024-08-01clk: mediatek: add support for remapping clock IDChristian Marangi2-35/+80
2024-08-01clk: mediatek: provide common clk init function for infrasysChristian Marangi2-4/+20
2024-08-01clk: mediatek: add support for gate clock to reference topckgen clockChristian Marangi1-2/+15
2024-08-01clk: mediatek: add support for parent mux from different source for topckgenChristian Marangi1-14/+28