summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-11-23Merge tag 'ti-driver-soc-for-v6.2-v2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann6-18/+41
2022-11-23Merge tag 'qcom-drivers-for-6.2' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann15-162/+460
2022-11-23soc: ti: k3-socinfo: Add AM62Ax JTAG IDVignesh Raghavendra1-0/+1
2022-11-23Merge tag 'v6.1-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann4-151/+153
2022-11-23Merge tag 'tegra-for-6.2-memory-v2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-0/+160
2022-11-23Merge tag 'tegra-for-6.2-clk-v2' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-3/+34
2022-11-23Merge tag 'tegra-for-6.2-firmware-v2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann6-141/+170
2022-11-23Merge tag 'tegra-for-6.2-soc-v2' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann9-424/+1073
2022-11-22Merge tag 'riscv-soc-for-v6.2-mw0' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-8/+25
2022-11-21soc: mediatek: Add deprecated compatible to mmsysMatthias Brugger1-0/+4
2022-11-21soc: mediatek: pwrap: add mt8365 SoC supportFabien Parent1-0/+78
2022-11-21soc: mediatek: pwrap: add support for sys & tmr clocksFabien Parent1-4/+32
2022-11-21soc: mediatek: add mtk-mmsys support for mt8195 vdosys0Jason-JH.Lin2-0/+381
2022-11-21Revert "soc: mediatek: add mtk-mmsys support for mt8195 vdosys0"Jason-JH.Lin3-517/+11
2022-11-21Merge tag 'memory-controller-drv-6.2-2' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann1-13/+109
2022-11-21Merge tag 'imx-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann3-3/+12
2022-11-21Merge tag 'renesas-drivers-for-v6.2-tag2' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann1-0/+22
2022-11-21Merge tag 'optee-for-6.2' of https://git.linaro.org/people/jens.wiklander/lin...Arnd Bergmann1-2/+2
2022-11-21memory: tegra: Add DLA clients for Tegra234Jon Hunter1-0/+160
2022-11-21memory: tegra186-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin1-14/+1
2022-11-21memory: tegra210-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin1-14/+1
2022-11-21memory: tegra30-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin1-14/+1
2022-11-21memory: tegra20-emc: Use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin1-14/+1
2022-11-19clk: tegra: Support BPMP-FW ABI deny flagsPeter De Schrijver1-3/+34
2022-11-18firmware: tegra: Remove surplus dev_err() when using platform_get_irq_byname()Yang Li1-6/+2
2022-11-18soc/tegra: cbb: Remove redundant dev_err callShang XiaoJing1-3/+1
2022-11-18soc/tegra: cbb: Use DEFINE_SHOW_ATTRIBUTE to simplify tegra_cbb_errLiu Shixin1-12/+1
2022-11-17soc: renesas: Identify RZ/V2M SoCPhil Edworthy1-0/+22
2022-11-15soc: ti: smartreflex: Fix PM disable depth imbalance in omap_sr_probeZhang Qilong1-0/+1
2022-11-15soc: ti: knav_qmss_queue: Fix PM disable depth imbalance in knav_queue_probeZhang Qilong1-0/+1
2022-11-14soc: loongson: add GUTS driver for loongson-2 platformsYinbo Zhu5-0/+218
2022-11-14Merge tag 'renesas-drivers-for-v6.2-tag1' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann1-0/+2
2022-11-11soc/tegra: cbb: Check firewall before enabling error reportingSumit Gupta1-2/+81
2022-11-11soc/tegra: cbb: Add checks for potential out of bound errorsSumit Gupta1-2/+40
2022-11-11soc/tegra: cbb: Update slave maps for Tegra234Sumit Gupta1-21/+13
2022-11-11soc/tegra: cbb: Use correct master_id mask for CBB NOC in Tegra194Sumit Gupta2-14/+13
2022-11-11soc/tegra: fuse: Use platform info with SoC revisionKartik2-2/+21
2022-11-10memory: omap-gpmc: fix coverity issue "Control flow issues"Benedikt Niedermayr1-1/+1
2022-11-10soc: qcom: rpmh-rsc: Write CONTROL_TCS with next timer wakeupMaulik Shah3-1/+67
2022-11-10soc: qcom: rpmh-rsc: Save base address of drvMaulik Shah2-10/+10
2022-11-10PM: domains: Store the next hrtimer wakeup in genpdMaulik Shah2-0/+29
2022-11-10soc: qcom: rpmh-rsc: Attach RSC to cluster PM domainLina Iyer2-5/+66
2022-11-10soc/tegra: pmc: Process wake events during resumePetlozu Pravareshwar1-0/+41
2022-11-10soc/tegra: pmc: Fix dual edge triggered wakesPetlozu Pravareshwar1-5/+176
2022-11-10soc/tegra: pmc: Add I/O pad table for Tegra234Petlozu Pravareshwar1-253/+403
2022-11-10soc: sifive: ccache: fix missing of_node_put() in sifive_ccache_init()Yang Yingliang1-4/+11
2022-11-10soc: sifive: ccache: fix missing free_irq() in error path in sifive_ccache_in...Yang Yingliang1-1/+4
2022-11-10soc: sifive: ccache: fix missing iounmap() in error path in sifive_ccache_init()Yang Yingliang1-4/+11
2022-11-08soc: mediatek: Add all settings to mtk_mmsys_ddp_dpi_fmt_config funcXinlei Lee2-9/+26
2022-11-08soc: qcom: apr: Add check for idr_alloc and of_property_read_string_indexJiasheng Jiang1-3/+12