aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-04-2186-2071/+3497
|\
| * SCSI: convert struct class_device to struct deviceTony Jones2008-04-1942-1449/+1701
| * DRM: remove unused dev_classGreg Kroah-Hartman2008-04-191-1/+0
| * IB: rename "dev" to "srp_dev" in srp_host structureGreg Kroah-Hartman2008-04-192-24/+27
| * IB: convert struct class_device to struct deviceTony Jones2008-04-1914-318/+351
| * memstick: convert struct class_device to struct deviceGreg Kroah-Hartman2008-04-193-27/+26
| * driver core: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-197-36/+36
| * PM: Remove destroy_suspended_device()Rafael J. Wysocki2008-04-197-99/+17
| * Firmware: add iSCSI iBFT SupportKonrad Rzeszutek2008-04-194-0/+1088
| * Driver core: make device_is_registered() work for class devicesGreg Kroah-Hartman2008-04-191-7/+2
| * PM: Make wakeup flags available whenever CONFIG_PM is setAlan Stern2008-04-192-2/+2
| * PM: Fix misuse of wakeup flag accessors in serial coreAlan Stern2008-04-191-1/+1
| * Driver core: Call device_pm_add() after bus_add_device() in device_add()Rafael J. Wysocki2008-04-192-11/+8
| * PM: Handle device registrations during suspend/resumeRafael J. Wysocki2008-04-193-52/+34
| * sysdev: detect multiple driver registrationsBen Dooks2008-04-191-0/+16
| * driver core: cpu: fix section mismatch in cpu.c:store_onlineSam Ravnborg2008-04-191-2/+2
| * power_state: remove it from driver corePavel Machek2008-04-191-5/+0
| * driver core: register_memory/unregister_memory clean ups and bugfixBadari Pulavarty2008-04-191-15/+7
| * driver core: memory: semaphore to mutexDaniel Walker2008-04-191-3/+4
| * UIO: hold a reference to the device's owner while the device is openUwe Kleine-König2008-04-191-15/+21
| * UIO: Implement a UIO interface for the SMX CryptengineBen Nizette2008-04-193-0/+154
| * UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.cHans-Jürgen Koch2008-04-191-4/+0
| * uio: mark pci_device_id hilscher_pci_ids[] __devinitdataDenis Cheng2008-04-191-1/+1
| * uio: Kconfig improvementsDenis Cheng2008-04-191-5/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2008-04-219-141/+98
|\ \
| * | hci_usb: remove code obfuscationPavel Machek2008-04-192-10/+5
| * | drivers/net/appletalk: use time_before, time_before_eq, etcJulia Lawall2008-04-191-1/+2
| * | drivers/atm: use time_before, time_before_eq, etcJulia Lawall2008-04-191-3/+4
| * | hci_usb: do not initialize static variables to 0Pavel Machek2008-04-191-7/+7
| * | tg3: 5701 DMA corruption fixMatt Carlson2008-04-192-4/+49
| * | atm nicstar: Removal of debug code containing deprecated calls to cli()/sti()Mark Asselstine2008-04-192-110/+19
| * | iwlwifi: Fix unconditional access to station->tidp[].agg.David S. Miller2008-04-191-6/+12
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds2008-04-2111-90/+586
|\ \
| * | avr32: don't offer PARPORT_PCAdrian Bunk2008-04-191-1/+1
| * | avr32: don't offer CONFIG_GEN_RTCAdrian Bunk2008-04-191-1/+1
| * | avr32: don't offer CONFIG_RTCAdrian Bunk2008-04-191-1/+1
| * | Generate raw keyboard codes for AVR32 architectureHans-Christian Egtvedt2008-04-191-1/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Haavard Skinnemoen2008-04-193-86/+83
| |\ \
| | * | atmel_usba_udc: Add support for AT91CAP9 UDPHSStelian Pop2008-04-063-8/+46
| | * | atmel_usba_udc: Add missing kfree() in usba_udc_remove()Stelian Pop2008-04-061-0/+1
| | * | atmel_usba_udc: move endpoint declarations into platform data.Stelian Pop2008-04-061-33/+38
| | * | atmel_usba_udc: Kill GPIO_PIN_NONEStelian Pop2008-04-061-1/+1
| | * | atmel_usba_udc: Fix endpoint names.Stelian Pop2008-04-061-7/+7
| | * | atmel_usba: Kill copy_to_fifo() and copy_from_fifo()Haavard Skinnemoen2008-04-061-51/+4
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Haavard Skinnemoen2008-04-195-0/+498
| |\ \ \ | | |_|/ | |/| |
| | * | tclib: Fix compile warningsDavid Brownell2008-03-131-7/+4
| | * | atmel_tc clocksource/clockevent codeDavid Brownell2008-03-043-0/+331
| | * | atmel_tc libraryDavid Brownell2008-03-043-0/+170
* | | | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-2162-63/+20
|\ \ \ \
| * | | | Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-1819-20/+20