summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)Author
2014-09-18regmap: fix NULL pointer dereference in regmap_get_val_endianPankaj Dubey
2014-09-16regmap: cache: Do not fail silently from regcache_sync callsJarkko Nikula
2014-09-15Merge tag 'regmap-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-09-12regmap: change struct regmap's internal locks as unionWang, Yalin
2014-09-09PM / domains: Remove default_stop_ok() APIUlf Hansson
2014-09-09PM / domains: Add late_initcall to disable unused PM domainsUlf Hansson
2014-09-09PM / domains: Remove genpd_queue_power_off_work() APIUlf Hansson
2014-09-09PM / domains: Remove pm_genpd_syscore_switch() APIUlf Hansson
2014-09-09PM / domains: Remove redundant check for CONFIG_PMUlf Hansson
2014-09-09PM / domains: Remove dev_irq_safe from genpd configUlf Hansson
2014-09-09PM / domains: Remove system PM callbacks from gpd_dev_opsUlf Hansson
2014-09-09PM / domains: Ignore callbacks for subsys generic_pm_domain_dataUlf Hansson
2014-09-09PM / domains: Remove the pm_genpd_add|remove_callbacks APIsUlf Hansson
2014-09-08PM / sysfs: avoid shadowing variablesJohannes Berg
2014-09-08regmap: Fix debugfs-file 'registers' modeMarkus Pargmann
2014-09-01genirq: Simplify wakeup mechanismThomas Gleixner
2014-09-01PM / sleep: Mechanism for aborting system suspends unconditionallyRafael J. Wysocki
2014-08-31Merge remote-tracking branches 'regmap/fix/cache', 'regmap/fix/debugfs' and '...Mark Brown
2014-08-31regmap: Don't attempt block writes when syncing cache on single_rw devicesMark Brown
2014-08-27regmap: Split regmap_get_endian() in two functionsGeert Uytterhoeven
2014-08-26regmap: Fix handling of volatile registers for format_write() chipsMark Brown
2014-08-26regmap: Fix regcache debugfs initializationLars-Peter Clausen
2014-08-19regmap: of_regmap_get_endian() cleanupStephen Warren
2014-08-18regmap: Fix DT endianess parsing logicJavier Martinez Canillas
2014-08-17regmap: Add explicit dependencies to catch "select" misuseGeert Uytterhoeven
2014-08-16regmap: add DT endianness binding support.Xiubo Li
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-06mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini
2014-08-06mm/mem-hotplug: replace simple_strtoull() with kstrtoull()Zhang Zhen
2014-08-06mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim
2014-08-06CMA: generalize CMA reserved area management functionalityJoonsoo Kim
2014-08-06DMA, CMA: support arbitrary bitmap granularityJoonsoo Kim
2014-08-06DMA, CMA: support alignment constraint on CMA regionJoonsoo Kim
2014-08-06DMA, CMA: separate core CMA management codes from DMA APIsJoonsoo Kim
2014-08-06mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen
2014-08-06mem-hotplug: avoid illegal state prefixed with legal state when changing stat...Tang Chen
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-08-05Merge tag 'regulator-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-08-04Merge tag 'clk-for-linus-3.17' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds
2014-08-04Merge remote-tracking branch 'regmap/topic/getdev' into regmap-nextMark Brown
2014-07-29PM / sleep: fix kernel-doc warnings in drivers/base/power/main.cRandy Dunlap
2014-07-25clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki
2014-07-25firmware_class: perform new LSM checksKees Cook
2014-07-25regmap: Allow regmap_get_device() to be used by modulesMark Brown
2014-07-25regmap: Add regmap_get_deviceTuomas Tynkkynen
2014-07-23firmware loader: Fix _request_firmware_load() return val for fw load abortShuah Khan
2014-07-21Merge 3.16-rc6 into driver-core-nextGreg Kroah-Hartman