Age | Commit message (Expand) | Author | Files | Lines |
2013-11-21 | Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -2/+5 |
2013-11-19 | Merge branch 'pm-runtime' | Rafael J. Wysocki | 1 | -0/+3 |
2013-11-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2013-11-15 | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 1 | -2/+2 |
2013-11-15 | ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node | Rafael J. Wysocki | 1 | -2/+2 |
2013-11-14 | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -73/+161 |
2013-11-14 | PM / Runtime: Fix error path for prepare | Ulf Hansson | 1 | -0/+3 |
2013-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+3 |
2013-11-12 | Merge tag 'regmap-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 9 | -58/+507 |
2013-11-09 | locks: break delegations on any attribute modification | J. Bruce Fields | 1 | -2/+2 |
2013-11-09 | locks: break delegations on unlink | J. Bruce Fields | 1 | -1/+1 |
2013-11-07 | Merge branch 'pm-runtime' | Rafael J. Wysocki | 1 | -1/+1 |
2013-11-07 | PM / runtime: Use pm_runtime_put_sync() in __device_release_driver() | Rafael J. Wysocki | 1 | -1/+1 |
2013-10-29 | Merge remote-tracking branch 'regmap/topic/spmi' into regmap-next | Mark Brown | 3 | -1/+95 |
2013-10-29 | Merge remote-tracking branch 'regmap/topic/multi' into regmap-next | Mark Brown | 1 | -0/+41 |
2013-10-29 | Merge remote-tracking branch 'regmap/topic/irq' into regmap-next | Mark Brown | 1 | -0/+16 |
2013-10-29 | Merge remote-tracking branch 'regmap/topic/field' into regmap-next | Mark Brown | 2 | -0/+106 |
2013-10-29 | Merge remote-tracking branch 'regmap/topic/core' into regmap-next | Mark Brown | 1 | -5/+52 |
2013-10-29 | Merge remote-tracking branch 'regmap/topic/async' into regmap-next | Mark Brown | 4 | -50/+194 |
2013-10-29 | Merge remote-tracking branch 'regmap/fix/core' into regmap-linus | Mark Brown | 1 | -4/+5 |
2013-10-28 | regmap: add SPMI support | Josh Cartwright | 3 | -1/+95 |
2013-10-28 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -56/+59 |
2013-10-28 | Merge branch 'pm-sleep' | Rafael J. Wysocki | 1 | -0/+73 |
2013-10-28 | Merge branch 'pm-runtime' | Rafael J. Wysocki | 1 | -2/+3 |
2013-10-28 | Merge branch 'acpi-hotplug' | Rafael J. Wysocki | 1 | -14/+25 |
2013-10-26 | PM / OPP: rename header to linux/pm_opp.h | Nishanth Menon | 1 | -1/+1 |
2013-10-26 | PM / OPP: rename data structures to dev_pm equivalents | Nishanth Menon | 1 | -19/+22 |
2013-10-26 | PM / OPP: rename functions to dev_pm_opp* | Nishanth Menon | 1 | -41/+41 |
2013-10-25 | devres: restore zeroing behavior of devres_alloc() | Kevin Hilman | 1 | -2/+2 |
2013-10-24 | regmap: debugfs: Fix a boot time crash with early regmap init | Tero Kristo | 1 | -5/+52 |
2013-10-22 | regmap: irq: clear status when disable irq | Yi Zhang | 1 | -0/+16 |
2013-10-20 | Merge 3.12-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -2/+5 |
2013-10-18 | PM / Sleep: Detect device suspend/resume lockup and log event | Benoit Goby | 1 | -0/+73 |
2013-10-17 | driver core: Release device_hotplug_lock when store_mem_state returns EINVAL | Yasuaki Ishimatsu | 1 | -2/+5 |
2013-10-17 | drivers/base/core.c: output device renaming messages with dev_dbg(). | ethan.zhao | 1 | -2/+1 |
2013-10-17 | devres: add kernel standard devm_k.alloc functions | Joe Perches | 1 | -11/+16 |
2013-10-16 | PM / Runtime: Respect autosuspend when idle triggers suspend | Ulf Hansson | 1 | -2/+3 |
2013-10-15 | regmap: Only send a single buffer for async I/O if writing one register | Mark Brown | 1 | -7/+12 |
2013-10-15 | regmap: spi: Handle async writes of only one buffer | Mark Brown | 1 | -1/+2 |
2013-10-14 | regmap: new API regmap_multi_reg_write() definition | Anthony Olech | 1 | -0/+41 |
2013-10-14 | treewide: fix "usefull" typo | Michael Opdenacker | 1 | -1/+1 |
2013-10-11 | Merge remote-tracking branch 'regmap/fix/core' into regmap-async | Mark Brown | 1 | -4/+4 |
2013-10-11 | regmap: Use async I/O during cache sync | Mark Brown | 1 | -2/+14 |
2013-10-11 | regmap: Use async I/O for patch application | Mark Brown | 1 | -0/+4 |
2013-10-09 | regmap: Fix regmap_bulk_write single-rw mutex deadlock | Anthony Olech | 1 | -4/+5 |
2013-10-09 | regmap: Provide asynchronous write and update bits operations | Mark Brown | 1 | -0/+103 |
2013-10-09 | regmap: Simplify the initiation of async I/O | Mark Brown | 3 | -11/+14 |
2013-10-09 | regmap: Don't generate gather writes for single register raw writes | Mark Brown | 1 | -0/+10 |
2013-10-08 | regmap: Cache async work structures | Mark Brown | 2 | -27/+34 |
2013-10-06 | driver core: remove dev_bin_attrs from struct class | Greg Kroah-Hartman | 1 | -39/+2 |