summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-08-238250: Fix race condition in serial8250_backup_timeout().Al Cooper1-3/+5
2011-08-23serial/8250_pci: delete duplicate data definitionTomoya MORINAGA1-5/+0
2011-08-238250_pci: add support for Rosewill RC-305 4x serial port cardEric Smith1-1/+5
2011-08-23tty: Add "spi:" prefix for spi modaliasAxel Lin3-3/+3
2011-08-23drm/radeon: Extended DDC Probing for Toshiba L300D Radeon Mobility X1100 HDMI...Thomas Reim1-0/+10
2011-08-23HID: wiimote: Add status and return request handlersDavid Herrmann1-0/+24
2011-08-23HID: wiimote: Add drm requestDavid Herrmann1-0/+26
2011-08-23HID: wiimote: Register led class devicesDavid Herrmann2-59/+107
2011-08-23HID: wiimote: Correctly call HID open/close callbacksDavid Herrmann1-0/+16
2011-08-23HID: wiimote: Simplify synchronizationDavid Herrmann1-51/+27
2011-08-23drm/ttm: ensure ttm for new node is bound before calling move_notify()Ben Skeggs1-4/+6
2011-08-23drm/ttm: unbind ttm before destroying node in accel move cleanupBen Skeggs1-1/+1
2011-08-23drm/ttm: fix ttm_bo_add_ttm(user) failure pathMarcin Slusarz1-1/+3
2011-08-23HID: usbhid: Add support for SiGma Micro chipJeremiah Matthey2-0/+4
2011-08-23firewire: sbp2: fix panic after rmmod with slow targetsChris Boot1-0/+4
2011-08-22i915: do not setup intel_backlight twiceKamal Mostafa1-2/+0
2011-08-22atmel_serial: fix atmel_default_console_deviceVoss, Nikolaus1-3/+5
2011-08-22serial: 8250_pnp: add Intermec CV60 touchscreen deviceBjorn Helgaas1-0/+3
2011-08-22drivers/serial/ucc_uart.c: Fix compiler warningKumar Gala1-1/+1
2011-08-22pch_uart: Set PCIe bus number using probe parameterTomoya MORINAGA1-1/+2
2011-08-22drivers:misc: ti-st: fix unexpected UART closePavan Savoy1-0/+1
2011-08-22drivers:misc: ti-st: free skb on firmware downloadPavan Savoy1-0/+1
2011-08-22drivers:misc: ti-st: wait for completion at failPavan Savoy1-0/+13
2011-08-22drivers:misc: ti-st: reinit completion before sendPavan Savoy1-0/+6
2011-08-22drivers:misc: ti-st: fail-safe on wrong pkt typeVijay Badawadagi1-0/+7
2011-08-22drivers:misc: ti-st: reinit completion on ver readPavan Savoy1-0/+1
2011-08-22drivers:misc:ti-st: platform hooks for chip statesPavan Savoy2-0/+31
2011-08-22drivers:misc: ti-st: avoid a misleading dbg msgPavan Savoy1-1/+1
2011-08-22base/devres.c: quiet sparse noise about context imbalanceH Hartley Sweeten1-0/+1
2011-08-22pti: add missing CONFIG_PCI dependencyHeiko Carstens1-0/+1
2011-08-22hwmon: (ntc_thermistor) Simplify if sequenceGuenter Roeck1-2/+1
2011-08-22USB option driver K3765/K4505 avoid CDC_DATA interfaceAndrew Bird1-1/+2
2011-08-22USB: option: add YUGA device id to driverGavin.zhu1-0/+92
2011-08-22usb: s5p-ehci: fix a NULL pointer deferenceYulgon Kim1-0/+1
2011-08-22USB: EHCI: Do not rely on PORT_SUSPEND to stop USB resuming in ehci_bus_resum...Wang Zhi1-4/+3
2011-08-22USB option driver add PID of Huawei Vodafone K4605Andrew Bird1-2/+5
2011-08-22USB option driver add PID of Huawei Vodafone K3806Andrew Bird1-0/+2
2011-08-22Merge branch 'for-greg' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/...Greg Kroah-Hartman9-33/+57
2011-08-22Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman4-35/+102
2011-08-22target: Convert acl_node_lock to be IRQ-disablingRoland Dreier4-40/+40
2011-08-22target: Make locking in transport_deregister_session() IRQ safeRoland Dreier1-6/+7
2011-08-22tcm_fc: init/exit functions should not be protected by "#ifdef MODULE"Roland Dreier1-2/+0
2011-08-22target: Print subpage too for unhandled MODE SENSE pagesRoland Dreier1-2/+2
2011-08-22iscsi-target: Fix iscsit_allocate_se_cmd_for_tmr failure path bugsDan Carpenter1-3/+1
2011-08-22iscsi-target: Implement iSCSI target IPv6 address printing.Chris Boot1-13/+3
2011-08-22target: Fix task SGL chaining breakage with transport_allocate_data_tasksNicholas Bellinger1-13/+21
2011-08-22target: Fix task count > 1 handling breakage and use max_sector page alignmentNicholas Bellinger2-2/+33
2011-08-22target: Add missing DATA_SG_IO transport_cmd_get_valid_sectors checkNicholas Bellinger1-7/+8
2011-08-22target: Fix SYNCHRONIZE_CACHE zero LBA + range breakageNicholas Bellinger1-7/+7
2011-08-22target: Remove duplicate task completions in transport_emulate_control_cdbNicholas Bellinger1-6/+8