summaryrefslogtreecommitdiff
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
2025-02-28soc: apple: rtkit: Add and use PWR_STATE_INIT instead of _ONJanne Grunau1-1/+2
2025-02-26soc: ti: k3-socinfo: Do not use syscon helper to build regmapAndrew Davis1-1/+12
2025-02-24ARM: at91: Add Support in SoC driver for SAMA7D65Ryan Wanner2-0/+8
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-20soc: renesas: r9a09g057-sys: Add a callback to print SoC-specific extra featuresJohn Madieu1-0/+42
2025-02-20soc: renesas: rz-sysc: Move RZ/V2H SoC detection to the SYS driverJohn Madieu6-20/+36
2025-02-20soc: renesas: rz-sysc: Add support for RZ/G3E familyJohn Madieu5-2/+89
2025-02-20soc: renesas: rz-sysc: Move RZ/G3S SoC detection to the SYSC driverClaudiu Beznea6-12/+34
2025-02-20soc: renesas: Add SYSC driver for Renesas RZ familyClaudiu Beznea4-0/+164
2025-02-19soc: samsung: exynos-chipid: add exynos2200 SoC supportIvaylo Ivanov1-0/+1
2025-02-18soc: apple: rtkit: Fix use-after-free in apple_rtkit_crashlog_rx()Harshit Mogalapalli1-1/+2
2025-02-18soc: apple: rtkit: Pass the crashlog to the crashed() callbackAsahi Lina1-1/+1
2025-02-18soc: apple: rtkit: Check & log more failuresAsahi Lina1-10/+34
2025-02-18soc: mediatek: mtk-socinfo: Add entry for MT8390AV/AZA Genio 700Louis-Alexis Eyraud1-0/+1
2025-02-18soc: mediatek: mtk-socinfo: Add entry for MT8370AV/AZA Genio 510Louis-Alexis Eyraud1-0/+1
2025-02-18soc: mediatek: mtk-socinfo: Restructure SoC attribute informationFei Shao1-5/+12
2025-02-15soc: samsung: exynos-chipid: Add NULL pointer check in exynos_chipid_probe()Chenyuan Yang1-0/+2
2025-02-14soc: qcom: Do not expose internal servreg_location_entry_ei arrayKrzysztof Kozlowski2-3/+1
2025-02-14soc: qcom: ice: make of_qcom_ice_get() staticTudor Ambarus1-2/+1
2025-02-14soc: qcom: ice: introduce devm_of_qcom_ice_getTudor Ambarus1-0/+48
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-05soc: samsung: usi: implement support for USIv1 and exynos8895Ivaylo Ivanov1-13/+58
2025-02-05soc: samsung: usi: add a routine for unconfiguring the ipIvaylo Ivanov1-0/+28
2025-02-04soc: qcom: Use str_enable_disable-like helpersKrzysztof Kozlowski1-1/+2
2025-02-04soc: qcom: pmic_glink: Drop redundant pg assignment before taking lockKrzysztof Kozlowski1-1/+1
2025-02-03soc: samsung: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski1-6/+2
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