summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2003-03-14MergeLinus Torvalds
2003-03-14[PATCH] export platform_bus_typeJean Tourrilhes
2003-03-13driver core: Export the legacy_bus structure for drivers to use.Greg Kroah-Hartman
2003-03-11driver model: add bus_rescan_devices()Patrick Mochel
2003-03-05driver model: fix platform_match()Patrick Mochel
2003-03-04Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2003-03-03driver model: implement platform_match()Patrick Mochel
2003-03-03driver model: Make initialization explicit.Patrick Mochel
2003-03-03[HOTPLUG]: drivers/base/hotplug.c needs linux/sched.h and linux/string.hDavid S. Miller
2003-03-03driver model: fix device interfaces. Patrick Mochel
2003-02-25[PATCH] replace it's with its where appropriate.Steven Cole
2003-02-16[PATCH] get rid of exec_usermodehelper, replace with call_usermodehelperRusty Russell
2003-02-03[PATCH] Remove __ from topology macrosAndrew Morton
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski
2003-01-15driver model: fix bogus driver binding error reporting and handling. Patrick Mochel
2003-01-13sysfs: fixup NUMA file that was missed.Patrick Mochel
2003-01-12sysfs: Fixup NUMA sysfs file.Patrick Mochel
2003-01-12sysfs: reinstate count parameter to sysfs_ops.store() methods.Patrick Mochel
2003-01-12sysfs: reinstate count parameter for sysfs_ops.store() methods.Patrick Mochel
2003-01-10driver model: fix typo in drivers/base/sys.c.Patrick Mochel
2003-01-09driver model: remove extra error check during driver binding.Patrick Mochel
2003-01-09driver model: make sure all debugging defaults to off.Patrick Mochel
2003-01-09driver model: add some more error checking.Patrick Mochel
2003-01-09sysfs: fix up device attribute read/write methods.Patrick Mochel
2003-01-09sysfs: fixup bus, class, and driver attribute methods.Patrick Mochel
2003-01-06Implement find_bus() for finding a struct bus_type by name.Patrick Mochel
2003-01-06driver model: allow manual binding of devices to drivers.Patrick Mochel
2003-01-06bus drivers: fix leaking refcounts.Patrick Mochel
2003-01-05kobjects: Remove kobject::subsys and subsystem::kobj.Patrick Mochel
2003-01-05Introduce struct kset.Patrick Mochel
2003-01-04driver model: clean up struct device_class a bit.Patrick Mochel
2003-01-04driver model: clean up struct bus_type a bit.Patrick Mochel
2003-01-04kobject: Introduce struct kobj_type. Patrick Mochel
2002-12-20driver model: get correct pointer of interfaces from dataPatrick Mochel
2002-12-19driver model: eliminate struct device_driver::bus_listPatrick Mochel
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