aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds14-74/+204
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-11/+12
2017-11-13ahci: imx: Handle increased read failures for IMX53 temperature sensor in low frequency mode.Egor Starkov1-1/+1
2017-11-13ata: sata_dwc_460ex: Propagate platform device ID to DMA driverAndy Shevchenko1-0/+1
2017-11-03ata: fixes kernel crash while tracing ata_eh_link_autopsy eventRameshwar Prasad Sahu1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-10-30ata: pata_pdc2027x: Fix space before '[' error.Arvind Yadav1-3/+3
2017-10-30libata: fix spelling mistake: 'ambigious' -> 'ambiguous'Arvind Yadav1-1/+1
2017-10-23ata: ceva: Add SMMU support for SATA IPAnurag Kumar Vulisha1-3/+7
2017-10-23ata: ceva: Correct the suspend and resume logic for SATAAnurag Kumar Vulisha1-2/+27
2017-10-23ata: ceva: Correct the AXI bus configuration for SATA portsAnurag Kumar Vulisha1-8/+8
2017-10-23ata: ceva: Add CCI support for SATA if CCI is enabledAnurag Kumar Vulisha1-0/+31
2017-10-23ata: ceva: Make RxWaterMark value as module parameterAnurag Kumar Vulisha1-1/+5
2017-10-23ata: ceva: Disable Device Sleep capabilityAnurag Kumar Vulisha1-0/+18
2017-10-23ata: ceva: Add gen 3 mode support in driverAnurag Kumar Vulisha1-2/+3
2017-10-23ata: ceva: Move sata port phy oob settings to device-treeAnurag Kumar Vulisha1-23/+61
2017-10-23ata: mark expected switch fall-throughsGustavo A. R. Silva5-2/+10
2017-10-23ata: sata_mv: remove a redundant assignment to pointer ehiColin Ian King1-3/+1
2017-10-19ahci: Convert timers to use timer_setup()Kees Cook2-5/+7
2017-10-17libata: Convert timers to use timer_setup()Kees Cook3-6/+5
2017-10-11ahci: Add support for Cavium's fifth generation SATA controllerRadha Mohan Chintakuntla1-2/+7
2017-10-04ata: sata_rcar: Use of_device_get_match_data() helperGeert Uytterhoeven1-6/+1
2017-10-02ahci: don't ignore result code of ahci_reset_controller()Ard Biesheuvel1-1/+4
2017-10-02libata: make ata_port_type constBhumika Goyal2-2/+2
2017-09-19libata: make static arrays const, reduces object code sizeColin Ian King1-5/+5
2017-09-18ata_piix: Add Fujitsu-Siemens Lifebook S6120 to short cable IDsVille Syrjälä1-0/+1
2017-09-18ata: pata_artop: remove redundant initialization of pioColin Ian King1-1/+1
2017-09-18libata: Add new med_power_with_dipm link_power_management_policy settingHans de Goede3-9/+11
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