summaryrefslogtreecommitdiffstats
path: root/drivers/soc
AgeCommit message (Expand)AuthorLines
2026-04-17Merge tag 'rpmsg-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds-4/+4
2026-04-17Merge tag 'devicetree-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2026-04-16Merge tag 'soc-drivers-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-402/+1319
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-20/+9
2026-04-11Merge tag 'riscv-soc-drivers-for-v7.1' of ssh://gitolite.kernel.org/pub/scm/l...Krzysztof Kozlowski-20/+247
2026-04-06ASoC: qcom: Constify GPR packet being send over GPR interfaceKrzysztof Kozlowski-4/+4
2026-04-02Merge tag 'qcom-drivers-for-7.1' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann-122/+353
2026-04-02Merge tag 'tegra-for-7.1-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann-253/+605
2026-04-01Merge tag 'renesas-drivers-for-v7.1-tag2' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann-3/+3
2026-04-01Merge tag 'hisi-drivers-for-7.1' of https://github.com/hisilicon/linux-hisi i...Arnd Bergmann-4/+3
2026-04-01Merge tag 'qcom-drivers-fixes-for-7.0' of ssh://gitolite.kernel.org/pub/scm/l...Krzysztof Kozlowski-13/+30
2026-04-01Merge tag 'riscv-soc-fixes-for-v7.0-rc6' of ssh://gitolite.kernel.org/pub/scm...Krzysztof Kozlowski-4/+8
2026-04-01Merge tag 'aspeed-7.0-fixes-0' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Krzysztof Kozlowski-1/+1
2026-03-31soc: microchip: add mpfs gpio interrupt mux driverConor Dooley-0/+193
2026-03-30soc: qcom: socinfo: Add SoC ID for SA8650PLei wang-0/+1
2026-03-30soc: qcom: wcnss: simplify allocation of reqRosen Penev-8/+9
2026-03-30soc: qcom: pd-mapper: Add support for ElizaAbel Vesa-0/+1
2026-03-30soc: qcom: aoss: compare against normalized cooling stateAlok Tiwari-1/+1
2026-03-30soc: qcom: llcc: fix v1 SB syndrome register offsetAlok Tiwari-1/+1
2026-03-28soc/tegra: pmc: Add IO pads for Tegra264Jon Hunter-2/+64
2026-03-28soc/tegra: pmc: Rename has_impl_33v_pwr flagJon Hunter-11/+11
2026-03-28soc/tegra: pmc: Refactor IO pad voltage controlJon Hunter-208/+259
2026-03-28soc/tegra: pmc: Add Tegra264 wake eventsJon Hunter-0/+11
2026-03-28soc/tegra: pmc: Add AOWAKE regs for Tegra264Jon Hunter-0/+8
2026-03-28soc/tegra: pmc: Add support for SoC specific AOWAKE offsetsJon Hunter-25/+61
2026-03-28soc/tegra: pmc: Remove unused AOWAKE definitionsJon Hunter-3/+0
2026-03-28soc/tegra: pmc: Add kerneldoc for wake-up variablesJon Hunter-0/+2
2026-03-28soc/tegra: pmc: Correct function names in kerneldocJon Hunter-2/+2
2026-03-28soc/tegra: pmc: Add kerneldoc for reboot notifierJon Hunter-0/+1
2026-03-28soc/tegra: common: Add Tegra114 support to devm_tegra_core_dev_init_opp_tableSvyatoslav Ryhel-2/+3
2026-03-28soc/tegra: pmc: Enable core domain support for Tegra114Svyatoslav Ryhel-1/+1
2026-03-27soc/tegra: cbb: Fix cross-fabric target timeout lookupSumit Gupta-1/+26
2026-03-27soc/tegra: cbb: Fix incorrect ARRAY_SIZE in fabric lookup tablesSumit Gupta-2/+2
2026-03-27soc/tegra: cbb: Set ERD on resume for err interruptSumit Gupta-0/+4
2026-03-27soc/tegra: cbb: Add support for CBB fabrics in Tegra238Sumit Gupta-0/+134
2026-03-25soc: qcom: ubwc: Add support for MahuaGopikrishna Garmidi-0/+1
2026-03-25soc: qcom: pd-mapper: Add support for Glymur and MahuaSrinivas Kandagatla-0/+10
2026-03-25soc: qcom: ubwc: Add configuration Eliza SoCKrzysztof Kozlowski-0/+12
2026-03-25soc: qcom: ubwc: Remove redundant x1e80100_dataKrzysztof Kozlowski-13/+2
2026-03-25soc/tegra: Add Tegra238 Kconfig symbolThierry Reding-0/+9
2026-03-25soc/tegra: Make ARCH_TEGRA_SOC_FOO defaults for NVIDIA TegraKrzysztof Kozlowski-0/+11
2026-03-23soc: qcom: ocmem: return -EPROBE_DEFER is ocmem is not availableDmitry Baryshkov-4/+3
2026-03-23soc: qcom: ocmem: register reasons for probe deferralsDmitry Baryshkov-4/+4
2026-03-23soc: qcom: ocmem: make the core clock optionalDmitry Baryshkov-1/+1
2026-03-23soc: qcom: ubwc: disable bank swizzling for Glymur platformDmitry Baryshkov-2/+1
2026-03-22Merge tag 'v7.0-rc5' into driver-core-nextDanilo Krummrich-8/+34
2026-03-21soc: hisilicon: kunpeng_hccs: Remove unused input parameterHuisong Li-3/+2
2026-03-21soc: hisilicon: kunpeng_hccs: Fix discard ‘const’ qualifier compiling war...Huisong Li-1/+1
2026-03-19soc: microchip: mpfs-mss-top-sysreg: Fix resource leak on driver unbindFelix Gu-2/+4
2026-03-19soc: microchip: mpfs-control-scb: Fix resource leak on driver unbindFelix Gu-2/+4