summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* usb: Enable hcd support on SH unconditionally.Paul Mundt2007-08-221-0/+1
* USB: fix support for Dell Wireless Broadband (aka WWAN)Faidon Liambotis2007-08-222-4/+7
* USB: u132-hcd.c - Fix a warning when CONFIG_PM=nGabriel C2007-08-221-0/+3
* USB: Typo: "USB_SAFE_PADDED" -> "USB_SERIAL_SAFE_PADDED".Robert P. J. Day2007-08-221-3/+3
* USB: Stall control endpoint when file storage class request wValue != 0Luis Lloret2007-08-221-3/+4
* USB: serial: garmin_gps: fixes package loss if used from gpsbabelHermann Kneissel2007-08-221-46/+47
* USB: visor add ACER S10 palm device idMaximilian Attems2007-08-222-0/+5
* USB: cdc-acm: fix sysfs attribute registration bugAlan Stern2007-08-221-3/+9
* USB: px2xx_udc bugfix, missing check for gpio_pullupDavid Brownell2007-08-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-08-222-6/+14
|\
| * [WATCHDOG] Add support for 1533 bridge to alim1535_wdtAndrey Borzenkov2007-08-161-2/+5
| * [WATCHDOG] Eurotechwdt.c - clean-up commentsWim Van Sebroeck2007-08-161-4/+9
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-08-221-1/+1
|\ \
| * | [PPP]: Fix output buffer size in ppp_decompress_frame().Konstantin Sharlaimov2007-08-211-1/+1
* | | [S390] vmur: fix reference counting for vmur device structureMichael Holzheu2007-08-222-58/+161
* | | [S390] vmur: fix diag14 exceptions with addresses > 2GB.Michael Holzheu2007-08-224-75/+7
* | | [S390] qdio: Refresh buffer states for IQDIO Asynchronous output queueKlaus D. Wacker2007-08-221-1/+2
* | | [S390] qdio: fix EQBS handling on CCQ96Klaus D. Wacker2007-08-221-0/+2
* | | [S390] cio: change confusing message in cmf.Cornelia Huck2007-08-221-7/+3
* | | [S390] cio: dont forget to set last slot to NULL in ccw_uevent().Cornelia Huck2007-08-221-1/+4
|/ /
* | sky2: don't clear phy power bitsStephen Hemminger2007-08-211-2/+2
* | hisax: update hfc_usb driverMartin Bachem2007-08-212-445/+288
* | Revert "USB: EHCI cpufreq fix"Linus Torvalds2007-08-205-215/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-08-2012-72/+109
|\ \
| * | ide-disk: workaround for buggy HPA support on ST340823A (take 3)Bartlomiej Zolnierkiewicz2007-08-202-0/+20
| * | hpt34x: fix CONFIG_HPT34X_AUTODMA=n handlingBartlomiej Zolnierkiewicz2007-08-201-4/+2
| * | triflex: add missing ->dma_base checkBartlomiej Zolnierkiewicz2007-08-201-0/+3
| * | pdc202xx_old: add missing ->dma_base checkBartlomiej Zolnierkiewicz2007-08-201-3/+6
| * | pdc202xx_new: add missing ->dma_base checkBartlomiej Zolnierkiewicz2007-08-201-2/+8
| * | cs5530: add missing ->dma_base checkBartlomiej Zolnierkiewicz2007-08-201-1/+7
| * | ide: ide_config_drive_speed() bugfixesBartlomiej Zolnierkiewicz2007-08-201-2/+2
| * | ide: add cable detection for early UDMA66 devices (take 3)Bartlomiej Zolnierkiewicz2007-08-202-22/+36
| * | ide-pmac: fix drive->init_speed reportingBartlomiej Zolnierkiewicz2007-08-201-11/+3
| * | ide: config_drive_for_dma() fixesBartlomiej Zolnierkiewicz2007-08-202-25/+10
| * | ide-cris: fix ->set_pio_mode method to set transfer mode on the deviceBartlomiej Zolnierkiewicz2007-08-201-0/+2
| * | ide: fix hidden dependencies on CONFIG_IDE_GENERICBartlomiej Zolnierkiewicz2007-08-201-0/+9
| * | ide: make CONFIG_IDE_GENERIC default to NTejun Heo2007-08-201-2/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mcheha...Linus Torvalds2007-08-204-6/+39
|\ \ \
| * | | V4L/DVB (6028): Turn an unnecessary mdelay() into msleep().Marcelo Tosatti2007-08-201-1/+1
| * | | V4L/DVB (6027): Get rid of an ill-behaved msleep in i2c writeJonathan Corbet2007-08-202-2/+25
| * | | V4L/DVB (6026): Avoid powering up the camera on resumeChris Ball2007-08-201-1/+10
| * | | V4L/DVB (5991): dvb-pll: Set minimum and maximum frequency properlyTrent Piepho2007-08-201-1/+1
| * | | V4L/DVB (5969): ivtv: report ivtv version in status logHans Verkuil2007-08-201-1/+1
| * | | V4L/DVB (5967): ivtv: fix VIDIOC_S_FBUF:new OSD values where never setHans Verkuil2007-08-201-0/+1
| |/ /
* | | KVM: Avoid calling smp_call_function_single() with interrupts disabledAvi Kivity2007-08-191-0/+4
|/ /
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-08-181-1/+1
|\ \
| * | [ARM] 4544/1: arm: fix section mismatch in pxa fbSam Ravnborg2007-08-111-1/+1
* | | fix random hang in forcedeth driver when using netconsoleTimo Jantunen2007-08-181-5/+5
* | | Add some help texts to recently-introduced kconfig itemsJan Engelhardt2007-08-1810-0/+59
* | | Enable partitions for lguest block deviceRusty Russell2007-08-181-3/+6
OpenPOWER on IntegriCloud