aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/base.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2004-06-09[PATCH] Driver Core: Whitespace fixesDmitry Torokhov1-2/+3
2003-08-13[driver model] Allow per-device shutdown or suspend on driver detach.Patrick Mochel1-16/+0
2003-08-06[power] Add PM info structure to struct device and PM registration functions.Patrick Mochel1-0/+18
2003-05-22drver model: Add release method for class devices.Patrick Mochel1-0/+9
2003-05-13driver model: Remove device_semPatrick Mochel1-2/+0
2003-04-28driver core: rework driver class structures and logicGreg Kroah-Hartman1-20/+0
2003-04-04driver core: move the hotplug support for /sys/devices to use the kobject logic.Greg Kroah-Hartman1-5/+0
2003-03-25driver model: don't define DEBUG in base.hPatrick Mochel1-2/+0
2003-03-03driver model: fix device interfaces. Patrick Mochel1-0/+1
2002-12-03driver model: clean up interface handling.Patrick Mochel1-2/+2
2002-12-02driver model: get rid of global device list; minor cleanups.Patrick Mochel1-8/+0
2002-11-24[PATCH] driver core: fix compiler warning if CONFIG_HOTPLUG is not definedGreg Kroah-Hartman1-1/+1
2002-11-18driver model: make sure driver is added to class it belongs to.Patrick Mochel1-0/+3
2002-10-30driver model: remove remaining driverfs glue.Patrick Mochel1-29/+0
2002-10-24driver core: add support for calling /sbin/hotplug when classes are found and...Greg Kroah-Hartman1-0/+5
2002-10-16driver model: introduce device_sem to protect global device list instead of d...Patrick Mochel1-0/+1
2002-10-16driver model: simplify device/driver binding. Patrick Mochel1-3/+3
2002-09-26add hotplug support to the driver core for devices, if their bus type support...Greg Kroah-Hartman1-0/+10
2002-08-25Introduce struct device_interface.Patrick Mochel1-0/+13
2002-08-25Introduce struct device_classPatrick Mochel1-0/+9
2002-08-13Remove device_root device; replace with global_device_list.Patrick Mochel1-1/+1
2002-08-12Update device model locking Patrick Mochel1-0/+2
2002-08-01driverfs: Move driverfs calls from drivers/base/*.c to drivers/base/fs/*.cPatrick Mochel1-1/+6
2002-07-30driverfs: add device_remove_symlink wrapper for removing symlinks (since driv...Patrick Mochel1-0/+1
2002-06-05device model updatePatrick Mochel1-2/+2
2002-05-28Device Model: Implement centralized device/driver bindingPatrick Mochel1-0/+3
2002-05-27device model: Create symlinks in bus's 'devices' dir for a device when its re...Patrick Mochel1-0/+1
2002-05-27deivce model: actually compile and use bus driversPatrick Mochel1-0/+4
2002-03-25Driver model update:Patrick Mochel1-0/+14