aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-12regmap: change struct regmap's internal locks as unionWang, Yalin1-2/+4
2014-09-09PM / domains: Remove default_stop_ok() APIUlf Hansson1-5/+2
2014-09-09PM / domains: Add late_initcall to disable unused PM domainsUlf Hansson1-0/+7
2014-09-09PM / domains: Remove genpd_queue_power_off_work() APIUlf Hansson1-1/+4
2014-09-09PM / domains: Remove pm_genpd_syscore_switch() APIUlf Hansson1-3/+14
2014-09-09PM / domains: Remove redundant check for CONFIG_PMUlf Hansson1-4/+0
2014-09-09PM / domains: Remove dev_irq_safe from genpd configUlf Hansson1-4/+0
2014-09-09PM / domains: Remove system PM callbacks from gpd_dev_opsUlf Hansson1-56/+8
2014-09-09PM / domains: Ignore callbacks for subsys generic_pm_domain_dataUlf Hansson1-123/+8
2014-09-09PM / domains: Remove the pm_genpd_add|remove_callbacks APIsUlf Hansson1-106/+0
2014-09-08PM / sysfs: avoid shadowing variablesJohannes Berg1-11/+13
2014-09-08regmap: Fix debugfs-file 'registers' modeMarkus Pargmann1-1/+8
2014-09-01genirq: Simplify wakeup mechanismThomas Gleixner1-4/+3
2014-09-01PM / sleep: Mechanism for aborting system suspends unconditionallyRafael J. Wysocki1-1/+15
2014-08-31Merge remote-tracking branches 'regmap/fix/cache', 'regmap/fix/debugfs' and 'regmap/fix/volatile' into regmap-linusMark Brown5-8/+11
2014-08-31regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown1-1/+1
2014-08-27regmap: Split regmap_get_endian() in two functionsGeert Uytterhoeven1-64/+43
2014-08-26regmap: Fix handling of volatile registers for format_write() chipsMark Brown1-1/+1
2014-08-26regmap: Fix regcache debugfs initializationLars-Peter Clausen3-6/+9
2014-08-19regmap: of_regmap_get_endian() cleanupStephen Warren1-34/+20
2014-08-18regmap: Fix DT endianess parsing logicJavier Martinez Canillas1-12/+4
2014-08-17regmap: Add explicit dependencies to catch "select" misuseGeert Uytterhoeven1-0/+3
2014-08-16regmap: add DT endianness binding support.Xiubo Li3-11/+110
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds4-233/+29
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+5
2014-08-06mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini1-1/+1
2014-08-06mm/mem-hotplug: replace simple_strtoull() with kstrtoull()Zhang Zhen1-1/+3
2014-08-06mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim1-1/+1
2014-08-06CMA: generalize CMA reserved area management functionalityJoonsoo Kim2-282/+8
2014-08-06DMA, CMA: support arbitrary bitmap granularityJoonsoo Kim1-24/+53
2014-08-06DMA, CMA: support alignment constraint on CMA regionJoonsoo Kim1-8/+18
2014-08-06DMA, CMA: separate core CMA management codes from DMA APIsJoonsoo Kim1-48/+77
2014-08-06mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen1-9/+9
2014-08-06mem-hotplug: avoid illegal state prefixed with legal state when changing state of memory_blockTang Chen1-4/+4
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-4/+26
2014-08-05Merge tag 'regulator-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-0/+13
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+55
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds7-847/+245
2014-08-04Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds1-0/+5
2014-08-04Merge remote-tracking branch 'regmap/topic/getdev' into regmap-nextMark Brown1-0/+13
2014-07-29PM / sleep: fix kernel-doc warnings in drivers/base/power/main.cRandy Dunlap1-0/+5
2014-07-25clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki1-0/+5
2014-07-25firmware_class: perform new LSM checksKees Cook1-4/+26
2014-07-25regmap: Allow regmap_get_device() to be used by modulesMark Brown1-0/+1
2014-07-25regmap: Add regmap_get_deviceTuomas Tynkkynen1-0/+12
2014-07-23firmware loader: Fix _request_firmware_load() return val for fw load abortShuah Khan1-1/+3
2014-07-21Merge 3.16-rc6 into driver-core-nextGreg Kroah-Hartman1-4/+14
2014-07-17devres: Add devm_kasprintf and devm_kvasprintf APIHimangi Saraogi1-0/+55
2014-07-11platform_get_irq: Revert to platform_get_resource if of_irq_get failsGuenter Roeck1-4/+14
2014-07-08driver core: platform: add device binding path 'driver_override'Kim Phillips1-0/+47