aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-22/+174
2017-02-21Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 23-187/+608
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-2/+1
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 1-2/+2
2017-02-06scsi: remove eh_timed_out methods in the transport templateGravatar Christoph Hellwig 3-2/+1
2017-01-31block: introduce blk_rq_is_passthroughGravatar Christoph Hellwig 1-1/+1
2017-01-31sata: ahci-da850: un-hardcode the MPY bitsGravatar Bartosz Golaszewski 1-15/+76
2017-01-31sata: ahci-da850: add a workaround for controller instabilityGravatar Bartosz Golaszewski 1-1/+27
2017-01-31sata: ahci: export ahci_do_hardreset() locallyGravatar Bartosz Golaszewski 2-5/+16
2017-01-31sata: ahci-da850: implement a workaround for the softreset quirkGravatar Bartosz Golaszewski 1-1/+32
2017-01-31sata: ahci-da850: add device tree match tableGravatar Bartosz Golaszewski 1-0/+7
2017-01-31sata: ahci-da850: get the sata clock using a connection idGravatar Bartosz Golaszewski 1-0/+16
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 1-1/+1
2017-01-24ata: pata_of_platform: using of_property_read_u32() helperGravatar Kefeng Wang 1-7/+2
2017-01-23pata_atiixp: Don't use unconnected secondary port on SB600/SB700Gravatar Darren Stevens 1-0/+5
2017-01-23libata-sff: Don't scan disabled ports when checking for legacy mode.Gravatar Darren Stevens 1-3/+13
2017-01-23pata_octeon_cf: remove unused local variables from octeon_cf_set_piomode()Gravatar Tejun Heo 1-8/+0
2017-01-20ahci: qoriq: added ls2088a platforms supportGravatar Tang Yuantian 1-0/+9
2017-01-20ahci: qoriq: report error when ecc register address is missing in dtsGravatar Tang Yuantian 1-2/+9
2017-01-20ahci: qoriq: added a condition to enable dma coherenceGravatar Tang Yuantian 1-4/+11
2017-01-18Revert "libata: switch to dynamic allocation instead of ata_scsi_rbuf"Gravatar Tejun Heo 1-36/+86
2017-01-15ahci: imx: fix building without hwmon or thermalGravatar Arnd Bergmann 2-1/+3
2017-01-10ata: add Atari Falcon PATA controller driverGravatar Bartlomiej Zolnierkiewicz 3-0/+194
2017-01-10ata: pass queued command to ->sff_data_xfer methodGravatar Bartlomiej Zolnierkiewicz 10-43/+48
2017-01-10ata: allow subsystem to be used on m68k archGravatar Bartlomiej Zolnierkiewicz 1-1/+1
2017-01-10libata: switch to dynamic allocation instead of ata_scsi_rbufGravatar Christoph Hellwig 1-86/+36
2017-01-10libata: don't call ata_scsi_rbuf_fill for command without a response bufferGravatar Christoph Hellwig 1-21/+1
2017-01-10libata: call ->scsi_done from ata_scsi_simulateGravatar Christoph Hellwig 1-15/+7
2017-01-10libata: remove the done callback from ata_scsi_argsGravatar Christoph Hellwig 1-3/+1
2017-01-10libata: move struct ata_scsi_args to libata-scsi.cGravatar Christoph Hellwig 2-7/+7
2017-01-10libata: avoid global response buffer in atapi_qc_completeGravatar Christoph Hellwig 1-24/+22
2017-01-09libata-eh: Use switch() instead of sparse array for protocol stringsGravatar Geert Uytterhoeven 1-13/+31
2017-01-09ata: sata_mv: Convert to devm_ioremap_resource()Gravatar Andy Shevchenko 1-8/+5
2017-01-09Merge branch 'for-4.10-fixes' into for-4.11Gravatar Tejun Heo 2-2/+7
2017-01-06ata: sata_mv:- Handle return value of devm_ioremap.Gravatar Arvind Yadav 1-0/+3
2017-01-06libata: Fix ATA request senseGravatar Damien Le Moal 1-0/+2
2017-01-06ata: sata_mv: fix module license specificationGravatar Uwe Kleine-König 1-1/+1
2017-01-06ahci: imx: Add imx53 SATA temperature sensor supportGravatar Csaba Kertesz 1-0/+195
2017-01-06libata: apply MAX_SEC_1024 to all CX1-JB*-HP devicesGravatar Tejun Heo 1-2/+2
2017-01-06ata: ahci_xgene: free structure returned by acpi_get_object_info()Gravatar Michał Kępień 1-2/+4
2017-01-06libata: Protect DMA core code by #ifdef CONFIG_HAS_DMAGravatar Geert Uytterhoeven 1-26/+35
2017-01-06libata: Make ata_sg_clean() static againGravatar Geert Uytterhoeven 2-2/+1
2017-01-06ata: AHCI and other non-SFF native drivers should depend on HAS_DMAGravatar Geert Uytterhoeven 1-0/+4
2017-01-06ata: ATA_BMDMA should depend on HAS_DMAGravatar Geert Uytterhoeven 1-0/+1
2017-01-06ata: SATA_HIGHBANK should depend on HAS_DMAGravatar Geert Uytterhoeven 1-0/+1
2017-01-06ata: SATA_MV should depend on HAS_DMAGravatar Geert Uytterhoeven 1-0/+1
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 2-20/+31
2016-12-13ata: avoid probing NCQ Prio Support if not explicitly requestedGravatar Adam Manzanares 2-20/+31
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 7-31/+224