aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 9-283/+165
2010-10-22driver core: Display error codes when class suspend failsGravatar Mark Brown 1-4/+4
2010-10-22Driver core: Add section count to memory_block structGravatar Nathan Fontenot 1-6/+11
2010-10-22Driver core: Add mutex for adding/removing memory blocksGravatar Nathan Fontenot 1-0/+7
2010-10-22Driver core: Move find_memory_block routineGravatar Nathan Fontenot 1-33/+33
2010-10-22driver core: Convert link_mem_sections to use find_memory_block_hinted.Gravatar Robin Holt 1-3/+5
2010-10-22driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...Gravatar Robin Holt 1-10/+18
2010-10-22driver core: fix build for CONFIG_BLOCK not enabledGravatar Randy Dunlap 1-0/+6
2010-10-22driver-core: base: change to new flag variableGravatar matt mooney 1-3/+1
2010-10-22FW_LOADER: fix kconfig dependency warning on HOTPLUGGravatar Randy Dunlap 1-1/+0
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutGravatar Andi Kleen 2-11/+19
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesGravatar Kay Sievers 3-210/+25
2010-10-22base/platform: Simplifications for NULL platform data/resources handlingGravatar Anton Vorontsov 1-20/+12
2010-10-22base/platform: Safe handling for NULL platform data and resourcesGravatar Anton Vorontsov 1-1/+8
2010-10-22driver core: platform_bus: allow runtime override of dev_pm_opsGravatar Kevin Hilman 1-0/+35
2010-10-22driver core: platform: Use drv->driver.bus instead of assuming platform_bus_typeGravatar Patrick Pannuto 1-2/+2
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 9-539/+1927
2010-10-19PM / Wakeup: Show wakeup sources statistics in debugfsGravatar Rafael J. Wysocki 1-0/+85
2010-10-17PM: Introduce library for device-specific OPPs (v7)Gravatar Nishanth Menon 2-0/+629
2010-10-17PM: Add sysfs attr for rechecking dev hash from PM traceGravatar James Hogan 1-0/+31
2010-10-17PM: Lock PM device list mutex in show_dev_hash()Gravatar James Hogan 1-1/+4
2010-10-17PM / Runtime: Remove idle notification after failing suspendGravatar Rafael J. Wysocki 1-9/+2
2010-10-17PM / Runtime: Reduce code duplication in core helper functionsGravatar Rafael J. Wysocki 1-68/+54
2010-10-17PM / Runtime: Implement autosuspend supportGravatar Alan Stern 2-7/+219
2010-10-17PM / Runtime: Add no_callbacks flagGravatar Alan Stern 3-8/+103
2010-10-17PM / Runtime: Combine runtime PM entry pointsGravatar Alan Stern 1-110/+64
2010-10-17PM / Runtime: Merge synchronous and async runtime routinesGravatar Alan Stern 1-235/+140
2010-10-17PM / Runtime: Replace boolean arguments with bitflagsGravatar Alan Stern 1-36/+39
2010-10-17PM / Runtime: Move code in drivers/base/power/runtime.cGravatar Alan Stern 1-39/+38
2010-10-17PM: Fix potential issue with failing asynchronous suspendGravatar Rafael J. Wysocki 1-6/+9
2010-10-17PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Gravatar Rafael J. Wysocki 5-83/+573
2010-10-17PM: Fix signed/unsigned warning in dpm_show_time()Gravatar Kevin Cernekee 1-1/+1
2010-10-17PM / Runtime: Lenient generic runtime pm callbacksGravatar Ohad Ben-Cohen 1-2/+2
2010-09-21Merge commit 'v2.6.36-rc5' into sched/coreGravatar Ingo Molnar 1-0/+1
2010-09-09topology/sysfs: Provide book id and siblings attributesGravatar Heiko Carstens 1-1/+15
2010-09-09PM: Prevent waiting forever on asynchronous resume after failing suspendGravatar Colin Cross 1-0/+1
2010-08-23firmware_class: fix typo in error pathGravatar Johannes Berg 1-1/+1
2010-08-10Merge branch 'master' into for-nextGravatar Jiri Kosina 7-246/+195
2010-08-09drivers/base/node.c: reduce stack usage of node_read_meminfo()Gravatar KOSAKI Motohiro 1-23/+23
2010-08-09Fix spelling fuction -> function in commentsGravatar Stefan Weil 1-1/+1
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 6-222/+160
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-1/+12
2010-08-05driver core: device_rename's new_name can be constGravatar Johannes Berg 1-1/+1
2010-08-05Driver core: Add BUS_NOTIFY_BIND_DRIVERGravatar Magnus Damm 1-0/+4
2010-08-05driver core: fix memory leak on one error path in bus_register()Gravatar Jike Song 1-1/+1
2010-08-05Driver core: move platform device creation helpers to .init.text (if MODULE=n)Gravatar Uwe Kleine-König 1-1/+1
2010-08-05Driver core: reduce duplicated code for platform_device creationGravatar Uwe Kleine-König 1-78/+26
2010-08-05Driver core: use kmemdup in platform_device_add_resourcesGravatar Uwe Kleine-König 1-3/+3
2010-08-05firmware loader: embed device into firmware_priv structureGravatar Dmitry Torokhov 1-133/+122