aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-10Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-11/+13
2011-01-08sysfs: Introducing binary attributes for struct classStefan Achatz1-2/+39
2010-11-29driver core: Document that device_rename() is only for networkingMichael Ellerman1-0/+2
2010-11-17driver-core: merge private parts of class and busKay Sievers1-11/+11
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-22driver core: fix build for CONFIG_BLOCK not enabledRandy Dunlap1-0/+6
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen1-9/+17
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers1-169/+25
2010-08-10Merge branch 'master' into for-nextJiri Kosina1-1/+1
2010-08-09Fix spelling fuction -> function in commentsStefan Weil1-1/+1
2010-08-05driver core: device_rename's new_name can be constJohannes Berg1-1/+1
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+64
2010-07-26Driver-core: Always create class directories for classses that support namespaces.Eric W. Biederman1-1/+1
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches1-0/+64
2010-05-21driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULEChristoph Egger1-1/+1
2010-05-21driver core: Implement ns directory support for device classes.Eric W. Biederman1-9/+12
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman1-14/+63
2010-05-21Driver core: Protect device shutdown from hot unplug events.Hugh Daschbach1-3/+22
2010-05-21lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra1-0/+1
2010-05-21drivers/base: Convert dev->sem to mutexThomas Gleixner1-2/+1
2010-05-21Driver core: don't initialize wakeup flagsAlan Stern1-1/+0
2010-03-19driver-core: document ERR_PTR() return valuesJani Nikula1-0/+6
2010-03-07driver core: Use sysfs_rename_link in device_renameEric W. Biederman1-12/+6
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy1-1/+1
2010-03-07Driver-Core: require valid action string in uevent triggerKay Sievers1-8/+3
2010-03-07driver-core: fix race condition in get_device_parent()Tejun Heo1-2/+11
2009-12-23Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner1-1/+3
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody1-2/+4
2009-12-23Driver core: device_attribute parameters can often be const*Phil Carmody1-2/+4
2009-12-11Driver core: fix race in dev_driver_stringAlan Stern1-1/+8
2009-12-11Driver core: Don't remove kobjects in device_shutdown.Eric W. Biederman1-3/+0
2009-12-11Driver Core: devtmpfs: cleanup node on device creation errorKay Sievers1-0/+2
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers1-7/+12
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers1-0/+3
2009-09-15driver model: constify attribute groupsDavid Brownell1-2/+2
2009-09-15Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman1-6/+14
2009-09-15Driver core: add new device to bus's list before probingAlan Stern1-1/+1
2009-06-15Driver Core: add nodename callbacksKay Sievers1-1/+50
2009-06-15driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman1-2/+2
2009-06-15driver core: synchronize device shutdownShaohua Li1-0/+2
2009-05-28Driver Core: do not oops when driver_unregister() is called for unregistered driversKay Sievers1-1/+4
2009-04-20driver: dont update dev_name via device_add pathKay Sievers1-1/+2
2009-04-16driver core: prevent device_for_each_child from oopsingGreg Kroah-Hartman1-0/+3
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck1-1/+18
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei1-2/+0
2009-03-24driver core: move klist_children into private structureGreg Kroah-Hartman1-14/+25
2009-03-24driver core: create a private portion of struct deviceGreg Kroah-Hartman1-0/+9
2009-03-24driver core: get rid of struct device's bus_id string arrayKay Sievers1-20/+19
2009-01-28driver-core: fix kernel-doc parameter nameRandy Dunlap1-1/+1