summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-sleep'Rafael J. Wysocki2012-07-192-6/+10
|\
| * PM / Sleep: Add missing static storage class specifiers in main.cSachin Kamat2012-07-181-4/+4
| * PM / Sleep: Fix build warning in sysfs.c for CONFIG_PM_SLEEP unsetRafael J. Wysocki2012-07-121-0/+4
| * PM / Sleep: Separate printing suspend times from initcall_debugRafael J. Wysocki2012-07-012-13/+2
| * PM / Sleep: add knob for printing device resume timesSameer Nanda2012-07-012-2/+13
* | Merge branch 'pm-domains'Rafael J. Wysocki2012-07-191-74/+268
|\ \
| * | PM / Domains: Fix build warning for CONFIG_PM_RUNTIME unsetRafael J. Wysocki2012-07-121-13/+13
| * | PM / Domains: Replace plain integer with NULL pointer in domain.c fileSachin Kamat2012-07-111-1/+1
| * | PM / Domains: Add missing static storage class specifier in domain.c fileSachin Kamat2012-07-101-1/+1
| * | PM / Domains: Allow device callbacks to be added at any timeRafael J. Wysocki2012-07-051-14/+50
| * | PM / Domains: Add device domain data reference counterRafael J. Wysocki2012-07-051-26/+57
| * | PM / Domains: Add preliminary support for cpuidle, v2Rafael J. Wysocki2012-07-031-0/+117
| * | PM / Domains: Do not stop devices after restoring their statesRafael J. Wysocki2012-07-011-11/+5
| * | PM / Domains: Use subsystem runtime suspend/resume callbacks by defaultRafael J. Wysocki2012-07-011-8/+24
| |/
* | PM / cpuidle: System resume hang fix with cpuidlePreeti U Murthy2012-07-101-1/+3
|/
* PM / Sleep: Prevent waiting forever on asynchronous suspend after abortMandeep Singh Baines2012-06-241-2/+4
* Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-06-201-1/+1
|\
| * driver core: fixup reversed deferred probe orderKuninori Morimoto2012-06-131-1/+1
* | regmap: Export regmap_reinit_cache()Mark Brown2012-06-081-0/+1
* | regmap: Fix the size calculation for map->format.buf_sizeFabio Estevam2012-06-031-2/+2
* | regmap: clean up debugfs if regmap_init failsStephen Warren2012-06-031-2/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-1/+1
|\
| * mode_t whack-a-mole: ->is_visible() returns umode_t...Al Viro2012-05-291-1/+1
* | i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown2012-05-301-1/+1
* | mm: fix off-by-one bug in print_nodes_state()Ryota Ozaki2012-05-291-5/+3
|/
* Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linu...Linus Torvalds2012-05-251-1/+98
|\
| * dma-buf: minor documentation fixes.Sumit Semwal2012-05-251-4/+5
| * dma-buf: add vmap interfaceDave Airlie2012-05-251-0/+34
| * dma-buf: mmap supportDaniel Vetter2012-05-251-1/+63
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-254-0/+533
|\ \
| * \ Merge branch 'for-next-arm-dma' into for-linusMarek Szyprowski2012-05-221-0/+42
| |\ \
| | * | common: add dma_mmap_from_coherent() functionMarek Szyprowski2012-05-211-0/+42
| | |/
| * | drivers: add Contiguous Memory AllocatorMarek Szyprowski2012-05-213-0/+491
| |/
* | Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-05-237-253/+449
|\ \
| * \ Merge branch 'pm-domains'Rafael J. Wysocki2012-05-181-6/+21
| |\ \
| | * | PM / Domains: Make it possible to add devices to inactive domainsRafael J. Wysocki2012-05-181-6/+21
| * | | Merge branch 'pm-sleep'Rafael J. Wysocki2012-05-113-59/+179
| |\ \ \ | | |/ / | |/| |
| | * | PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki2012-05-011-0/+1
| | * | PM / Sleep: Add "prevent autosleep time" statistics to wakeup sourcesRafael J. Wysocki2012-05-012-4/+81
| | * | PM / Sleep: Implement opportunistic sleep, v2Rafael J. Wysocki2012-05-011-15/+19
| | * | PM / Sleep: Add wakeup_source_activate and wakeup_source_deactivate tracepointsArve Hjønnevåg2012-05-011-3/+9
| | * | PM / Sleep: Change wakeup source statistics to follow AndroidRafael J. Wysocki2012-05-012-41/+53
| | * | PM / Sleep: Use wait queue to signal "no wakeup events in progress"Rafael J. Wysocki2012-05-011-3/+13
| | * | PM / Sleep: Look for wakeup events in later stages of device suspendRafael J. Wysocki2012-05-011-0/+10
| * | | PM / Domains: Fix computation of maximum domain off timeRafael J. Wysocki2012-05-111-11/+12
| * | | PM / Domains: Fix link checking when add subdomainHuang Ying2012-05-111-1/+1
| * | | PM / Domains: Cache device stop and domain power off governor results, v3Rafael J. Wysocki2012-05-052-19/+146
| * | | PM / Domains: Make device removal more straightforwardRafael J. Wysocki2012-05-051-16/+11
| * | | PM / QoS: Create device constraints objects on notifier registrationRafael J. Wysocki2012-05-011-7/+12
| * | | PM / Runtime: Remove device fields related to suspend time, v2Rafael J. Wysocki2012-05-012-114/+2
OpenPOWER on IntegriCloud