summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2013-09-072-201/+408
|\
| * NVMe: Merge issue on character device bring-upKeith Busch2013-09-061-4/+8
| * NVMe: Handle ioremap failureKeith Busch2013-09-031-8/+22
| * NVMe: Add pci suspend/resume driver callbacksKeith Busch2013-09-031-15/+58
| * NVMe: Use normal shutdownKeith Busch2013-09-031-0/+26
| * NVMe: Separate controller init from disk discoveryKeith Busch2013-09-031-30/+47
| * NVMe: Separate queue alloc/free from create/deleteKeith Busch2013-09-031-39/+94
| * NVMe: Group pci related actions in functionsKeith Busch2013-09-031-46/+66
| * NVMe: Disk stats for read/write commands onlyKeith Busch2013-09-031-3/+3
| * NVMe: Bring up cdev on set feature failureKeith Busch2013-09-031-2/+2
| * NVMe: Fix checkpatch issuesKeith Busch2013-09-031-5/+4
| * NVMe: Namespace IDs are unsignedMatthew Wilcox2013-09-031-2/+5
| * NVMe: Call nvme_process_cq from submission pathMatthew Wilcox2013-06-241-19/+20
| * NVMe: Remove "process_cq did something" messageMatthew Wilcox2013-06-241-2/+1
| * NVMe: Return correct value from interrupt handlerMatthew Wilcox2013-06-241-5/+9
| * NVMe: Disk IO statisticsKeith Busch2013-06-201-0/+28
| * NVMe: Restructure MSI / MSI-X setupMatthew Wilcox2013-06-201-21/+23
| * NVMe: Use kzalloc instead of kmalloc+memsetTushar Behera2013-06-191-16/+8
* | Merge tag 'ntb-3.12' of git://github.com/jonmason/ntbLinus Torvalds2013-09-075-227/+853
|\ \
| * | ntb: clean up unnecessary MSI/MSI-X capability findYijing Wang2013-09-051-4/+3
| * | NTB: Update VersionJon Mason2013-09-051-1/+1
| * | NTB: Comment FixJon Mason2013-09-052-4/+5
| * | NTB: Remove unused variableJon Mason2013-09-051-3/+0
| * | NTB: Remove References of non-B2B BWD HWJon Mason2013-09-052-13/+4
| * | NTB: NTB-RP supportJon Mason2013-09-052-104/+163
| * | NTB: Rename Variables for NTB-RPJon Mason2013-09-053-49/+48
| * | NTB: Use DMA Engine to Transmit and ReceiveJon Mason2013-09-053-47/+295
| * | NTB: Enable 32bit SupportJon Mason2013-09-033-4/+19
| * | NTB: Update Device IDsJon Mason2013-09-032-14/+30
| * | NTB: BWD Link RecoveryJon Mason2013-09-033-3/+127
| * | NTB: Xeon Errata WorkaroundJon Mason2013-09-034-58/+193
| * | NTB: Correct debugfs to work with more than 1 NTB DeviceJon Mason2013-09-033-12/+48
| * | NTB: Correct USD/DSD IdentificationJon Mason2013-09-031-2/+5
| * | NTB: Correct Number of Scratch Pad RegistersJon Mason2013-09-032-3/+3
| * | NTB: Add Error Handling in ntb_device_setupJon Mason2013-09-031-1/+4
* | | Merge tag 'mfd-3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds2013-09-0791-642/+1754
|\ \ \
| * | | mfd: ucb1x00-core: Rewrite ucb1x00_add_dev()Lee Jones2013-09-021-13/+15
| * | | mfd: ab8500-debugfs: Apply a check for -ENOMEM after allocating memory for ev...Lee Jones2013-09-021-0/+3
| * | | mfd: ab8500-debugfs: Apply a check for -ENOMEM after allocating memory for sysfsLee Jones2013-09-021-0/+3
| * | | mfd: timberdale: Use module_pci_driverSachin Kamat2013-09-021-28/+1
| * | | mfd: timberdale: Remove redundant breakSachin Kamat2013-09-021-1/+0
| * | | mfd: timberdale: Staticize local variablesSachin Kamat2013-09-021-2/+2
| * | | mfd: ab8500-debugfs: Staticize local variablesSachin Kamat2013-09-021-4/+4
| * | | mfd: db8500-prcmu: Staticize clk_mgtSachin Kamat2013-09-021-1/+1
| * | | mfd: db8500-prcmu: Use ANSI function declarationSachin Kamat2013-09-021-1/+1
| * | | mfd: omap-usb-host: Staticize usbhs_driver_nameSachin Kamat2013-09-021-1/+1
| * | | mfd: 88pm805: Fix potential NULL pdata dereferenceChao Xie2013-09-021-1/+1
| * | | mfd: 88pm800: Fix potential NULL pdata dereferenceChao Xie2013-09-021-4/+6
| * | | Merge branch 'topic/for-asoc'Samuel Ortiz2013-09-022-23/+43
| |\ \ \
| | * | | mfd: twl6040: Use regmap for register cacheMark Brown2013-09-021-13/+30