summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2003-05-13driver model: Remove device_semPatrick Mochel
2003-05-12driver model: Set device's kset before calling kobject_add().Patrick Mochel
2003-05-09[PATCH] driver core: remove unneeded line in class code.Greg Kroah-Hartman
2003-05-09[PATCH] driver core: Add driver symlink to class devices in sysfs.Greg Kroah-Hartman
2003-04-28driver core: removed drivers/base/fs/*, drivers/base/intf.c and drivers/base/...Greg Kroah-Hartman
2003-04-28driver core: fix up cpu.c, memblk.c, and node.c due to the class changesGreg Kroah-Hartman
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-04-04Kobject: add NULL to decl_subsys() due to addition of hotplug operationsGreg Kroah-Hartman
2003-04-02[PATCH] Fix some compile warningsAndrew Morton
2003-03-25driver model: fix warning in cpu init.Patrick Mochel
2003-03-25driver model: Fix error handling in sysfs registrationPatrick Mochel
2003-03-25driver model: Make sure we initialize drivers' class_list.Patrick Mochel
2003-03-25driver model: don't define DEBUG in base.hPatrick Mochel
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