summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2011-01-10Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-01-08sysfs: Introducing binary attributes for struct classStefan Achatz
2010-12-24PM / Runtime: Generic resume shouldn't set RPM_ACTIVE unconditionallyRafael J. Wysocki
2010-12-24PM: Use dev_name() in core device suspend and resume routinesRafael J. Wysocki
2010-12-24PM: Permit registration of parentless devices during system suspendRafael J. Wysocki
2010-12-24PM: Replace the device power.status field with a bit fieldRafael J. Wysocki
2010-12-24PM: Remove redundant checks from core device resume routinesRafael J. Wysocki
2010-12-24PM: Use a different list of devices for each stage of device suspendRafael J. Wysocki
2010-12-24PM: Avoid compiler warning in pm_noirq_op()Rafael J. Wysocki
2010-12-24PM: Use pm_wakeup_pending() in __device_suspend()Rafael J. Wysocki
2010-12-24PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()Rafael J. Wysocki
2010-12-24PM: Prevent dpm_prepare() from returning errors unnecessarilyRafael J. Wysocki
2010-12-24PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern
2010-12-24PM / Runtime: Fix comments to match runtime callback codeAaro Koskinen
2010-11-29driver core: Document that device_rename() is only for networkingMichael Ellerman
2010-11-17driver-core: merge private parts of class and busKay Sievers
2010-11-10driver core: fix whitespace in class_attr_stringBrandon Philips
2010-11-11PM: Allow devices to be removed during late suspend and early resumeRafael J. Wysocki
2010-10-29Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2010-10-29PM / Runtime: Fix typo in status comparison causing warningKevin Winchester
2010-10-29convert get_sb_single() usersAl Viro
2010-10-26Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2010-10-26writeback: add /sys/devices/system/node/<node>/vmstatMichael Rubin
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2010-10-22PM / Runtime: fix recursive locking warning of lockdep from rpm_resume()Ming Lei
2010-10-22driver core: Display error codes when class suspend failsMark Brown
2010-10-22Driver core: Add section count to memory_block structNathan Fontenot
2010-10-22Driver core: Add mutex for adding/removing memory blocksNathan Fontenot
2010-10-22Driver core: Move find_memory_block routineNathan Fontenot
2010-10-22driver core: Convert link_mem_sections to use find_memory_block_hinted.Robin Holt
2010-10-22driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...Robin Holt
2010-10-22driver core: fix build for CONFIG_BLOCK not enabledRandy Dunlap
2010-10-22driver-core: base: change to new flag variablematt mooney
2010-10-22FW_LOADER: fix kconfig dependency warning on HOTPLUGRandy Dunlap
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers
2010-10-22base/platform: Simplifications for NULL platform data/resources handlingAnton Vorontsov
2010-10-22base/platform: Safe handling for NULL platform data and resourcesAnton Vorontsov
2010-10-22driver core: platform_bus: allow runtime override of dev_pm_opsKevin Hilman
2010-10-22driver core: platform: Use drv->driver.bus instead of assuming platform_bus_typePatrick Pannuto
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2010-10-21of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely
2010-10-19PM / Wakeup: Show wakeup sources statistics in debugfsRafael J. Wysocki
2010-10-17PM: Introduce library for device-specific OPPs (v7)Nishanth Menon
2010-10-17PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan
2010-10-17PM: Lock PM device list mutex in show_dev_hash()James Hogan
2010-10-17PM / Runtime: Remove idle notification after failing suspendRafael J. Wysocki