aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-05-2012-5/+771
|\
| * USB: CDC WDM driverOliver Neukum2008-05-203-0/+752
| * USB: ehci-orion: the Orion EHCI root hub does have a Transaction TranslatorLennert Buytenhek2008-05-201-0/+2
| * USB: serial: ch341: New VID/PID for CH341 USB-serialMichael F. Robbins2008-05-201-0/+1
| * USB: build fixIngo Molnar2008-05-201-1/+1
| * USB: pxa27x_udc - Fix Oopskarl beldan2008-05-201-1/+2
| * USB: OPTION: fix name of Onda MSA501HS HSDPA modemArnaldo Carvalho de Melo2008-05-201-1/+2
| * USB: add TELIT HDSPA UC864-E modem to option driverGreg Kroah-Hartman2008-05-201-0/+4
| * usb-serial: Use ftdi_sio driver for RATOC REX-USB60FAtsushi Nemoto2008-05-204-2/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-05-2017-71/+140
|\ \
| * | SCSI: fix race in device_createGreg Kroah-Hartman2008-05-204-16/+17
| * | USB: Core: fix race in device_createGreg Kroah-Hartman2008-05-201-3/+3
| * | USB: Phidget: fix race in device_createGreg Kroah-Hartman2008-05-203-10/+9
| * | s390: fix race in device_createGreg Kroah-Hartman2008-05-201-5/+4
| * | UIO: fix race in device_createGreg Kroah-Hartman2008-05-201-4/+3
| * | Power Supply: fix race in device_createGreg Kroah-Hartman2008-05-201-4/+2
| * | LEDS: fix race in device_createGreg Kroah-Hartman2008-05-201-4/+2
| * | IB: fix race in device_createGreg Kroah-Hartman2008-05-202-13/+12
| * | ide: fix race in device_createGreg Kroah-Hartman2008-05-201-3/+2
| * | fbdev: fix race in device_createGreg Kroah-Hartman2008-05-201-3/+7
| * | Driver core: add device_create_vargs and device_create_drvdataGreg Kroah-Hartman2008-05-201-6/+79
| |/
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2008-05-201-4/+2
|\ \ | |/ |/|
| * iop-adma: fixup some kzalloc/memset confusionsChristophe Jaillet2008-05-201-4/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-05-202-12/+22
|\ \
| * | firewire: prevent userspace from accessing shut down devicesJay Fenlason2008-05-201-0/+14
| * | ieee1394: sbp2: use correct size of command descriptor blockStefan Richter2008-05-201-12/+8
| |/
* | Fix a deadlock in the bttv driverArjan van de Ven2008-05-202-2/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2008-05-205-29/+33
|\
| * HID: remove CVS keywordsAdrian Bunk2008-05-204-8/+0
| * HID: Add iMON LCDs to blacklistDylan R Semler2008-05-201-0/+4
| * HID: add Microchip PICKit 1 and PICkit 2 to blacklistXiaofan Chen2008-05-201-0/+7
| * HID: split Numlock emulation quirk from HID_QUIRK_APPLE_HAS_FN.Diego 'Flameeyes' Petteno2008-05-202-21/+22
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-05-195-7/+915
|\ \
| * | at91_mci: minor cleanupMarc Pignat2008-05-171-1/+4
| * | mmc: mmc host test driverPierre Ossman2008-05-143-0/+905
| * | mmc: Fix omap compile by replacing dev_name with dma_dev_nameTony Lindgren2008-05-141-6/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-05-193-3/+9
|\ \ \
| * | | Blackfin SPORTS UART Driver: converting BFIN->BLACKFINMike Frysinger2008-05-171-1/+1
| * | | 8250 Serial Driver: Added support for 8250-class UARTs in HV Sistemas H8606 b...Javier Herrero2008-05-172-2/+8
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-05-191-4/+4
|\ \ \
| * | | sh: use the common ascii hex helpersHarvey Harrison2008-05-161-4/+4
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-05-1920-380/+451
|\ \ \ \
| * | | | drivers/ata: trim trailing whitespaceJeff Garzik2008-05-192-5/+5
| * | | | Fixups to ATA ACPI hotplugMatthew Garrett2008-05-191-27/+50
| * | | | libata: ignore SIMG4726 config pseudo deviceTejun Heo2008-05-192-8/+8
| * | | | sata_sil24: don't use NCQ if marvell 4140 PMP is attachedTejun Heo2008-05-191-0/+11
| * | | | libata: don't schedule LPM action seperately during probingTejun Heo2008-05-191-2/+1
| * | | | libata: make sure PMP notification is turned off during recoveryTejun Heo2008-05-191-16/+20
| * | | | libata: increase PMP register access timeout to 3sTejun Heo2008-05-191-2/+2
| * | | | libata: ignore recovered PHY errorsTejun Heo2008-05-191-6/+1