summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
...
| * | libata: remove the done callback from ata_scsi_argsChristoph Hellwig2017-01-101-3/+1
| * | libata: move struct ata_scsi_args to libata-scsi.cChristoph Hellwig2017-01-102-7/+7
| * | libata: avoid global response buffer in atapi_qc_completeChristoph Hellwig2017-01-101-24/+22
| * | libata-eh: Use switch() instead of sparse array for protocol stringsGeert Uytterhoeven2017-01-091-13/+31
| * | ata: sata_mv: Convert to devm_ioremap_resource()Andy Shevchenko2017-01-091-8/+5
| * | Merge branch 'for-4.10-fixes' into for-4.11Tejun Heo2017-01-092-2/+7
| |\ \
| * | | ata: sata_mv: fix module license specificationUwe Kleine-König2017-01-061-1/+1
| * | | ahci: imx: Add imx53 SATA temperature sensor supportCsaba Kertesz2017-01-061-0/+195
| * | | ata: ahci_xgene: free structure returned by acpi_get_object_info()Michał Kępień2017-01-061-2/+4
| * | | libata: Protect DMA core code by #ifdef CONFIG_HAS_DMAGeert Uytterhoeven2017-01-061-26/+35
| * | | libata: Make ata_sg_clean() static againGeert Uytterhoeven2017-01-062-2/+1
| * | | ata: AHCI and other non-SFF native drivers should depend on HAS_DMAGeert Uytterhoeven2017-01-061-0/+4
| * | | ata: ATA_BMDMA should depend on HAS_DMAGeert Uytterhoeven2017-01-061-0/+1
| * | | ata: SATA_HIGHBANK should depend on HAS_DMAGeert Uytterhoeven2017-01-061-0/+1
| * | | ata: SATA_MV should depend on HAS_DMAGeert Uytterhoeven2017-01-061-0/+1
| | |/ | |/|
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-213-2/+1
|\ \ \
| * | | scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-063-2/+1
| |/ /
* | | Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-2/+2
|\ \ \ | |_|/ |/| |
| * | block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-1/+1
| * | block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-1/+1
| |/
* | ata: sata_mv:- Handle return value of devm_ioremap.Arvind Yadav2017-01-061-0/+3
* | libata: Fix ATA request senseDamien Le Moal2017-01-061-0/+2
* | libata: apply MAX_SEC_1024 to all CX1-JB*-HP devicesTejun Heo2017-01-061-2/+2
|/
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2016-12-132-20/+31
|\
| * ata: avoid probing NCQ Prio Support if not explicitly requestedAdam Manzanares2016-12-132-20/+31
* | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2016-12-137-31/+224
|\ \ | |/
| * ahci: warn about remapped NVMe devicesChristoph Hellwig2016-12-051-0/+39
| * pata: imx: support controller modes up to PIO4Vladimir Zapolskiy2016-11-091-1/+1
| * pata: imx: add support of setting timings for PIO modesVladimir Zapolskiy2016-11-091-1/+46
| * pata: imx: set controller PIO mode with .set_piomode callbackVladimir Zapolskiy2016-11-091-19/+8
| * pata: imx: sort headers outVladimir Zapolskiy2016-11-091-5/+3
| * ata: set ncq_prio_enabled iff device has supportAdam Manzanares2016-10-202-4/+9
| * ata: ATA Command Priority Disabled By DefaultAdam Manzanares2016-10-193-1/+71
| * ata: Enabling ATA Command PrioritiesAdam Manzanares2016-10-193-3/+40
| * ahci: qoriq: added ls1046a platform supportTang Yuantian2016-10-191-3/+13
* | Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-121-1/+1
|\ \
| * \ Merge tag 'v4.9-rc4' into soundJonathan Corbet2016-11-181-19/+22
| |\ \
| * | | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-1/+1
| | |/ | |/|
* | | libata-scsi: disable SCT Write Same for the momentNicolai Stange2016-12-071-0/+1
* | | ata: sata_mv: check for errors when parsing nr-ports from dtUwe Kleine-König2016-11-291-1/+14
* | | ahci: always fall back to single-MSI modeChristoph Hellwig2016-11-211-7/+0
* | | libata-scsi: Fixup ata_gen_passthru_sense()Hannes Reinecke2016-11-011-1/+1
| |/ |/|
* | ahci: fix the single MSI-X case in ahci_init_oneChristoph Hellwig2016-10-251-1/+1
* | ahci: fix nvec checkChristoph Hellwig2016-10-201-7/+7
* | ahci: only try to use multi-MSI mode if there is more than 1 portChristoph Hellwig2016-10-191-14/+17
|/
* ahci: qoriq: Revert "ahci: qoriq: Disable NCQ on ls2080a SoC"Tang Yuantian2016-09-301-7/+1
* pata_at91: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERRHarman Kalra2016-09-221-3/+1
* ata: Replace BUG() with BUG_ON().Harman Kalra2016-09-221-2/+1
* ata: sata_mv: Replacing dma_pool_alloc and memset with a single call dma_pool...Harman Kalra2016-09-201-4/+2
* libata: Some drives failing on SCT Write SameShaun Tancheff2016-09-091-3/+3
OpenPOWER on IntegriCloud