summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-03cdc_acm: add reset_resume methodFrancesco Lavra1-0/+18
2010-03-03USB: serial mct_usb232: move DMA buffers to heapPete Zaitcev2-11/+46
2010-03-03USB: pxa27x_udc: avoid compiler warnings and misbehavior on buggy hardwareEnrico Scholz1-6/+13
2010-03-03USB: fix occasional ULPI timeouts with ehci-mxcValentin Longchamp1-12/+11
2010-03-03USB: ftdi_sio: remove support for 5 and 6 data bitsMark Adamson1-3/+1
2010-03-03USB: ftdi_sio: fix initialisation of latency timeoutJohan Hovold1-4/+5
2010-03-03USB: serial: fix typo in debug messageJohan Hovold1-1/+1
2010-03-03USB: ftdi_sio: remove obsolete commentJohan Hovold1-2/+1
2010-03-03USB: ftdi_sio: fix error message on closeJohan Hovold1-1/+1
2010-03-03USB: cxacru: increment driver versionSimon Arlott1-1/+2
2010-03-03USB: cxacru: remove cxacru-cf.bin loaderSimon Arlott4-28/+59
2010-03-03USB: cxacru: add write-only sysfs attribute for modem configurationSimon Arlott2-1/+84
2010-03-03USB: cxacru: firmware writes on OHCI are slow, log progressSimon Arlott1-2/+6
2010-03-03USB: cxacru: document how to interact with the flash memorySimon Arlott1-0/+20
2010-03-03USB: cxacru: check device isn't being removed during sysfs callsSimon Arlott3-20/+44
2010-03-03USB: cxacru: check data length is not negativeSimon Arlott1-1/+1
2010-03-03USB: cxacru: return an empty value for modulation if there is no connectionSimon Arlott2-2/+3
2010-03-03USB: MXC: add platform resources for i.MX21 USB host controller.Martin Fuzzey2-0/+28
2010-03-03USB: MXC: use DMA_BIT_MASK macro rather than hardcoded constants.Martin Fuzzey1-26/+27
2010-03-03USB: MXC: Add i.MX21 specific USB host controller driver.Martin Fuzzey7-0/+2804
2010-03-02Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds42-295/+1534
2010-03-02Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds48-417/+663
2010-03-01sata_via: Delay on vt6420 when starting ATAPI DMA writeBart Hartgers1-1/+16
2010-03-01ata: Detect Delkin Devices compact flashBen Gardner1-1/+2
2010-03-01pata_efar: Enable parallel scanningAlan Cox1-1/+2
2010-03-01pata_atiixp: enable parallel scanAlan Cox1-1/+2
2010-03-01[libata] pata_atiixp: add locking for parallel scanningBartlomiej Zolnierkiewicz1-1/+10
2010-03-01[libata] pata_efar: add locking for parallel scanningBartlomiej Zolnierkiewicz1-0/+15
2010-03-01libata: Pass host flags into the pci helperAlan Cox40-42/+44
2010-03-01[libata] pata_marvell: CONFIG_AHCI is really CONFIG_SATA_AHCIChristoph Egger1-1/+1
2010-03-01libata: Allow pata_legacy to be built on non-ISA but PCI systemsAlan Cox1-2/+2
2010-03-01pata_pdc202xx_old: fix UDMA mode for PDC2026x chipsetsBartlomiej Zolnierkiewicz1-2/+4
2010-03-01pata_pdc202xx_old: fix UDMA mode for Promise UDMA33 cardsBartlomiej Zolnierkiewicz1-1/+12
2010-03-01[libata] pata_at91: fix backslash-continued stringJeff Garzik1-2/+2
2010-03-01pata_via: store UDMA masks in via_isa_bridges tableBartlomiej Zolnierkiewicz1-110/+94
2010-03-01pata_via: fix address setup timings underlockingBartlomiej Zolnierkiewicz1-2/+2
2010-03-01pata_serverworks: fix error messageBartlomiej Zolnierkiewicz1-1/+1
2010-03-01pata_serverworks: fix PIO setup for the second channelBartlomiej Zolnierkiewicz1-1/+2
2010-03-01pata_efar: fix secondary port supportBartlomiej Zolnierkiewicz1-2/+2
2010-03-01pata_cypress: fix PIO timings underclockingBartlomiej Zolnierkiewicz1-4/+6
2010-03-01pata_cs5535: use correct values for PIO1 and PIO2 data timingsBartlomiej Zolnierkiewicz1-1/+1
2010-03-01pata_cmd64x: remove unused definitionsBartlomiej Zolnierkiewicz1-11/+1
2010-03-01pata_cmd64x: cmd648_bmdma_stop() fixBartlomiej Zolnierkiewicz1-1/+1
2010-03-01pata_cmd64x: fix handling of address setup timingsBartlomiej Zolnierkiewicz1-0/+6
2010-03-01pata_cmd64x: fix PIO setupBartlomiej Zolnierkiewicz1-1/+4
2010-03-01pata_ali: documentation fixesBartlomiej Zolnierkiewicz1-5/+3
2010-03-01libata: fix CFA handling in ide_timing_compute()Bartlomiej Zolnierkiewicz1-6/+11
2010-03-01sata_via: Correctly setup PIO/DMA for pata slave on vt6421.Bart Hartgers1-3/+5
2010-03-01libata: make functions/variables staticRobert Hancock2-5/+5
2010-03-01libata: implement spurious irq handling for SFF and apply it to piixTejun Heo3-8/+48