summaryrefslogtreecommitdiffstats
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
2022-06-28ARM: at91: fix soc detection for SAM9X60 SiPsMihai Sain1-6/+6
2022-06-27soc: imx: imx8m-blk-ctrl: Make error prints usefulMarek Vasut1-3/+6
2022-06-27soc: fsl: guts: add serial_number supportMichael Walle1-2/+46
2022-06-27soc: fsl: guts: drop platform driverMichael Walle1-63/+71
2022-06-27soc: fsl: guts: use of_root instead of own referenceMichael Walle1-8/+4
2022-06-27soc: fsl: guts: allocate soc_dev_attr on the heapMichael Walle1-19/+21
2022-06-27soc: fsl: guts: embed fsl_guts_get_svr() in probe()Michael Walle1-31/+11
2022-06-27soc: fsl: guts: remove module_exit() and fsl_guts_remove()Michael Walle1-14/+1
2022-06-27soc: fsl: guts: machine variable might be unsetMichael Walle1-1/+1
2022-06-25soc: qcom: rpmhpd: fix typos in commentJulia Lawall1-2/+2
2022-06-25soc: qcom: correct kerneldocKrzysztof Kozlowski2-1/+6
2022-06-25soc: qcom: cmd-db: replace strncpy() with strscpy_pad()Krzysztof Kozlowski1-1/+1
2022-06-25soc: qcom: apr: Drop redundant check in .remove()Uwe Kleine-König1-9/+6
2022-06-25soc: qcom: socinfo: Add an ID for sc7180PDouglas Anderson1-0/+1
2022-06-23soc: mediatek: fix missing clk_disable_unprepare() on err in svs_resume()Peng Wu1-2/+6
2022-06-22soc: mediatek: mutex: Use DDP_COMPONENT_DITHER0 mod index for MT8365AngeloGioacchino Del Regno1-1/+1
2022-06-19soc: imx: gpcv2: print errno for regulator errorsMartin Kepplinger1-2/+6
2022-06-17soc: ti: wkup_m3_ipc: Remove unneeded semicolonYang Li1-1/+1
2022-06-17soc: bcm: brcmstb: biuctrl: Add missing of_node_put()Liang He1-3/+6
2022-06-17soc: mediatek: mutex: add functions that operate registers by CMDQMoudy Ho1-1/+44
2022-06-17soc: mediatek: mutex: add 8183 MUTEX MOD settings for MDPMoudy Ho1-0/+21
2022-06-17soc: mediatek: mutex: add common interface for modules settingMoudy Ho1-0/+53
2022-06-17soc: mediatek: pm-domains: Add support always on flagChunfeng Yun3-1/+6
2022-06-17soc: mediatek: mt8365-mmsys: add DPI/HDMI display pathFabien Parent1-0/+22
2022-06-17soc: mediatek: mutex: add MT8365 supportFabien Parent1-0/+40
2022-06-17soc: mediatek: SVS: add mt8192 SVS GPU driverRoger Lu1-5/+468
2022-06-17soc: mediatek: SVS: add debug commandsRoger Lu1-0/+275
2022-06-17soc: mediatek: SVS: add monitor modeRoger Lu1-6/+250
2022-06-17soc: mediatek: SVS: introduce MTK SVS engineRoger Lu3-0/+1428
2022-06-17soc: amlogic: Fix refcount leak in meson-secure-pwrc.cLiang He1-1/+3
2022-06-15soc: qcom: geni: Disable MMIO tracing for GENI SESai Prakash Ranjan1-0/+3
2022-06-14Merge tag 'arm-soc/for-5.19/drivers-fixes' of https://github.com/Broadcom/stb...Arnd Bergmann1-0/+1
2022-06-14soc: imx: imx8m-blk-ctrl: fix display clock for LCDIF2 power domainAlexander Stein1-1/+1
2022-06-13soc: renesas: rcar-sysc: Optimize rcar_sysc_area struct sizesGeert Uytterhoeven2-4/+4
2022-06-13soc: renesas: r8a779a0-sysc: Fix A2DP1 and A2CV[2357] PDR valuesGeert Uytterhoeven1-5/+5
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner1-9/+1
2022-06-08soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probeMiaoqian Lin1-0/+1
2022-06-08soc: bcm: brcmstb: pm: pm-arm: fix typo in commentJulia Lawall1-1/+1
2022-06-07soc: mediatek: devapc: Add support for MT8186Rex-BC Chen1-0/+8
2022-06-07soc: mediatek: devapc: Separate register offsets from mtk_devapc_dataRex-BC Chen1-15/+22
2022-06-07soc: mediatek: pwrap: Compress of_device_id entries to one lineAngeloGioacchino Del Regno1-66/+25
2022-06-07soc: mediatek: pwrap: Move IO pointers to new structureAngeloGioacchino Del Regno1-29/+32
2022-06-07soc: mediatek: pwrap: Check return value of platform_get_irq()AngeloGioacchino Del Regno1-0/+5
2022-06-07soc: mediatek: pwrap: Switch to devm_platform_ioremap_resource_byname()AngeloGioacchino Del Regno1-6/+2
2022-06-07soc: mediatek: pwrap: Use readx_poll_timeout() instead of custom functionAngeloGioacchino Del Regno1-27/+33
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-53/+157
2022-06-02Merge tag 'arm-late-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds2-1/+3
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-0/+529
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-25/+62
2022-05-27Merge tag 'v5.19-rockchip-drivers2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-0/+2