summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-02-037-28/+53
|\
| *-------. Merge branches 'amso1100', 'cma', 'cxgb4', 'misc', 'mlx4' and 'qib' into for-...Roland Dreier2011-01-296-25/+50
| |\ \ \ \ \
| | | | | | * IB/qib: Hold link for TX SERDES settingsMitko Haralanov2011-01-281-19/+11
| | | | | * | mlx4_core: Add ConnectX-3 device IDsYevgeny Petrilin2011-01-281-0/+15
| | | | | |/
| | | | * / RDMA: Update missed conversion of flush_scheduled_work()Tejun Heo2011-01-281-1/+1
| | | | |/
| | | * | RDMA/cxgb4: Set the correct device physical function for iWARP connectionsSteve Wise2011-01-281-1/+1
| | | * | RDMA/cxgb4: Limit MAXBURST EQ context field to 256BSteve Wise2011-01-281-2/+2
| | | |/
| | * / RDMA/ucma: Copy iWARP route information on queriesSteve Wise2011-01-281-2/+20
| | |/
| * / RDMA/amso1100: Fix compile warningsRalf Thielow2011-01-281-3/+3
| |/
* | Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2011-02-0213-42/+135
|\ \
| * | [media] fix saa7111 non-detectionRussell King2011-01-311-1/+1
| * | [media] rc/streamzap: fix reporting response timesJarod Wilson2011-01-311-0/+2
| * | [media] mceusb: really fix remaining keybounce issuesJarod Wilson2011-01-311-0/+3
| * | [media] rc: use time unit conversion macros correctlyJarod Wilson2011-01-313-12/+12
| * | [media] rc/ir-lirc-codec: add back debug spewJarod Wilson2011-01-311-1/+5
| * | [media] ir-kbd-i2c: improve remote behavior with z8 behind usbJarod Wilson2011-01-312-1/+13
| * | [media] lirc_zilog: z8 on usb doesn't like back-to-back i2c_master_sendJarod Wilson2011-01-311-6/+26
| * | [media] hdpvr: fix up i2c device registrationJarod Wilson2011-01-313-16/+41
| * | [media] rc/mce: add mappings for missing keysJarod Wilson2011-01-311-0/+6
| * | [media] gspca - zc3xx: Discard the partial framesJean-François Moine2011-01-311-2/+10
| * | [media] gspca - zc3xx: Fix bad images with the sensor hv7131rJean-François Moine2011-01-311-2/+15
| * | [media] gspca - zc3xx: Bad delay when given by a tableJean-François Moine2011-01-311-1/+1
* | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-02-022-2/+8
|\ \ \
| * | | [S390] qdio: prevent compile warning under CONFIG_32BITJan Glauber2011-01-311-2/+2
| * | | [S390] dasd: prevent panic with unresumed devicesStefan Haberland2011-01-311-0/+6
* | | | gpu/stub: fix acpi_video build error, fix stub kconfig dependenciesRandy Dunlap2011-02-021-0/+2
* | | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-02-011-5/+6
|\ \ \ \
| * | | | ARM: mmci: round down the bytes transferred on errorRussell King2011-01-311-3/+4
| * | | | ARM: mmci: complete the transaction on errorRussell King2011-01-311-1/+1
| * | | | ARM: 6642/1: mmci: calculate remaining bytes at error correctlyLinus Walleij2011-01-271-2/+2
* | | | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-02-0145-381/+558
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-usb-linus' of master.kernel.org:/pub/scm/linux/kernel/git/s...Greg Kroah-Hartman2011-01-245-86/+109
| |\ \ \ \ \
| | * | | | | xhci: Remove more doorbell-related readsMatthew Wilcox2011-01-142-26/+17
| | * | | | | xHCI: fix printk_ratelimit() usageAndiry Xu2011-01-141-2/+2
| | * | | | | xHCI: replace dev_dbg() with xhci_dbg()Andiry Xu2011-01-141-5/+6
| | * | | | | xHCI: fix cycle bit set in giveback_first_trb()Andiry Xu2011-01-141-7/+21
| | * | | | | xHCI: remove redundant parameter in giveback_first_trb()Andiry Xu2011-01-141-8/+6
| | * | | | | xHCI: fix queue_trb in isoc transferAndiry Xu2011-01-141-1/+4
| | * | | | | xhci: Use GFP_NOIO during device reset.Sarah Sharp2011-01-141-2/+6
| | * | | | | usb: Realloc xHCI structures after a hub is verified.Sarah Sharp2011-01-141-0/+21
| | * | | | | xhci: Do not run xhci_cleanup_msix with irq disabledZhang Rui2011-01-141-2/+4
| | * | | | | xHCI: synchronize irq in xhci_suspend()Andiry Xu2011-01-142-32/+21
| | * | | | | xhci: Resume bus on any port status change.Sarah Sharp2011-01-141-1/+1
| * | | | | | usb: gadget: composite: avoid access beyond array max lengthMaulik Mankad2011-01-221-2/+3
| * | | | | | USB: serial: handle Data Carrier Detect changesLibor Pechacek2011-01-227-40/+47
| * | | | | | USB: gadget: Fix endpoint representation in ci13xxx_udcPavankumar Kondeti2011-01-222-131/+142
| * | | | | | USB: gadget: Fix error path in ci13xxx_udc gadget probe functionPavankumar Kondeti2011-01-221-3/+1
| * | | | | | usb: pch_udc: Fix the worning log issue at gadget driver removeToshiharu Okada2011-01-221-1/+2
| * | | | | | USB: serial: Updated support for ICOM devicesPieter Maes2011-01-222-6/+28
| * | | | | | USB: ehci-mxc: add work-around for efika mx/sb bugArnaud Patard (Rtp)2011-01-221-0/+21