summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
...
| * | ata: ahci_brcmstb: rename to support across Broadcom SoC'sYendapally Reddy Dhananjaya Reddy2016-06-163-4/+4
| * | ata: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-05-272-2/+2
| * | pata_atiixp: fix trivial indentation misalignment on if statementColin Ian King2016-05-271-2/+2
* | | Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-231-0/+6
|\ \ \
| * | | libata: LITE-ON CX1-JB256-HP needs lower max_sectorsTejun Heo2016-07-181-0/+6
* | | | Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-282-2/+2
|\| | |
| * | | ata: sata_mv: fix mis-conversion in mv_write_cached_reg()Ben Dooks2016-06-171-1/+1
| * | | ata: fix return value check in ahci_seattle_get_port_info()Wei Yongjun2016-06-151-1/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixesJames Bottomley2016-06-181-1/+1
|\ \ \ | |/ / |/| |
| * | scsi: fix race between simultaneous decrements of ->host_failedWei Fang2016-06-081-1/+1
* | | remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-1/+1
| |/ |/|
* | Merge branch 'for-4.7-dw' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2016-05-232-271/+294
|\ \
| * | ata: dwc: add DMADEVICES dependencyArnd Bergmann2016-05-121-0/+1
| * | ata: sata_dwc_460ex: make debug messages neatAndy Shevchenko2016-05-121-4/+4
| * | ata: sata_dwc_460ex: supply physical address of FIFO to DMAAndy Shevchenko2016-05-121-6/+7
| * | ata: sata_dwc_460ex: use devm_ioremapAndy Shevchenko2016-05-121-19/+11
| * | ata: sata_dwc_460ex: tidy up sata_dwc_clear_dmacr()Mans Rullgard2016-05-121-8/+6
| * | ata: sata_dwc_460ex: use readl/writel_relaxed()Mans Rullgard2016-05-121-48/+43
| * | ata: sata_dwc_460ex: switch to new dmaengine_terminate_* APIAndy Shevchenko2016-05-121-1/+1
| * | ata: sata_dwc_460ex: add __iomem to register base pointerMans Rullgard2016-05-101-1/+1
| * | ata: sata_dwc_460ex: get rid of incorrect castMans Rullgard2016-05-101-2/+2
| * | ata: sata_dwc_460ex: get rid of some pointless castsMans Rullgard2016-05-101-15/+15
| * | ata: sata_dwc_460ex: remove empty libata callbackMans Rullgard2016-05-101-22/+0
| * | ata: sata_dwc_460ex: correct HOSTDEV{P}_FROM_*() macrosAndy Shevchenko2016-05-101-11/+6
| * | ata: sata_dwc_460ex: get rid of global dataMans Rullgard2016-05-101-50/+29
| * | ata: sata_dwc_460ex: add phy supportMans Rullgard2016-05-102-0/+23
| * | ata: sata_dwc_460ex: use "dmas" DT property to find dma channelMans Rullgard2016-05-102-71/+138
| * | ata: sata_dwc_460ex: don't call ata_sff_qc_issue() on DMA commandsAndy Shevchenko2016-05-101-2/+2
| * | ata: sata_dwc_460ex: skip dma setup for non-dma commandsMans Rullgard2016-05-101-26/+9
| * | ata: sata_dwc_460ex: select only core part of DMA driverAndy Shevchenko2016-05-101-1/+1
| * | ata: sata_dwc_460ex: DMA is always a flow controllerAndy Shevchenko2016-05-101-1/+1
| * | ata: sata_dwc_460ex: burst size must be in items not bytesAndy Shevchenko2016-05-101-3/+3
| * | ata: sata_dwc_460ex: set dma_boundary to 0x1fffAndy Shevchenko2016-05-101-1/+7
| * | ata: sata_dwc_460ex: fix crash on offline links without an attached driveChristian Lamparter2016-05-101-0/+7
| * | ata: sata_dwc_460ex: remove incorrect lockingMans Rullgard2016-05-101-3/+1
* | | Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-05-235-171/+989
|\ \ \
| * | | libata: support host-aware and host-managed ZAC devicesHannes Reinecke2016-05-092-2/+130
| * | | libata: support device-managed ZAC devicesHannes Reinecke2016-05-091-9/+10
| * | | libata: NCQ encapsulation for ZAC MANAGEMENT OUTHannes Reinecke2016-05-093-8/+56
| * | | libata: Implement ZBC OUT translationHannes Reinecke2016-05-093-0/+84
| * | | libata: implement ZBC IN translationHannes Reinecke2016-05-093-0/+168
| * | | libata-scsi: Generate sense code for disabled devicesHannes Reinecke2016-05-091-0/+6
| * | | libata-trace: decode subcommandsHannes Reinecke2016-05-091-0/+43
| * | | libata: Check log page directory before accessing pagesHannes Reinecke2016-05-091-0/+17
| * | | libata: Separate out ata_dev_config_ncq_send_recv()Hannes Reinecke2016-05-091-20/+27
| * | | libata: do not attempt to retrieve sense code twiceHannes Reinecke2016-05-091-2/+2
| * | | Merge branch '4.7/scsi-queue' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo2016-05-091-1/+1
| |\ \ \
| * | | | libata-scsi: Set information sense field for invalid parameterHannes Reinecke2016-04-041-20/+61
| * | | | libata-scsi: set bit pointer for sense code informationHannes Reinecke2016-04-041-11/+19
| * | | | libata-scsi: Set field pointer in sense codeHannes Reinecke2016-04-041-47/+108