aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)7-7/+0
2026-07-01soc: qcom: Unify user-visible "Qualcomm" nameKrzysztof Kozlowski1-6/+6
2026-06-29soc: samsung: exynos-pmu: fix of_node refcount leak in exynos_get_pmu_regmap()Weigang He1-2/+2
2026-06-22soc/tegra: fuse: Fix spurious straps warning on SMCCC platformsBreno Leitao1-1/+1
2026-06-17Merge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds36-743/+1989
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds2-2/+2
2026-06-15Merge tag 'thermal-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2026-06-12Merge tag 'soc-fixes-7.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+4
2026-06-09Merge tag 'ti-driver-soc-for-v7.2' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/driversArnd Bergmann6-94/+121
2026-06-09Merge tag 'arm-soc/for-7.2/drivers' of https://github.com/Broadcom/stblinux into soc/driversArnd Bergmann1-42/+46
2026-06-09Merge tag 'tegra-for-7.2-pmc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/driversArnd Bergmann1-263/+385
2026-06-09Merge tag 'tegra-for-7.2-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/driversArnd Bergmann2-13/+41
2026-06-09Merge tag 'aspeed-7.2-drivers-0' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/bmc/linux into soc/driversKrzysztof Kozlowski4-4/+3
2026-06-09Merge tag 'sunxi-drivers-for-7.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into soc/driversKrzysztof Kozlowski1-77/+119
2026-06-09Merge tag 'renesas-drivers-for-v7.2-tag2' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/driversKrzysztof Kozlowski2-2/+43
2026-06-09Merge tag 'mtk-soc-for-v7.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mediatek/linux into soc/driversKrzysztof Kozlowski3-8/+16
2026-06-08soc/tegra: cbb: Move driver registration from pure_initcall to core_initcallShashank Balaji2-2/+2
2026-06-04Merge tag 'zynqmp-soc-for-7.2' of https://github.com/Xilinx/linux-xlnx into soc/driversLinus Walleij1-27/+20
2026-06-03thermal/of: Rename the devm_thermal_of_cooling_device_register() functionDaniel Lezcano1-1/+1
2026-06-03soc: aspeed: cleanup dead default for ASPEED_SOCINFOJulian Braha1-1/+0
2026-05-31soc/tegra: pmc: Add Tegra238 supportPrathamesh Shete1-0/+159
2026-05-31soc/tegra: pmc: Restrict power-off handler to Nexus 7Diogo Ivo1-14/+15
2026-05-31soc/tegra: pmc: Populate powergate debugfs only when neededJon Hunter1-1/+2
2026-05-31soc/tegra: pmc: Move legacy code behind CONFIG_ARM guardThierry Reding1-118/+126
2026-05-31soc/tegra: pmc: Remove unused legacy functionsThierry Reding1-69/+0
2026-05-31soc/tegra: pmc: Create PMC context dynamicallyThierry Reding1-93/+115
2026-05-30Merge tag 'qcom-drivers-for-7.2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/driversArnd Bergmann6-98/+749
2026-05-29soc: renesas: rcar-mfis: Add R-Car V4H/V4M supportWolfram Sang1-2/+42
2026-05-29soc/tegra: Use ARM SMCCC to get chip ID, revision, and platform infoKartik Rajput1-4/+36
2026-05-28Merge tag 'imx-soc-fixes-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/frank.li/linux into arm/fixesArnd Bergmann1-1/+1
2026-05-28soc/tegra: fuse: Register nvmem lookups at probeKartik Rajput1-9/+5
2026-05-25soc: renesas: Identify R-Car R8A779MD M3Le SoCMarek Vasut1-0/+1
2026-05-22soc: ti: k3-ringacc: Use str_enabled_disabled() helperNishanth Menon1-1/+2
2026-05-22soc: ti: knav_dma: Use IOMEM_ERR_PTR() in pktdma_get_regs()Nishanth Menon1-1/+1
2026-05-22soc: ti: knav_dma: Remove dead check on unsigned args.args[0]Nishanth Menon1-5/+0
2026-05-22soc: ti: knav_dma: Remove unused DMA_PRIO_MASK macroNishanth Menon1-1/+0
2026-05-22soc: ti: knav_qmss_acc: Fix kernel-doc Return: tagNishanth Menon1-1/+1
2026-05-22soc: ti: knav_qmss: Fix __iomem annotations and __be32 typeNishanth Menon2-7/+7
2026-05-22soc: ti: knav_qmss: Use %pe to print PTR_ERR()Nishanth Menon1-2/+2
2026-05-22soc: ti: knav_qmss: Fix kernel-doc Return: tagsNishanth Menon1-10/+11
2026-05-22soc: ti: knav_qmss: Inline lockdep condition in for_each_handle_rcuNishanth Menon1-4/+1
2026-05-22soc: ti: knav_qmss: Rename global kdev to knav_qdev to fix -WshadowNishanth Menon1-47/+47
2026-05-22soc: ti: knav_qmss: Remove remaining redundant ENOMEM printksNishanth Menon1-9/+3
2026-05-21Merge branch '20260227061544.1785978-1-praveen.talari@oss.qualcomm.com' into drivers-for-7.2Bjorn Andersson1-17/+251
2026-05-21soc: qcom: geni-se: Introduce helper APIs for performance controlPraveen Talari1-0/+50
2026-05-21soc: qcom: geni-se: Introduce helper API for attaching power domainsPraveen Talari1-0/+31
2026-05-21soc: qcom: geni-se: Add resources activation/deactivation helpersPraveen Talari1-0/+70
2026-05-21soc: qcom: geni-se: Handle core clk in geni_se_clks_off() and geni_se_clks_on()Praveen Talari1-1/+13
2026-05-21soc: qcom: geni-se: Introduce helper API for resource initializationPraveen Talari1-0/+47
2026-05-21soc: qcom: geni-se: Add geni_icc_set_bw_ab() functionPraveen Talari1-0/+22