aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-01-101-2/+39
|\
| * sysfs: Introducing binary attributes for struct classStefan Achatz2011-01-081-2/+39
* | PM / Runtime: Generic resume shouldn't set RPM_ACTIVE unconditionallyRafael J. Wysocki2010-12-241-1/+1
* | PM: Use dev_name() in core device suspend and resume routinesRafael J. Wysocki2010-12-241-16/+9
* | PM: Permit registration of parentless devices during system suspendRafael J. Wysocki2010-12-241-22/+3
* | PM: Replace the device power.status field with a bit fieldRafael J. Wysocki2010-12-241-12/+5
* | PM: Remove redundant checks from core device resume routinesRafael J. Wysocki2010-12-241-27/+17
* | PM: Use a different list of devices for each stage of device suspendRafael J. Wysocki2010-12-241-34/+19
* | PM: Avoid compiler warning in pm_noirq_op()Rafael J. Wysocki2010-12-241-1/+1
* | PM: Use pm_wakeup_pending() in __device_suspend()Rafael J. Wysocki2010-12-241-0/+5
* | PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()Rafael J. Wysocki2010-12-242-11/+11
* | PM: Prevent dpm_prepare() from returning errors unnecessarilyRafael J. Wysocki2010-12-241-4/+7
* | PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern2010-12-241-9/+38
* | PM / Runtime: Fix comments to match runtime callback codeAaro Koskinen2010-12-241-2/+2
|/
* PM: Allow devices to be removed during late suspend and early resumeRafael J. Wysocki2010-11-111-4/+30
* Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-10-291-1/+1
|\
| * PM / Runtime: Fix typo in status comparison causing warningKevin Winchester2010-10-291-1/+1
* | convert get_sb_single() usersAl Viro2010-10-291-9/+9
|/
* Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-10-261-1/+1
|\
| * PM / Runtime: fix recursive locking warning of lockdep from rpm_resume()Ming Lei2010-10-221-1/+1
* | writeback: add /sys/devices/system/node/<node>/vmstatMichael Rubin2010-10-261-0/+14
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-251-0/+1
|\ \
| * | of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely2010-10-211-0/+1
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2010-08-107-246/+195
| |\ \ \
| * | | | Fix spelling fuction -> function in commentsStefan Weil2010-08-091-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-229-283/+165
|\ \ \ \ \
| * | | | | driver core: Display error codes when class suspend failsMark Brown2010-10-221-4/+4
| * | | | | Driver core: Add section count to memory_block structNathan Fontenot2010-10-221-6/+11
| * | | | | Driver core: Add mutex for adding/removing memory blocksNathan Fontenot2010-10-221-0/+7
| * | | | | Driver core: Move find_memory_block routineNathan Fontenot2010-10-221-33/+33
| * | | | | driver core: Convert link_mem_sections to use find_memory_block_hinted.Robin Holt2010-10-221-3/+5
| * | | | | driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...Robin Holt2010-10-221-10/+18
| * | | | | driver core: fix build for CONFIG_BLOCK not enabledRandy Dunlap2010-10-221-0/+6
| * | | | | driver-core: base: change to new flag variablematt mooney2010-10-221-3/+1
| * | | | | FW_LOADER: fix kconfig dependency warning on HOTPLUGRandy Dunlap2010-10-221-1/+0
| * | | | | SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2010-10-222-11/+19
| * | | | | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-223-210/+25
| * | | | | base/platform: Simplifications for NULL platform data/resources handlingAnton Vorontsov2010-10-221-20/+12
| * | | | | base/platform: Safe handling for NULL platform data and resourcesAnton Vorontsov2010-10-221-1/+8
| * | | | | driver core: platform_bus: allow runtime override of dev_pm_opsKevin Hilman2010-10-221-0/+35
| * | | | | driver core: platform: Use drv->driver.bus instead of assuming platform_bus_typePatrick Pannuto2010-10-221-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2010-10-219-539/+1927
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | PM / Wakeup: Show wakeup sources statistics in debugfsRafael J. Wysocki2010-10-191-0/+85
| * | | | PM: Introduce library for device-specific OPPs (v7)Nishanth Menon2010-10-172-0/+629
| * | | | PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan2010-10-171-0/+31
| * | | | PM: Lock PM device list mutex in show_dev_hash()James Hogan2010-10-171-1/+4
| * | | | PM / Runtime: Remove idle notification after failing suspendRafael J. Wysocki2010-10-171-9/+2
| * | | | PM / Runtime: Reduce code duplication in core helper functionsRafael J. Wysocki2010-10-171-68/+54
| * | | | PM / Runtime: Implement autosuspend supportAlan Stern2010-10-172-7/+219