aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-27drivers/base/attribute_container.c: use mutex instead of binary semaphoreMatthias Kaehlcke1-13/+13
2007-04-27define platform wakeup hook, use in pci_enable_wake()David Brownell1-0/+3
2007-04-27device_schedule_callback() needs a module referenceAlan Stern1-6/+10
2007-04-27Driver core: use mutex instead of semaphore in DMA pool handlerMatthias Kaehlcke1-7/+7
2007-04-27driver core: bus_add_driver should return an error if no busGreg Kroah-Hartman1-1/+1
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: remove use of rwsemGreg Kroah-Hartman1-2/+0
2007-04-27Driver core: add suspend() and resume() to struct device_typeDmitry Torokhov2-1/+24
2007-04-27Driver core: switch firmware_class to uevent_suppress.Cornelia Huck1-8/+2
2007-04-27Driver core: suppress uevents via filterCornelia Huck1-2/+3
2007-04-27Driver core: remove unneeded completion from driver release pathGreg Kroah-Hartman2-22/+13
2007-04-27driver core: don't fail attaching the device if it cannot be boundCornelia Huck4-13/+11
2007-04-27driver core: per-subsystem multithreaded probingCornelia Huck1-31/+31
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-27Driver core: udev triggered device-<>driver bindingKay Sievers1-6/+78
2007-04-27dev_printk and new-style class devicesJean Delvare1-1/+2
2007-04-27driver core: fix namespace issue with devices assigned to classesKay Sievers2-18/+66
2007-04-27driver core: fix device_add error pathDmitriy Monakhov1-9/+0
2007-04-11[PATCH] PM: use kobject_name() to access kobject namesDmitry Torokhov1-2/+4
2007-04-04[PATCH] remove protection of LANANA-reserved majorsAndrew Morton1-14/+0
2007-04-01driver core: do not wait unnecessarily in driver_unregister()Linus Torvalds1-1/+8
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-23Driver core: remove class_device_renameGreg Kroah-Hartman1-42/+0
2007-02-20[PATCH] rework reserved major handlingAndrew Morton1-0/+14
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-2/+2
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day2-2/+2
2007-02-16Driver core: device_add_attrs() cleanupAndrew Morton1-12/+10
2007-02-16Driver: remove redundant kobject_unregister checksMariusz Kozlowski1-2/+1
2007-02-11[PATCH] Drop __get_zone_counts()Christoph Lameter1-7/+2
2007-02-09devres: device resource managementTejun Heo8-0/+940
2007-02-07Driver Core: Increase the default timeout value of the firmware subsystemDave Jones1-1/+1
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: Change function call order in device_bind_driver().Cornelia Huck1-2/+6
2007-02-07driver core: Don't stop probing on ->probe errors.Cornelia Huck1-7/+6
2007-02-07driver core fixes: device_register() retval check in platform.cCornelia Huck1-2/+9
2007-02-07driver core fixes: make_class_name() retval checksCornelia Huck2-13/+25
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-22[PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap1-0/+1
2006-12-13Driver core: Make platform_device_add_data accept a const pointerScott Wood1-1/+1
2006-12-13Driver core: "platform_driver_probe() can save codespace": save codespaceAndrew Morton1-1/+1
2006-12-13driver core: delete virtual directory on class_unregister()Akinobu Mita1-0/+2