summaryrefslogtreecommitdiff
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
2024-10-24soc: qcom: pmic_glink: Handle GLINK intent allocation rejectionsBjorn Andersson1-3/+22
2024-10-24soc: qcom: socinfo: fix revision check in qcom_socinfo_probe()Manikanta Mylavarapu1-1/+1
2024-10-22soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130PDmitry Baryshkov1-0/+2
2024-10-22soc: qcom: socinfo: Add QCS615 SoC ID table entryLijuan Gao1-0/+1
2024-10-22soc: qcom: smem: Fix up kerneldocKonrad Dybcio1-1/+7
2024-10-21soc: mediatek: mtk-svs: Call of_node_put(np) only once in svs_get_subsys_devi...Markus Elfring1-3/+1
2024-10-21soc: mediatek: mediatek-regulator-coupler: Support mt8188Pablo Sun1-0/+1
2024-10-21soc: mediatek: mtk-cmdq: Move cmdq_instruction init to declarationAngeloGioacchino Del Regno1-107/+92
2024-10-21soc: mediatek: mtk-cmdq: Move mask build and append to functionAngeloGioacchino Del Regno1-17/+14
2024-10-21soc: mediatek: Add MediaTek DVFS Resource Collector (DVFSRC) driverAngeloGioacchino Del Regno3-0/+557
2024-10-18soc: imx8m: Use devm_* to simplify probe failure handlingMarek Vasut1-63/+29
2024-10-18soc: imx8m: Remove global soc_uidMarek Vasut1-16/+15
2024-10-18soc: imx8m: Probe the SoC driver as platform driverMarek Vasut1-22/+85
2024-10-17soc: samsung: exynos-chipid: Add support for Exynos 990 chipidIgor Belwon1-0/+1
2024-10-16irqchip: Add RZ/V2H(P) Interrupt Control Unit (ICU) driverFabrizio Castro1-0/+1
2024-10-14soc: hisilicon: kunpeng_hccs: Support low power feature for the specified HCC...Huisong Li3-3/+394
2024-10-14soc: hisilicon: kunpeng_hccs: Add used HCCS types sysfsHuisong Li2-1/+116
2024-10-14soc: hisilicon: kunpeng_hccs: Fix the 'lane_mode' field name in port info str...Huisong Li2-4/+4
2024-10-14soc: hisilicon: kunpeng_hccs: Add the check for base address and size of shar...Huisong Li1-9/+15
2024-10-14soc: hisilicon: kunpeng_hccs: Return failure on having not die or port inform...Huisong Li1-2/+6
2024-10-14soc: hisilicon: kunpeng_hccs: Fix a PCC typoHuisong Li1-1/+1
2024-10-11Merge tag 'soc_fsl-6.12-3' of https://github.com/chleroy/linux into arm/fixesArnd Bergmann1-6/+5
2024-10-07soc: qcom: pd-mapper: Add QCM6490 PD mapsBjorn Andersson1-0/+1
2024-10-05soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get()Dan Carpenter1-1/+2
2024-10-05EDAC/qcom: Make irq configuration optionalRajendra Nayak1-0/+3
2024-10-05soc: qcom: smem_state: simplify locking with guard()Krzysztof Kozlowski1-8/+4
2024-10-05soc: qcom: pbs: simplify locking with guard()Krzysztof Kozlowski1-14/+8
2024-10-04soc: ti: smartreflex: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-2/+2
2024-10-02soc: fsl: cpm1: qmc: Fix unused data compilation warningHerve Codina1-2/+2
2024-10-02soc: fsl: cpm1: qmc: Do not use IS_ERR_VALUE() on error pointersGeert Uytterhoeven1-4/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-10-02soc: samsung: exynos-chipid: add exynos8895 SoC supportIvaylo Ivanov1-0/+1
2024-10-02drivers: soc: xilinx: add the missing kfree in xlnx_add_cb_for_suspend()Gaosheng Cui1-1/+3
2024-09-30soc: qcom: Add check devm_kasprintf() returned valueCharles Han1-1/+7
2024-09-30soc: qcom: qmi: Reorganize kerneldoc parameter namesJulia Lawall1-1/+1
2024-09-30soc: qcom: llcc: Use designated initializers for LLC settingsKonrad Dybcio1-269/+2375
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-0/+273
2024-09-26soc: ep93xx: drop reference to removed EP93XX_SOC_COMMON configLukas Bulwahn1-1/+1
2024-09-17Merge tag 'soc-drivers-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds39-730/+1714
2024-09-12soc: Add SoC driver for Cirrus ep93xxNikita Shubin5-0/+273
2024-09-11Merge tag 'v6.11-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2-114/+56
2024-09-05Merge tag 'amlogic-drivers-for-v6.12' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann1-0/+10
2024-09-05Merge tag 'qcom-drivers-for-6.12' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann16-75/+251
2024-09-05Merge tag 'at91-soc-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-0/+32
2024-09-05soc: fsl: qe: ucc: Export ucc_mux_set_grant_tsa_bkptHerve Codina1-0/+1
2024-09-04Merge tag 'ti-driver-soc-for-v6.12' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann5-201/+166
2024-09-04soc: fsl: cpm1: qmc: Fix dependency on fsl_soc.hChristophe Leroy1-2/+1
2024-09-03Merge tag 'soc_fsl-6.12-2' of https://github.com/chleroy/linux into soc/driversArnd Bergmann7-327/+1107
2024-09-03Merge branch 'support-for-quicc-engine-tsa-and-qmc'Christophe Leroy5-323/+1104
2024-09-03soc: fsl: qbman: Remove redundant warningsXiaolei Wang1-2/+0