summaryrefslogtreecommitdiffstats
path: root/drivers/ata
AgeCommit message (Expand)AuthorLines
2016-07-12libata-scsi: fix D_SENSE bit relection in control mode pageTom Yan-1/+1
2016-07-12ata: hpt366: fix incorrect mask when checking at cmd_high_timeColin Ian King-1/+1
2016-07-12libata-scsi: correct SPC version descriptorTom Yan-2/+2
2016-07-12libata-scsi: set CmdQue bit in standard INQUIRY data to 1Tom Yan-1/+4
2016-07-12libata-scsi: fix SET FEATURES "filtering" for ata_msense_caching()Tom Yan-1/+3
2016-07-12libata-scsi: set correct VERSION field for ZAC devicesTom Yan-1/+3
2016-07-06libata-scsi: correct cbd to CDB in commentTom Yan-1/+1
2016-07-06libata-scsi: do not respond with "invalid field" for FORMAT UNITTom Yan-5/+0
2016-06-28Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2016-06-28drivers: ata: pata_arasan_cf: use the same name for the same lockIago Abal-1/+1
2016-06-20leds: convert IDE trigger to common disk triggerStephan Linz-0/+4
2016-06-18Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixesJames Bottomley-1/+1
2016-06-17ata: sata_mv: fix mis-conversion in mv_write_cached_reg()Ben Dooks-1/+1
2016-06-17ata: fix "ering" sysfs time printingArnd Bergmann-4/+5
2016-06-16ata: ahci_brcm: Add support for Broadcom NSP SoCYendapally Reddy Dhananjaya Reddy-11/+37
2016-06-16ata: ahci_brcmstb: rename to support across Broadcom SoC'sYendapally Reddy Dhananjaya Reddy-4/+4
2016-06-15ata: fix return value check in ahci_seattle_get_port_info()Wei Yongjun-1/+1
2016-06-08scsi: fix race between simultaneous decrements of ->host_failedWei Fang-1/+1
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie-1/+1
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann-1/+1
2016-05-27ata: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas-2/+2
2016-05-27pata_atiixp: fix trivial indentation misalignment on if statementColin Ian King-2/+2
2016-05-23Merge branch 'for-4.7-dw' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds-271/+294
2016-05-23Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-171/+989
2016-05-19Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-3/+3
2016-05-18Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
2016-05-13Merge branch 'for-4.6-fixes' into for-4.7Tejun Heo-0/+223
2016-05-12ata: dwc: add DMADEVICES dependencyArnd Bergmann-0/+1
2016-05-12ata: sata_dwc_460ex: make debug messages neatAndy Shevchenko-4/+4
2016-05-12ata: sata_dwc_460ex: supply physical address of FIFO to DMAAndy Shevchenko-6/+7
2016-05-12ata: sata_dwc_460ex: use devm_ioremapAndy Shevchenko-19/+11
2016-05-12ata: sata_dwc_460ex: tidy up sata_dwc_clear_dmacr()Mans Rullgard-8/+6
2016-05-12ata: sata_dwc_460ex: use readl/writel_relaxed()Mans Rullgard-48/+43
2016-05-12ata: sata_dwc_460ex: switch to new dmaengine_terminate_* APIAndy Shevchenko-1/+1
2016-05-10ata: sata_dwc_460ex: add __iomem to register base pointerMans Rullgard-1/+1
2016-05-10ata: sata_dwc_460ex: get rid of incorrect castMans Rullgard-2/+2
2016-05-10ata: sata_dwc_460ex: get rid of some pointless castsMans Rullgard-15/+15
2016-05-10ata: sata_dwc_460ex: remove empty libata callbackMans Rullgard-22/+0
2016-05-10ata: sata_dwc_460ex: correct HOSTDEV{P}_FROM_*() macrosAndy Shevchenko-11/+6
2016-05-10ata: sata_dwc_460ex: get rid of global dataMans Rullgard-50/+29
2016-05-10ata: sata_dwc_460ex: add phy supportMans Rullgard-0/+23
2016-05-10ata: sata_dwc_460ex: use "dmas" DT property to find dma channelMans Rullgard-71/+138
2016-05-10ata: sata_dwc_460ex: don't call ata_sff_qc_issue() on DMA commandsAndy Shevchenko-2/+2
2016-05-10ata: sata_dwc_460ex: skip dma setup for non-dma commandsMans Rullgard-26/+9
2016-05-10ata: sata_dwc_460ex: select only core part of DMA driverAndy Shevchenko-1/+1
2016-05-10ata: sata_dwc_460ex: DMA is always a flow controllerAndy Shevchenko-1/+1
2016-05-10ata: sata_dwc_460ex: burst size must be in items not bytesAndy Shevchenko-3/+3
2016-05-10ata: sata_dwc_460ex: set dma_boundary to 0x1fffAndy Shevchenko-1/+7
2016-05-10ata: sata_dwc_460ex: fix crash on offline links without an attached driveChristian Lamparter-0/+7
2016-05-10ata: sata_dwc_460ex: remove incorrect lockingMans Rullgard-3/+1