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