aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-16dma: make dma pool to use kmalloc_nodeYinghai Lu1-1/+1
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-2/+2
2007-07-11driver-core: make devt_attr and uevent_attr staticTejun Heo2-58/+31
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo4-9/+1
2007-07-11Driver core: coding style cleanupCornelia Huck2-5/+10
2007-07-11PM: Do not check parent state in suspend and resume core codeRafael J. Wysocki2-14/+0
2007-07-11PM: Remove power_state.event checks from suspend core codeRafael J. Wysocki1-7/+4
2007-07-11PM: Remove prev_state from struct dev_pm_infoRafael J. Wysocki2-4/+1
2007-07-11Driver core: fix devres_release_all() return valueAdrian Bunk2-1/+3
2007-07-11driver core: fix kernel doc of device_release_driverStefan Richter1-9/+9
2007-07-11driver core: properly get driver in device_release_driverStefan Richter1-2/+1
2007-07-11Driver core: include linux/mutex.h from attribute_container.cMichael S. Tsirkin1-0/+1
2007-07-11PM: Simplify suspend_deviceRafael J. Wysocki1-31/+18
2007-07-11PM: Remove pm_parent from struct dev_pm_infoRafael J. Wysocki3-34/+10
2007-07-11Power Management: use mutexes instead of semaphoresMatthias Kaehlcke5-27/+29
2007-07-11sysdev: use mutex instead of semaphoreMatthias Kaehlcke1-12/+12
2007-07-11Driver core: add missing kset ueventKay Sievers1-2/+14
2007-06-08firmware: remove orphaned EmailMarkus Rechberger1-2/+2
2007-06-08Driver core: kill unused codeStephen Hemminger1-13/+0
2007-06-08Driver core: keep PHYSDEV for old struct class_deviceKay Sievers2-42/+27
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-17/+17
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+3
2007-05-09drivers/base/platform.c: fix small typo in docMárton Németh1-1/+1
2007-05-09devres: kernel-doc and DocBookRandy Dunlap1-16/+16
2007-05-08fix hotplug for legacy platform driversDavid Brownell1-0/+18
2007-05-07Introduce CONFIG_HAS_DMAHeiko Carstens1-2/+2
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds8-46/+51
2007-05-02PCI: remove the broken PCI_MULTITHREAD_PROBE optionAdrian Bunk1-38/+3
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman7-42/+40
2007-05-02platform: reorder platform_device_delJean Delvare1-3/+5
2007-05-02Driver core: fix show_uevent from taking up way too much stackGreg Kroah-Hartman1-1/+6
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