summaryrefslogtreecommitdiff
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds36-744/+1990
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2026-06-15Merge tag 'thermal-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+1
2026-06-12Merge tag 'soc-fixes-7.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+4
2026-06-09Merge tag 'ti-driver-soc-for-v7.2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann6-94/+121
2026-06-09Merge tag 'arm-soc/for-7.2/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann1-42/+46
2026-06-09Merge tag 'tegra-for-7.2-pmc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-263/+385
2026-06-09Merge tag 'tegra-for-7.2-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2-13/+41
2026-06-09Merge tag 'aspeed-7.2-drivers-0' of ssh://gitolite.kernel.org/pub/scm/linux/k...Krzysztof Kozlowski4-4/+3
2026-06-09Merge tag 'sunxi-drivers-for-7.2' of ssh://gitolite.kernel.org/pub/scm/linux/...Krzysztof Kozlowski1-77/+119
2026-06-09Merge tag 'renesas-drivers-for-v7.2-tag2' of https://git.kernel.org/pub/scm/l...Krzysztof Kozlowski2-2/+43
2026-06-09Merge tag 'mtk-soc-for-v7.2' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Krzysztof Kozlowski3-8/+16
2026-06-09soc/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 s...Linus 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/kern...Arnd Bergmann6-99/+750
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-29Merge tag 'imx-soc-fixes-for-v7.1' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-1/+1
2026-05-29soc/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-22Merge branch '20260227061544.1785978-1-praveen.talari@oss.qualcomm.com' into ...Bjorn Andersson1-18/+252
2026-05-22soc: qcom: geni-se: Introduce helper APIs for performance controlPraveen Talari1-0/+50
2026-05-22soc: qcom: geni-se: Introduce helper API for attaching power domainsPraveen Talari1-0/+31
2026-05-22soc: qcom: geni-se: Add resources activation/deactivation helpersPraveen Talari1-0/+70
2026-05-22soc: qcom: geni-se: Handle core clk in geni_se_clks_off() and geni_se_clks_on()Praveen Talari1-1/+13
2026-05-22soc: qcom: geni-se: Introduce helper API for resource initializationPraveen Talari1-0/+47
2026-05-22soc: qcom: geni-se: Add geni_icc_set_bw_ab() functionPraveen Talari1-0/+22
2026-05-22soc: qcom: geni-se: Refactor geni_icc_get() and make qup-memory ICC path opti...Praveen Talari1-17/+19
2026-05-22soc: qcom: llcc-qcom: Fix NULL vs IS_ERR() bug in qcom_llcc_get_fw_config()Dan Carpenter1-2/+2
2026-05-22soc: qcom: ice: Fix the error code when 'qcom,ice' property is not foundManivannan Sadhasivam1-1/+1
2026-05-22soc: qcom: llcc-qcom: Add support for ElizaAbel Vesa1-0/+180