Age | Commit message (Expand) | Author | Files | Lines |
2011-06-28 | Fix some kernel-doc warnings | Vitaliy Ivanov | 1 | -1/+0 |
2011-06-22 | PM: Rename dev_pm_info.in_suspend to is_prepared | Alan Stern | 1 | -2/+2 |
2011-05-20 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -6/+158 |
2011-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -7/+0 |
2011-05-18 | drivercore: revert addition of of_match to struct device | Grant Likely | 1 | -1/+0 |
2011-05-11 | PM: Remove sysdev suspend, resume and shutdown operations | Rafael J. Wysocki | 1 | -7/+0 |
2011-05-07 | driver core: Add the device driver-model structures to kerneldoc | Wanlong Gao | 1 | -3/+151 |
2011-04-23 | driver core: let dev_set_drvdata return int instead of void as it can fail | Uwe Kleine-König | 1 | -1/+1 |
2011-04-20 | drivers: make device_type const | Stephen Hemminger | 1 | -1/+1 |
2011-04-20 | device: add dev_WARN_ONCE | Felipe Balbi | 1 | -1/+5 |
2011-03-24 | Introduce ARCH_NO_SYSDEV_OPS config option (v2) | Rafael J. Wysocki | 1 | -0/+4 |
2011-03-17 | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -0/+1 |
2011-03-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -0/+1 |
2011-03-15 | PM: Add support for device power domains | Rafael J. Wysocki | 1 | -0/+1 |
2011-02-28 | drivercore/dt: add a match table pointer to struct device | Grant Likely | 1 | -0/+1 |
2011-01-21 | driver-core: remove conditionals around devicetree pointers | Grant Likely | 1 | -5/+2 |
2011-01-11 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+3 |
2011-01-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -0/+1 |
2011-01-08 | sysfs: Introducing binary attributes for struct class | Stefan Achatz | 1 | -0/+1 |
2010-12-24 | PM: Replace the device power.status field with a bit field | Rafael J. Wysocki | 1 | -2/+2 |
2010-11-18 | driver-core: merge private parts of class and bus | Kay Sievers | 1 | -4/+3 |
2010-10-22 | SYSFS: Allow boot time switching between deprecated and modern sysfs layout | Andi Kleen | 1 | -0/+7 |
2010-08-06 | driver core: device_rename's new_name can be const | Johannes Berg | 1 | -1/+1 |
2010-08-06 | Driver core: Add BUS_NOTIFY_BIND_DRIVER | Magnus Damm | 1 | -3/+5 |
2010-08-06 | Driver core: Drop __must_check from bus_for_each_drv() | Jean Delvare | 1 | -3/+2 |
2010-07-04 | device.h drivers/base/core.c Convert dev_<level> logging macros to functions | Joe Perches | 1 | -26/+86 |
2010-05-22 | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 1 | -5/+11 |
2010-05-22 | drivercore: Add of_match_table to the common device drivers | Grant Likely | 1 | -0/+4 |
2010-05-21 | kobj: Add basic infrastructure for dealing with namespaces. | Eric W. Biederman | 1 | -0/+3 |
2010-05-21 | drivers/base: Convert dev->sem to mutex | Thomas Gleixner | 1 | -5/+4 |
2010-04-29 | driver-core: Add device node pointer to struct device | Grant Likely | 1 | -0/+4 |
2010-03-10 | driver core: Early dev_name() support. | Paul Mundt | 1 | -0/+4 |
2010-03-08 | Driver core: create lock/unlock functions for struct device | Greg Kroah-Hartman | 1 | -1/+16 |
2010-03-08 | driver core: Add class_attr_string for simple read-only string | Andi Kleen | 1 | -0/+17 |
2010-03-08 | driver-core: Add attribute argument to class_attribute show/store | Andi Kleen | 1 | -2/+4 |
2010-02-26 | PM: Add facility for advanced testing of async suspend/resume | Rafael J. Wysocki | 1 | -0/+11 |
2010-02-26 | PM: Asynchronous suspend and resume of devices | Rafael J. Wysocki | 1 | -0/+6 |
2009-12-23 | Driver core: driver_attribute parameters can often be const* | Phil Carmody | 1 | -2/+2 |
2009-12-23 | Driver core: bin_attribute parameters can often be const* | Phil Carmody | 1 | -3/+3 |
2009-12-23 | Driver core: device_attribute parameters can often be const* | Phil Carmody | 1 | -2/+2 |
2009-12-11 | Driver Core: devtmpfs: use sys_mount() | Kay Sievers | 1 | -1/+1 |
2009-10-31 | Driver core: allow certain drivers prohibit bind/unbind via sysfs | Dmitry Torokhov | 1 | -1/+3 |
2009-09-19 | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 1 | -3/+4 |
2009-09-15 | Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev | Kay Sievers | 1 | -0/+10 |
2009-09-15 | Driver core: Add support for compatibility classes | Jean Delvare | 1 | -0/+8 |
2009-09-15 | driver model: constify attribute groups | David Brownell | 1 | -3/+3 |
2009-09-15 | Driver core: Add accessor for device platform data | Mark Brown | 1 | -0/+5 |
2009-09-15 | Driver core: move dev_get/set_drvdata to drivers/base/dd.c | Greg Kroah-Hartman | 1 | -12/+4 |
2009-07-25 | Driver Core: Make PM operations a const pointer | Dmitry Torokhov | 1 | -4/+5 |
2009-07-13 | Driver Core: remove BUS_ID_SIZE | Kay Sievers | 1 | -2/+0 |