Commit Graph

118 Commits (6e2d4107245cc0411959e91d7a1613e15097f117)

Author SHA1 Message Date
Cornelia Huck 0c98b19fe5 Driver core: Remove unneeded get_{device,driver}() calls. 17 years ago
Dave Young cd35449b93 driver core: convert to use class_find_device api 17 years ago
Greg Kroah-Hartman 4e886c2961 Driver core: Fix up build when CONFIG_BLOCK=N 17 years ago
Greg Kroah-Hartman 4a3ad20ccd Driver core: coding style fixes 17 years ago
Cornelia Huck 63b6971a08 Driver core: Cleanup get_device_parent() in device_add() and device_move() 17 years ago
Kay Sievers 0f4dafc056 Kobject: auto-cleanup on final unref 17 years ago
Greg Kroah-Hartman f9cb074bff Kobject: rename kobject_init_ng() to kobject_init() 17 years ago
Greg Kroah-Hartman b2d6db5878 Kobject: rename kobject_add_ng() to kobject_add() 17 years ago
Kay Sievers edfaa7c365 Driver core: convert block from raw kobjects to core devices 17 years ago
Kay Sievers da231fd5d1 Driver core: fix class glue dir cleanup logic 17 years ago
Greg Kroah-Hartman 7dc72b2842 Driver core: clean up debugging messages 17 years ago
Greg Kroah-Hartman c6f7e72a3f driver core: remove fields from struct bus_type 17 years ago
Greg Kroah-Hartman 9990513c1e Kobject: convert drivers/base/core.c to use kobject_init/add_ng() 17 years ago
Greg Kroah-Hartman 37b0c02034 driver core: clean up device_shutdown 17 years ago
Greg Kroah-Hartman 881c6cfd7c kset: convert /sys/devices to use kset_create 17 years ago
Greg Kroah-Hartman 43968d2f16 kobject: get rid of kobject_kset_add_dir 17 years ago
Greg Kroah-Hartman 4ff6abff83 kobject: get rid of kobject_add_dir 17 years ago
Greg Kroah-Hartman 3514faca19 kobject: remove struct kobj_type from struct kset 17 years ago
Rafael J. Wysocki 775b64d2b6 PM: Acquire device locks on suspend 17 years ago
Daniel Drake dec13c1544 create /sys/.../power when CONFIG_PM is set 17 years ago
Kay Sievers 60b8cabd8e Driver Core: fix bug in device_rename() for SYSFS_DEPRECATED=y 18 years ago
Greg Kroah-Hartman 8f4afc410b Driver core: rename ktype_device 18 years ago
Kay Sievers 5c5daf657c Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUG 18 years ago
Kay Sievers 7eff2e7a8b Driver core: change add_uevent_var to use a struct 18 years ago
Dmitry Torokhov 3eb215de26 Driver core: fix SYSF_DEPRECATED breakage for nested classdevs 18 years ago
Linus Torvalds 5309809129 Add explicit zeroing to "envp" array in device 'show' method 18 years ago
Dmitry Torokhov 4f01a757e7 Driver core: fix deprectated sysfs structure for nested class devices 18 years ago
Cornelia Huck 27907689ee driver core: revert "device" link creation check 18 years ago
Greg Kroah-Hartman ff2ee8cf30 kobject: put kobject_actions in kobject.h 18 years ago
Cornelia Huck 2ee97caf0a Driver core: check return code of sysfs_create_link() 18 years ago
Kay Sievers 60a96a5956 Driver core: accept all valid action-strings in uevent-trigger 18 years ago
Tejun Heo ad6a1e1c66 driver-core: make devt_attr and uevent_attr static 18 years ago
Tejun Heo 7b595756ec sysfs: kill unnecessary attribute->owner 18 years ago
Cornelia Huck dc0afa8388 Driver core: coding style cleanup 18 years ago
Kay Sievers 2c7afd125c Driver core: keep PHYSDEV for old struct class_device 18 years ago
Greg Kroah-Hartman 823bccfc40 remove "struct subsystem" as it is no longer needed 18 years ago
Greg Kroah-Hartman c7308c81a8 Driver core: fix show_uevent from taking up way too much stack 18 years ago
Alan Stern 523ded71de device_schedule_callback() needs a module reference 18 years ago
Kay Sievers 22af74f3b2 Driver core: warn when userspace writes to the uevent file in a non-supported way 18 years ago
Kay Sievers 16574dccd8 Driver core: make uevent-environment available in uevent-file 18 years ago
Cornelia Huck 83b5fb4cce Driver core: suppress uevents via filter 18 years ago
Cornelia Huck c6a46696f9 driver core: don't fail attaching the device if it cannot be bound 18 years ago
Kay Sievers 414264f959 Driver core: add name to device_type 18 years ago
Dmitry Torokhov 621a1672f7 driver core: Use attribute groups in struct device_type 18 years ago
Jean Delvare a456b7023e dev_printk and new-style class devices 18 years ago
Kay Sievers 864062457a driver core: fix namespace issue with devices assigned to classes 18 years ago
Dmitriy Monakhov 00ed8e3dda driver core: fix device_add error path 18 years ago
Andrew Morton 2363cc0264 [PATCH] remove protection of LANANA-reserved majors 18 years ago
Alan Stern d9a9cdfb07 [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390 18 years ago
Johannes Berg a2807dbcbd driver core: export device_rename 18 years ago