summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2002-12-15[PATCH] C99 initializer for drivers/base/class.cArt Haas
2002-12-14[PATCH] NUMA topology sysfs panic fixMatthew Dobson
2002-12-14[PATCH] Remove Rules.make from Makefiles (2/3)Brian Gerst
2002-12-11[PATCH] Driver core: Fix class leak in class_hotplug.Greg Kroah-Hartman
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-12-01driver model: reinstate bus iterators.Patrick Mochel
2002-12-01Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2002-11-25NUMA: make sure that the node device class is registered before the node driver.Patrick Mochel
2002-11-24[PATCH] driver core: fix compiler warning if CONFIG_HOTPLUG is not definedGreg Kroah-Hartman
2002-11-23[PATCH] drivers/base/hotplug.c, fix $DEVPATHDavid Brownell
2002-11-20driver model: make classes and interfaces use kobject infrastructure. Patrick Mochel
2002-11-20driver model: update and clean bus and driver support.Patrick Mochel
2002-11-20driver model: keep reference to device during device_add().Patrick Mochel
2002-11-19driver model: exploit kobject contstructs.Patrick Mochel
2002-11-18driver model: typo in intf.c.Patrick Mochel
2002-11-18driver model: don't double up() if device registration fails. Patrick Mochel
2002-11-18driver model: catch one last #define DEBUG 0Patrick Mochel
2002-11-18driver model: make sure driver is added to class it belongs to.Patrick Mochel
2002-11-18make sure cpu class is registered before cpu driver.Patrick Mochel
2002-11-18make sure DEBUG is #undef'd so it's really turned offPatrick Mochel
2002-11-16[PATCH] Add some missing includes to drivers/baseMatthew Wilcox
2002-10-31[PATCH] driverfs topology cleanupAndrew Morton
2002-10-31[PATCH] NUMA meminfo for driverfs TopologyAndrew Morton
2002-10-31[PATCH] Update/Create core files for DriverFS Topology.Andrew Morton
2002-10-30driver model: remove few remaining references to driverfs.Patrick Mochel
2002-10-30create firmware subsystem and register it on startup.Patrick Mochel
2002-10-30driver model: remove remaining driverfs glue.Patrick Mochel
2002-10-30driver model: convert interfaces to use kobject and sysfs.Patrick Mochel
2002-10-30driver model: convert device classes to use struct kobject and sysfs.Patrick Mochel
2002-10-30driver model: convert drivers to use kobject and sysfs.Patrick Mochel
2002-10-30driver model: convert bus drivers to use kobjects and sysfs.Patrick Mochel
2002-10-29driver model: convert devices to use kobjects and sysfs.Patrick Mochel
2002-10-24driver core: add support for calling /sbin/hotplug when classes are found and...Greg Kroah-Hartman
2002-10-18[PATCH] device removalPatrick Mochel
2002-10-18Make a polite version of BUG_ON() - WARN_ON() which doesn'tLinus Torvalds
2002-10-17driver model: fix matching bug.Patrick Mochel
2002-10-17driver model: make sure we only try to bind drivers to devices that don't hav...Patrick Mochel
2002-10-16driver model: use list_for_each_safe() when removing devices from a driver.Patrick Mochel
2002-10-16driver model: change struct device::present to enumerated value with multiple...Patrick Mochel
2002-10-16driver model: power management/shutdown cleanup. Patrick Mochel
2002-10-16driver model: introduce device_sem to protect global device list instead of d...Patrick Mochel
2002-10-16driver model: clean up bus_for_each_{dev,drv}Patrick Mochel
2002-10-16driver model: protect drivers' device list accesses with bus's rwsem.Patrick Mochel
2002-10-16driver model: add per-class rwsem and protect list accesses with it.Patrick Mochel
2002-10-16driver model: make sure we call device_unregister() and not put_device()Patrick Mochel
2002-10-16driver model: simplify device/driver binding. Patrick Mochel
2002-10-16driver model: make sure device has driver when we add it to the class.Patrick Mochel
2002-10-16driver model: replace rwlock in struct bus_type with a rwsem. Patrick Mochel
2002-10-15driver model: change class reference counting to be like devices'. Patrick Mochel