summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-30power: regulator: s2mps11: declaratively get/set regulator modeKaustabh Chakraborty
2025-10-30power: regulator: s2mps11: declaratively define LDOs and BUCKsKaustabh Chakraborty
2025-10-30power: pmic: s2mps11: add support for allowing multiple device variantsKaustabh Chakraborty
2025-10-30power: pmic: s2mps11: change the probe function to bindKaustabh Chakraborty
2025-10-30mmc: exynos_dw_mmc: add compatible for exynos7870-dw-mshc-smuKaustabh Chakraborty
2025-10-30mmc: exynos_dw_mmc: add support for SD UHS modeKaustabh Chakraborty
2025-10-30mmc: exynos_dw_mmc: add support for MMC HS200 and HS400 modesKaustabh Chakraborty
2025-10-30mmc: enable/disable VQMMC regulator only during MMC power cycleKaustabh Chakraborty
2025-10-30mmc: dw_mmc: return error for invalid voltage settingKaustabh Chakraborty
2025-10-30mmc: dw_mmc: add voltage switch command flagKaustabh Chakraborty
2025-10-30mmc: dw_mmc: properly address command completion in dwmci_control_clken()Kaustabh Chakraborty
2025-10-30mmc: dw_mmc: do not skip dwmci_setup_bus() for same non-zero clock frequencyKaustabh Chakraborty
2025-10-30mmc: dw_mmc: export dwmci_send_cmd() and dwmci_set_ios()Kaustabh Chakraborty
2025-10-30mmc: exynos_dw_mmc: Add compatible string for Exynos5250Lukas Timmermann
2025-10-29Merge tag 'u-boot-ufs-20251029' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2025-10-29Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2025-10-28Merge branch 'master' of git://source.denx.de/u-boot-usbTom Rini
2025-10-28Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2025-10-28MAINTAINERS: update my email addressRaymond Mao
2025-10-28Revert "clk: Return value calculated by ERR_PTR"Tom Rini
2025-10-28spi: altera_spi: Add missing <time.h> to altera_spi.cTom Rini
2025-10-28spi: Tighten some spi driver dependenciesTom Rini
2025-10-28clk: Tighten some clock driver dependenciesTom Rini
2025-10-28x86: Rename arch/x86/include/asm/pnp_def.h to include/pnp_def.hTom Rini
2025-10-28mtd: nvmxip: Make use of LBAF for printing lbaint_tTom Rini
2025-10-28mtd: spi: sf_dataflash.c: Make use of 'z' for printing size_tTom Rini
2025-10-28mtd: Correct dependency on SYS_FLASH_CHECKSUMTom Rini
2025-10-28mtd: Add function prototype for mtd_read_oob_bf(...)Tom Rini
2025-10-28clk: Add missing <dm/device.h> to include/clk.hTom Rini
2025-10-28mtd: nand: Prevent dereference of NULL pointerAndrew Goodbody
2025-10-28cmd: mtd: Prevent use of uninitialised variableAndrew Goodbody
2025-10-28ARM: renesas: Drop 'imply MULTI_DTB_FIT_USER_DEFINED_AREA' linesTom Rini
2025-10-28ufs: Add UFS driver for Renesas R-Car X5HTuyen Dang
2025-10-28ufs: renesas: Update Kconfig entry help textMarek Vasut
2025-10-28ufs: Call ufs_scsi_bind() from uclass .post_bindMarek Vasut
2025-10-28spi: spi-uclass: Use unwind gotoAndrew Goodbody
2025-10-28spi: fspi: Logical or used instead of logical andAndrew Goodbody
2025-10-28spi: npcm-fiu: Remove repeated testAndrew Goodbody
2025-10-28spi: ich: Do not use uninitialised valueAndrew Goodbody
2025-10-28Merge patch series "spi: cadence_qspi: Fix Smatch reported issues"Tom Rini
2025-10-28clk: Return value calculated by ERR_PTRAndrew Goodbody
2025-10-28Merge patch series "clk: versaclock: Fix two issues found by Smatch"Tom Rini
2025-10-28mmc: owl_mmc: Do not dereference data before NULL checkAndrew Goodbody
2025-10-28gpio: intel_gpio: Initialise or0 and or1Andrew Goodbody
2025-10-28ufs: amd-versal2: Fix indentMarek Vasut
2025-10-28ufs: core: Rename ufs.c to ufs-uclass.cMarek Vasut
2025-10-28ufs: core: Fold ufs-uclass into ufsMarek Vasut
2025-10-28ufs: core: Keep Makefile and Kconfig list sortedMarek Vasut
2025-10-28spi: cadence_qspi: Do not return unset error codeAndrew Goodbody
2025-10-28spi: cadence_qspi: Off by 1 in test for timeoutAndrew Goodbody