aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/core.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-12Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUGGravatar Kay Sievers 1-14/+4
2007-10-12Driver core: change add_uevent_var to use a structGravatar Kay Sievers 1-59/+25
2007-10-07Driver core: fix SYSF_DEPRECATED breakage for nested classdevsGravatar Dmitry Torokhov 1-3/+7
2007-09-26Add explicit zeroing to "envp" array in device 'show' methodGravatar Linus Torvalds 1-0/+1
2007-09-19Driver core: fix deprectated sysfs structure for nested class devicesGravatar Dmitry Torokhov 1-6/+23
2007-07-30driver core: revert "device" link creation checkGravatar Cornelia Huck 1-2/+1
2007-07-30kobject: put kobject_actions in kobject.hGravatar Greg Kroah-Hartman 1-2/+0
2007-07-18Driver core: check return code of sysfs_create_link()Gravatar Cornelia Huck 1-40/+105
2007-07-18Driver core: accept all valid action-strings in uevent-triggerGravatar Kay Sievers 1-3/+20
2007-07-11driver-core: make devt_attr and uevent_attr staticGravatar Tejun Heo 1-30/+15
2007-07-11sysfs: kill unnecessary attribute->ownerGravatar Tejun Heo 1-4/+0
2007-07-11Driver core: coding style cleanupGravatar Cornelia Huck 1-3/+6
2007-06-08Driver core: keep PHYSDEV for old struct class_deviceGravatar Kay Sievers 1-4/+6
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