summaryrefslogtreecommitdiff
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
2023-09-08soc: renesas: Kconfig: For ARCH_R9A07G043 select the required configs if depe...Lad Prabhakar1-3/+4
2023-09-08Merge patch series "Add non-coherent DMA support for AX45MP"Palmer Dabbelt1-0/+4
2023-09-01soc: renesas: Kconfig: Select the required configs for RZ/Five SoCLad Prabhakar1-0/+4
2023-08-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-16/+1
2023-08-31Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds15-18/+15
2023-08-31Merge tag 'soc-drivers-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds47-196/+2026
2023-08-31Merge tag 'genpd-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/...Linus Torvalds85-22705/+22
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2023-08-22Merge tag 'qcom-drivers-for-6.6' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann20-138/+260
2023-08-22Merge tag 'v6.6-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-0/+14
2023-08-22soc: kunpeng_hccs: fix some sparse warnings about incorrect typeHuisong Li2-7/+8
2023-08-22soc: loongson2_pm: add power management supportYinbo Zhu3-0/+226
2023-08-17soc: rockchip: grf: Fix SDMMC not working on RK3588 with bus-width > 1Ondrej Jirman1-0/+14
2023-08-14Merge tag 'ti-driver-soc-for-v6.6' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann4-22/+17
2023-08-14soc: kunpeng_hccs: add MAILBOX dependencyArnd Bergmann1-0/+1
2023-08-14soc: qcom: aoss: Tidy up qmp_send() callersBjorn Andersson1-10/+4
2023-08-14soc: qcom: aoss: Format string in qmp_send()Bjorn Andersson1-7/+13
2023-08-14soc: qcom: aoss: Move length requirements from callerBjorn Andersson1-13/+12
2023-08-12soc: kunpeng_hccs: fix size_t format stringArnd Bergmann1-1/+1
2023-08-12soc: aspeed: socinfo: Add kfree for kstrdupJiasheng Jiang1-0/+1
2023-08-12soc: aspeed: uart-routing: Use __sysfs_match_stringZev Weiss1-1/+1
2023-08-12Merge tag 'hisi-drivers-for-6.6' of https://github.com/hisilicon/linux-hisi i...Arnd Bergmann6-0/+1490
2023-08-12Merge tag 'samsung-drivers-6.6' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2-2/+1
2023-08-12Merge tag 'sunxi-drivers-for-6.6-1' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-1/+1
2023-08-12Merge tag 'amlogic-drivers-for-v6.6' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-0/+1
2023-08-12Merge tag 'zynqmp-soc-for-6.6' of https://github.com/Xilinx/linux-xlnx into s...Arnd Bergmann2-6/+5
2023-08-12Merge tag 'tegra-for-6.6-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann7-27/+9
2023-08-12Merge tag 'at91-soc-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/a...Arnd Bergmann2-2/+1
2023-08-12soc: fsl: Explicitly include correct DT includesRob Herring4-6/+5
2023-08-12soc: xilinx: Explicitly include correct DT includesRob Herring1-0/+1
2023-08-12soc: sunxi: Explicitly include correct DT includesRob Herring1-1/+1
2023-08-12soc: rockchip: Explicitly include correct DT includesRob Herring1-1/+1
2023-08-12soc: mediatek: Explicitly include correct DT includesRob Herring5-5/+6
2023-08-12soc: aspeed: Explicitly include correct DT includesRob Herring3-4/+2
2023-08-12soc: ti: k3-socinfo.c: Add JTAG ID for AM62PXVignesh Raghavendra1-0/+1
2023-08-10soc: ti: Use devm_platform_ioremap_resource_byname simplify logicZhang Zekun1-13/+6
2023-08-08soc: hisilicon: add sysfs entry to query information of HCCSHuisong Li2-0/+660
2023-08-08soc: hisilicon: Support HCCS driver on Kunpeng SoCHuisong Li6-0/+830
2023-08-06soc: sunxi: Explicitly include correct DT includesRob Herring1-1/+1
2023-08-04soc: amlogic: Explicitly include correct DT includesRob Herring1-0/+1
2023-08-04soc: xilinx: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie1-2/+2
2023-08-04soc: xilinx: Explicitly include correct DT includesRob Herring1-0/+1
2023-08-03Merge branch 'genpd_create_dir' of git://git.kernel.org/pub/scm/linux/kernel/...Bjorn Andersson85-22751/+22
2023-08-03soc: qcom: qmi_encdec: Restrict string length in decodeChris Lew1-2/+2
2023-08-03soc: qcom: smem: Fix incompatible types in comparisonChen Jiahao1-1/+1
2023-08-03soc: qcom: ocmem: add missing clk_disable_unprepare() in ocmem_dev_probe()Yang Yingliang1-1/+3
2023-08-02soc: ti: k3-ringacc: remove non-fatal probe deferral logJayesh Choudhary1-3/+1
2023-08-01soc: qcom: socinfo: Add SoC ID for SM7125David Wronek1-0/+1
2023-08-01soc: qcom: socinfo: drop the IPQ5019 SoC IDKathiravan T1-1/+0
2023-08-01soc: qcom: socinfo: add SM4450 IDTengfei Fan1-0/+1