summaryrefslogtreecommitdiffstats
path: root/drivers/soc
AgeCommit message (Expand)AuthorLines
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+1
2024-11-20Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-654/+4371
2024-11-20Merge tag 'soc-dt-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-0/+3
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2024-11-15Merge tag 'soc_fsl-6.13-1' of https://github.com/chleroy/linux into soc/driversArnd Bergmann-25/+8
2024-11-14soc: fsl: cpm1: qmc: Set the ret error code on platform_get_irq() failureHerve Codina-1/+3
2024-11-14soc: fsl: rcpm: fix missing of_node_put() in copy_ippdexpcr1_setting()Javier Carrasco-0/+1
2024-11-14soc: fsl: cpm1: tsa: switch to for_each_available_child_of_node_scoped()Javier Carrasco-24/+4
2024-11-13Merge tag 'qcom-drivers-for-6.13-2' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann-36/+587
2024-11-12Merge tag 'samsung-drivers-6.13' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann-0/+3
2024-11-12Merge tag 'ti-driver-soc-for-v6.13' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann-4/+2
2024-11-11soc: qcom: ice: Remove the device_link field in qcom_iceJoe Hattori-3/+3
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+32
2024-11-05soc: qcom: socinfo: add IPQ5424/IPQ5404 SoC IDManikanta Mylavarapu-0/+2
2024-11-05soc: qcom: llcc: Flip the manual slice configuration conditionKonrad Dybcio-25/+4
2024-11-04Merge tag 'omap-for-v6.13/drivers-signed' of https://git.kernel.org/pub/scm/l...Arnd Bergmann-2/+2
2024-11-04Merge tag 'mtk-soc-for-v6.13' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann-127/+665
2024-11-04Merge tag 'imx-drivers-6.13' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann-73/+101
2024-11-04Merge tag 'qcom-drivers-for-6.13' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann-311/+2412
2024-11-04Merge tag 'zynqmp-soc-for-6.13' of https://github.com/Xilinx/linux-xlnx into ...Arnd Bergmann-1/+3
2024-11-04Merge tag 'qcom-drivers-fixes-for-6.12' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann-4/+32
2024-11-03soc: qcom: llcc: Add LLCC configuration for the QCS8300 platformJingyi Wang-0/+67
2024-11-03soc: qcom: llcc: Add configuration data for QCS615Song Xue-0/+55
2024-11-03soc: qcom: llcc: add support for SAR2130P and SAR1130PDmitry Baryshkov-6/+454
2024-11-03soc: qcom: llcc: use deciman integers for bit shift valuesDmitry Baryshkov-6/+6
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos-1/+1
2024-11-01Merge tag 'hisi-drivers-for-6.13' of https://github.com/hisilicon/linux-hisi ...Arnd Bergmann-19/+535
2024-11-01soc: Switch back to struct platform_driver::remove()Uwe Kleine-König-54/+54
2024-10-29soc: qcom: socinfo: add QCS9100 IDTengfei Fan-0/+1
2024-10-29soc: qcom: socinfo: add support for SA8255PNikunj Kela-0/+1
2024-10-29soc: qcom: smp2p: Simplify code with dev_err_probe()Zhang Zekun-6/+3
2024-10-29soc: qcom: smem: Simplify code with dev_err_probe()Zhang Zekun-5/+3
2024-10-29soc: qcom: rpmh-rsc: Simplify code with dev_err_probe()Zhang Zekun-6/+3
2024-10-27soc: samsung: exynos-chipid: Add support for Exynos9810 SoCMarkuss Broks-0/+1
2024-10-25soc: ti: knav_qmss_queue: Drop redundant continue statementAlessandro Zanni-1/+0
2024-10-25soc: ti: knav_qmss_queue: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan-3/+2
2024-10-24soc: qcom: pmic_glink: Handle GLINK intent allocation rejectionsBjorn Andersson-3/+22
2024-10-24soc: qcom: socinfo: fix revision check in qcom_socinfo_probe()Manikanta Mylavarapu-1/+1
2024-10-22soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130PDmitry Baryshkov-0/+2
2024-10-22soc: qcom: socinfo: Add QCS615 SoC ID table entryLijuan Gao-0/+1
2024-10-22soc: qcom: smem: Fix up kerneldocKonrad Dybcio-1/+7
2024-10-21soc: mediatek: mtk-svs: Call of_node_put(np) only once in svs_get_subsys_devi...Markus Elfring-3/+1
2024-10-21soc: mediatek: mediatek-regulator-coupler: Support mt8188Pablo Sun-0/+1
2024-10-21soc: mediatek: mtk-cmdq: Move cmdq_instruction init to declarationAngeloGioacchino Del Regno-107/+92
2024-10-21soc: mediatek: mtk-cmdq: Move mask build and append to functionAngeloGioacchino Del Regno-17/+14
2024-10-21soc: mediatek: Add MediaTek DVFS Resource Collector (DVFSRC) driverAngeloGioacchino Del Regno-0/+557
2024-10-18soc: imx8m: Use devm_* to simplify probe failure handlingMarek Vasut-63/+29
2024-10-18soc: imx8m: Remove global soc_uidMarek Vasut-16/+15
2024-10-18soc: imx8m: Probe the SoC driver as platform driverMarek Vasut-22/+85
2024-10-17soc: samsung: exynos-chipid: Add support for Exynos 990 chipidIgor Belwon-0/+1