summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: fix race between unthrottle and completion handler in opticonOliver Neukum2009-10-091-5/+8
* USB: ehci: Fix isoc scheduling boundary checking.Sarah Sharp2009-10-091-0/+1
* USB: storage: When a device returns no sense data, call it a Hardware ErrorAlan Stern2009-10-091-7/+22
* USB: small fix in error case of suspend in generic usbserial codeOliver Neukum2009-10-091-1/+3
* USB: visor: fix trivial accounting bug in visor driverOliver Neukum2009-10-091-1/+2
* USB: Fix throttling in generic usbserial driverJoris van Rantwijk2009-10-091-1/+1
* USB: cp210x: Add support for the DW700 UARTÉric Piel2009-10-091-0/+1
* USB: ipaq: fix oops when device is plugged inAlan Stern2009-10-091-0/+9
* USB: isp1362: fix build warnings on 64-bit systemsMike Frysinger2009-10-092-15/+15
* USB: gadget: imx_udc: Use resource sizeTobias Klauser2009-10-091-4/+4
* USB: storage: iRiver P7 UNUSUAL_DEV patchSergey Pinaev2009-10-091-0/+7
* USB: musb: make HAVE_CLK support optionalMike Frysinger2009-10-094-11/+8
* USB: xhci: Fix dropping endpoints from the xHC schedule.Sarah Sharp2009-10-091-1/+1
* USB: xhci: Don't wait for a disable slot cmd when HC dies.Sarah Sharp2009-10-091-0/+9
* USB: xhci: Handle canceled URBs when HC dies.Sarah Sharp2009-10-091-0/+12
* USB: xhci: Stop debugging polling loop when HC dies.Sarah Sharp2009-10-091-0/+6
* USB: usbtmc: fix timeout increaseGergely Imreh2009-10-091-1/+1
* USB: option: Patch for Huawei Mobile Broadband E270+ ModemRonnie Furuskog2009-10-091-0/+2
* USB: option: Toshiba G450 device idPeter Magdina2009-10-091-0/+2
* USB: usblcd, fix memory leakJiri Slaby2009-10-091-1/+2
* USB: serial: sierra driver version change to 1.3.8Elina Pasheva2009-10-091-1/+1
* USB: serial: don't call release without attachAlan Stern2009-10-091-1/+5
* USB: digi_acceleport: Fix broken unthrottle.Johan Hovold2009-10-091-4/+4
* USB: pl2303: fix error characters not being reported to ldiscJohan Hovold2009-10-091-3/+5
* USB: ftdi_sio: re-implement read processingJohan Hovold2009-10-091-252/+131
* USB: ftdi_sio: clean up read completion handlerJohan Hovold2009-10-091-27/+1
* USB: ftdi_sio: remove unused rx_byte counterJohan Hovold2009-10-091-13/+0
* USB: ftdi_sio: remove tty->low_latencyJohan Hovold2009-10-091-4/+0
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-10-087-129/+262
|\
| * pata_atp867x: add Power Management supportBartlomiej Zolnierkiewicz2009-10-061-0/+21
| * pata_atp867x: PIO support fixesBartlomiej Zolnierkiewicz2009-10-061-17/+19
| * pata_atp867x: clarifications in timings calculations and cable detectionJohn(Jung-Ik) Lee2009-10-061-14/+38
| * pata_atp867x: fix it to not claim MWDMA supportBartlomiej Zolnierkiewicz2009-10-061-9/+1
| * libata: fix incorrect link online check during probeTejun Heo2009-10-061-18/+32
| * ahci: filter FPDMA non-zero offset enable for Aspire 3810TTejun Heo2009-10-061-0/+47
| * libata: make gtf_filter per-devTejun Heo2009-10-063-8/+14
| * libata: implement more acpi filtering optionsTejun Heo2009-10-061-4/+15
| * libata: cosmetic updatesTejun Heo2009-10-061-10/+0
| * ahci: display all AHCI 1.3 HBA capability flags (v2)Robert Hancock2009-10-061-20/+66
| * pata_ali: trivial fix of a very frequent spelling mistakeDirk Hohndel2009-10-061-1/+1
| * ahci: disable 64bit DMA by default on SB600sTejun Heo2009-10-061-40/+20
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-10-083-6/+45
|\ \
| * | x86: EDAC: carve out AMD MCE decoding logicBorislav Petkov2009-10-023-6/+32
| * | x86: EDAC: MCE: Fix MCE decoding callback logicIngo Molnar2009-10-022-2/+15
* | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-10-0846-1607/+3326
|\ \ \
| * \ \ Merge branch 'drm-next' of ../drm-next into drm-linusDave Airlie2009-10-0846-1607/+3326
| |\ \ \
| | * | | drm/radeon/kms: fix vline register for second head.Dave Airlie2009-10-082-2/+2
| | * | | drm/r600: avoid assigning vb twice in blit codeRobert Noland2009-10-082-8/+5
| | * | | drm/radeon: use list_for_each_entry instead of list_for_eachDave Airlie2009-10-081-13/+4
| | * | | drm/radeon/kms: Fix AGP support for R600/RV770 family (v2)Jerome Glisse2009-10-084-41/+157