summaryrefslogtreecommitdiffstats
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
2022-06-14Merge tag 'arm-soc/for-5.19/drivers-fixes' of https://github.com/Broadcom/stb...Arnd Bergmann1-0/+1
2022-06-14soc: imx: imx8m-blk-ctrl: fix display clock for LCDIF2 power domainAlexander Stein1-1/+1
2022-06-08soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probeMiaoqian Lin1-0/+1
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-53/+157
2022-06-02Merge tag 'arm-late-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds2-1/+3
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-0/+529
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-25/+62
2022-05-27Merge tag 'v5.19-rockchip-drivers2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-0/+2
2022-05-27soc: ixp4xx/qmgr: Fix unused match warningLinus Walleij1-1/+1
2022-05-26Merge tag 'arm-drivers-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds41-195/+3600
2022-05-26Merge tag 'arm-soc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds10-50/+612
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki1-25/+62
2022-05-19soc/tegra: pmc: Use sys-off handler API to power off Nexus 7 properlyDmitry Osipenko1-25/+62
2022-05-19driver: soc: xilinx: Update function prototype for xlnx_unregister_eventAbhyuday Godhasara2-22/+43
2022-05-19driver: soc: xilinx: Add support of multiple callbacks for same event in even...Abhyuday Godhasara1-34/+117
2022-05-18Merge tag 'devfreq-next-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki1-0/+118
2022-05-17soc: rockchip: Fix refcount leak in rockchip_grf_initMiaoqian Lin1-0/+2
2022-05-13Merge tag 'v5.19-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann4-18/+35
2022-05-09Merge tag 'qcom-drivers-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann8-103/+395
2022-05-09Merge tag 'imx-drivers-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann4-14/+1237
2022-05-09Merge tag 'ti-driver-soc-for-v5.19' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann7-45/+233
2022-05-09soc: rockchip: power-domain: Manage resource conflicts with firmwareBrian Norris1-0/+118
2022-05-07ARM: pxa: move plat-pxa to drivers/soc/Arnd Bergmann6-0/+529
2022-05-06Merge tag 'tegra-for-5.19-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann4-13/+48
2022-05-06Merge tag 'renesas-drivers-for-v5.19-tag2' of git://git.kernel.org/pub/scm/li...Arnd Bergmann7-1/+97
2022-05-06soc/tegra: pmc: Document core domain fieldsThierry Reding1-0/+2
2022-05-05soc: qcom: pdr: use static for servreg_* variablesTom Rix1-10/+10
2022-05-05Merge tag 'asahi-soc-rtkit-sart-nvme-for-5.19' of https://github.com/AsahiLin...Arnd Bergmann7-1/+1533
2022-05-05Merge tag 'arm-soc/for-5.19/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann1-0/+3
2022-05-05soc: imx: fix semicolon.cocci warningskernel test robot1-2/+2
2022-05-05soc: renesas: R-Car V3U is R-Car Gen4Geert Uytterhoeven1-1/+1
2022-05-05soc: imx: add i.MX8MP HDMI blk-ctrlLucas Stach1-0/+193
2022-05-05soc: imx: imx8m-blk-ctrl: Add i.MX8MP media blk-ctrlPaul Elder1-2/+121
2022-05-05soc: imx: add i.MX8MP HSIO blk-ctrlLucas Stach2-0/+504
2022-05-05soc: imx: imx8m-blk-ctrl: set power device nameLucas Stach1-0/+1
2022-05-04soc: qcom: llcc: Add sc8180x and sc8280xp configurationsBjorn Andersson1-0/+60
2022-05-04soc/tegra: pmc: Select REGMAPThierry Reding1-0/+1
2022-05-03soc: ti: wkup_m3_ipc: Add debug option to halt m3 in suspendDave Gerlach1-1/+78
2022-05-03soc: ti: wkup_m3_ipc: Add support for i2c voltage scalingDave Gerlach1-1/+92
2022-05-03soc: ti: wkup_m3_ipc: Add support for IO IsolationDave Gerlach1-2/+12
2022-05-03soc: ti: knav_qmss_queue: Use IS_ERR instead of IS_ERR_OR_NULL when checking ...Haowen Bai1-1/+1
2022-05-03soc: ti: pm33xx: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-4/+2
2022-05-02soc: apple: Add SART driverSven Peter3-0/+342
2022-05-01soc: apple: Add RTKit IPC librarySven Peter5-0/+1190
2022-05-01soc: apple: Always include MakefileSven Peter1-1/+1
2022-04-30soc: rockchip: Fix compile-testing SoC driversBrian Norris1-1/+1
2022-04-30soc: rockchip: power-domain: Replace dsb() with smb()Brian Norris1-2/+2
2022-04-30soc: rockchip: Clean up Kconfig whitespaceBrian Norris1-12/+12
2022-04-28soc: qcom: rpmhpd: add sc8280xp & sa8540p rpmh power-domainsBjorn Andersson1-0/+53
2022-04-28soc: qcom: rpmhpd: Don't warn about sparse rpmhpd arraysBjorn Andersson1-3/+1