summaryrefslogtreecommitdiff
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
2025-04-10soc: mediatek: mt8365-mmsys: Fix routing table masks and valuesAngeloGioacchino Del Regno1-28/+20
2025-04-10soc: mediatek: mt8167-mmsys: Fix missing regval in all entriesAngeloGioacchino Del Regno1-4/+9
2025-04-10soc: mediatek: mtk-mmsys: Fix MT8188 VDO1 DPI1 output selectionAngeloGioacchino Del Regno1-1/+1
2025-03-14soc: hisilicon: kunpeng_hccs: Fix incorrect string assemblyHuisong Li1-2/+2
2025-03-14Merge tag 'qcom-drivers-fixes-for-6.14' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann2-8/+2
2025-03-06Merge tag 'imx-fixes-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-2/+24
2025-02-23soc: imx8m: Unregister cpufreq and soc dev in cleanup pathPeng Fan1-2/+24
2025-02-20soc: loongson: loongson2_guts: Add check for devm_kstrdup()Haoxiang Li1-1/+4
2025-02-14soc: qcom: pdr: Fix the potential deadlockSaranya R1-7/+1
2025-02-07genirq: Remove leading space from irq_chip::irq_print_chip() callbacksGeert Uytterhoeven1-1/+1
2025-02-04soc: qcom: pmic_glink: Drop redundant pg assignment before taking lockKrzysztof Kozlowski1-1/+1
2025-01-25Merge tag 'media/v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-18/+0
2025-01-24Merge tag 'soc-drivers-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds17-101/+268
2025-01-24Merge tag 'soc-arm-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-1/+1
2025-01-22Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-2/+2
2025-01-22Merge tag 'litex-6.13-rc1' of https://github.com/litex-hub/linux into soc/dri...Arnd Bergmann1-18/+5
2025-01-19drivers/soc/litex: Use devm_register_restart_handler()Andrew Davis1-18/+5
2025-01-15Merge tag 'samsung-drivers-6.14' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-1/+1
2025-01-15Merge tag 'qcom-drivers-for-6.14' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann8-53/+98
2025-01-15Merge tag 'tegra-for-6.14-soc' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann3-23/+16
2025-01-15Merge tag 'mtk-soc-for-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-5/+14
2025-01-15Merge tag 'imx-drivers-6.14' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2-1/+129
2025-01-10soc/tegra: fuse: Update Tegra234 nvmem keepout listKartik Rajput1-6/+11
2025-01-10soc/tegra: Fix spelling error in tegra234_lookup_slave_timeout()liujing1-1/+1
2025-01-09soc/tegra: cbb: Drop unnecessary debugfs error handlingKrzysztof Kozlowski1-16/+4
2025-01-08soc: qcom: pd_mapper: Add SM7225 compatibleLuca Weiss1-0/+1
2025-01-07soc: qcom: llcc: Update configuration data for IPQ5424Varadarajan Narayanan1-2/+55
2025-01-07soc: mediatek: mtk-devapc: Fix leaking IO map on driver removeKrzysztof Kozlowski1-0/+1
2025-01-07soc: mediatek: mtk-devapc: Fix leaking IO map on error pathsKrzysztof Kozlowski1-5/+13
2025-01-06soc: qcom: socinfo: add QCS9075 SoC IDWasim Nazir1-0/+1
2025-01-06soc: qcom: socinfo: Avoid out of bounds read of serial numberStephan Gerhold1-1/+1
2025-01-06soc: samsung: exynos-pmu: Fix uninitialized ret in tensor_set_bits_atomic()Krzysztof Kozlowski1-1/+1
2025-01-02soc/qman: test: Use kthread_run_on_cpu()Frederic Weisbecker1-4/+2
2024-12-26soc: qcom: rmtfs: constify rmtfs_classBartosz Golaszewski1-1/+1
2024-12-26soc: qcom: rmtfs: allow building the module with COMPILE_TEST=yBartosz Golaszewski1-1/+1
2024-12-26soc: qcom: pmic_glink_altmode: simplify locking with guard()Krzysztof Kozlowski1-6/+5
2024-12-25soc: qcom: smem_state: fix missing of_node_put in error pathKrzysztof Kozlowski1-1/+2
2024-12-25soc: qcom: llcc: Enable LLCC_WRCACHE at boot on X1Konrad Dybcio1-0/+1
2024-12-25soc: qcom: pd-mapper: Add X1P42100Konrad Dybcio1-0/+1
2024-12-23soc: mediatek: pwrap: Switch to devm_clk_bulk_get_all_enabled()Cristian Ciocaltea1-2/+2
2024-12-13soc: mediatek: cmdq: Remove cmdq_pkt_finalize() helper functionChun-Kuang Hu1-18/+0
2024-12-13soc: renesas: Add RZ/G3E (R9A09G047) config optionBiju Das1-0/+5
2024-12-11soc: qcom: pmic_glink: simplify locking with guard()Krzysztof Kozlowski1-41/+29
2024-12-09soc: imx: Add SoC device register for i.MX9alice.guo2-1/+129
2024-12-08soc: atmel: fix device_node release in atmel_soc_device_init()Javier Carrasco1-1/+1
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