aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-31libata: fix a couple of doc build warningsJonathan Corbet1-2/+2
2017-07-19libata: array underflow in ata_find_dev()Dan Carpenter1-2/+4
2017-07-15ata: sata_rcar: add gen[23] fallback compatibility stringsSimon Horman1-0/+8
2017-07-15libata: remove unused rc in ata_eh_handle_port_resumeKefeng Wang1-2/+1
2017-07-10libata: Cleanup ata_read_log_page()Damien Le Moal1-3/+3
2017-07-10ata: fix gemini Kconfig dependenciesArnd Bergmann1-2/+2
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds27-232/+1422
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-6/+3
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds23-26/+27
2017-06-29sd: add support for TCG OPAL self encrypting disksChristoph Hellwig1-0/+3
2017-06-29libata: fix build warning from unused goto labelTejun Heo1-1/+0
2017-06-28ACPI / PM: Consolidate device wakeup settings codeRafael J. Wysocki1-6/+3
2017-06-27libata: Support for an ATA PASS-THROUGH(32) command.Minwoo Im2-6/+68
2017-06-27ahci: Add Device ID for ASMedia 1061R and 1062RShawn Lin1-0/+2
2017-06-26sata_via: Enable optional hotplug on VT6420Ondrej Zary1-4/+13
2017-06-22ata: ahci_brcm: Avoid writing to read-only registersDoug Berger1-8/+4
2017-06-22libata: Add the AHCI_HFLAG_NO_WRITE_TO_RO flagDoug Berger2-1/+4
2017-06-22libata: Add the AHCI_HFLAG_YES_ALPM flagDoug Berger2-0/+6
2017-06-21ata: ftide010: fix resource printingArnd Bergmann1-2/+2
2017-06-20libata: make the function name in comment match the actual functionMinwoo Im1-1/+1
2017-06-19ata: sata_rcar: make of_device_ids const.Arvind Yadav1-1/+1
2017-06-19ata: pata_octeon_cf: make of_device_ids const.Arvind Yadav1-1/+1
2017-06-12libata: Convert bare printks to pr_contJoe Perches1-21/+20
2017-06-12libahci: wrong comments in ahci_do_softreset()Minwoo Im1-2/+2
2017-06-12ata: declare ata_port_info structures as constBhumika Goyal4-6/+6
2017-06-12ata: Add driver for Faraday Technology FTIDE010Linus Walleij5-0/+1049
2017-06-05libata: implement SECURITY PROTOCOL IN/OUTChristoph Hellwig2-0/+108
2017-06-05libata: factor out a ata_identify_page_supported helperChristoph Hellwig1-27/+32
2017-06-05libata: clarify log page naming / groupingChristoph Hellwig1-5/+5
2017-06-05libata: factor out a ata_log_supported helperChristoph Hellwig1-43/+16
2017-06-05libata: move ata_read_log_page to libata-core.cChristoph Hellwig3-66/+66
2017-06-02ahci: qoriq: add ls1088a platforms supportYuantian Tang1-0/+14
2017-05-31libata: fix error checking in in ata_parse_force_one()Tejun Heo1-1/+1
2017-05-30ata: sata_fsl: cut drvdata assignmentLinus Walleij1-2/+0
2017-05-30ata: samsung_cf: cut drvdata assignmentLinus Walleij1-2/+0
2017-05-30ata: rb532_cf: cut drvdata assignmentLinus Walleij1-2/+0
2017-05-30ata: dwc_460ex: cut drvdata assignmentLinus Walleij1-1/+0
2017-05-30ata: ep93xx: cut drvdata assignmentLinus Walleij1-1/+0
2017-05-30ata: bf54x: cut drvdata assignmentLinus Walleij1-2/+0
2017-05-24Revert "ata: sata_mv: Convert to devm_ioremap_resource()"Andrew Lunn1-5/+8
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab23-23/+23
2017-05-16libata: fix identation on a kernel-doc markupMauro Carvalho Chehab1-3/+4
2017-05-16ata: libahci: properly propagate return value of platform_get_irq()Thomas Petazzoni1-2/+3
2017-05-16ata: sata_rcar: Handle return value of clk_prepare_enableArvind Yadav1-3/+12
2017-05-16ahci: Acer SA5-271 SSD Not Detected FixSui Chen1-0/+38
2017-05-16ata-sff: always map page before data transferTycho Andersen1-36/+8
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab23-23/+23
2017-05-16libata: fix identation on a kernel-doc markupMauro Carvalho Chehab1-3/+4
2017-05-09Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+392
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds12-630/+256