summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-04-28USB: cxacru: export detailed device info through sysfsSimon Arlott1-5/+176
2007-04-28usbatm: create sysfs link "device" from atm class device to usb interfaceSimon Arlott1-1/+13
2007-04-28USB: unnecessary GFP_ATOMIC in mos7720 driverOliver Neukum1-1/+1
2007-04-28usbcore: move usb_autosuspend_workAlan Stern3-30/+20
2007-04-28libusual: change block scope variable to function scopePete Zaitcev1-1/+2
2007-04-28ub: Bind to first endpoint, not to lastPete Zaitcev1-4/+7
2007-04-28USB: cdc-acm: export parsed capabilities through sysfsOliver Neukum2-5/+79
2007-04-28usbmon: Extended text APIPete Zaitcev2-40/+257
2007-04-28USB: kill BKL in usblcdOliver Neukum1-2/+5
2007-04-28USB: kill BKL in skeleton driverOliver Neukum1-2/+10
2007-04-28USB: fix skeleton driverOliver Neukum1-11/+20
2007-04-28USB: pxa2xx_udc: fix hardcoded irq numberMilan Svoboda1-1/+1
2007-04-28pxa2xx_udc: cleanups, use platform_get_irqDavid Brownell1-53/+43
2007-04-28Adding PID of SHARP S01SH for ipaq.cNorihiko Tomiyama1-0/+1
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds34-373/+512
2007-04-27dev_dbg: check dev_dbg() argumentsDan Williams2-9/+1
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 Brownell2-17/+44
2007-04-27device_schedule_callback() needs a module referenceAlan Stern1-6/+10
2007-04-27s390: cio: Delay uevents for subchannelsCornelia Huck1-0/+6
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...Kay Sievers1-0/+3
2007-04-27Driver core: make uevent-environment available in uevent-fileKay Sievers1-1/+49
2007-04-27qeth: Remove usage of subsys.rwsemCornelia Huck1-2/+0
2007-04-27PHY: remove rwsem use from phy coreGreg Kroah-Hartman2-14/+1
2007-04-27IEEE1394: remove rwsem use from ieee1394 coreGreg Kroah-Hartman1-8/+0
2007-04-27IDE: remove rwsem use from ide-proc coreGreg Kroah-Hartman1-4/+0
2007-04-27Input: gameport - do not touch bus's rwsemDmitry Torokhov1-26/+13
2007-04-27Input: serio - do not touch bus's rwsemDmitry Torokhov1-26/+15
2007-04-27PNP: stop using the subsystem rwsemGreg Kroah-Hartman1-6/+0
2007-04-27USB: remove use of the bus rwsem, as it doesn't really protect anything.Greg Kroah-Hartman4-22/+7
2007-04-27SCSI: use the proper semaphore to protect the class listsGreg Kroah-Hartman1-2/+2
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-27uevent: use add_uevent_var() instead of open coding itEric Rannaud4-46/+36
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 Huck2-36/+32
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-27Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds21-0/+11338
2007-04-27Merge branch 'e1000-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...Linus Torvalds1-46/+58
2007-04-27Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds46-1002/+1612