aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-27libata: Implement support for sense data reportingHannes Reinecke2-4/+102
2015-03-27libata: Implement NCQ autosenseHannes Reinecke3-2/+26
2015-03-27libata: use status bit definitions in ata_dump_status()Hannes Reinecke1-14/+15
2015-03-27ide,ata: Rename ATA_IDX to ATA_SENSEHannes Reinecke1-1/+1
2015-03-27libata: whitespace fixes in ata_to_sense_error()Hannes Reinecke1-21/+40
2015-03-27libata: whitespace cleanup in ata_get_cmd_descript()Hannes Reinecke1-25/+25
2015-03-27libata: use READ_LOG_DMA_EXTHannes Reinecke1-2/+7
2015-03-24libata: remove ATA_FLAG_LOWTAGTejun Heo2-5/+2
2015-03-24sata_dwc_460ex: re-use hsdev->dev instead of dwc_devAndy Shevchenko1-12/+11
2015-03-24sata_dwc_460ex: move to generic DMA driverAndy Shevchenko1-614/+122
2015-03-24sata_dwc_460ex: join messages backAndy Shevchenko1-49/+54
2015-03-23powerpc: Move Power Macintosh drivers to generic byteswappersDavid Gibson1-5/+5
2015-03-19sata: xgene: add ACPI support for APM X-Gene SATA portsFeng Kan1-0/+10
2015-03-19ata: sata_mv: add proper definitions for LP_PHY_CTL register valuesThomas Petazzoni1-4/+16
2015-03-19ata: Add a new flag to destinguish sas controllerShaohua Li1-2/+2
2015-03-18PNP: ata/pata_isapnp: Use module_pnp_driver to register driverPeter Huewe1-13/+1
2015-03-17sata_svw: remove the dependency on PPC_OFKevin Hao1-10/+1
2015-03-02sata-fsl: Apply link speed limitsMartin Hicks1-0/+2
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds4-54/+54
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-11/+9
2015-02-10sata_dwc_460ex: disable COMPILE_TEST againLinus Torvalds1-1/+1
2015-02-09Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata into for-3.20Tejun Heo8-13/+54
2015-02-03ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_SMART PIO mode command.Suman Tripathi1-1/+2
2015-02-03ata: libahci: Use of_platform_device_create only if supportedGuenter Roeck1-1/+3
2015-02-03sata_mv: Delete unnecessary checks before the function call "phy_power_off"Markus Elfring1-4/+2
2015-02-03ata: Delete unnecessary checks before the function call "pci_dev_put"Markus Elfring1-4/+2
2015-01-28ata: pata_platform: fix owner module reference mismatch for scsi hostAkinobu Mita2-5/+13
2015-01-28ata: ahci_platform: fix owner module reference mismatch for scsi hostAkinobu Mita10-22/+80
2015-01-27pata_pdc2027x: Use 64-bit timekeepingTina Ruchandani1-5/+5
2015-01-26libata: make sata_sil24 use fifo tag allocatorShaohua Li1-0/+1
2015-01-24libata: move sas ata tag allocation to libata-scsi.cShaohua Li3-77/+46
2015-01-23libata: use blk tagingShaohua Li3-15/+45
2015-01-21ata: libahci: Fix devres cleanup on failureThierry Reding1-1/+2
2015-01-20libata: fixup oops in ata_eh_link_report()Hannes Reinecke1-2/+3
2015-01-19libata: prevent HSM state change race between ISR and PIODavid Jeffery1-0/+12
2015-01-19ata: libahci: Allow using multiple regulatorsGregory CLEMENT3-75/+171
2015-01-19ata: libahci: Clean-up the ahci_platform_en/disable_phys functionsGregory CLEMENT1-6/+0
2015-01-19libata: allow sata_sil24 to opt-out of tag ordered submissionDan Williams2-2/+5
2015-01-19sata_rcar: extend PM methodsMikhail Ulyanov1-2/+23
2015-01-13ata: pata_at91: depend on !ARCH_MULTIPLATFORMAlexandre Belloni1-0/+1
2015-01-13ahci: Remove Device ID for Intel Sunrise Point PCHJames Ralston1-1/+0
2015-01-12sata_dwc_460ex: disable compilation on ARM and ARM64Andy Shevchenko1-1/+1
2015-01-11ata: libata-core: Remove unused functionRickard Strandqvist2-28/+0
2015-01-09ahci: Use dev_info() to inform about the lack of Device Sleep supportGabriele Mazzotta1-1/+1
2015-01-09libata: use __scsi_format_command()Hannes Reinecke1-10/+7
2015-01-08libata: Whitelist SSDs that are known to properly return zeroes after TRIMMartin K. Petersen2-8/+33
2015-01-08sata_dwc_460ex: convert to devm_kzalloc in ->probe()Andy Shevchenko1-18/+6
2015-01-08sata_dwc_460ex: remove extra messageAndy Shevchenko1-6/+2
2015-01-08sata_dwc_460ex: use np local variable in ->probe()Andy Shevchenko1-4/+4
2015-01-08sata_dwc_460ex: fix most of the sparse warningsAndy Shevchenko1-34/+33