summaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c
AgeCommit message (Expand)AuthorLines
2007-10-12Driver core: rename ktype_deviceGreg Kroah-Hartman-3/+3
2007-10-12Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUGKay Sievers-14/+4
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers-59/+25
2007-10-07Driver core: fix SYSF_DEPRECATED breakage for nested classdevsDmitry Torokhov-3/+7
2007-09-26Add explicit zeroing to "envp" array in device 'show' methodLinus Torvalds-0/+1
2007-09-19Driver core: fix deprectated sysfs structure for nested class devicesDmitry Torokhov-6/+23
2007-07-30driver core: revert "device" link creation checkCornelia Huck-2/+1
2007-07-30kobject: put kobject_actions in kobject.hGreg Kroah-Hartman-2/+0
2007-07-18Driver core: check return code of sysfs_create_link()Cornelia Huck-40/+105
2007-07-18Driver core: accept all valid action-strings in uevent-triggerKay Sievers-3/+20
2007-07-11driver-core: make devt_attr and uevent_attr staticTejun Heo-30/+15
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo-4/+0
2007-07-11Driver core: coding style cleanupCornelia Huck-3/+6
2007-06-08Driver core: keep PHYSDEV for old struct class_deviceKay Sievers-4/+6
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman-11/+11
2007-05-02Driver core: fix show_uevent from taking up way too much stackGreg Kroah-Hartman-1/+6
2007-04-27device_schedule_callback() needs a module referenceAlan Stern-6/+10
2007-04-27Driver core: warn when userspace writes to the uevent file in a non-supported...Kay Sievers-0/+3
2007-04-27Driver core: make uevent-environment available in uevent-fileKay Sievers-1/+49
2007-04-27Driver core: suppress uevents via filterCornelia Huck-2/+3
2007-04-27driver core: don't fail attaching the device if it cannot be boundCornelia Huck-4/+1
2007-04-27Driver core: add name to device_typeKay Sievers-0/+5
2007-04-27driver core: Use attribute groups in struct device_typeDmitry Torokhov-46/+69
2007-04-27dev_printk and new-style class devicesJean Delvare-1/+2
2007-04-27driver core: fix namespace issue with devices assigned to classesKay Sievers-17/+65
2007-04-27driver core: fix device_add error pathDmitriy Monakhov-9/+0
2007-04-04[PATCH] remove protection of LANANA-reserved majorsAndrew Morton-14/+0
2007-03-15[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern-0/+29
2007-03-09driver core: export device_renameJohannes Berg-1/+1
2007-03-09Driver core: add device symlink back to sysfsGreg Kroah-Hartman-8/+13
2007-03-09devres: release resources on device_del()Tejun Heo-0/+7
2007-02-23Driver core: fix error by cleanup up symlinks properlyJames Simmons-1/+30
2007-02-20[PATCH] rework reserved major handlingAndrew Morton-0/+14
2007-02-09devres: device resource managementTejun Heo-0/+2
2007-02-07Driver core: allow to delay the uevent at device creation timeKay Sievers-1/+2
2007-02-07Driver core: add device_type to struct deviceKay Sievers-18/+39
2007-02-07Driver core: add uevent vars for devices of a classKay Sievers-12/+34
2007-02-07driver core fixes: make_class_name() retval checksCornelia Huck-6/+11
2007-02-07driver core: Allow device_move(dev, NULL).Cornelia Huck-29/+47
2007-02-07driver core: Remove device_is_registered() in device_move().Cornelia Huck-4/+0
2006-12-07[PATCH] add numa node information to struct deviceChristoph Hellwig-0/+1
2006-12-01driver core: Use klist_remove() in device_move()Cornelia Huck-2/+2
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck-0/+92
2006-12-01Driver core: make drivers/base/core.c:setup_parent() staticAdrian Bunk-2/+2
2006-12-01driver core: Introduce device_find_child().Cornelia Huck-0/+33
2006-12-01Driver core: Call platform_notify_remove laterBenjamin Herrenschmidt-1/+1
2006-12-01CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variablesKay Sievers-0/+4
2006-12-01CONFIG_SYSFS_DEPRECATED - device symlinksKay Sievers-4/+14
2006-12-01Driver core: make old versions of udev work properlyGreg Kroah-Hartman-14/+45
2006-12-01Driver Core: Move virtual_device_parent() to core.cGreg Kroah-Hartman-0/+17