Commit Graph

2398 Commits (e595447e177b39aa6c96baaa57b30cde2d8b9df7)
 

Author SHA1 Message Date
Maneesh Soni 988d186de5 [PATCH] sysfs-iattr: add sysfs_setattr 20 years ago
Maneesh Soni 6fa5c828c7 [PATCH] sysfs-iattr: attach sysfs_dirent before new inode 20 years ago
Yani Ioannou 050480f12a [PATCH] I2C: drivers/i2c/chips/adm1026.c: use dynamic sysfs callbacks 20 years ago
Yani Ioannou 0a3e7eeabc [PATCH] I2C: add i2c sensor_device_attribute and macros 20 years ago
Yani Ioannou f2d03e1b3f [PATCH] Driver Core: include: update device attribute callbacks 20 years ago
Yani Ioannou 060b8845e6 [PATCH] Driver Core: drivers/usb/input/aiptek.c - drivers/zorro/zorro-sysfs.c: update device attribute callbacks 20 years ago
Yani Ioannou 10523b3b82 [PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_udc.c: update device attribute callbacks 20 years ago
Yani Ioannou 3fd3c0a5f5 [PATCH] Driver Core: drivers/char/raw3270.c - drivers/net/netiucv.c: update device attribute callbacks 20 years ago
Yani Ioannou e404e274f6 [PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk.c: update device attribute callbacks 20 years ago
Yani Ioannou a5099cfc2e [PATCH] Driver Core: drivers/i2c/chips/pc87360.c - w83627hf.c: update device attribute callbacks 20 years ago
Yani Ioannou 8627f9ba53 [PATCH] Driver Core: drivers/i2c/chips/lm77.c - max1619.c: update device attribute callbacks 20 years ago
Yani Ioannou 30f74292e5 [PATCH] Driver Core: drivers/i2c/chips/adm1031.c - lm75.c: update device attribute callbacks 20 years ago
Yani Ioannou 74880c063b [PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacks 20 years ago
Yani Ioannou ff381d2223 [PATCH] Driver Core: arch: update device attribute callbacks 20 years ago
Yani Ioannou 3eb8c7836e [PATCH] Driver core: Documentation: update device attribute callbacks 20 years ago
Yani Ioannou 54b6f35c99 [PATCH] Driver core: change device_attribute callbacks 20 years ago
Hannes Reinecke ca2b94ba12 [PATCH] driver core: fix error handling in bus_add_device 20 years ago
Arnd Bergmann acaefc25d2 [PATCH] libfs: add simple attribute files 20 years ago
David Brownell 4109aca06c [PATCH] Driver Core: driver model doc update 20 years ago
Keiichiro Tokunaga 4b45099b75 [PATCH] Driver core: unregister_node() for hotplug use 20 years ago
Alan Stern f409661877 [PATCH] usbcore: Don't call device_release_driver recursively 20 years ago
Alan Stern c95a6b057b [PATCH] driver core: Fix races in driver_detach() 20 years ago
Patrick Mochel 6623415687 [PATCH] sn: fixes due to driver core changes 20 years ago
Patrick Mochel 273971bade [PATCH] usb: klist_node_attached() fix 20 years ago
Jason Uhlenkott 12eac738e5 [PATCH] Fix typo in scdrv_init() 20 years ago
Patrick Mochel 0d3e5a2e39 [PATCH] Driver Core: fix bk-driver-core kills ppc64 20 years ago
gregkh@suse.de b86c1df1f9 [PATCH] Driver core: Fix up the driver and device iterators to be quieter 20 years ago
long d0e2b4a0a9 [PATCH] use device_for_each_child() to properly access child devices. 20 years ago
gregkh@suse.de 64360322ab [PATCH] Use device_for_each_child() to unregister devices in nodemgr_remove_host_dev() 20 years ago
gregkh@suse.de ff710710ea [PATCH] USB: fix build warning in usb core as pointed out by Andrew. 20 years ago
gregkh@suse.de 126eddfbf8 [PATCH] driver core: change export symbol for driver_for_each_device() 20 years ago
mochel@digitalimplant.org 4d12d2d953 [PATCH] Fix up bogus comment. 20 years ago
mochel@digitalimplant.org 36239577cf [PATCH] Use a klist for device child lists. 20 years ago
gregkh@suse.de 9a881f166f [PATCH] use device_for_each_child() to properly access child devices. 20 years ago
mochel@digitalimplant.org 20b1e67423 [PATCH] Use device_for_each_child() to unregister devices in scsi_remove_target(). 20 years ago
mochel@digitalimplant.org 0293a50940 [PATCH] Don't reference NULL klist pointer in klist_remove(). 20 years ago
mochel@digitalimplant.org 0956af53af [PATCH] Call klist_del() instead of klist_remove(). 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 6eded061b1 [PATCH] Fix up bus code and remove use of rwsem. 20 years ago
mochel@digitalimplant.org d4a7537122 [PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on lists that will go away. 20 years ago
mochel@digitalimplant.org 8b0c250be4 [PATCH] add klist_node_attached() to determine if a node is on a list or not. 20 years ago
mochel@digitalimplant.org 2287c322b6 [PATCH] Use bus_for_each_{dev,drv} for driver binding. 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 38fdac3cdc [PATCH] Add a klist to struct bus_type for its drivers. 20 years ago
mochel@digitalimplant.org 465c7a3a3a [PATCH] Add a klist to struct bus_type for its devices. 20 years ago
mochel@digitalimplant.org 9a19fea436 [PATCH] Add initial implementation of klist helpers. 20 years ago
mochel@digitalimplant.org 6034a080f9 [PATCH] Use driver_for_each_device() instead of manually walking list. 20 years ago
mochel@digitalimplant.org 8d618afdd6 [PATCH] Use driver_for_each_device() in drivers/pnp/driver.c instead of manually walking list. 20 years ago