summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-2514-96/+723
|\
| * Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki2011-10-221-0/+1
| |\
| | * PM / Sleep: Mark devices involved in wakeup signaling during suspendRafael J. Wysocki2011-10-221-0/+1
| * | PM / Hibernate: Freeze kernel threads after preallocating memoryRafael J. Wysocki2011-10-161-1/+3
| * | PM / VT: Cleanup #if defined uglyness and fix compile errorH Hartley Sweeten2011-10-161-3/+6
| * | PM / Hibernate: Include storage keys in hibernation image on s390Martin Schwidefsky2011-10-161-0/+34
| * | PM / Suspend: Add statistics debugfs file for suspend to RAMShuoX Liu2011-10-161-0/+52
| * | Merge branch 'pm-devfreq' into pm-for-linusRafael J. Wysocki2011-10-072-0/+250
| |\ \
| | * | PM / devfreq: Add basic governorsMyungJoo Ham2011-10-021-0/+35
| | * | PM: Introduce devfreq: generic DVFS framework with device-specific OPPsMyungJoo Ham2011-10-021-0/+203
| | * | PM / OPP: Add OPP availability change notifier.MyungJoo Ham2011-09-301-0/+12
| * | | Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki2011-10-075-42/+162
| |\ \ \
| | * | | PM / QoS: Add function dev_pm_qos_read_value() (v3)Rafael J. Wysocki2011-10-042-10/+12
| | * | | PM QoS: Add global notification mechanism for device constraintsJean Pihet2011-08-251-0/+11
| | * | | PM QoS: Implement per-device PM QoS constraintsJean Pihet2011-08-252-0/+51
| | * | | PM QoS: Generalize and export constraints management codeJean Pihet2011-08-251-0/+14
| | * | | PM QoS: Reorganize data structsJean Pihet2011-08-251-0/+19
| | * | | PM QoS: Minor clean-upsJean Pihet2011-08-253-13/+13
| | * | | PM QoS: Move and rename the implementation filesJean Pihet2011-08-253-6/+29
| * | | | Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki2011-10-075-50/+114
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | PM / Domains: Split device PM domain data into base and need_restoreRafael J. Wysocki2011-09-262-2/+11
| | * | | Merge branch 'pm-fixes' into pm-domainsRafael J. Wysocki2011-09-2631-77/+172
| | |\ \ \
| | * | | | PM / Domains: Preliminary support for devices with power.irq_safe setRafael J. Wysocki2011-08-251-0/+1
| | | |/ / | | |/| |
| | * | | PM: Move clock-related definitions and headers to separate fileRafael J. Wysocki2011-08-252-56/+71
| | * | | PM / Domains: Use power.sybsys_data to reduce overheadRafael J. Wysocki2011-08-253-6/+19
| | * | | PM: Reference counting of power.subsys_dataRafael J. Wysocki2011-08-251-0/+3
| | * | | PM: Introduce struct pm_subsys_dataRafael J. Wysocki2011-08-253-3/+19
| | * | | PM / Domains: Rename GPD_STATE_WAIT_PARENT to GPD_STATE_WAIT_MASTERRafael J. Wysocki2011-08-251-1/+1
| | * | | PM / Domains: Allow generic PM domains to have multiple mastersRafael J. Wysocki2011-08-251-3/+9
| | * | | PM / Domains: Add "wait for parent" status for generic PM domainsRafael J. Wysocki2011-08-251-0/+1
| | * | | PM / Domains: Implement subdomain counters as atomic fieldsRafael J. Wysocki2011-08-251-1/+1
| * | | | Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-10-072-0/+101
| |\ \ \ \
| | * | | | PM / Runtime: Introduce trace points for tracing rpm_* functionsMing Lei2011-09-271-0/+99
| | * | | | PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2011-08-191-0/+2
* | | | | | Merge branch 'for-next' of git://git.linaro.org/people/triad/linux-pinctrlLinus Torvalds2011-10-253-0/+357
|\ \ \ \ \ \
| * | | | | | pinctrl: get_group_pins() const fixesStephen Warren2011-10-201-2/+2
| * | | | | | drivers: create a pin control subsystemLinus Walleij2011-10-133-0/+357
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds2011-10-256-23/+223
|\ \ \ \ \ \
| * | | | | | regmap: Implement regcache_cache_bypass helper functionDimitris Papastamos2011-09-301-0/+1
| * | | | | | mfd: Support software initiated shutdown of WM831x PMICsMark Brown2011-09-202-0/+6
| * | | | | | regmap: Allow drivers to control cache_only flagMark Brown2011-09-191-0/+2
| * | | | | | regmap: Prototype regcache_sync()Mark Brown2011-09-191-0/+1
| * | | | | | regmap: Add the regcache_sync trace eventDimitris Papastamos2011-09-191-0/+24
| * | | | | | regmap: Add the LZO cache supportDimitris Papastamos2011-09-191-0/+1
| * | | | | | regmap: Add the rbtree cache supportDimitris Papastamos2011-09-191-0/+1
| * | | | | | regmap: Add the indexed cache supportDimitris Papastamos2011-09-191-0/+1
| * | | | | | regmap: Introduce caching supportDimitris Papastamos2011-09-191-1/+14
| * | | | | | regmap: Add support for device specific write and read flag masks.Lars-Peter Clausen2011-09-051-0/+9
| * | | | | | regmap: Remove redundant owner field from the bus type structMark Brown2011-09-051-3/+0
| * | | | | | Merge branch 'regmap-mfd' into regmap-nextMark Brown2011-08-223-16/+9
| |\ \ \ \ \ \