aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded driversWolfgang Wiedmeyer2015-10-251-14/+0
* merge opensource jb u5codeworkx2012-09-221-4/+0
* Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-0/+4
|\
| * PM / Driver core: leave runtime PM enabled during system shutdownAlan Stern2012-03-191-2/+4
* | applied patches from i9305 jb sources, updated mali to r3p0codeworkx2012-09-181-3/+5
* | samsung update 1codeworkx2012-06-021-0/+14
|/
* PM / driver core: disable device's runtime PM during shutdownPeter Chen2011-11-261-0/+3
* drivers/base/core.c: Fixed brace coding style issue.Karthigan Srinivasan2011-04-221-2/+1
* drivers: make device_type constStephen Hemminger2011-04-191-2/+2
* driver core: Replace the dangerous to_root_device macro with an inline functionFerenc Wagner2011-02-031-1/+4
* driver-core: document restrictions on device_rename()Timur Tabi2011-02-031-1/+28
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-101-11/+13
|\
| * driver core: Document that device_rename() is only for networkingMichael Ellerman2010-11-291-0/+2
| * driver-core: merge private parts of class and busKay Sievers2010-11-171-11/+11
* | sysfs: Introducing binary attributes for struct classStefan Achatz2011-01-081-2/+39
|/
* 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-101-1/+1
| |\
| * | Fix spelling fuction -> function in commentsStefan Weil2010-08-091-1/+1
* | | driver core: fix build for CONFIG_BLOCK not enabledRandy Dunlap2010-10-221-0/+6
* | | SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2010-10-221-9/+17
* | | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-221-169/+25
| |/ |/|
* | driver core: device_rename's new_name can be constJohannes Berg2010-08-051-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-0/+64
|\
| * device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches2010-07-041-0/+64
* | Driver-core: Always create class directories for classses that support namesp...Eric W. Biederman2010-07-261-1/+1
|/
* driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULEChristoph Egger2010-05-211-1/+1
* driver core: Implement ns directory support for device classes.Eric W. Biederman2010-05-211-9/+12
* kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman2010-05-211-14/+63
* Driver core: Protect device shutdown from hot unplug events.Hugh Daschbach2010-05-211-3/+22
* lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra2010-05-211-0/+1
* drivers/base: Convert dev->sem to mutexThomas Gleixner2010-05-211-2/+1
* Driver core: don't initialize wakeup flagsAlan Stern2010-05-211-1/+0
* driver-core: document ERR_PTR() return valuesJani Nikula2010-03-191-0/+6
* driver core: Use sysfs_rename_link in device_renameEric W. Biederman2010-03-071-12/+6
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-071-1/+1
* Driver-Core: require valid action string in uevent triggerKay Sievers2010-03-071-8/+3
* driver-core: fix race condition in get_device_parent()Tejun Heo2010-03-071-2/+11
* Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner2009-12-231-1/+3
* Driver core: bin_attribute parameters can often be const*Phil Carmody2009-12-231-2/+4
* Driver core: device_attribute parameters can often be const*Phil Carmody2009-12-231-2/+4
* Driver core: fix race in dev_driver_stringAlan Stern2009-12-111-1/+8
* Driver core: Don't remove kobjects in device_shutdown.Eric W. Biederman2009-12-111-3/+0
* Driver Core: devtmpfs: cleanup node on device creation errorKay Sievers2009-12-111-0/+2
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-7/+12
* Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers2009-09-151-0/+3
* driver model: constify attribute groupsDavid Brownell2009-09-151-2/+2
* Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman2009-09-151-6/+14
* Driver core: add new device to bus's list before probingAlan Stern2009-09-151-1/+1
* Driver Core: add nodename callbacksKay Sievers2009-06-151-1/+50