summaryrefslogtreecommitdiffstats
path: root/drivers/soc (follow)
Commit message (Expand)AuthorAgeFilesLines
* pmdomain: xilinx: Move Kconfig option to the pmdomain subsystemUlf Hansson2023-10-041-9/+0
* pmdomain: ti: Move and add Kconfig options to the pmdomain subsystemUlf Hansson2023-10-041-12/+0
* pmdomain: tegra: Move Kconfig option to the pmdomain subsystemUlf Hansson2023-10-041-5/+0
* pmdomain: sunxi: Move Kconfig option to the pmdomain subsystemUlf Hansson2023-10-041-9/+0
* pmdomain: starfive: Move Kconfig file to the pmdomain subsystemUlf Hansson2023-10-042-13/+0
* pmdomain: samsung: Move Kconfig option to the pmdomain subsystemUlf Hansson2023-10-041-4/+0
* pmdomain: rockchip: Move Kconfig option to the pmdomain subsystemUlf Hansson2023-10-041-12/+0
* pmdomain: renesas: Move Kconfig options to the pmdomain subsystemUlf Hansson2023-10-041-105/+0
* pmdomain: qcom: Move Kconfig options to the pmdomain subsystemUlf Hansson2023-10-041-37/+0
* pmdomain: mediatek: Move Kconfig options to the pmdomain subsystemUlf Hansson2023-10-041-23/+0
* pmdomain: imx: Move Kconfig options to the pmdomain subsystemUlf Hansson2023-10-041-19/+0
* pmdomain: bcm: Move Kconfig options to the pmdomain subsystemUlf Hansson2023-09-201-51/+0
* pmdomain: apple: Move Kconfig option to the pmdomain subsystemUlf Hansson2023-09-201-13/+0
* pmdomain: amlogic: Move Kconfig options to the pmdomain subsystemUlf Hansson2023-09-201-35/+0
* pmdomain: actions: Move Kconfig file to the pmdomain subsystemUlf Hansson2023-09-202-18/+0
* pmdomain: starfive: Replace SOC_STARFIVE with ARCH_STARFIVEChanghuang Liang2023-09-141-2/+2
* soc: renesas: Kconfig: For ARCH_R9A07G043 select the required configs if depe...Lad Prabhakar2023-09-081-3/+4
* Merge patch series "Add non-coherent DMA support for AX45MP"Palmer Dabbelt2023-09-081-0/+4
|\
| * soc: renesas: Kconfig: Select the required configs for RZ/Five SoCLad Prabhakar2023-09-011-0/+4
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-08-311-16/+1
|\ \
| * | soc: qcom: smd-rpm: Move icc_smd_rpm registration to clk-smd-rpmStephan Gerhold2023-07-151-16/+1
| |/
* | Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-08-3115-18/+15
|\ \
| * \ Merge tag 'at91-soc-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/a...Arnd Bergmann2023-08-122-2/+1
| |\ \
| | * | soc: microchip: Explicitly include correct DT includesRob Herring2023-07-292-2/+1
| | |/
| * | soc: fsl: Explicitly include correct DT includesRob Herring2023-08-124-6/+5
| * | soc: xilinx: Explicitly include correct DT includesRob Herring2023-08-121-0/+1
| * | soc: sunxi: Explicitly include correct DT includesRob Herring2023-08-121-1/+1
| * | soc: rockchip: Explicitly include correct DT includesRob Herring2023-08-121-1/+1
| * | soc: mediatek: Explicitly include correct DT includesRob Herring2023-08-125-5/+6
| * | soc: aspeed: Explicitly include correct DT includesRob Herring2023-08-123-4/+2
| |/
* | Merge tag 'soc-drivers-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-3147-196/+2026
|\ \
| * \ Merge tag 'qcom-drivers-for-6.6' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2023-08-2220-138/+260
| |\ \
| | * | soc: qcom: aoss: Tidy up qmp_send() callersBjorn Andersson2023-08-141-10/+4
| | * | soc: qcom: aoss: Format string in qmp_send()Bjorn Andersson2023-08-141-7/+13
| | * | soc: qcom: aoss: Move length requirements from callerBjorn Andersson2023-08-141-13/+12
| | * | Merge branch 'genpd_create_dir' of git://git.kernel.org/pub/scm/linux/kernel/...Bjorn Andersson2023-08-0385-22751/+22
| | |\ \
| | * | | soc: qcom: qmi_encdec: Restrict string length in decodeChris Lew2023-08-031-2/+2
| | * | | soc: qcom: smem: Fix incompatible types in comparisonChen Jiahao2023-08-031-1/+1
| | * | | soc: qcom: ocmem: add missing clk_disable_unprepare() in ocmem_dev_probe()Yang Yingliang2023-08-031-1/+3
| | * | | soc: qcom: socinfo: Add SoC ID for SM7125David Wronek2023-08-011-0/+1
| | * | | soc: qcom: socinfo: drop the IPQ5019 SoC IDKathiravan T2023-08-011-1/+0
| | * | | soc: qcom: socinfo: add SM4450 IDTengfei Fan2023-08-011-0/+1
| | * | | soc: qcom: pmic_glink: enable altmode for SM8550Neil Armstrong2023-07-311-5/+1
| | * | | soc: qcom: pmic_glink_altmode: add retimer-switch supportNeil Armstrong2023-07-311-0/+43
| | * | | soc: qcom: pmic_glink_altmode: handle safe mode when disconnectNeil Armstrong2023-07-311-1/+17
| | * | | soc: qcom: rpmhpd: Add SDX75 power domainsRohit Agarwal2023-07-311-0/+16
| | * | | soc: qcom: use devm_clk_get_enabled() in gsbi_probe()Yuanjun Gong2023-07-221-8/+3
| | * | | soc: qcom: rpmhpd: Use the newly created generic RPMHPD bindingsRohit Agarwal2023-07-221-50/+51
| | * | | soc: qcom: Explicitly include correct DT includesRob Herring2023-07-1411-9/+8
| | * | | soc: qcom: Add RPM processor/subsystem driverStephan Gerhold2023-07-143-1/+79