aboutsummaryrefslogtreecommitdiff
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2024-11-20Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds62-654/+4371
2024-11-20Merge tag 'soc-dt-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+3
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2024-11-15Merge tag 'soc_fsl-6.13-1' of https://github.com/chleroy/linux into soc/driversArnd Bergmann3-25/+8
2024-11-14soc: fsl: cpm1: qmc: Set the ret error code on platform_get_irq() failureHerve Codina1-1/+3
2024-11-14soc: fsl: rcpm: fix missing of_node_put() in copy_ippdexpcr1_setting()Javier Carrasco1-0/+1
2024-11-14soc: fsl: cpm1: tsa: switch to for_each_available_child_of_node_scoped()Javier Carrasco1-24/+4
2024-11-13Merge tag 'qcom-drivers-for-6.13-2' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann3-36/+587
2024-11-12Merge tag 'samsung-drivers-6.13' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-0/+3
2024-11-12Merge tag 'ti-driver-soc-for-v6.13' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-4/+2
2024-11-11soc: qcom: ice: Remove the device_link field in qcom_iceJoe Hattori1-3/+3
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+32
2024-11-05soc: qcom: socinfo: add IPQ5424/IPQ5404 SoC IDManikanta Mylavarapu1-0/+2
2024-11-05soc: qcom: llcc: Flip the manual slice configuration conditionKonrad Dybcio1-25/+4
2024-11-04Merge tag 'omap-for-v6.13/drivers-signed' of https://git.kernel.org/pub/scm/l...Arnd Bergmann1-2/+2
2024-11-04Merge tag 'mtk-soc-for-v6.13' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann6-127/+665
2024-11-04Merge tag 'imx-drivers-6.13' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-73/+101
2024-11-04Merge tag 'qcom-drivers-for-6.13' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann10-311/+2412
2024-11-04Merge tag 'zynqmp-soc-for-6.13' of https://github.com/Xilinx/linux-xlnx into ...Arnd Bergmann1-1/+3
2024-11-04Merge tag 'qcom-drivers-fixes-for-6.12' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann3-4/+32
2024-11-03soc: qcom: llcc: Add LLCC configuration for the QCS8300 platformJingyi Wang1-0/+67
2024-11-03soc: qcom: llcc: Add configuration data for QCS615Song Xue1-0/+55
2024-11-03soc: qcom: llcc: add support for SAR2130P and SAR1130PDmitry Baryshkov1-6/+454
2024-11-03soc: qcom: llcc: use deciman integers for bit shift valuesDmitry Baryshkov1-6/+6
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos1-1/+1
2024-11-01Merge tag 'hisi-drivers-for-6.13' of https://github.com/hisilicon/linux-hisi ...Arnd Bergmann3-19/+535
2024-11-01soc: Switch back to struct platform_driver::remove()Uwe Kleine-König45-54/+54
2024-10-29soc: qcom: socinfo: add QCS9100 IDTengfei Fan1-0/+1
2024-10-29soc: qcom: socinfo: add support for SA8255PNikunj Kela1-0/+1
2024-10-29soc: qcom: smp2p: Simplify code with dev_err_probe()Zhang Zekun1-6/+3
2024-10-29soc: qcom: smem: Simplify code with dev_err_probe()Zhang Zekun1-5/+3
2024-10-29soc: qcom: rpmh-rsc: Simplify code with dev_err_probe()Zhang Zekun1-6/+3
2024-10-27soc: samsung: exynos-chipid: Add support for Exynos9810 SoCMarkuss Broks1-0/+1
2024-10-25soc: ti: knav_qmss_queue: Drop redundant continue statementAlessandro Zanni1-1/+0
2024-10-25soc: ti: knav_qmss_queue: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-3/+2
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