Commit Graph

197 Commits (eca3930163ba8884060ce9d9ff5ef0d9b7c7b00f)

Author SHA1 Message Date
Christoph Egger 1d9e882ba4 driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULE 15 years ago
Eric W. Biederman bc451f2058 kobj: Add basic infrastructure for dealing with namespaces. 15 years ago
Eric W. Biederman f349cf3473 driver core: Implement ns directory support for device classes. 15 years ago
Hugh Daschbach 6245838fe4 Driver core: Protect device shutdown from hot unplug events. 15 years ago
Peter Zijlstra 1704f47b50 lockdep: Add novalidate class for dev->mutex conversion 15 years ago
Thomas Gleixner 3142788b79 drivers/base: Convert dev->sem to mutex 15 years ago
Alan Stern ffa156590f Driver core: don't initialize wakeup flags 15 years ago
Jani Nikula f0eae0ed3b driver-core: document ERR_PTR() return values 15 years ago
Eric W. Biederman 2354dcc721 driver core: Use sysfs_rename_link in device_rename 15 years ago
Emese Revfy 52cf25d0ab Driver core: Constify struct sysfs_ops in struct kobj_type 15 years ago
Emese Revfy 9cd43611cc kobject: Constify struct kset_uevent_ops 15 years ago
Kay Sievers 3f5468c9ae Driver-Core: require valid action string in uevent trigger 15 years ago
Tejun Heo 77d3d7c1d5 driver-core: fix race condition in get_device_parent() 15 years ago
Thomas Gleixner e6309e7568 Driver-core: Fix bogus 0 error return in device_add() 15 years ago
Phil Carmody 66ecb92be9 Driver core: bin_attribute parameters can often be const* 15 years ago
Phil Carmody 26579ab70a Driver core: device_attribute parameters can often be const* 15 years ago
Alan Stern 3589972e51 Driver core: fix race in dev_driver_string 15 years ago
Eric W. Biederman 18ef545e47 Driver core: Don't remove kobjects in device_shutdown. 15 years ago
Kay Sievers ad72956df2 Driver Core: devtmpfs: cleanup node on device creation error 15 years ago
Kay Sievers e454cea20b Driver-Core: extend devnode callbacks to provide permissions 16 years ago
Kay Sievers 2b2af54a5b Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev 16 years ago
David Brownell a4dbd6740d driver model: constify attribute groups 16 years ago
Greg Kroah-Hartman b402843787 Driver core: move dev_get/set_drvdata to drivers/base/dd.c 16 years ago
Alan Stern 2023c610dc Driver core: add new device to bus's list before probing 16 years ago
Kay Sievers 6fcf53accc Driver Core: add nodename callbacks 16 years ago
Greg Kroah-Hartman acc0e90fbc driver core: fix gcc 4.3.3 warnings about string literals 16 years ago
Shaohua Li 401097ea4b driver core: synchronize device shutdown 16 years ago
Kay Sievers 5c8563d773 Driver Core: do not oops when driver_unregister() is called for unregistered drivers 16 years ago
Kay Sievers 8a577ffc75 driver: dont update dev_name via device_add path 16 years ago
Greg Kroah-Hartman 014c90dbb9 driver core: prevent device_for_each_child from oopsing 16 years ago
Cornelia Huck ffa6a7054d Driver core: Fix device_move() vs. dpm list ordering, v2 16 years ago
Ming Lei f67f129e51 Driver core: implement uevent suppress in kobject 16 years ago
Greg Kroah-Hartman f791b8c836 driver core: move klist_children into private structure 16 years ago
Greg Kroah-Hartman fb069a5d13 driver core: create a private portion of struct device 16 years ago
Kay Sievers 1fa5ae857b driver core: get rid of struct device's bus_id string array 16 years ago
Randy Dunlap 7cbcf22548 driver-core: fix kernel-doc parameter name 16 years ago
Roland Dreier 7143f7a1a3 driver core: Convert '/' to '!' in dev_set_name() 16 years ago
Greg Kroah-Hartman 926beadb3d Revert "driver core: create a private portion of struct device" 16 years ago
Greg Kroah-Hartman e2d4077678 Revert "driver core: move klist_children into private structure" 16 years ago
Mark McLoughlin 0aa0dc41bf driver core: add root_device_register() 16 years ago
Alan Stern ec0676ee28 Driver core: move the bus notifier call points 16 years ago
Greg Kroah-Hartman 11c3b5c3e0 driver core: move klist_children into private structure 16 years ago
Greg Kroah-Hartman 2831fe6f9c driver core: create a private portion of struct device 16 years ago
Kay Sievers 1e0b2cf933 driver core: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
Eric W. Biederman 030c1d2bfc kobject: Fix kobject_rename and !CONFIG_SYSFS 17 years ago
Cornelia Huck 286661b377 Driver core: Fix cleanup in device_create_vargs(). 17 years ago
Cornelia Huck 5739411acb Driver core: Clarify device cleanup. 17 years ago
Tejun Heo 5a3ceb8616 driver-core: use klist for class device list and implement iterator 17 years ago
Greg Kroah-Hartman c906a48adc driver core: add init_name to struct device 17 years ago
Alan Stern 3b98aeaf3a PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is set 17 years ago