summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* ata: ahci: Add shutdown to freeze hardware resources of ahciPrabhakar Kushwaha2020-02-282-0/+28
* ahci: Do not export local variable ahci_em_messagesAndy Shevchenko2020-01-271-1/+0
* libata: Fix retrieving of active qcsSascha Hauer2020-01-094-3/+27
* ata: ahci_brcm: BCM7425 AHCI requires AHCI_HFLAG_DELAY_ENGINEFlorian Fainelli2020-01-091-15/+16
* ata: ahci_brcm: Add missing clock management during recoveryFlorian Fainelli2020-01-091-0/+7
* ata: ahci_brcm: Allow optional reset controller to be usedFlorian Fainelli2020-01-091-0/+7
* ata: ahci_brcm: Fix AHCI resources managementFlorian Fainelli2020-01-091-29/+76
* ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()Florian Fainelli2020-01-091-2/+4
* libata: Ensure ata_port probe has completed before detachJohn Garry2019-12-311-0/+3
* ata: ahci: mvebu: do Armada 38x configuration only on relevant SoCsMiquel Raynal2019-12-051-17/+51
* ata: ep93xx: Use proper enums for directionsNathan Chancellor2019-11-241-4/+4
* ata: ahci_brcm: Allow using driver or DSL SoCsFlorian Fainelli2019-11-241-1/+2
* ata: Disable AHCI ALPM feature for Ampere Computing eMAG SATASuman Tripathi2019-11-201-1/+14
* libata/ahci: Fix PCS quirk applicationDan Williams2019-10-291-1/+3
* libata/ahci: Drop PCS quirk for Denverton and beyondDan Williams2019-10-052-47/+71
* libata: add SG safety checks in SFF pio transfersJens Axboe2019-08-291-0/+6
* libata: have ata_scsi_rw_xlat() fail invalid passthrough requestsJens Axboe2019-08-291-0/+21
* ata: libahci: do not complain in case of deferred probeMiquel Raynal2019-08-251-0/+3
* libata: zpodd: Fix small read overflow in zpodd_get_mech_type()Kees Cook2019-08-251-1/+1
* libata: don't request sense data on !ZAC ATA devicesTejun Heo2019-07-261-3/+5
* libata: Extend quirks for the ST1000LM024 drives with NOLPM quirkHans de Goede2019-06-191-3/+6
* libata: fix using DMA buffers on stackraymond pang2019-05-041-10/+24
* libata: Add NOLPM quirk for SAMSUNG MZ7TE512HMHP-000L1 SSDHans de Goede2019-02-151-0/+1
* sata_rcar: fix deferred probingSergei Shtylyov2019-02-121-1/+3
* libata: whitelist all SAMSUNG MZ7KM* solid-state disksJuha-Matti Tilli2018-12-211-0/+1
* libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSDDiego Viola2018-11-211-1/+1
* libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9Diego Viola2018-11-131-0/+1
* Merge tag 'for-linus-20180920' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman2018-09-211-2/+12
|\
| * libata: mask swap internal and hardware tagJens Axboe2018-09-201-2/+12
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-09-051-1/+1
|\ \ | |/ |/|
| * scsi: libata: Add missing newline at end of fileGeert Uytterhoeven2018-08-271-1/+1
* | ata: ftide010: Add a quirk for SQ201Linus Walleij2018-08-271-10/+17
|/
* Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-08-2430-120/+158
|\
| * ata: ahci_platform: enable to get and control resetKunihiko Hayashi2018-08-221-1/+2
| * ata: libahci_platform: add reset control supportKunihiko Hayashi2018-08-222-5/+27
| * ata: add an extra argument to ahci_platform_get_resources()Kunihiko Hayashi2018-08-2215-15/+17
| * ata: sata_rcar: exclude setting of PHY registers in Gen3Masaharu Hayakawa2018-08-061-2/+2
| * ata: sata_rcar: really mask all interrupts on Gen2 and laterWolfram Sang2018-08-061-7/+13
| * Revert "ata: ahci_platform: allow disabling of hotplug to save power"Tejun Heo2018-08-062-74/+19
| * ata: libahci: Allow reconfigure of DEVSLP registerSrinivas Pandruvada2018-07-301-8/+10
| * ata: libahci: Correct setting of DEVSLP registerSrinivas Pandruvada2018-07-301-0/+2
| * ata: ahci: Enable DEVSLP by default on x86 with SLP_S0Srinivas Pandruvada2018-07-301-5/+33
| * ata: ahci: Support state with min power but Partial low power stateSrinivas Pandruvada2018-07-303-1/+6
| * Revert "ata: ahci_platform: convert kcalloc to devm_kcalloc"Corentin Labbe2018-07-241-1/+7
| * ata: sata_rcar: Add rudimentary Runtime PM supportGeert Uytterhoeven2018-07-231-22/+18
| * ata: sata_rcar: Provide a short-hand for &pdev->devGeert Uytterhoeven2018-07-231-8/+8
| * ata: Only output sg element mapped number in verbose debugPaul Menzel2018-07-121-1/+1
| * ata: Guard ata_scsi_dump_cdb() by ATA_VERBOSE_DEBUGPaul Menzel2018-07-121-2/+2
| * ata: ahci_platform: convert kcalloc to devm_kcallocCorentin Labbe2018-07-121-3/+1
| * ata: ahci_platform: convert kzallloc to kcallocCorentin Labbe2018-07-121-5/+3