| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-10-25 | 14 | -96/+723 |
|\ |
|
| * | Merge branch 'pm-domains' into pm-for-linus | Rafael J. Wysocki | 2011-10-22 | 1 | -0/+1 |
| |\ |
|
| | * | PM / Sleep: Mark devices involved in wakeup signaling during suspend | Rafael J. Wysocki | 2011-10-22 | 1 | -0/+1 |
| * | | PM / Hibernate: Freeze kernel threads after preallocating memory | Rafael J. Wysocki | 2011-10-16 | 1 | -1/+3 |
| * | | PM / VT: Cleanup #if defined uglyness and fix compile error | H Hartley Sweeten | 2011-10-16 | 1 | -3/+6 |
| * | | PM / Hibernate: Include storage keys in hibernation image on s390 | Martin Schwidefsky | 2011-10-16 | 1 | -0/+34 |
| * | | PM / Suspend: Add statistics debugfs file for suspend to RAM | ShuoX Liu | 2011-10-16 | 1 | -0/+52 |
| * | | Merge branch 'pm-devfreq' into pm-for-linus | Rafael J. Wysocki | 2011-10-07 | 2 | -0/+250 |
| |\ \ |
|
| | * | | PM / devfreq: Add basic governors | MyungJoo Ham | 2011-10-02 | 1 | -0/+35 |
| | * | | PM: Introduce devfreq: generic DVFS framework with device-specific OPPs | MyungJoo Ham | 2011-10-02 | 1 | -0/+203 |
| | * | | PM / OPP: Add OPP availability change notifier. | MyungJoo Ham | 2011-09-30 | 1 | -0/+12 |
| * | | | Merge branch 'pm-qos' into pm-for-linus | Rafael J. Wysocki | 2011-10-07 | 5 | -42/+162 |
| |\ \ \ |
|
| | * | | | PM / QoS: Add function dev_pm_qos_read_value() (v3) | Rafael J. Wysocki | 2011-10-04 | 2 | -10/+12 |
| | * | | | PM QoS: Add global notification mechanism for device constraints | Jean Pihet | 2011-08-25 | 1 | -0/+11 |
| | * | | | PM QoS: Implement per-device PM QoS constraints | Jean Pihet | 2011-08-25 | 2 | -0/+51 |
| | * | | | PM QoS: Generalize and export constraints management code | Jean Pihet | 2011-08-25 | 1 | -0/+14 |
| | * | | | PM QoS: Reorganize data structs | Jean Pihet | 2011-08-25 | 1 | -0/+19 |
| | * | | | PM QoS: Minor clean-ups | Jean Pihet | 2011-08-25 | 3 | -13/+13 |
| | * | | | PM QoS: Move and rename the implementation files | Jean Pihet | 2011-08-25 | 3 | -6/+29 |
| * | | | | Merge branch 'pm-domains' into pm-for-linus | Rafael J. Wysocki | 2011-10-07 | 5 | -50/+114 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | PM / Domains: Split device PM domain data into base and need_restore | Rafael J. Wysocki | 2011-09-26 | 2 | -2/+11 |
| | * | | | Merge branch 'pm-fixes' into pm-domains | Rafael J. Wysocki | 2011-09-26 | 31 | -77/+172 |
| | |\ \ \ |
|
| | * | | | | PM / Domains: Preliminary support for devices with power.irq_safe set | Rafael J. Wysocki | 2011-08-25 | 1 | -0/+1 |
| | | |/ /
| | |/| | |
|
| | * | | | PM: Move clock-related definitions and headers to separate file | Rafael J. Wysocki | 2011-08-25 | 2 | -56/+71 |
| | * | | | PM / Domains: Use power.sybsys_data to reduce overhead | Rafael J. Wysocki | 2011-08-25 | 3 | -6/+19 |
| | * | | | PM: Reference counting of power.subsys_data | Rafael J. Wysocki | 2011-08-25 | 1 | -0/+3 |
| | * | | | PM: Introduce struct pm_subsys_data | Rafael J. Wysocki | 2011-08-25 | 3 | -3/+19 |
| | * | | | PM / Domains: Rename GPD_STATE_WAIT_PARENT to GPD_STATE_WAIT_MASTER | Rafael J. Wysocki | 2011-08-25 | 1 | -1/+1 |
| | * | | | PM / Domains: Allow generic PM domains to have multiple masters | Rafael J. Wysocki | 2011-08-25 | 1 | -3/+9 |
| | * | | | PM / Domains: Add "wait for parent" status for generic PM domains | Rafael J. Wysocki | 2011-08-25 | 1 | -0/+1 |
| | * | | | PM / Domains: Implement subdomain counters as atomic fields | Rafael J. Wysocki | 2011-08-25 | 1 | -1/+1 |
| * | | | | Merge branch 'pm-runtime' into pm-for-linus | Rafael J. Wysocki | 2011-10-07 | 2 | -0/+101 |
| |\ \ \ \ |
|
| | * | | | | PM / Runtime: Introduce trace points for tracing rpm_* functions | Ming Lei | 2011-09-27 | 1 | -0/+99 |
| | * | | | | PM / Runtime: Add macro to test for runtime PM events | Alan Stern | 2011-08-19 | 1 | -0/+2 |
* | | | | | | Merge branch 'for-next' of git://git.linaro.org/people/triad/linux-pinctrl | Linus Torvalds | 2011-10-25 | 3 | -0/+357 |
|\ \ \ \ \ \ |
|
| * | | | | | | pinctrl: get_group_pins() const fixes | Stephen Warren | 2011-10-20 | 1 | -2/+2 |
| * | | | | | | drivers: create a pin control subsystem | Linus Walleij | 2011-10-13 | 3 | -0/+357 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmap | Linus Torvalds | 2011-10-25 | 6 | -23/+223 |
|\ \ \ \ \ \ |
|
| * | | | | | | regmap: Implement regcache_cache_bypass helper function | Dimitris Papastamos | 2011-09-30 | 1 | -0/+1 |
| * | | | | | | mfd: Support software initiated shutdown of WM831x PMICs | Mark Brown | 2011-09-20 | 2 | -0/+6 |
| * | | | | | | regmap: Allow drivers to control cache_only flag | Mark Brown | 2011-09-19 | 1 | -0/+2 |
| * | | | | | | regmap: Prototype regcache_sync() | Mark Brown | 2011-09-19 | 1 | -0/+1 |
| * | | | | | | regmap: Add the regcache_sync trace event | Dimitris Papastamos | 2011-09-19 | 1 | -0/+24 |
| * | | | | | | regmap: Add the LZO cache support | Dimitris Papastamos | 2011-09-19 | 1 | -0/+1 |
| * | | | | | | regmap: Add the rbtree cache support | Dimitris Papastamos | 2011-09-19 | 1 | -0/+1 |
| * | | | | | | regmap: Add the indexed cache support | Dimitris Papastamos | 2011-09-19 | 1 | -0/+1 |
| * | | | | | | regmap: Introduce caching support | Dimitris Papastamos | 2011-09-19 | 1 | -1/+14 |
| * | | | | | | regmap: Add support for device specific write and read flag masks. | Lars-Peter Clausen | 2011-09-05 | 1 | -0/+9 |
| * | | | | | | regmap: Remove redundant owner field from the bus type struct | Mark Brown | 2011-09-05 | 1 | -3/+0 |
| * | | | | | | Merge branch 'regmap-mfd' into regmap-next | Mark Brown | 2011-08-22 | 3 | -16/+9 |
| |\ \ \ \ \ \ |
|