summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2016-05-01base: dd: don't remove driver_data in -EPROBE_DEFER caseYi Zhang
2016-04-28PM / OPP: Add dev_pm_opp_get_sharing_cpus()Viresh Kumar
2016-04-28PM / OPP: Mark cpumask as const in dev_pm_opp_set_sharing_cpus()Viresh Kumar
2016-04-28PM / sleep: Drop unused `info' variableThierry Reding
2016-04-27device property: Avoid potential dereferences of invalid pointersHeikki Krogerus
2016-04-26PM / Domains: Drop unnecessary wakeup code from pm_genpd_prepare()Ulf Hansson
2016-04-26PM / Domains: Remove redundant pm_runtime_get|put*() in pm_genpd_prepare()Ulf Hansson
2016-04-26PM / clk: ensure we don't allocate a -ve size of count clksColin Ian King
2016-04-25PM / OPP: Mark shared-opp for non-dt caseViresh Kumar
2016-04-25PM / OPP: Relocate dev_pm_opp_set_sharing_cpus()Viresh Kumar
2016-04-25PM / OPP: Add missing doc style commentsViresh Kumar
2016-04-25PM / OPP: Propagate the error returned by _find_opp_table()Viresh Kumar
2016-04-22PM / Domains: Remove ->save|restore_state() callbacksUlf Hansson
2016-04-22PM / Domains: Rename pm_genpd_runtime_suspend|resume()Ulf Hansson
2016-04-22PM / Domains: Rename stop_ok to suspend_ok for the genpd governorUlf Hansson
2016-04-21PM / Runtime: Fix error path in pm_runtime_force_resume()Ulf Hansson
2016-04-18Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman
2016-04-15devcoredump: add scatterlist supportAviya Erenfeld
2016-04-15regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham
2016-04-09device property: don't bother the drivers with struct property_setHeikki Krogerus
2016-04-07PM / wakeirq: fix wakeirq setting after wakup re-configuration from sysfsStrashko, Grygorii
2016-03-31regmap: mmio: Explicitly say little endian is the defualt in the bus configMark Brown
2016-03-30regmap: mmio: Parse endianness definitions from DTMark Brown
2016-03-30regmap: Fix implicit inclusion of device.hMark Brown
2016-03-29base: isa: Remove X86_32 dependencyWilliam Breathitt Gray
2016-03-29regcache: flat: Require max_registers to be setAlexander Stein
2016-03-25Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-24Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki
2016-03-23regmap: cache: Fix typo in cache_bypass parameter descriptionAndrew F. Davis
2016-03-23regmap: mmio: Fix value endianness selectionMark Brown
2016-03-22drivers: dma-coherent: use memset_io for DMA_MEMORY_IO mappingsBrian Starkey
2016-03-22drivers: dma-coherent: use MEMREMAP_WC for DMA_MEMORY_MAPBrian Starkey
2016-03-19Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2016-03-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-17device property: convert to use match_string() helperAndy Shevchenko
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-17Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-03-17PM / clk: Add support for obtaining clocks from device-treeJon Hunter
2016-03-16Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-16Merge tag 'regmap-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2016-03-15memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov
2016-03-14Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki
2016-03-14Merge branch 'pm-opp'Rafael J. Wysocki
2016-03-10device property: fix for a case of use-after-freeHeikki Krogerus
2016-03-09device property: fwnode->secondary may contain ERR_PTR(-ENODEV)Heikki Krogerus
2016-03-08PM / Domains: Fix potential NULL pointer dereferenceJon Hunter
2016-03-08PM / Domains: Fix removal of a subdomainJon Hunter
2016-03-08PM / Domains: Propagate start and restore errors during runtime resumeLaurent Pinchart