aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-02Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2015-07-02Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-2/+2
2015-07-01soc: qcom: spm: Fix idle on THUMB2 kernelsStephen Boyd1-1/+1
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds9-0/+711
2015-06-26Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-8/+21
2015-06-24Merge tag 'armsoc-drivers' into test-mergeKevin Hilman9-0/+711
2015-06-24Merge tag 'armsoc-soc' into test-mergeKevin Hilman2-8/+21
2015-06-16drivers/soc: Convert non-modular soc-realview to use builtin_platform_driverPaul Gortmaker1-1/+1
2015-06-16drivers/soc: Convert non-modular tegra/pmc to use builtin_platform_driverPaul Gortmaker1-1/+1
2015-06-01drivers: soc: sunxi: Introduce SoC driver to map SRAMsMaxime Ripard5-0/+297
2015-05-29Merge tag 'qcom-soc-for-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into next/driversArnd Bergmann3-0/+393
2015-05-29Merge tag 'v4.1-next-soc' of https://github.com/mbgg/linux-mediatek into next/driversArnd Bergmann2-45/+10
2015-05-27soc: mediatek: Add compile dependency to pmic-wrapperMatthias Brugger1-0/+1
2015-05-27soc: mediatek: PMIC wrap: Fix register state machine handlingSascha Hauer1-10/+2
2015-05-27soc: mediatek: PMIC wrap: Fix clock rate handlingSascha Hauer1-35/+7
2015-05-04soc/tegra: pmc: move to using a restart handlerDavid Riley1-6/+17
2015-05-04soc/tegra: fuse: Add RAM code reader helperMikko Perttunen1-0/+21
2015-05-04soc/tegra: Watch wait_for_completion_timeout() return typeNicholas Mc Guire1-2/+4
2015-04-27ARM: qcom: Add Subsystem Power Manager (SPM) driverLina Iyer3-0/+393
2015-04-14Merge tag 'v4.0-next-soc-fix' of https://github.com/mbgg/linux-mediatek into next/driversArnd Bergmann1-2/+0
2015-04-13soc/mediatek: Remove unused variablesThierry Reding1-2/+0
2015-04-03Merge tag 'v4.0-next-soc' of https://github.com/mbgg/linux-mediatek into next/driversOlof Johansson5-0/+991
2015-03-30soc: mediatek: Add PMIC wrapper for MT8135 and MT8173 SoCsFlora Fu5-0/+991
2015-03-11soc: qcom: gsbi: Add support for ADM CRCI muxingAndy Gross2-0/+153
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-2/+12
2015-01-29soc: ti: knav_qmss_queue: change knav_range_setup_acc_irq to staticMurali Karicheri1-1/+1
2015-01-29soc: ti: knav_qmss_queue: makefile tweak to build as dynamic moduleMurali Karicheri1-1/+2
2015-01-29soc: ti: knav_qmss_queue: export API calls for use by user driverMurali Karicheri1-0/+9
2015-01-23soc: tegra: Add thermal reset (thermtrip) support to PMCMikko Perttunen1-0/+103
2015-01-09soc/tegra: pmc: Add Tegra132 supportThierry Reding1-4/+10
2015-01-09soc/tegra: fuse: Add Tegra132 supportThierry Reding2-0/+2
2015-01-09soc/tegra: fuse: Constify tegra_fuse_info structuresThierry Reding1-4/+4
2015-01-09soc/tegra: pmc: restrict compilation of suspend-related support to ARMPaul Walmsley1-2/+5
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-5/+0
2014-12-09Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-10/+11
2014-12-09Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+165
2014-12-04soc: integrator: Add terminating entry for integrator_cm_matchAxel Lin1-0/+1
2014-12-02soc/tegra: fuse: export tegra_sku_infoVince Hsu1-0/+1
2014-11-13soc: move SoC driver for the ARM IntegratorLinus Walleij3-0/+164
2014-11-03soc: ti: knav_qmss_queue: Use list_for_each_entry_safe to prevent use after freeAxel Lin1-2/+2
2014-10-28soc: versatile: Add terminating entry for realview_soc_of_matchAxel Lin1-0/+1
2014-10-27soc: ti: knav_qmss_queue: Return proper error if devm_kzalloc failsAxel Lin1-1/+1
2014-10-27soc: ti: knav_qmss_queue: Fix unbalanced locking ins knav_pool_create()Axel Lin1-3/+4
2014-10-27soc: ti: Use list_first_entry_or_null() at appropriate placesAxel Lin1-4/+4
2014-10-20soc: ti: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-10-20soc: tegra: fuse: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-10-20soc: qcom: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-08Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-0/+3803
2014-09-26soc: add driver for the ARM RealViewLinus Walleij5-0/+157