aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-02ahci: don't ignore result code of ahci_reset_controller()Ard Biesheuvel1-1/+4
2017-09-18ata_piix: Add Fujitsu-Siemens Lifebook S6120 to short cable IDsVille Syrjälä1-0/+1
2017-09-07ata: avoid gcc-7 warning in ata_timing_quantizeArnd Bergmann1-10/+10
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds12-43/+293
2017-09-06libata: zpodd: make arrays cdb static, reduces object code sizeColin Ian King1-2/+2
2017-09-06ahci: don't use MSI for devices with the silly Intel NVMe remapping schemeChristoph Hellwig1-1/+8
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+3
2017-08-29Revert "libata: quirk read log on no-name M.2 SSD"Tejun Heo1-4/+0
2017-08-29libata: check for trusted computing in IDENTIFY DEVICE dataChristoph Hellwig1-0/+3
2017-08-28ata: mediatek: add support for MediaTek SATA controllerRyder Lee3-0/+207
2017-08-28pata_octeon_cf: use of_property_read_{bool|u32}()Sergei Shtylyov1-6/+4
2017-08-28libata: quirk read log on no-name M.2 SSDChristoph Hellwig1-0/+4
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-5/+3
2017-08-17drivers/ata: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-5/+3
2017-08-16sata: ahci-da850: Fix some error handling paths in 'ahci_da850_probe()'Christophe JAILLET1-2/+6
2017-08-11cs5536: add support for IDE controller variantAndrey Korolyov2-0/+2
2017-08-11ata: sata_gemini: Introduce explicit IDE pin controlLinus Walleij1-0/+35
2017-08-11ata: sata_gemini: Retire custom pin controlLinus Walleij1-34/+0
2017-08-04ata: ahci_platform: Add shutdown handlerNate Watterson2-0/+35
2017-08-02ata: sata_gemini: explicitly request exclusive reset controlPhilipp Zabel1-2/+2
2017-08-02ata: Drop unnecessary staticJulia Lawall1-1/+1
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-18ata: Convert to using %pOF instead of full_nameRob Herring1-1/+1
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