summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 versionHans de Goede2018-03-191-2/+5
* libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versionsHans de Goede2018-03-191-1/+1
* libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDsHans de Goede2018-03-191-0/+8
* libata: Enable queued TRIM for Samsung SSD 860Ju Hyung Park2018-03-141-1/+3
* ahci: Add PCI-id for the Highpoint Rocketraid 644L cardHans de Goede2018-03-041-1/+3
* ata: do not schedule hot plug if it is a sas hostJason Yan2018-03-011-1/+2
* libata: disable LPM for Crucial BX100 SSD 500GB driveKai-Heng Feng2018-02-201-0/+3
* libata: Apply NOLPM quirk to Crucial MX100 512GB SSDsHans de Goede2018-02-181-0/+5
* ata: sata_rcar: Remove unused variable in sata_rcar_init_controller()Geert Uytterhoeven2018-02-131-1/+0
* sata_rcar: Reset SATA PHY when Salvator-X board resumesKhiem Nguyen2018-02-121-23/+40
* libata: don't try to pass through NCQ commands to non-NCQ devicesEric Biggers2018-02-121-0/+6
* libata: remove WARN() for DMA or PIO command without dataEric Biggers2018-02-121-2/+1
* libata: fix length validation of ATAPI-relayed SCSI commandsEric Biggers2018-02-121-1/+3
* ata: libahci: fix comment indentationBaruch Siach2018-02-121-1/+1
* ahci: Add check for device presence (PCIe hot unplug) in ahci_stop_engine()Stefan Roese2018-02-121-0/+10
* libata: Fix compile warning with ATA_DEBUG enabledDong Bo2018-02-121-1/+1
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-1/+2
|\
| * ata: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-111-1/+2
* | Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-01-3011-470/+190
|\ \
| * | ata: pata_pdc2027x: Replace mdelay with msleepJia-Ju Bai2018-01-251-2/+2
| * | ata: pata_it821x: Replace mdelay with usleep_range in it821x_firmware_commandJia-Ju Bai2018-01-251-1/+1
| * | ata: sata_mv: Replace mdelay with usleep_range in mv_reset_channelJia-Ju Bai2018-01-251-1/+1
| * | ata: remove pata_at32Corentin Labbe2018-01-183-410/+0
| * | ata: ahci_brcm: Recover from failures to identify devicesFlorian Fainelli2018-01-171-8/+87
| * | ahci: Add Intel Cannon Lake PCH-H PCI IDMika Westerberg2018-01-111-0/+1
| * | ata_piix: constify pci_bitsArvind Yadav2018-01-081-1/+1
| * | libata:pata_atiixp: Don't use unconnected secondary port on SB600Darren Stevens2018-01-081-0/+4
| * | ata: ahci_brcm: Avoid clobbering SATA_TOP_CTRL_BUS_CTRLFlorian Fainelli2018-01-021-10/+15
| * | ahci: Allow setting a default LPM policy for mobile chipsetsHans de Goede2017-12-113-41/+78
| * | ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCIHans de Goede2017-12-111-0/+4
| * | ahci: Annotate PCI ids for mobile Intel chipsets as suchHans de Goede2017-12-111-16/+16
| |/
* | libata: apply MAX_SEC_1024 to all LITEON EP1 series devicesXinyu Lin2017-12-191-0/+1
|/
* libata: sata_down_spd_limit should return if driver has not recorded sstatus ...David Milburn2017-12-041-3/+9
* ahci: mtk: Change driver name to ahci-mtkMatthias Brugger2017-12-041-1/+1
* ahci: qoriq: refine port register configurationYuantian Tang2017-12-041-0/+12
* pata_pdc2027x : make pdc2027x_*_timing structures constArvind Yadav2017-11-271-3/+3
* pata_pdc2027x: Remove unnecessary error checkArvind Yadav2017-11-271-7/+3
* ata: mediatek: Fix typo in module descriptionAlbert Pool2017-11-271-2/+2
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2017-11-1514-74/+204
|\
| * ahci: imx: Handle increased read failures for IMX53 temperature sensor in low...Egor Starkov2017-11-131-1/+1
| * ata: sata_dwc_460ex: Propagate platform device ID to DMA driverAndy Shevchenko2017-11-131-0/+1
| * ata: fixes kernel crash while tracing ata_eh_link_autopsy eventRameshwar Prasad Sahu2017-11-031-1/+1
| * ata: pata_pdc2027x: Fix space before '[' error.Arvind Yadav2017-10-301-3/+3
| * libata: fix spelling mistake: 'ambigious' -> 'ambiguous'Arvind Yadav2017-10-301-1/+1
| * ata: ceva: Add SMMU support for SATA IPAnurag Kumar Vulisha2017-10-231-3/+7
| * ata: ceva: Correct the suspend and resume logic for SATAAnurag Kumar Vulisha2017-10-231-2/+27
| * ata: ceva: Correct the AXI bus configuration for SATA portsAnurag Kumar Vulisha2017-10-231-8/+8
| * ata: ceva: Add CCI support for SATA if CCI is enabledAnurag Kumar Vulisha2017-10-231-0/+31
| * ata: ceva: Make RxWaterMark value as module parameterAnurag Kumar Vulisha2017-10-231-1/+5
| * ata: ceva: Disable Device Sleep capabilityAnurag Kumar Vulisha2017-10-231-0/+18
OpenPOWER on IntegriCloud