aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-17Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds6-154/+24
2015-08-06ata: ahci_brcmstb: Fix misuse of IS_ENABLEDAxel Lin1-2/+2
2015-08-06sata_sx4: Check return code from pdc20621_i2c_read()Tomer Barletz1-4/+12
2015-08-03Revert "libata: Implement NCQ autosense"Tejun Heo3-26/+2
2015-08-03Revert "libata: Implement support for sense data reporting"Tejun Heo2-102/+4
2015-08-03Revert "libata-eh: Set 'information' field for autosense"Tejun Heo4-21/+3
2015-07-28ata: ahci_brcmstb: Fix warnings with CONFIG_PM_SLEEP=nFlorian Fainelli1-0/+2
2015-07-24Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds4-4/+29
2015-07-17Update Viresh Kumar's email addressViresh Kumar1-2/+2
2015-07-16libata: Do not blacklist M510DCMartin K. Petersen1-1/+1
2015-07-15libata: increase the timeout when setting transfer modeMikulas Patocka1-1/+2
2015-07-15libata: add ATA_HORKAGE_MAX_SEC_1024 to revert back to previous max_sectors limitDavid Milburn1-0/+10
2015-07-15libata: force disable trim for SuperSSpeed S238Arne Fitzenreiter1-0/+3
2015-07-15libata: add ATA_HORKAGE_NOTRIMArne Fitzenreiter2-1/+4
2015-07-14libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for HP 250GB SATA disk VB0250EAVERAleksei Mamlin1-1/+2
2015-07-14ata: pmp: add quirk for Marvell 4140 SATA PMPLior Amsalem1-0/+7
2015-07-07ata: ahci_platform: Add ACPI _CLS matchingSuthikulpanit, Suravee2-1/+10
2015-06-26Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-22/+71
2015-06-25Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds19-81/+907
2015-06-18libata: Do not blacklist Micron M500DCMartin K. Petersen1-1/+1
2015-06-17ata: ahci_mvebu: add suspend/resume supportThomas Petazzoni1-0/+22
2015-06-17ahci, msix: Fix build error for !PCI_MSIRobert Richter1-20/+1
2015-06-16ahci: Add support for Cavium's ThunderX host controllerRobert Richter1-1/+4
2015-06-16ahci: Add generic MSI-X support for single interrupts to SATA PCI driverRobert Richter1-0/+72
2015-06-10libata: finally use __initconst in ata_parse_force_one()Rasmus Villemoes1-6/+1
2015-06-10drivers: ata: add support for Ceva sata host controllerSuneel Garapati3-0/+248
2015-06-09ahci: added support for Freescale AHCI sataTang Yuantian1-0/+1
2015-06-08Merge branch 'for-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds2-2/+2
2015-06-08pata_octeon_cf: fix broken buildAaro Koskinen1-1/+1
2015-06-03ahci: Store irq number in struct ahci_host_privRobert Richter6-19/+27
2015-06-03ahci: Move interrupt enablement code to a separate functionRobert Richter1-9/+22
2015-05-29Doc: libata: Fix spelling typo found in libata.xmlMasanari Iida1-1/+1
2015-05-26ata: ahci_mvebu: Fix wrongly set base address for the MBus window settingNadav Haklai1-1/+1
2015-05-25ata:sata_nv - Change 1 to true for bool type variable.Shailendra Verma1-1/+1
2015-05-24ata: add Broadcom AHCI SATA3 driver for STB chipsBrian Norris3-0/+332
2015-05-21libata: Fix regression when the NCQ Send and Receive log page is absentMartin K. Petersen1-0/+1
2015-05-21ata: hpt366: fix constant cast warningArnd Bergmann1-2/+2
2015-05-20ata: at91: use syscon to configure the smcAlexandre Belloni2-22/+71
2015-05-18ata: ahci_xgene: potential NULL dereference in probeDan Carpenter1-3/+1
2015-05-11Merge branch 'for-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds8-1156/+157
2015-05-11ata: ahci_xgene: Add AHCI Support for 2nd HW version of APM X-Gene SoC AHCI SATA Host controller.Suman Tripathi1-19/+86
2015-05-10libahci: Add support to handle HOST_IRQ_STAT as edge trigger latch.Suman Tripathi2-0/+42
2015-05-10libahci: Refactoring of ahci_single_irq_intr function.Suman Tripathi1-21/+30
2015-05-10ahci: avoton port-disable reset-quirkDan Williams1-8/+95
2015-05-05ata: select DW_DMAC in case of SATA_DWCAndy Shevchenko1-0/+1
2015-05-05libata: Fall back to unqueued READ LOG EXT if the DMA variant failsMartin K. Petersen1-1/+11
2015-05-05libata: Expose TRIM capability in sysfsMartin K. Petersen1-0/+22
2015-05-05libata: Allow NCQ TRIM to be enabled or disabled with a module parameterMartin K. Petersen1-0/+2
2015-05-04libata: Blacklist queued TRIM on all Samsung 800-seriesMartin K. Petersen1-1/+1
2015-05-02libata: samsung_cf: Constify platform_device_idKrzysztof Kozlowski1-1/+1