summaryrefslogtreecommitdiff
path: root/drivers/base/core.c
AgeCommit message (Expand)Author
2011-11-26PM / driver core: disable device's runtime PM during shutdownPeter Chen
2011-04-22drivers/base/core.c: Fixed brace coding style issue.Karthigan Srinivasan
2011-04-19drivers: make device_type constStephen Hemminger
2011-02-03driver core: Replace the dangerous to_root_device macro with an inline functionFerenc Wagner
2011-02-03driver-core: document restrictions on device_rename()Timur Tabi
2011-01-10Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-01-08sysfs: Introducing binary attributes for struct classStefan Achatz
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-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-22driver core: fix build for CONFIG_BLOCK not enabledRandy 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-08-10Merge branch 'master' into for-nextJiri Kosina
2010-08-09Fix spelling fuction -> function in commentsStefan Weil
2010-08-05driver core: device_rename's new_name can be constJohannes Berg
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-07-26Driver-core: Always create class directories for classses that support namesp...Eric W. Biederman
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches
2010-05-21driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULEChristoph Egger
2010-05-21driver core: Implement ns directory support for device classes.Eric W. Biederman
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman
2010-05-21Driver core: Protect device shutdown from hot unplug events.Hugh Daschbach
2010-05-21lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra
2010-05-21drivers/base: Convert dev->sem to mutexThomas Gleixner
2010-05-21Driver core: don't initialize wakeup flagsAlan Stern
2010-03-19driver-core: document ERR_PTR() return valuesJani Nikula
2010-03-07driver core: Use sysfs_rename_link in device_renameEric W. Biederman
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy
2010-03-07Driver-Core: require valid action string in uevent triggerKay Sievers
2010-03-07driver-core: fix race condition in get_device_parent()Tejun Heo
2009-12-23Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody
2009-12-23Driver core: device_attribute parameters can often be const*Phil Carmody
2009-12-11Driver core: fix race in dev_driver_stringAlan Stern
2009-12-11Driver core: Don't remove kobjects in device_shutdown.Eric W. Biederman
2009-12-11Driver Core: devtmpfs: cleanup node on device creation errorKay Sievers
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-09-15Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman
2009-09-15Driver core: add new device to bus's list before probingAlan Stern
2009-06-15Driver Core: add nodename callbacksKay Sievers
2009-06-15driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman
2009-06-15driver core: synchronize device shutdownShaohua Li
2009-05-28Driver Core: do not oops when driver_unregister() is called for unregistered ...Kay Sievers
2009-04-20driver: dont update dev_name via device_add pathKay Sievers
2009-04-16driver core: prevent device_for_each_child from oopsingGreg Kroah-Hartman
2009-03-24Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck