summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-08-24USB: ftdi_sio: add product ID for Lenz LI-USBGalen Seitz2-0/+4
2010-08-24USB: adutux: fix misuse of return value of copy_to_user()Kulikov Vasiliy1-1/+1
2010-08-24USB: iowarrior: fix misuse of return value of copy_to_user()Kulikov Vasiliy1-2/+2
2010-08-24USB: xHCI: update ring dequeue pointer when process missed tdsAndiry Xu1-0/+4
2010-08-24USB: xhci: Remove buggy assignment in next_trb()John Youn1-1/+1
2010-08-24USB: ftdi_sio: Add ID for Ionics PlugComputerMartin Michlmayr2-0/+8
2010-08-24USB: serial: io_ti.c: don't return 0 if writing the download record failedRoel Kluin1-1/+1
2010-08-24USB: otg: twl4030: fix wrong assumption of starting stateFelipe Balbi1-1/+5
2010-08-24USB: gadget: Return -ENOMEM on memory allocation failureJulia Lawall1-0/+1
2010-08-24USB: gadget: fix composite kernel-doc warningsRandy Dunlap1-2/+2
2010-08-24USB: ssu100: set tty_flags in ssu100_process_packetBill Pemberton1-9/+29
2010-08-24USB: ssu100: add disconnect function for ssu100Bill Pemberton1-1/+1
2010-08-24USB: serial: export symbol usb_serial_generic_disconnectBill Pemberton1-0/+1
2010-08-24USB: ssu100: rework logic for TIOCMIWAITBill Pemberton1-35/+111
2010-08-24USB: ssu100: add register parameter to ssu100_setregisterBill Pemberton1-3/+4
2010-08-24USB: ssu100: remove duplicate #defines in ssu100Bill Pemberton1-55/+31
2010-08-24USB: ssu100: refine process_packet in ssu100Bill Pemberton1-6/+2
2010-08-24USB: ssu100: add locking for port private data in ssu100Bill Pemberton1-1/+8
2010-08-24USB: r8a66597-udc: return -ENOMEM if kzalloc() failsAxel Lin1-0/+1
2010-08-24USB: io_ti: check firmware version before updatingGreg Kroah-Hartman1-1/+1
2010-08-24USB: ftdi_sio: fix endianess of max packet sizeMichael Wileczka1-1/+1
2010-08-24USB: CP210x Fix Break On/OffCraig Shelley1-2/+2
2010-08-24USB: pl2303: New vendor and product idJef Driesen2-0/+5
2010-08-24USB: serial: fix leak of usb serial module refrence countMing Lei1-16/+7
2010-08-24USB: add device IDs for igotu to navmanRoss Burton1-0/+1
2010-08-24USB: isp1760: use a write barrier to ensure proper ndelay timingMichael Hennerich1-0/+2
2010-08-24USB: option: add Celot CT-650Michael Tokarev1-2/+5
2010-08-24USB: uvc_v4l2: cleanup test for end of loopDan Carpenter1-1/+1
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds28-2417/+2663
2010-08-22drm/i915,intel_agp: Add support for Sandybridge D0Zhenyu Wang3-0/+4
2010-08-22drm/i915: fix render pipe control notify on sandybridgeZhenyu Wang1-1/+6
2010-08-22agp/intel: set 40-bit dma mask on SandybridgeZhenyu Wang1-9/+15
2010-08-22drm/i915: Remove the conflicting BUG_ON()Chris Wilson1-2/+0
2010-08-22drm/i915/suspend: s/IS_IRONLAKE/HAS_PCH_SPLIT/Chris Wilson1-37/+37
2010-08-22drm/i915/suspend: Flush register writes before busy-waiting.Chris Wilson1-9/+18
2010-08-22i915: disable DAC on Ironlake also when doing CRT load detection.Dave Airlie1-11/+12
2010-08-22drm/i915: wait for actual vblank, not just 20msJesse Barnes7-30/+69
2010-08-21Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-8/+5
2010-08-21mtd: nand: Fix probe of Samsung NAND chipsTilman Sauerbeck1-0/+1
2010-08-20drivers/scsi/qla4xxx: fix buildAndrew Morton2-2/+2
2010-08-20drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect functionKyungmin Park1-3/+3
2010-08-20sdhci: add no hi-speed bit quirk supportKyungmin Park2-1/+4
2010-08-20s5pc110: SDHCI-s3c support on s5pc110Kyungmin Park1-1/+1
2010-08-20revert "hwmon: f71882fg: add support for the Fintek F71808E"Andrew Morton2-78/+11
2010-08-20matroxfb: fix incorrect use of memcpy_toio()Ondrej Zary1-2/+2
2010-08-19mtd: nand: Fix regression in BBM detectionBrian Norris1-7/+3
2010-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-6/+20
2010-08-19drm/i915: make sure eDP PLL is enabled at the right timeJesse Barnes2-39/+60
2010-08-19drm/i915: fix VGA plane disable for Ironlake+Jesse Barnes1-28/+27
2010-08-19drm/i915: eDP mode set sequence correctionsJesse Barnes1-9/+8