summaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-171-51/+27
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | firmware: change kernel read fail to dev_dbg()Luis R. Rodriguez2016-02-291-2/+6
| * | | | | | | | | firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar2016-02-211-42/+10
| * | | | | | | | | firmware: clean up filesystem load exit pathKees Cook2016-02-181-7/+5
| * | | | | | | | | firmware: move completing fw into a helperLuis R. Rodriguez2016-02-181-4/+10
| * | | | | | | | | firmware: simplify dev_*() print messages for generic helpersLuis R. Rodriguez2016-02-181-4/+4
| |/ / / / / / / /
* | | | | | | | | 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-161-1/+33
| |/ / / / / /
* | | | | | | Merge tag 'regmap-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2016-03-166-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-191-26/+0
| | * | | | | regmap: merge regmap_fields_write() into macroKuninori Morimoto2016-02-191-22/+0
| | * | | | | regmap: add regmap_fields_update_bits_base()Kuninori Morimoto2016-02-191-0/+32
| | * | | | | regmap: merge regmap_field_update_bits() into macroKuninori Morimoto2016-02-191-20/+0
| | * | | | | regmap: merge regmap_field_write() into macroKuninori Morimoto2016-02-191-16/+0
| | * | | | | regmap: add regmap_field_update_bits_base()Kuninori Morimoto2016-02-191-0/+27
| | * | | | | regmap: merge regmap_update_bits_check_async() into macroKuninori Morimoto2016-02-191-37/+0
| | * | | | | regmap: merge regmap_update_bits_check() into macroKuninori Morimoto2016-02-191-25/+0
| | * | | | | regmap: merge regmap_update_bits_async() into macroKuninori Morimoto2016-02-191-34/+0
| | * | | | | regmap: merge regmap_update_bits() into macroKuninori Morimoto2016-02-191-23/+0
| | * | | | | regmap: add regmap_update_bits_base()Kuninori Morimoto2016-02-191-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-191-5/+15
| | | | | * | | | | regcache: Introduce the index parsing API by stride orderXiubo Li2016-02-191-0/+6