summaryrefslogtreecommitdiff
path: root/drivers/base/base.h
AgeCommit message (Expand)Author
2007-10-12Driver core: remove get_bus()Greg Kroah-Hartman
2007-10-12Driver core: remove put_bus()Greg Kroah-Hartman
2007-07-11Driver core: fix devres_release_all() return valueAdrian Bunk
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman
2007-04-27driver core: don't fail attaching the device if it cannot be boundCornelia Huck
2007-02-09devres: device resource managementTejun Heo
2006-09-25drivers/base: check errorsAndrew Morton
2006-06-21[PATCH] Driver core: change make_class_name() to take kobjectsGreg Kroah-Hartman
2006-06-21[PATCH] Driver Core: Add /sys/hypervisor when neededMichael Holzheu
2006-06-21[PATCH] Driver Core: remove unused exportsGreg Kroah-Hartman
2006-06-21[PATCH] Driver core: bus device event delayKay Sievers
2006-02-06[PATCH] drivers/base/: proper prototypesAdrian Bunk
2005-10-28[PATCH] drivers/base - fix sparse warningsBen Dooks
2005-06-29[PATCH] driver core: Add the ability to bind drivers to devices from userspaceGreg Kroah-Hartman
2005-06-20[PATCH] Move device/driver code to drivers/base/dd.cmochel@digitalimplant.org
2004-06-09[PATCH] Driver Core: Whitespace fixesDmitry Torokhov
2003-08-13[driver model] Allow per-device shutdown or suspend on driver detach.Patrick Mochel
2003-08-06[power] Add PM info structure to struct device and PM registration functions.Patrick Mochel
2003-05-22drver model: Add release method for class devices.Patrick Mochel
2003-05-13driver model: Remove device_semPatrick Mochel
2003-04-28driver core: rework driver class structures and logicGreg Kroah-Hartman
2003-04-04driver core: move the hotplug support for /sys/devices to use the kobject logic.Greg Kroah-Hartman
2003-03-25driver model: don't define DEBUG in base.hPatrick Mochel
2003-03-03driver model: fix device interfaces. Patrick Mochel
2002-12-03driver model: clean up interface handling.Patrick Mochel
2002-12-02driver model: get rid of global device list; minor cleanups.Patrick Mochel
2002-11-24[PATCH] driver core: fix compiler warning if CONFIG_HOTPLUG is not definedGreg Kroah-Hartman
2002-11-18driver model: make sure driver is added to class it belongs to.Patrick Mochel
2002-10-30driver model: remove remaining driverfs glue.Patrick Mochel
2002-10-24driver core: add support for calling /sbin/hotplug when classes are found and...Greg Kroah-Hartman
2002-10-16driver model: introduce device_sem to protect global device list instead of d...Patrick Mochel
2002-10-16driver model: simplify device/driver binding. Patrick Mochel
2002-09-26add hotplug support to the driver core for devices, if their bus type support...Greg Kroah-Hartman
2002-08-25Introduce struct device_interface.Patrick Mochel
2002-08-25Introduce struct device_classPatrick Mochel
2002-08-13Remove device_root device; replace with global_device_list.Patrick Mochel
2002-08-12Update device model locking Patrick Mochel
2002-08-01driverfs: Move driverfs calls from drivers/base/*.c to drivers/base/fs/*.cPatrick Mochel
2002-07-30driverfs: add device_remove_symlink wrapper for removing symlinks (since driv...Patrick Mochel
2002-06-05device model updatePatrick Mochel
2002-05-28Device Model: Implement centralized device/driver bindingPatrick Mochel
2002-05-27device model: Create symlinks in bus's 'devices' dir for a device when its re...Patrick Mochel
2002-05-27deivce model: actually compile and use bus driversPatrick Mochel
2002-03-25Driver model update:Patrick Mochel