Age | Commit message (Expand) | Author |
2013-11-26 | Merge remote-tracking branches 'regmap/fix/doc' and 'regmap/fix/mmio' into re... | Mark Brown |
2013-11-26 | Merge remote-tracking branch 'regmap/fix/core' into regmap-linus | Mark Brown |
2013-11-26 | regmap: use IS_ERR() to check clk_get() results | Stephen Warren |
2013-11-21 | regmap: make sure we unlock on failure in regmap_bulk_write | Courtney Cavin |
2013-11-20 | Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2013-11-19 | Merge branch 'pm-runtime' | Rafael J. Wysocki |
2013-11-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2013-11-15 | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang |
2013-11-14 | ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node | Rafael J. Wysocki |
2013-11-14 | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2013-11-14 | PM / Runtime: Fix error path for prepare | Ulf Hansson |
2013-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-11-12 | Merge tag 'regmap-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds |
2013-11-12 | regmap: trivial comment fix (copy'n'paste error) | Gerhard Sittig |
2013-11-09 | locks: break delegations on any attribute modification | J. Bruce Fields |
2013-11-09 | locks: break delegations on unlink | J. Bruce Fields |
2013-11-07 | Merge branch 'pm-runtime' | Rafael J. Wysocki |
2013-11-07 | PM / runtime: Use pm_runtime_put_sync() in __device_release_driver() | Rafael J. Wysocki |
2013-10-28 | Merge remote-tracking branch 'regmap/topic/spmi' into regmap-next | Mark Brown |
2013-10-28 | Merge remote-tracking branch 'regmap/topic/multi' into regmap-next | Mark Brown |
2013-10-28 | Merge remote-tracking branch 'regmap/topic/irq' into regmap-next | Mark Brown |
2013-10-28 | Merge remote-tracking branch 'regmap/topic/field' into regmap-next | Mark Brown |
2013-10-28 | Merge remote-tracking branch 'regmap/topic/core' into regmap-next | Mark Brown |
2013-10-28 | Merge remote-tracking branch 'regmap/topic/async' into regmap-next | Mark Brown |
2013-10-28 | Merge remote-tracking branch 'regmap/fix/core' into regmap-linus | Mark Brown |
2013-10-28 | regmap: add SPMI support | Josh Cartwright |
2013-10-28 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki |
2013-10-28 | Merge branch 'pm-sleep' | Rafael J. Wysocki |
2013-10-28 | Merge branch 'pm-runtime' | Rafael J. Wysocki |
2013-10-28 | Merge branch 'acpi-hotplug' | Rafael J. Wysocki |
2013-10-25 | PM / OPP: rename header to linux/pm_opp.h | Nishanth Menon |
2013-10-25 | PM / OPP: rename data structures to dev_pm equivalents | Nishanth Menon |
2013-10-25 | PM / OPP: rename functions to dev_pm_opp* | Nishanth Menon |
2013-10-25 | devres: restore zeroing behavior of devres_alloc() | Kevin Hilman |
2013-10-24 | regmap: debugfs: Fix a boot time crash with early regmap init | Tero Kristo |
2013-10-22 | regmap: irq: clear status when disable irq | Yi Zhang |
2013-10-19 | Merge 3.12-rc6 into driver-core-next | Greg Kroah-Hartman |
2013-10-18 | PM / Sleep: Detect device suspend/resume lockup and log event | Benoit Goby |
2013-10-16 | driver core: Release device_hotplug_lock when store_mem_state returns EINVAL | Yasuaki Ishimatsu |
2013-10-16 | drivers/base/core.c: output device renaming messages with dev_dbg(). | ethan.zhao |
2013-10-16 | devres: add kernel standard devm_k.alloc functions | Joe Perches |
2013-10-16 | PM / Runtime: Respect autosuspend when idle triggers suspend | Ulf Hansson |
2013-10-14 | regmap: Only send a single buffer for async I/O if writing one register | Mark Brown |
2013-10-14 | regmap: spi: Handle async writes of only one buffer | Mark Brown |
2013-10-14 | regmap: new API regmap_multi_reg_write() definition | Anthony Olech |
2013-10-14 | treewide: fix "usefull" typo | Michael Opdenacker |
2013-10-10 | Merge remote-tracking branch 'regmap/fix/core' into regmap-async | Mark Brown |
2013-10-10 | regmap: Use async I/O during cache sync | Mark Brown |
2013-10-10 | regmap: Use async I/O for patch application | Mark Brown |
2013-10-09 | regmap: Fix regmap_bulk_write single-rw mutex deadlock | Anthony Olech |