aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)Author
2017-03-09ahci: qoriq: correct the sata ecc setting errorYuantian Tang
2017-03-06libata: drop WARN from protocol error in ata_sff_qc_issue()Tejun Heo
2017-03-06libata: transport: Remove circular dependency at free timeGwendal Grignou
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada
2017-02-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-02-23scsi: merge __scsi_execute into scsi_executeChristoph Hellwig
2017-02-21Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig
2017-01-31sata: ahci-da850: un-hardcode the MPY bitsBartosz Golaszewski
2017-01-31sata: ahci-da850: add a workaround for controller instabilityBartosz Golaszewski
2017-01-31sata: ahci: export ahci_do_hardreset() locallyBartosz Golaszewski
2017-01-31sata: ahci-da850: implement a workaround for the softreset quirkBartosz Golaszewski
2017-01-31sata: ahci-da850: add device tree match tableBartosz Golaszewski
2017-01-31sata: ahci-da850: get the sata clock using a connection idBartosz Golaszewski
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2017-01-24ata: pata_of_platform: using of_property_read_u32() helperKefeng Wang
2017-01-23pata_atiixp: Don't use unconnected secondary port on SB600/SB700Darren Stevens
2017-01-23libata-sff: Don't scan disabled ports when checking for legacy mode.Darren Stevens
2017-01-23pata_octeon_cf: remove unused local variables from octeon_cf_set_piomode()Tejun Heo
2017-01-20ahci: qoriq: added ls2088a platforms supportTang Yuantian
2017-01-20ahci: qoriq: report error when ecc register address is missing in dtsTang Yuantian
2017-01-20ahci: qoriq: added a condition to enable dma coherenceTang Yuantian
2017-01-18Revert "libata: switch to dynamic allocation instead of ata_scsi_rbuf"Tejun Heo
2017-01-15ahci: imx: fix building without hwmon or thermalArnd Bergmann
2017-01-10ata: add Atari Falcon PATA controller driverBartlomiej Zolnierkiewicz
2017-01-10ata: pass queued command to ->sff_data_xfer methodBartlomiej Zolnierkiewicz
2017-01-10ata: allow subsystem to be used on m68k archBartlomiej Zolnierkiewicz
2017-01-10libata: switch to dynamic allocation instead of ata_scsi_rbufChristoph Hellwig
2017-01-10libata: don't call ata_scsi_rbuf_fill for command without a response bufferChristoph Hellwig
2017-01-10libata: call ->scsi_done from ata_scsi_simulateChristoph Hellwig
2017-01-10libata: remove the done callback from ata_scsi_argsChristoph Hellwig
2017-01-10libata: move struct ata_scsi_args to libata-scsi.cChristoph Hellwig
2017-01-10libata: avoid global response buffer in atapi_qc_completeChristoph Hellwig
2017-01-09libata-eh: Use switch() instead of sparse array for protocol stringsGeert Uytterhoeven
2017-01-09ata: sata_mv: Convert to devm_ioremap_resource()Andy Shevchenko
2017-01-09Merge branch 'for-4.10-fixes' into for-4.11Tejun Heo
2017-01-06ata: sata_mv:- Handle return value of devm_ioremap.Arvind Yadav
2017-01-06libata: Fix ATA request senseDamien Le Moal
2017-01-06ata: sata_mv: fix module license specificationUwe Kleine-König
2017-01-06ahci: imx: Add imx53 SATA temperature sensor supportCsaba Kertesz
2017-01-06libata: apply MAX_SEC_1024 to all CX1-JB*-HP devicesTejun Heo
2017-01-06ata: ahci_xgene: free structure returned by acpi_get_object_info()Michał Kępień
2017-01-06libata: Protect DMA core code by #ifdef CONFIG_HAS_DMAGeert Uytterhoeven
2017-01-06libata: Make ata_sg_clean() static againGeert Uytterhoeven
2017-01-06ata: AHCI and other non-SFF native drivers should depend on HAS_DMAGeert Uytterhoeven
2017-01-06ata: ATA_BMDMA should depend on HAS_DMAGeert Uytterhoeven