aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/core.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-02remove "struct subsystem" as it is no longer neededGravatar Greg Kroah-Hartman 1-11/+11
2007-05-02Driver core: fix show_uevent from taking up way too much stackGravatar Greg Kroah-Hartman 1-1/+6
2007-04-27device_schedule_callback() needs a module referenceGravatar Alan Stern 1-6/+10
2007-04-27Driver core: warn when userspace writes to the uevent file in a non-supported...Gravatar Kay Sievers 1-0/+3
2007-04-27Driver core: make uevent-environment available in uevent-fileGravatar Kay Sievers 1-1/+49
2007-04-27Driver core: suppress uevents via filterGravatar Cornelia Huck 1-2/+3
2007-04-27driver core: don't fail attaching the device if it cannot be boundGravatar Cornelia Huck 1-4/+1
2007-04-27Driver core: add name to device_typeGravatar Kay Sievers 1-0/+5
2007-04-27driver core: Use attribute groups in struct device_typeGravatar Dmitry Torokhov 1-46/+69
2007-04-27dev_printk and new-style class devicesGravatar Jean Delvare 1-1/+2
2007-04-27driver core: fix namespace issue with devices assigned to classesGravatar Kay Sievers 1-17/+65
2007-04-27driver core: fix device_add error pathGravatar Dmitriy Monakhov 1-9/+0
2007-04-04[PATCH] remove protection of LANANA-reserved majorsGravatar Andrew Morton 1-14/+0
2007-03-15[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Gravatar Alan Stern 1-0/+29
2007-03-09driver core: export device_renameGravatar Johannes Berg 1-1/+1
2007-03-09Driver core: add device symlink back to sysfsGravatar Greg Kroah-Hartman 1-8/+13
2007-03-09devres: release resources on device_del()Gravatar Tejun Heo 1-0/+7
2007-02-23Driver core: fix error by cleanup up symlinks properlyGravatar James Simmons 1-1/+30
2007-02-20[PATCH] rework reserved major handlingGravatar Andrew Morton 1-0/+14
2007-02-09devres: device resource managementGravatar Tejun Heo 1-0/+2
2007-02-07Driver core: allow to delay the uevent at device creation timeGravatar Kay Sievers 1-1/+2
2007-02-07Driver core: add device_type to struct deviceGravatar Kay Sievers 1-18/+39
2007-02-07Driver core: add uevent vars for devices of a classGravatar Kay Sievers 1-12/+34
2007-02-07driver core fixes: make_class_name() retval checksGravatar Cornelia Huck 1-6/+11
2007-02-07driver core: Allow device_move(dev, NULL).Gravatar Cornelia Huck 1-29/+47
2007-02-07driver core: Remove device_is_registered() in device_move().Gravatar Cornelia Huck 1-4/+0
2006-12-07[PATCH] add numa node information to struct deviceGravatar Christoph Hellwig 1-0/+1
2006-12-01driver core: Use klist_remove() in device_move()Gravatar Cornelia Huck 1-2/+2
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Gravatar Cornelia Huck 1-0/+92
2006-12-01Driver core: make drivers/base/core.c:setup_parent() staticGravatar Adrian Bunk 1-2/+2
2006-12-01driver core: Introduce device_find_child().Gravatar Cornelia Huck 1-0/+33
2006-12-01Driver core: Call platform_notify_remove laterGravatar Benjamin Herrenschmidt 1-1/+1
2006-12-01CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variablesGravatar Kay Sievers 1-0/+4
2006-12-01CONFIG_SYSFS_DEPRECATED - device symlinksGravatar Kay Sievers 1-4/+14
2006-12-01Driver core: make old versions of udev work properlyGravatar Greg Kroah-Hartman 1-14/+45
2006-12-01Driver Core: Move virtual_device_parent() to core.cGravatar Greg Kroah-Hartman 1-0/+17
2006-12-01Driver core: add notification of bus eventsGravatar Benjamin Herrenschmidt 1-0/+12
2006-11-25[PATCH] Fix device_attribute memory leak in device_delGravatar Catalin Marinas 1-1/+3
2006-10-18Driver core: Don't ignore error returns from probingGravatar Alan Stern 1-1/+4
2006-10-18Driver core: Don't leak 'old_class_name' in drivers/base/core.c::device_rename()Gravatar Jesper Juhl 1-3/+6
2006-10-18driver core fixes: device_add() cleanup on errorGravatar Cornelia Huck 1-3/+7
2006-10-18Fix dev_printk() is now GPL-onlyGravatar Matthew Wilcox 1-1/+1
2006-09-25drivers/base: Platform notify needs to occur before drivers attach to the deviceGravatar Brian Walsh 1-4/+4
2006-09-25Driver core: add ability for devices to create and remove bin filesGravatar Greg Kroah-Hartman 1-0/+26
2006-09-25Class: add support for class interfaces for devicesGravatar Greg Kroah-Hartman 1-1/+13
2006-09-25Driver core: create devices/virtual/ treeGravatar Greg Kroah-Hartman 1-0/+7
2006-09-25Driver core: add device_rename functionGravatar Greg Kroah-Hartman 1-0/+55
2006-09-25Driver core: add ability for classes to handle devices properlyGravatar Greg Kroah-Hartman 1-0/+53
2006-09-25Driver core: allow devices in classes to have no parentGravatar Greg Kroah-Hartman 1-10/+11
2006-09-25Driver core: add groups support to struct deviceGravatar Greg Kroah-Hartman 1-0/+34