aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman9-0/+9
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-0/+350
2017-09-10Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds30-159/+588
2017-09-10Merge tag 'armsoc-platforms' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2017-09-09Merge tag 'rproc-v4.14' of git://github.com/andersson/remoteprocLinus Torvalds3-0/+174
2017-09-04MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfdMartin Blumenstingl2-0/+261
2017-09-04MIPS: lantiq: Convert the fpi bus driver to a platform_driverHauke Mehrtens3-0/+89
2017-08-23Merge tag 'samsung-drivers-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/driversArnd Bergmann1-1/+1
2017-08-23soc/tegra: fuse: Add missing semi-colonThierry Reding1-1/+1
2017-08-23soc/tegra: Restrict SoC device registration to TegraThierry Reding1-0/+8
2017-08-21Merge tag 'sunxi-drivers-for-4.14' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into next/driversArnd Bergmann1-9/+48
2017-08-21soc: ti: knav: Add a NULL pointer check for kdev in knav_pool_createKeerthy1-0/+3
2017-08-18Merge tag 'tegra-for-4.14-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/driversArnd Bergmann3-5/+52
2017-08-18Merge tag 'v4.13-next-soc' of https://github.com/mbgg/linux-mediatek into next/driversArnd Bergmann2-103/+150
2017-08-18soc: ti: ti_sci_pm_domains: Populate name for genpdDave Gerlach1-0/+2
2017-08-18drivers: soc: sunxi: add support for A64 and its SRAM CIcenowy Zheng1-0/+11
2017-08-18drivers: soc: sunxi: add support for remapping func value to reg valueIcenowy Zheng1-9/+34
2017-08-18drivers: soc: sunxi: fix error processing on base address when claimingIcenowy Zheng1-0/+3
2017-08-17soc/tegra: Register SoC deviceThierry Reding2-2/+51
2017-08-17Merge tag 'amlogic-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into next/driversArnd 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/kernel/git/horms/renesas into next/driversArnd Bergmann7-1/+51
2017-08-16Merge tag 'qcom-drivers-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/driversArnd Bergmann4-4/+9
2017-08-16Merge tag 'v4.14-rockchip-drivers-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/driversArnd 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/shawnguo/linux into fixesArnd 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/arm/arm-socLinus Torvalds15-72/+622
2017-06-29Merge tag 'actions-drivers-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions into next/driversArnd Bergmann6-0/+295
2017-06-29Merge tag 'actions-arm-soc+sps-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions into next/socArnd 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/kernel/git/agross/linux into next/driversArnd Bergmann1-4/+5