aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2014-09-29Merge back earlier 'pm-sleep' material for v3.18.Rafael J. Wysocki1-11/+13
2014-09-28regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-0/+3
2014-09-28regmap: debugfs: fix possbile NULL pointer dereferenceXiubo Li1-2/+6
2014-09-27regmap: fix NULL pointer dereference in _regmap_write/readPankaj Dubey1-2/+2
2014-09-25PM / Domains: Remove legacy API for adding devices through DTUlf Hansson1-33/+0
2014-09-25PM / Domains: Add genpd attach/detach callbacksGeert Uytterhoeven1-0/+6
2014-09-23devres: Improve devm_kasprintf()/kvasprintf() supportGeert Uytterhoeven1-7/+8
2014-09-23firmware_class: make sure fw requests contain a nameKees Cook1-0/+3
2014-09-23driver core: Remove kerneldoc from local functionThierry Reding1-1/+1
2014-09-23attribute_container: fix coding style issuesTina Johnson1-2/+2
2014-09-23attribute_container: fix whitespace errorsTina Johnson1-5/+5
2014-09-23drivers/base: Fix length checks in create_syslog_header()/dev_vprintk_emit()Ben Hutchings1-0/+9
2014-09-23device coredump: add new device coredump classJohannes Berg3-0/+287
2014-09-23PM / Domains: add debugfs listing of struct generic_pm_domain-sMaciej Matraszek1-0/+157
2014-09-22drivercore / platform: Convert to dev_pm_domain_attach|detach()Ulf Hansson1-7/+8
2014-09-22PM / Domains: Add APIs to attach/detach a PM domain for a deviceUlf Hansson1-0/+52
2014-09-22PM / Domains: Add generic OF-based PM domain look-upTomasz Figa1-0/+289
2014-09-22PM / domains: Spelling s/domian/domain/Geert Uytterhoeven1-2/+2
2014-09-18regmap: fix NULL pointer dereference in regmap_get_val_endianPankaj Dubey1-9/+14
2014-09-16regmap: cache: Do not fail silently from regcache_sync callsJarkko Nikula1-2/+11
2014-09-15Merge tag 'regmap-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+8
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 '...Mark 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...Linus 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