summaryrefslogtreecommitdiffstats
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
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-18Merge tag 'devfreq-next-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki1-0/+118
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-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
2022-04-28soc: renesas: rzn1: Select PM and PM_GENERIC_DOMAINS configsHerve Codina1-0/+2
2022-04-28soc: renesas: Add RZ/V2M (R9A09G011) config optionPhil Edworthy1-0/+7
2022-04-26soc: bcm: Check for NULL return of devm_kzalloc()QintaoShen1-0/+3
2022-04-25soc: mediatek: mutex: remove mt8195 MOD0 and SOF0 definitionJason-JH.Lin1-5/+2
2022-04-25soc: renesas: rcar-rst: Add support for R-Car V4HYoshihiro Shimoda1-0/+1
2022-04-25soc: renesas: Identify R-Car V4HYoshihiro Shimoda2-0/+15
2022-04-25soc: renesas: r8a779g0-sysc: Add r8a779g0 supportYoshihiro Shimoda5-0/+71
2022-04-22soc: ti: wkup_m3_ipc: Add support for toggling VTT regulatorDave Gerlach1-2/+24
2022-04-22soc: ti: knav_qmss_queue: Use pm_runtime_resume_and_get instead of pm_runtime...Minghao Chi1-2/+1
2022-04-22Merge tag 'v5.18-next-vdso0-stable-tag' into v5.18-next/socMatthias Brugger9-26/+613
2022-04-22soc: mediatek: add DDP_DOMPONENT_DITHER0 enum for mt8195 vdosys0jason-jh.lin7-17/+17
2022-04-22soc: mediatek: add mtk-mutex support for mt8195 vdosys0jason-jh.lin1-3/+84
2022-04-22soc: mediatek: add mtk-mmsys support for mt8195 vdosys0jason-jh.lin3-11/+517
2022-04-20soc: mediatek: cmdq: Use mailbox rx_callback instead of cmdq_task_cbChun-Kuang Hu1-24/+1
2022-04-19soc: qcom: socinfo: Sort out 8974PRO namesLuca Weiss1-12/+12