summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2025-12-24power: regulator: fix dependency for REGULATOR_PWMQuentin Schulz
2025-12-23net: ravb: Configure CXR31 and CXR35 on rzg2lMathieu Othacehe
2025-12-22Merge tag 'v2026.01-rc5' into nextTom Rini
2025-12-22drivers: scsi: fix double decrement of block count in 64-bit LBA pathBalaji Selvanathan
2025-12-19Merge tag 'xilinx-for-v2026.04-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2025-12-19Merge tag 'u-boot-amlogic-next-20251219' of https://source.denx.de/u-boot/cus...Tom Rini
2025-12-19i2c: cdns: Add timeout for RXDV status bit pollingPadmarao Begari
2025-12-19xilinx: versal: Get rid of xlnx-versal-power.h from bindingsMichal Simek
2025-12-19arm64: versal2: Read and show multiboot valueMichal Simek
2025-12-19cadence_qspi: Update the delays for flash resetVenkatesh Yadav Abbarapu
2025-12-19cadence_qspi: Remove duplicated returnMichal Simek
2025-12-19spi: cadence: Remove cdns,is-dma DT propertyMichal Simek
2025-12-19clk: versal: Enable clock driver for Versal Gen 2Michal Simek
2025-12-19firmware: xilinx: Add support for enhancement SMC formatMichal Simek
2025-12-19clk: versal: Cleanup driverMichal Simek
2025-12-19clk: versal: Add support for CLK_AUTO_IDMichal Simek
2025-12-19clk: versal: Use __data macro for moving variable to data sectionMichal Simek
2025-12-18Merge tag 'u-boot-socfpga-next-20251217' of https://source.denx.de/u-boot/cus...Tom Rini
2025-12-17spi: designware: Allow disabling designware driver in SPLRalph Siemsen
2025-12-17arm: dts: socfpga: agilex5: Upgrade SDHCI controller from SD4HC to SD6HCTanmay Kathpalia
2025-12-16pinctrl: single: Add missing free in single_allocate_functionFrancois Berder
2025-12-16clk: mediatek: remove duplicate '@parent' field docDavid Lechner
2025-12-14rockchip: i2c: fix illegal I2C START/STOP conditionQuentin Schulz
2025-12-14rockchip: i2c: move ACK comment where it appliesQuentin Schulz
2025-12-14rockchip: i2c: fix incorrect STOP flag for the interrupt enable registerQuentin Schulz
2025-12-12Merge patch series "clk: ti: Cleanup common functions and omap-cm"Tom Rini
2025-12-12clk: ti: omap4-cm: Add Kconfig symbolMarkus Schneider-Pargmann (TI.com)
2025-12-12clk: ti: Split common omap2plus functions into new symbolMarkus Schneider-Pargmann (TI.com)
2025-12-12power: domain: Add ti-omap-prm stubMarkus Schneider-Pargmann (TI.com)
2025-12-12simple-pm-bus: Make clocks optionalMarkus Schneider-Pargmann (TI.com)
2025-12-12Revert "clk: Return value calculated by ERR_PTR"Tom Rini
2025-12-11mmc: meson_gx_mmc: reduce maximum frequencyNick Xie
2025-12-11mmc: sdhci-cadence6: Add DLL master control and improve tuning reliabilityTanmay Kathpalia
2025-12-11mmc: sdhci-cadence6: socfpga: Fix DT property naming conventionTanmay Kathpalia
2025-12-11mmc: sdhci-cadence: Enable software tuning for both SD and eMMC interfacesTanmay Kathpalia
2025-12-11mmc: sdhci-cadence: Use hardware version field for Cadence SDHCI controllerTanmay Kathpalia
2025-12-11mmc: sdhci-cadence: Set controller and PHY speed modes for SD and eMMC cardsTanmay Kathpalia
2025-12-11mmc: sdhci-cadence: Use max-frequency property from device treeTanmay Kathpalia
2025-12-11mmc: mmc-uclass: Use max-frequency from device tree with default handlingTanmay Kathpalia
2025-12-11mmc: sdhci-cadence: Add reset control supportTanmay Kathpalia
2025-12-11serial: serial_meson: add minimal non-DM driverFerass El Hafidi
2025-12-11mmc: meson_gx_mmc: add minimal non-DM driverFerass El Hafidi
2025-12-08Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini
2025-12-08Merge tag 'v2026.01-rc4' into nextTom Rini
2025-12-08ram: starfive: fix typo for unsupported DDR sizeE Shattow
2025-12-08ram: starfive: use SZ_8G for 8GB memory sizeE Shattow
2025-12-08ram: starfive: drop references to 16GB memory sizeE Shattow
2025-12-05Merge patch series "clk: Return value calculated by ERR_PTR"Tom Rini
2025-12-05clk: Prevent memory leak on errorAndrew Goodbody
2025-12-05clk: Return value calculated by ERR_PTRAndrew Goodbody