aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-11/+11
2007-05-02Driver core: fix show_uevent from taking up way too much stackGreg Kroah-Hartman1-1/+6
2007-04-27device_schedule_callback() needs a module referenceAlan Stern1-6/+10
2007-04-27Driver core: warn when userspace writes to the uevent file in a non-supported wayKay Sievers1-0/+3
2007-04-27Driver core: make uevent-environment available in uevent-fileKay Sievers1-1/+49
2007-04-27Driver core: suppress uevents via filterCornelia Huck1-2/+3
2007-04-27driver core: don't fail attaching the device if it cannot be boundCornelia Huck1-4/+1
2007-04-27Driver core: add name to device_typeKay Sievers1-0/+5
2007-04-27driver core: Use attribute groups in struct device_typeDmitry Torokhov1-46/+69
2007-04-27dev_printk and new-style class devicesJean Delvare1-1/+2
2007-04-27driver core: fix namespace issue with devices assigned to classesKay Sievers1-17/+65
2007-04-27driver core: fix device_add error pathDmitriy Monakhov1-9/+0
2007-04-04[PATCH] remove protection of LANANA-reserved majorsAndrew Morton1-14/+0
2007-03-15[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern1-0/+29
2007-03-09driver core: export device_renameJohannes Berg1-1/+1
2007-03-09Driver core: add device symlink back to sysfsGreg Kroah-Hartman1-8/+13
2007-03-09devres: release resources on device_del()Tejun Heo1-0/+7
2007-02-23Driver core: fix error by cleanup up symlinks properlyJames Simmons1-1/+30
2007-02-20[PATCH] rework reserved major handlingAndrew Morton1-0/+14
2007-02-09devres: device resource managementTejun Heo1-0/+2
2007-02-07Driver core: allow to delay the uevent at device creation timeKay Sievers1-1/+2
2007-02-07Driver core: add device_type to struct deviceKay Sievers1-18/+39
2007-02-07Driver core: add uevent vars for devices of a classKay Sievers1-12/+34
2007-02-07driver core fixes: make_class_name() retval checksCornelia Huck1-6/+11
2007-02-07driver core: Allow device_move(dev, NULL).Cornelia Huck1-29/+47
2007-02-07driver core: Remove device_is_registered() in device_move().Cornelia Huck1-4/+0
2006-12-07[PATCH] add numa node information to struct deviceChristoph Hellwig1-0/+1
2006-12-01driver core: Use klist_remove() in device_move()Cornelia Huck1-2/+2
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck1-0/+92
2006-12-01Driver core: make drivers/base/core.c:setup_parent() staticAdrian Bunk1-2/+2
2006-12-01driver core: Introduce device_find_child().Cornelia Huck1-0/+33
2006-12-01Driver core: Call platform_notify_remove laterBenjamin Herrenschmidt1-1/+1
2006-12-01CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variablesKay Sievers1-0/+4
2006-12-01CONFIG_SYSFS_DEPRECATED - device symlinksKay Sievers1-4/+14
2006-12-01Driver core: make old versions of udev work properlyGreg Kroah-Hartman1-14/+45
2006-12-01Driver Core: Move virtual_device_parent() to core.cGreg Kroah-Hartman1-0/+17
2006-12-01Driver core: add notification of bus eventsBenjamin Herrenschmidt1-0/+12
2006-11-25[PATCH] Fix device_attribute memory leak in device_delCatalin Marinas1-1/+3
2006-10-18Driver core: Don't ignore error returns from probingAlan Stern1-1/+4
2006-10-18Driver core: Don't leak 'old_class_name' in drivers/base/core.c::device_rename()Jesper Juhl1-3/+6
2006-10-18driver core fixes: device_add() cleanup on errorCornelia Huck1-3/+7
2006-10-18Fix dev_printk() is now GPL-onlyMatthew Wilcox1-1/+1
2006-09-25drivers/base: Platform notify needs to occur before drivers attach to the deviceBrian Walsh1-4/+4
2006-09-25Driver core: add ability for devices to create and remove bin filesGreg Kroah-Hartman1-0/+26
2006-09-25Class: add support for class interfaces for devicesGreg Kroah-Hartman1-1/+13
2006-09-25Driver core: create devices/virtual/ treeGreg Kroah-Hartman1-0/+7
2006-09-25Driver core: add device_rename functionGreg Kroah-Hartman1-0/+55
2006-09-25Driver core: add ability for classes to handle devices properlyGreg Kroah-Hartman1-0/+53
2006-09-25Driver core: allow devices in classes to have no parentGreg Kroah-Hartman1-10/+11
2006-09-25Driver core: add groups support to struct deviceGreg Kroah-Hartman1-0/+34