summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2016-04-26PM / clk: ensure we don't allocate a -ve size of count clksColin Ian King-1/+1
2016-04-25PM / OPP: Mark shared-opp for non-dt caseViresh Kumar-0/+3
2016-04-25PM / OPP: Relocate dev_pm_opp_set_sharing_cpus()Viresh Kumar-56/+56
2016-04-25PM / OPP: Add missing doc style commentsViresh Kumar-1/+58
2016-04-25PM / OPP: Propagate the error returned by _find_opp_table()Viresh Kumar-1/+1
2016-04-22PM / Domains: Remove ->save|restore_state() callbacksUlf Hansson-64/+49
2016-04-22PM / Domains: Rename pm_genpd_runtime_suspend|resume()Ulf Hansson-6/+6
2016-04-22PM / Domains: Rename stop_ok to suspend_ok for the genpd governorUlf Hansson-13/+13
2016-04-21PM / Runtime: Fix error path in pm_runtime_force_resume()Ulf Hansson-2/+7
2016-04-19Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman-0/+2
2016-04-15devcoredump: add scatterlist supportAviya Erenfeld-9/+74
2016-04-15regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham-1/+1
2016-04-09device property: don't bother the drivers with struct property_setHeikki Krogerus-22/+31
2016-04-07PM / wakeirq: fix wakeirq setting after wakup re-configuration from sysfsStrashko, Grygorii-0/+2
2016-03-31regmap: mmio: Explicitly say little endian is the defualt in the bus configMark Brown-0/+1
2016-03-30regmap: mmio: Parse endianness definitions from DTMark Brown-1/+3
2016-03-30regmap: Fix implicit inclusion of device.hMark Brown-0/+1
2016-03-29base: isa: Remove X86_32 dependencyWilliam Breathitt Gray-1/+1
2016-03-29regcache: flat: Require max_registers to be setAlexander Stein-1/+1
2016-03-24Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+89
2016-03-25Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki-0/+89
2016-03-23regmap: cache: Fix typo in cache_bypass parameter descriptionAndrew F. Davis-1/+1
2016-03-23regmap: mmio: Fix value endianness selectionMark Brown-1/+1
2016-03-22drivers: dma-coherent: use memset_io for DMA_MEMORY_IO mappingsBrian Starkey-1/+4
2016-03-22drivers: dma-coherent: use MEMREMAP_WC for DMA_MEMORY_MAPBrian Starkey-4/+16
2016-03-19Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-2/+22
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds-8/+4
2016-03-17device property: convert to use match_string() helperAndy Shevchenko-8/+4
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+4
2016-03-17Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-28/+17
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-51/+27
2016-03-17PM / clk: Add support for obtaining clocks from device-treeJon Hunter-0/+89
2016-03-16Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-450/+963
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+33
2016-03-15Merge tag 'regmap-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-322/+363
2016-03-15memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov-1/+33
2016-03-14Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki-34/+94
2016-03-14Merge branch 'pm-opp'Rafael J. Wysocki-408/+852
2016-03-10device property: fix for a case of use-after-freeHeikki Krogerus-8/+17
2016-03-09device property: fwnode->secondary may contain ERR_PTR(-ENODEV)Heikki Krogerus-4/+4
2016-03-09PM / Domains: Fix potential NULL pointer dereferenceJon Hunter-0/+3
2016-03-09PM / Domains: Fix removal of a subdomainJon Hunter-1/+1
2016-03-09PM / Domains: Propagate start and restore errors during runtime resumeLaurent Pinchart-2/+18
2016-03-09PM / Domains: Join state name and index in debugfs outputGeert Uytterhoeven-1/+1
2016-03-09PM / Domains: Restore alignment of slaves in debugfs outputGeert Uytterhoeven-4/+6
2016-03-05Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-nextMark Brown-178/+39
2016-03-05Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', '...Mark Brown-11/+148
2016-03-05Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown-131/+174
2016-03-05Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown-2/+2
2016-03-05regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan-0/+82