Commit Graph

57 Commits (b5ad6761533c3f7e97c93b2333a0f88490d44f36)

Author SHA1 Message Date
Christoph Hellwig 873481367e [PATCH] add numa node information to struct device 18 years ago
Cornelia Huck acf02d23b9 driver core: Use klist_remove() in device_move() 18 years ago
Cornelia Huck 8a82472f86 driver core: Introduce device_move(): move a device to a new parent. 18 years ago
Adrian Bunk af9e076536 Driver core: make drivers/base/core.c:setup_parent() static 18 years ago
Cornelia Huck 5ab699810d driver core: Introduce device_find_child(). 18 years ago
Benjamin Herrenschmidt 2895353346 Driver core: Call platform_notify_remove later 18 years ago
Kay Sievers a87cb2ac4a CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variables 18 years ago
Kay Sievers 99ef3ef8d5 CONFIG_SYSFS_DEPRECATED - device symlinks 18 years ago
Greg Kroah-Hartman 40fa54226f Driver core: make old versions of udev work properly 18 years ago
Greg Kroah-Hartman f0ee61a6ce Driver Core: Move virtual_device_parent() to core.c 18 years ago
Benjamin Herrenschmidt 116af37820 Driver core: add notification of bus events 18 years ago
Catalin Marinas 82189b9807 [PATCH] Fix device_attribute memory leak in device_del 18 years ago
Alan Stern f70fa6296c Driver core: Don't ignore error returns from probing 19 years ago
Jesper Juhl 952ab431cd Driver core: Don't leak 'old_class_name' in drivers/base/core.c::device_rename() 19 years ago
Cornelia Huck a306eea409 driver core fixes: device_add() cleanup on error 19 years ago
Matthew Wilcox 310a922d43 Fix dev_printk() is now GPL-only 19 years ago
Brian Walsh 370226449c drivers/base: Platform notify needs to occur before drivers attach to the device 19 years ago
Greg Kroah-Hartman 2589f1887b Driver core: add ability for devices to create and remove bin files 19 years ago
Greg Kroah-Hartman c47ed219ba Class: add support for class interfaces for devices 19 years ago
Greg Kroah-Hartman c205ef4880 Driver core: create devices/virtual/ tree 19 years ago
Greg Kroah-Hartman a2de48cace Driver core: add device_rename function 19 years ago
Greg Kroah-Hartman 2620efef70 Driver core: add ability for classes to handle devices properly 19 years ago
Greg Kroah-Hartman 64bb5d2c11 Driver core: allow devices in classes to have no parent 19 years ago
Greg Kroah-Hartman de0ff00d72 Driver core: add groups support to struct device 19 years ago
Greg Kroah-Hartman 5cbe5f8a58 device_create(): make fmt argument 'const char *' 19 years ago
Kay Sievers d81d9d6b9f deprecate PHYSDEV* keys 19 years ago
Henrik Kretzschmar 42734dafa4 [PATCH] Driver core: kernel-doc in drivers/base/core.c corrections 19 years ago
Randy Dunlap 7d12e9de5d [PATCH] Driver core: fix driver-core kernel-doc 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Greg Kroah-Hartman 5d9fd169c9 [PATCH] Driver core: fix locking issues with the devices that are attached to classes 19 years ago
Alan Stern 3e95637a48 [PATCH] Driver Core: Make dev_info and friends print the bus name if there is no driver 19 years ago
Greg Kroah-Hartman e9a7d305fa [PATCH] Driver core: add proper symlinks for devices 19 years ago
Kay Sievers b9d9c82b4d [PATCH] Driver core: add generic "subsystem" link to all devices 19 years ago
Greg Kroah-Hartman 23681e4791 [PATCH] Driver core: allow struct device to have a dev_t 19 years ago
Kay Sievers 53877d06d5 [PATCH] Driver core: bus device event delay 19 years ago
Martin Waitz 0863afb32b [PATCH] DocBook: fix kernel-doc comments 19 years ago
Kay Sievers 312c004d36 [PATCH] driver core: replace "hotplug" by "uevent" 19 years ago
Randy Dunlap c41455fbac [PATCH] kernel-doc: drivers/base fixes 19 years ago
Kay Sievers a7fd67062e [PATCH] add sysfs attr to re-emit device hotplug event 19 years ago
David Brownell 0ac85241eb [PATCH] driver model wakeup flags 19 years ago
James Bottomley 34bb61f9dd [PATCH] fix klist semantics for lists which have elements removed on traversal 20 years ago
James Bottomley d856f1e337 [PATCH] klist: fix klist to have the same klist_add semantics as list_head 20 years ago
Patrick Mochel d62c0f9fd2 [PATCH] Driver core: Use klist_del() instead of klist_remove(). 20 years ago
Yani Ioannou 54b6f35c99 [PATCH] Driver core: change device_attribute callbacks 20 years ago
mochel@digitalimplant.org 36239577cf [PATCH] Use a klist for device child lists. 20 years ago
mochel@digitalimplant.org 63c4f204ff [PATCH] Remove struct device::driver_list. 20 years ago
mochel@digitalimplant.org 7dc35cdf69 [PATCH] Remove struct device::bus_list. 20 years ago
mochel@digitalimplant.org cb85b6f1cc [PATCH] Remove the unused device_find(). 20 years ago
mochel@digitalimplant.org 94e7b1c5ff [PATCH] Add a klist to struct device_driver for the devices bound to it. 20 years ago
mochel@digitalimplant.org af70316af1 [PATCH] Add a semaphore to struct device to synchronize calls to its driver. 20 years ago