summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* HID: wiimote: convert ACCEL to moduleDavid Herrmann2013-06-033-86/+140
* HID: wiimote: convert LEDS to modulesDavid Herrmann2013-06-033-112/+158
* HID: wiimote: convert BATTERY to moduleDavid Herrmann2013-06-033-76/+104
* HID: wiimote: convert KEYS and RUMBLE to modulesDavid Herrmann2013-06-033-114/+172
* HID: wiimote: add sub-device module infrastructureDavid Herrmann2013-06-034-4/+194
* HID: wiimote: wake up if output queue failedDavid Herrmann2013-06-032-5/+38
* HID: wiimote: use cached battery values on I/O failureDavid Herrmann2013-06-031-7/+7
* HID: wiimote: add device detectionDavid Herrmann2013-06-032-2/+188
* HID: wiimote: keep HID device openDavid Herrmann2013-06-032-49/+11
* HID: wiimote: move queue handling into separate structDavid Herrmann2013-06-032-30/+38
* HID: wiimote: extend driver descriptionDavid Herrmann2013-06-035-11/+27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-05-103-10/+17
|\
| * HID: debug: fix RCU preemption issueJiri Kosina2013-05-062-7/+10
| * HID: hid-steelseries fix led class build issueSimon Wood2013-05-031-3/+6
| * HID: reintroduce fix-up for certain Sony RF receiversFernando Luis Vázquez Cao2013-05-011-0/+1
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-05-102-19/+4
|\ \
| * | MIPS: remove obsolete Kconfig macrosPaul Bolle2013-05-081-18/+4
| * | MIPS: BCM63XX: merge bcm63xx_clk.h into bcm63xx/clk.cJonas Gorski2013-05-081-1/+0
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2013-05-101-1/+0
|\ \ \
| * | | m68k: remove unused asm/dbg.hGreg Ungerer2013-04-291-1/+0
* | | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2013-05-093-164/+3484
|\ \ \ \
| * | | | NVMe: Use user defined admin ioctl timeoutKeith Busch2013-05-091-1/+5
| * | | | NVMe: Simplify Firmware Activate code slightlyMatthew Wilcox2013-05-081-4/+2
| * | | | NVMe: Only clear the enable bit when disabling controllerMatthew Wilcox2013-05-081-1/+4
| * | | | NVMe: Wait for device to acknowledge shutdownMatthew Wilcox2013-05-081-19/+46
| * | | | NVMe: Schedule timeout for sync commandsKeith Busch2013-05-021-1/+1
| * | | | NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IOKeith Busch2013-05-021-4/+67
| * | | | NVMe: Device specific stripe size handlingKeith Busch2013-05-021-4/+15
| * | | | NVMe: Split non-mergeable bio requestsKeith Busch2013-05-021-30/+122
| * | | | NVMe: Remove dead code in nvme_dev_addKeith Busch2013-05-021-9/+2
| * | | | NVMe: Check for NULL memory in nvme_dev_addKeith Busch2013-05-021-0/+2
| * | | | NVMe: Fix error clean-up on nvme_alloc_queueKeith Busch2013-05-021-1/+1
| * | | | NVMe: Free admin queue on request_irq errorKeith Busch2013-05-021-4/+9
| * | | | NVMe: Add scsi unmap to SG_IOKeith Busch2013-05-021-0/+78
| * | | | NVMe: queue usage fixes in nvme-scsiKeith Busch2013-05-021-5/+20
| * | | | NVMe: Set TASK_INTERRUPTIBLE before processing queuesArjan van de Ven2013-05-011-2/+1
| * | | | NVMe: Add a character device for each nvme deviceKeith Busch2013-04-161-10/+64
| * | | | NVMe: Fix endian-related problems in user I/O submission pathMatthew Wilcox2013-04-161-4/+4
| * | | | NVMe: Fix I/O cancellation status on big-endian machinesMatthew Wilcox2013-04-161-1/+1
| * | | | NVMe: Fix sparse warnings in scsi emulationVishal Verma2013-04-161-39/+60
| * | | | NVMe: Don't fail initialisation unnecessarilyMatthew Wilcox2013-04-161-1/+7
| * | | | NVMe: Abstract out sector to block number conversionMatthew Wilcox2013-04-162-3/+3
| * | | | NVMe: Use round_jiffies_relative() for the periodic, once-per-second timerArjan van de Ven2013-04-161-1/+1
| * | | | NVMe: Add nvme-scsi.cVishal Verma2013-03-283-18/+2962
| * | | | NVMe: Add definitions for format commandVishal Verma2013-03-271-0/+1
| * | | | NVMe: Move structures & definitions to header fileVishal Verma2013-03-271-55/+0
| * | | | NVMe: Rename nvme.c to nvme-core.cVishal Verma2013-03-262-0/+1
| * | | | NVMe: Add discard support for capable devicesKeith Busch2013-03-261-1/+59
* | | | | Merge tag 'acpi-fixes-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-093-2/+16
|\ \ \ \ \
| * | | | | ACPICA: ACPICA: Fix for _INI regressionTomasz Nowicki2013-05-081-0/+1