aboutsummaryrefslogtreecommitdiff
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
2017-08-17Merge tag 'amlogic-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann5-0/+192
2017-08-16soc: versatile: remove unnecessary static in realview_soc_probe()Gustavo A. R. Silva1-1/+1
2017-08-16Merge tag 'renesas-drivers-for-v4.14' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann7-1/+51
2017-08-16Merge tag 'qcom-drivers-for-4.14' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann4-4/+9
2017-08-16Merge tag 'v4.14-rockchip-drivers-1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2-0/+46
2017-08-16soc: Convert to using %pOF instead of full_nameRob Herring9-36/+31
2017-08-15Merge tag 'imx-fixes-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-7/+8
2017-08-14soc: mediatek: add SCPSYS power domain driver for MediaTek MT7622 SoCSean Wang1-0/+71
2017-08-14soc: mediatek: reduce code duplication of scpsys_probe across all SoCsSean Wang1-103/+79
2017-08-08soc: qcom: mdt_loader: Use request_firmware_into_buf()Bjorn Andersson1-3/+2
2017-08-08soc: qcom: bring all qcom drivers into a submenuSrinivas Kandagatla1-0/+4
2017-08-08soc: qcom: wcnss_ctrl: add missing MODULE_DEVICE_TABLE()Rob Clark1-0/+1
2017-08-08soc: qcom: smsm: fix of_node refcnting problemRob Clark1-1/+2
2017-08-05soc: imx: gpcv2: fix regulator deferred probeStefan Agner1-7/+8
2017-08-02soc: qcom: GLINK SSR notifierBjorn Andersson3-0/+174
2017-08-02soc: mtk-pmic-wrap: make of_device_ids const.Arvind Yadav1-3/+3
2017-07-31soc/tegra: Fix bad of_node_put() in powergate initTuomas Tynkkynen1-3/+1
2017-07-28soc: Add Amlogic SoC Information driverNeil Armstrong5-0/+192
2017-07-27soc: renesas: rcar-rst: Add support for R-Car D3Geert Uytterhoeven2-1/+2
2017-07-27soc: renesas: rcar-sysc: Add support for R-Car D3 power areasGeert Uytterhoeven5-0/+41
2017-07-27soc: renesas: Identify R-Car D3Geert Uytterhoeven1-0/+8
2017-07-27soc: zte: Restrict SOC_ZTE to ARCH_ZX or COMPILE_TESTGeert Uytterhoeven1-0/+1
2017-07-24soc: samsung: Use kbasename instead of open codingRob Herring1-1/+1
2017-07-20soc: rockchip: power-domain: add power domain support for rk3366Elaine Zhang1-0/+32
2017-07-16soc: rockchip: disable jtag switching for RK3328 SocShawn Lin1-0/+14
2017-07-04Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds15-72/+622
2017-06-29Merge tag 'actions-drivers-for-4.13' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann6-0/+295
2017-06-29Merge tag 'actions-arm-soc+sps-for-4.13' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann6-0/+295
2017-06-23soc: actions: owl-sps: Factor out owl_sps_set_pg() for power-gatingAndreas Färber4-31/+59
2017-06-23soc: actions: Add Owl SPSAndreas Färber5-0/+267
2017-06-23Merge tag 'qcom-drivers-for-4.13' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-4/+5
2017-06-18Merge tag 'imx-drivers-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-1/+1
2017-06-18Merge tag 'at91-ab-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2-0/+50
2017-06-18Merge tag 'renesas-rcar-sysc-for-v4.13' of https://git.kernel.org/pub/scm/lin...Olof Johansson2-26/+4
2017-06-18Merge tag 'renesas-drivers-for-v4.13' of https://git.kernel.org/pub/scm/linux...Olof Johansson5-30/+91
2017-06-18Merge tag 'tegra-for-4.13-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson4-1/+366
2017-06-18Merge tag 'arm-soc/for-4.13/drivers' of http://github.com/Broadcom/stblinux i...Olof Johansson1-1/+1
2017-06-18Merge tag 'v4.12-next-soc' of https://github.com/mbgg/linux-mediatek into nex...Olof Johansson2-9/+154
2017-06-15soc: renesas: rcar-sysc: Use GENPD_FLAG_ALWAYS_ONGeert Uytterhoeven2-26/+4
2017-06-13soc/tegra: flowctrl: Fix error handlingChristophe Jaillet1-1/+1
2017-06-13soc/tegra: bpmp: Implement generic PM domainsThierry Reding3-0/+365
2017-06-12soc: brcmstb: enable drivers for ARM64 and BMIPSMarkus Mayer1-1/+1
2017-06-12soc: renesas: Rework Kconfig and Makefile logicGeert Uytterhoeven5-30/+91
2017-06-05soc: qcom: smsm: Improve error handling, quiesce probe deferralJonathan Neuschäfer1-4/+5
2017-06-02ARM: at91: add armv7m SoC detectionSzemző András2-0/+50
2017-05-19Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-2/+3
2017-05-19Merge tag 'imx-fixes-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Olof Johansson1-1/+2
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2017-05-15soc: mediatek: PMIC wrap: Fix possible NULL derefrence.[email protected]1-0/+5
2017-05-15soc: mediatek: PMIC wrap: Fix error handlingChristophe Jaillet1-3/+6