summaryrefslogtreecommitdiffstats
path: root/drivers/soc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge tag 'renesas-drivers-for-v6.15-tag1' of https://git.kernel.org/pub/scm/...Arnd Bergmann2025-03-068-32/+363
| |\ \ \ | | |_|/ | |/| |
| | * | soc: renesas: r9a09g057-sys: Add a callback to print SoC-specific extra featuresJohn Madieu2025-02-201-0/+42
| | * | soc: renesas: rz-sysc: Move RZ/V2H SoC detection to the SYS driverJohn Madieu2025-02-206-20/+36
| | * | soc: renesas: rz-sysc: Add support for RZ/G3E familyJohn Madieu2025-02-205-2/+89
| | * | soc: renesas: rz-sysc: Move RZ/G3S SoC detection to the SYSC driverClaudiu Beznea2025-02-206-12/+34
| | * | soc: renesas: Add SYSC driver for Renesas RZ familyClaudiu Beznea2025-02-204-0/+164
| | |/
* | | Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2025-03-251-7/+3
|\ \ \
| * | | soc: ti: ti_sci_inta_msi: Switch MSI descriptor locking to guard()Thomas Gleixner2025-03-131-7/+3
* | | | soc: hisilicon: kunpeng_hccs: Fix incorrect string assemblyHuisong Li2025-03-141-2/+2
* | | | Merge tag 'qcom-drivers-fixes-for-6.14' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann2025-03-142-8/+2
|\ \ \ \
| * | | | soc: qcom: pdr: Fix the potential deadlockSaranya R2025-02-141-7/+1
| * | | | soc: qcom: pmic_glink: Drop redundant pg assignment before taking lockKrzysztof Kozlowski2025-02-041-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'imx-fixes-6.14' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2025-03-061-2/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | soc: imx8m: Unregister cpufreq and soc dev in cleanup pathPeng Fan2025-02-231-2/+24
| |/ /
* | / soc: loongson: loongson2_guts: Add check for devm_kstrdup()Haoxiang Li2025-02-201-1/+4
| |/ |/|
* | genirq: Remove leading space from irq_chip::irq_print_chip() callbacksGeert Uytterhoeven2025-02-071-1/+1
|/
* Merge tag 'media/v6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2025-01-251-18/+0
|\
| * soc: mediatek: cmdq: Remove cmdq_pkt_finalize() helper functionChun-Kuang Hu2024-12-131-18/+0
* | Merge tag 'soc-drivers-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2025-01-2417-101/+268
|\ \
| * \ Merge tag 'litex-6.13-rc1' of https://github.com/litex-hub/linux into soc/dri...Arnd Bergmann2025-01-221-18/+5
| |\ \
| | * | drivers/soc/litex: Use devm_register_restart_handler()Andrew Davis2025-01-191-18/+5
| | |/
| * | Merge tag 'samsung-drivers-6.14' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2025-01-151-1/+1
| |\ \
| | * | soc: samsung: exynos-pmu: Fix uninitialized ret in tensor_set_bits_atomic()Krzysztof Kozlowski2025-01-061-1/+1
| | |/
| * | Merge tag 'qcom-drivers-for-6.14' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2025-01-158-53/+98
| |\ \
| | * | soc: qcom: pd_mapper: Add SM7225 compatibleLuca Weiss2025-01-081-0/+1
| | * | soc: qcom: llcc: Update configuration data for IPQ5424Varadarajan Narayanan2025-01-071-2/+55
| | * | soc: qcom: socinfo: add QCS9075 SoC IDWasim Nazir2025-01-061-0/+1
| | * | soc: qcom: socinfo: Avoid out of bounds read of serial numberStephan Gerhold2025-01-061-1/+1
| | * | soc: qcom: rmtfs: constify rmtfs_classBartosz Golaszewski2024-12-261-1/+1
| | * | soc: qcom: rmtfs: allow building the module with COMPILE_TEST=yBartosz Golaszewski2024-12-261-1/+1
| | * | soc: qcom: pmic_glink_altmode: simplify locking with guard()Krzysztof Kozlowski2024-12-261-6/+5
| | * | soc: qcom: smem_state: fix missing of_node_put in error pathKrzysztof Kozlowski2024-12-251-1/+2
| | * | soc: qcom: llcc: Enable LLCC_WRCACHE at boot on X1Konrad Dybcio2024-12-251-0/+1
| | * | soc: qcom: pd-mapper: Add X1P42100Konrad Dybcio2024-12-251-0/+1
| | * | soc: qcom: pmic_glink: simplify locking with guard()Krzysztof Kozlowski2024-12-111-41/+29
| | |/
| * | Merge tag 'tegra-for-6.14-soc' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2025-01-153-23/+16
| |\ \
| | * | soc/tegra: fuse: Update Tegra234 nvmem keepout listKartik Rajput2025-01-101-6/+11
| | * | soc/tegra: Fix spelling error in tegra234_lookup_slave_timeout()liujing2025-01-101-1/+1
| | * | soc/tegra: cbb: Drop unnecessary debugfs error handlingKrzysztof Kozlowski2025-01-091-16/+4
| | |/
| * | Merge tag 'mtk-soc-for-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2025-01-151-5/+14
| |\ \
| | * | soc: mediatek: mtk-devapc: Fix leaking IO map on driver removeKrzysztof Kozlowski2025-01-071-0/+1
| | * | soc: mediatek: mtk-devapc: Fix leaking IO map on error pathsKrzysztof Kozlowski2025-01-071-5/+13
| | |/
| * | Merge tag 'imx-drivers-6.14' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2025-01-152-1/+129
| |\ \
| | * | soc: imx: Add SoC device register for i.MX9alice.guo2024-12-092-1/+129
| | |/
| * / soc: renesas: Add RZ/G3E (R9A09G047) config optionBiju Das2024-12-131-0/+5
| |/
* | Merge tag 'soc-arm-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2025-01-241-1/+1
|\ \
| * | soc: atmel: fix device_node release in atmel_soc_device_init()Javier Carrasco2024-12-081-1/+1
| |/
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2025-01-221-2/+2
|\ \
| * | soc: mediatek: pwrap: Switch to devm_clk_bulk_get_all_enabled()Cristian Ciocaltea2024-12-231-2/+2
| |/
* / soc/qman: test: Use kthread_run_on_cpu()Frederic Weisbecker2025-01-021-4/+2
|/