summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-168-450/+963
|\
| *---. Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki2016-03-143-34/+94
| |\ \ \
| | | | * PM / Domains: Fix potential NULL pointer dereferenceJon Hunter2016-03-091-0/+3
| | | | * PM / Domains: Fix removal of a subdomainJon Hunter2016-03-091-1/+1
| | | | * PM / Domains: Propagate start and restore errors during runtime resumeLaurent Pinchart2016-03-091-2/+18
| | | | * PM / Domains: Join state name and index in debugfs outputGeert Uytterhoeven2016-03-091-1/+1
| | | | * PM / Domains: Restore alignment of slaves in debugfs outputGeert Uytterhoeven2016-03-091-4/+6
| | | | * PM / Domains: remove old power on/off latenciesAxel Haslam2016-02-151-7/+1
| | | | * PM / Domains: Support for multiple statesAxel Haslam2016-02-152-29/+74
| | | |/ | | |/|
| | | * PM / sleep: declare __tracedata symbols as char[] rather than charEric Biggers2016-02-111-2/+2
| * | | Merge branch 'pm-opp'Rafael J. Wysocki2016-03-144-408/+852
| |\ \ \
| | * | | PM / OPP: Rename structures for clarityViresh Kumar2016-02-214-459/+461
| | * | | PM / OPP: Fix incorrect commentsViresh Kumar2016-02-211-3/+3
| | * | | PM / OPP: Initialize regulator pointer to an error valueViresh Kumar2016-02-161-6/+9
| | * | | PM / OPP: Initialize u_volt_min/max to a valid valueViresh Kumar2016-02-151-2/+8
| | * | | PM / OPP: Fix NULL pointer dereference crash when disabling OPPsJon Hunter2016-02-111-1/+1
| | * | | PM / OPP: Add dev_pm_opp_set_rate()Viresh Kumar2016-02-101-0/+176
| | * | | PM / OPP: Manage device clkViresh Kumar2016-02-102-0/+18
| | * | | PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindingsViresh Kumar2016-02-102-0/+26
| | * | | PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()Viresh Kumar2016-02-101-0/+17
| | * | | PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()Viresh Kumar2016-02-101-0/+59
| | * | | PM / OPP: Disable OPPs that aren't supported by the regulatorViresh Kumar2016-02-101-0/+22
| | * | | PM / OPP: get/put regulators from OPP coreViresh Kumar2016-02-102-0/+115
| | | |/ | | |/|
| * | | device property: fix for a case of use-after-freeHeikki Krogerus2016-03-101-8/+17
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-161-1/+33
|\ \ \ \
| * | | | memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov2016-03-151-1/+33
| |/ / /
* | | | Merge tag 'regmap-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2016-03-156-322/+363
|\ \ \ \ | |/ / / |/| | |
| * | | Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-nextMark Brown2016-03-051-178/+39
| |\ \ \
| | * | | regmap: replace regmap_write_bits()Kuninori Morimoto2016-03-051-23/+0
| | * | | regmap: add regmap_fields_force_xxx() macrosKuninori Morimoto2016-02-261-12/+0
| | * | | regmap: merge regmap_fields_update_bits() into macroKuninori Morimoto2016-02-201-26/+0
| | * | | regmap: merge regmap_fields_write() into macroKuninori Morimoto2016-02-201-22/+0
| | * | | regmap: add regmap_fields_update_bits_base()Kuninori Morimoto2016-02-201-0/+32
| | * | | regmap: merge regmap_field_update_bits() into macroKuninori Morimoto2016-02-201-20/+0
| | * | | regmap: merge regmap_field_write() into macroKuninori Morimoto2016-02-201-16/+0
| | * | | regmap: add regmap_field_update_bits_base()Kuninori Morimoto2016-02-201-0/+27
| | * | | regmap: merge regmap_update_bits_check_async() into macroKuninori Morimoto2016-02-201-37/+0
| | * | | regmap: merge regmap_update_bits_check() into macroKuninori Morimoto2016-02-201-25/+0
| | * | | regmap: merge regmap_update_bits_async() into macroKuninori Morimoto2016-02-201-34/+0
| | * | | regmap: merge regmap_update_bits() into macroKuninori Morimoto2016-02-201-23/+0
| | * | | regmap: add regmap_update_bits_base()Kuninori Morimoto2016-02-201-0/+40
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', '...Mark Brown2016-03-054-11/+148
| |\ \ \ \ \ \ \
| | | | | * | | | regcache: flat: Introduce register strider orderXiubo Li2016-02-201-5/+15
| | | | | * | | | regcache: Introduce the index parsing API by stride orderXiubo Li2016-02-201-0/+6
| | | | | * | | | regmap: core: Introduce register stride orderXiubo Li2016-02-202-6/+23
| | | | | |/ / /
| | | | * | | | regmap: irq: Enable irq retriggering for nested irqsGrygorii Strashko2016-02-291-0/+1
| | | | * | | | regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan2016-02-151-0/+82
| | | | * | | | regmap: irq: dispose all virtual irq before removing domainLaxman Dewangan2016-02-091-0/+21
| | | | |/ / /
| | * | / / / regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan2016-03-051-0/+82
| | | |/ / / | | |/| | |
| * | | | | Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown2016-03-053-131/+174
| |\ \ \ \ \