aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
AgeCommit message (Expand)Author
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
2017-01-06ata: SATA_HIGHBANK should depend on HAS_DMAGeert Uytterhoeven
2017-01-06ata: SATA_MV should depend on HAS_DMAGeert Uytterhoeven
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2016-12-13ata: avoid probing NCQ Prio Support if not explicitly requestedAdam Manzanares
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds
2016-12-07libata-scsi: disable SCT Write Same for the momentNicolai Stange
2016-12-05ahci: warn about remapped NVMe devicesChristoph Hellwig
2016-11-29ata: sata_mv: check for errors when parsing nr-ports from dtUwe Kleine-König
2016-11-21ahci: always fall back to single-MSI modeChristoph Hellwig
2016-11-18Merge tag 'v4.9-rc4' into soundJonathan Corbet
2016-11-09pata: imx: support controller modes up to PIO4Vladimir Zapolskiy
2016-11-09pata: imx: add support of setting timings for PIO modesVladimir Zapolskiy
2016-11-09pata: imx: set controller PIO mode with .set_piomode callbackVladimir Zapolskiy
2016-11-09pata: imx: sort headers outVladimir Zapolskiy
2016-11-01libata-scsi: Fixup ata_gen_passthru_sense()Hannes Reinecke
2016-10-25ahci: fix the single MSI-X case in ahci_init_oneChristoph Hellwig
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab
2016-10-20ahci: fix nvec checkChristoph Hellwig
2016-10-20ata: set ncq_prio_enabled iff device has supportAdam Manzanares
2016-10-19ata: ATA Command Priority Disabled By DefaultAdam Manzanares
2016-10-19ata: Enabling ATA Command PrioritiesAdam Manzanares
2016-10-19ahci: qoriq: added ls1046a platform supportTang Yuantian
2016-10-19ahci: only try to use multi-MSI mode if there is more than 1 portChristoph Hellwig
2016-09-30ahci: qoriq: Revert "ahci: qoriq: Disable NCQ on ls2080a SoC"Tang Yuantian
2016-09-22pata_at91: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERRHarman Kalra
2016-09-22ata: Replace BUG() with BUG_ON().Harman Kalra
2016-09-20ata: sata_mv: Replacing dma_pool_alloc and memset with a single call dma_pool...Harman Kalra