aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2014-03-10Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2014-03-10libata: use wider match for blacklisting Crucial M500Tejun Heo1-2/+1
2014-03-08Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2014-03-07libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus SpinPoint ...Michele Baldessari1-0/+1
2014-03-03libata: disable queued TRIM for Crucial M500 mSATA SSDsMarios Andreopoulos1-0/+1
2014-02-20Merge tag 'pci-v3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2014-02-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-8/+35
2014-02-18ahci: disable NCQ on Samsung pci-e SSDs on macbooksLevente Kurusa1-0/+14
2014-02-16ata: sata_mv: Cleanup only the initialized portsEzequiel Garcia1-2/+7
2014-02-14ahci: Fix broken fallback to single MSI modeAlexander Gordeev1-1/+3
2014-02-05ata: sata_mv: Fix probe failures with optional physAndrew Lunn1-3/+5
2014-02-03sata_sil: apply MOD15WRITE quirk to TOSHIBA MK2561GSYNTejun Heo1-0/+1
2014-01-31ata: enable quirk from jmicron JMB350 for JMB394Denis V. Lunev1-2/+5
2014-01-29ATA: SATA_MV: Add missing Kconfig select statememntAndrew Lunn1-0/+1
2014-01-29ata: pata_imx: Check the return value from clk_prepare_enable()Fabio Estevam1-2/+6
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-18/+15
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-21/+35
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds11-143/+436
2014-01-20SATA: MV: Add support for the optional PHYsAndrew Lunn1-0/+27
2014-01-19sata-highbank: Remove unnecessary ahci_platform.h includeHans de Goede1-1/+0
2014-01-16libata: disable LPM for some WD SATA-I devicesTejun Heo2-3/+42
2014-01-16Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo4-11/+51
2014-01-15ata: sata_mv: fix disk hotplug for Armada 370/XP SoCsLior Amsalem1-0/+24
2014-01-15ata: sata_mv: introduce compatible string "marvell, armada-370-sata"Simon Guinot1-0/+1
2014-01-12Merge branch 'acpi-hotplug'Rafael J. Wysocki1-13/+13
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki2-5/+2
2014-01-12ata: pata_samsung_cf: Remove unused macrosSachin Kamat1-13/+0
2014-01-09Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+7
2014-01-03PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev1-21/+35
2014-01-02ata: pata_samsung_cf: Use devm_ioremap_resource()Jingoo Han1-15/+3
2014-01-02ata: pata_samsung_cf: Merge pata_samsung_cf.h into pata_samsung_cf.cSachin Kamat2-56/+37
2014-01-01sata_sis: missing PM supportAlan1-0/+4
2013-12-31ahci: add PCI ID for Marvell 88SE9170 SATA controllerSimon Guinot1-0/+3
2013-12-31ata: pata_samsung_cf: Move plat/regs-ata.h to drivers/ataSachin Kamat2-1/+56
2013-12-24Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-12/+49
2013-12-19libata, freezer: avoid block device removal while system is frozenTejun Heo1-0/+21
2013-12-17libata: implement ATA_HORKAGE_NO_NCQ_TRIM and apply it to Micro M500 SSDsMarc Carino1-2/+13
2013-12-16libata: disable a disk via libata.force paramsRobin H. Johnson1-0/+1
2013-12-16ahci: bail out on ICH6 before using AHCI BARPaul Bolle1-9/+9
2013-12-14drivers: ata: Mark the function as static in libahci.cRashika Kheria1-2/+2
2013-12-14drivers: ata: Mark the function ahci_init_interrupts() as static in ahci.cRashika Kheria1-1/+1
2013-12-12ahci: imx: fix the error handling in imx_ahci_probe()Wei Yongjun1-1/+2
2013-12-07ACPI / bind: Redefine acpi_preset_companion()Rafael J. Wysocki1-13/+13
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng2-5/+2
2013-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+1
2013-12-03ahci: imx: ahci_imx_softreset() can be staticFengguang Wu1-1/+1
2013-12-03ahci: imx: Add i.MX53 supportMarek Vasut1-58/+122
2013-12-03ahci: imx: Pull out the clock enable/disable callsMarek Vasut1-68/+75
2013-12-03libata: Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo6-6/+11
2013-12-03ahci: imx: Explicitly clear IMX6Q_GPR13_SATA_MPLL_CLK_ENMarek Vasut1-1/+2
2013-11-29libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus SpinPoint M8Michele Baldessari1-0/+3
2013-11-29sata_rcar: Add R-Car Gen2 SATA PHY supportValentine Barshak1-16/+102
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+1
2013-11-27ATA: Fix port removal orderingRafael J. Wysocki1-2/+1
2013-11-23ahci: add Marvell 9230 to the AHCI PCI device listSamir Benmendil1-0/+2
2013-11-23ata: fix acpi_bus_get_device() return value checkYijing Wang1-3/+1
2013-11-23ahci: mcp89: enter AHCI mode under Apple BIOS emulationJames Laird2-16/+51
2013-11-22pata_arasan_cf: add missing clk_disable_unprepare() on error pathWei Yongjun1-0/+1
2013-11-22ahci: add support for IBM Akebono platform deviceAlistair Popple1-0/+1
2013-11-22ata: libata-eh: Remove unnecessary snprintf arithmeticLevente Kurusa1-3/+2
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+1
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul1-2/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-2/+2
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-2/+2
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz1-2/+1
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-3/+7
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds11-35/+164
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+4
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring1-0/+2
2013-11-04ahci: Add Device IDs for Intel Wildcat Point-LPJames Ralston1-0/+4
2013-10-31DMA-API: others: use dma_set_coherent_mask()Russell King1-1/+4
2013-10-31DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()Russell King1-2/+3
2013-10-29sata_rcar: Convert to clk_prepare/unprepareLaurent Pinchart1-5/+5
2013-10-28drivers/libata: Set max sector to 65535 for Slimtype DVD A DS8A9SH driveShan Hai1-0/+1
2013-10-27libata: Add some missing command descriptionsRobert Hancock1-0/+8
2013-10-27sata_highbank: clear whole array in highbank_initialize_phys()Dan Carpenter1-5/+3
2013-10-27ahci: disabled FBS prior to issuing software resetxiangliang yu1-0/+16
2013-10-27libata: Fix display of sata speedGwendal Grignou1-8/+8
2013-10-22Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-7/+15
2013-10-17ATA / ACPI: remove power dependent device handlingAaron Lu3-21/+0
2013-10-15libahci: fix turning on LEDs in ahci_start_port()Lukasz Dorau1-1/+9
2013-10-15ahci: imx: setup power saving methodsRichard Zhu4-5/+105
2013-10-13ata_piix: minor typo and a printk fixLevente Kurusa1-9/+10
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-10-07libata: make ata_eh_qc_retry() bump scmd->allowed on bogus failuresGwendal Grignou1-3/+3
2013-10-07ahci_platform: use dev_info() instead of printk()Jingoo Han1-1/+1
2013-10-07ahci: use dev_info() instead of printk()Jingoo Han1-1/+1
2013-10-07pata_isapnp: Don't use invalid I/O portsOndrej Zary1-1/+1
2013-09-25update contact information for Mikael PetterssonMikael Pettersson1-1/+1
2013-09-22ahci: Changing two module params with static and __read_mostlyChuansheng Liu1-3/+4
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds19-287/+236
2013-09-03libata: bugfix: Remove __le32 in ata_tf_to_fis()Marc Carino1-6/+4
2013-08-27libata: acpi: Remove ata_dev_acpi_handle stub in libata.hAaron Lu1-1/+0
2013-08-27Merge branch 'acpi-pm'Rafael J. Wysocki1-2/+2
2013-08-25libata: Add support for queued DSM TRIMMarc Carino1-6/+19
2013-08-25libata: Add support for SEND/RECEIVE FPDMA QUEUEDMarc Carino1-0/+16
2013-08-25libata: Add H2D FIS "auxiliary" port flagMarc Carino1-0/+8
2013-08-25libata: Populate host-to-device FIS "auxiliary" fieldMarc Carino1-4/+6
2013-08-23ata: acpi: rework the ata acpi bind supportAaron Lu7-224/+106
2013-08-20sata_fsl: save irqs while coalescingAnthony Foiani1-2/+3
2013-08-19libata: apply behavioral quirks to sil3826 PMPTerry Suereth1-6/+6
2013-08-14sata, highbank: send extra clock cycles in SGPIO patternsMark Langsdorf1-0/+13
2013-08-14sata, highbank: set tx_atten override bitsMark Langsdorf1-13/+45
2013-08-14drivers/ata/sata_rcar.c: simplify use of devm_ioremap_resourceJulia Lawall1-4/+1
2013-08-09sata highbank: enable 64-bit DMA mask when using LPAERob Herring1-0/+3
2013-08-09sata, highbank: fix ordering of SGPIO signalsMark Langsdorf1-2/+2
2013-08-09ata: pata_samsung_cf: add missing __iomem annotationJingoo Han1-3/+3
2013-08-09ata: pata_arasan: Staticize local symbolsJingoo Han1-2/+2
2013-07-30sata_mv: Remove unneeded CONFIG_HAVE_CLK ifdefsEzequiel Garcia1-14/+7
2013-07-30ata: use dev_get_platdata()Jingoo Han8-10/+10
2013-07-30ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhereRafael J. Wysocki1-2/+2
2013-07-29pata_imx: expose module alias for loading from device-treeNiels de Vos1-0/+1
2013-07-29sata_mv: Remove unneeded forward declarationEzequiel Garcia1-3/+0
2013-07-26ahci_imx: depend on CONFIG_MFD_SYSCONTejun Heo1-1/+1
2013-07-25libata: acpi: remove dead code for ata_acpi_(un)bindAaron Lu1-4/+0
2013-07-24ahci_imx: add ahci sata support on imx platformsRichard Zhu3-0/+246
2013-07-23ahci: fix Null pointer dereference in achi_host_active()Xiaotian Feng1-1/+8
2013-07-22libata: make it clear that sata_inic162x is experimentalTejun Heo2-1/+15
2013-07-22libata: replace strict_strtol() with kstrtol()Jingoo Han1-2/+4
2013-07-16ata: Fix DVD not dectected at some platform with Wellsburg PCHYouquan Song1-1/+1
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2013-07-03Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds48-184/+374
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2013-07-02Merge branch 'libata/for-3.10-fixes' into libata/for-3.11Tejun Heo17-46/+89
2013-06-28Merge branch 'pm-assorted'Rafael J. Wysocki1-1/+1
2013-06-24AHCI: use ATA_BUSYSergei Shtylyov2-2/+2
2013-06-25libata-acpi: add back ACPI based hotplug functionalityAaron Lu3-1/+40
2013-06-24libata-zpodd: must use ata_tf_init()Sergei Shtylyov1-3/+4
2013-06-21ahci: AHCI-mode SATA patch for Intel Coleto Creek DeviceIDsSeth Heasley1-0/+1
2013-06-21ata_piix: IDE-mode SATA patch for Intel Coleto Creek DeviceIDsSeth Heasley1-0/+2
2013-06-18libata: cleanup SAT error translationGwendal Grignou1-20/+17
2013-06-17ahci: sata: add support for exynos5440 sataGirish K S1-0/+1
2013-06-11libata: skip SRST for all SIMG [34]7x port-multipliersTejun Heo1-16/+17
2013-06-10MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney1-1/+1
2013-06-09ahci: remove pmp link online check in FBS EHShane Huang1-2/+1
2013-06-06sata highbank: add bit-banged SGPIO driver supportMark Langsdorf2-6/+156
2013-06-06ahci: make ahci_transmit_led_message into a function pointerMark Langsdorf1-5/+6
2013-06-03sata_rcar: fix compilation warning in sata_rcar_thaw()Sergei Shtylyov1-1/+1
2013-06-03sata_highbank: increase retry count but shorten duration for Calxeda controllerMark Langsdorf1-2/+18
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-1/+1
2013-06-03ahci: Add AMD CZ SATA device IDShane Huang1-0/+1
2013-06-03Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-26/+49
2013-06-02ata: use pci_get_drvdata()Jingoo Han30-37/+37
2013-06-02sata_rcar: fix interrupt handlingSergei Shtylyov1-12/+11
2013-05-29ahci: add an observed PCI ID for Marvell 88se9172 SATA controllerGeorge Spelvin1-0/+2
2013-05-28sata_rcar: add 'base' local variable to some functionsSergei Shtylyov1-45/+57
2013-05-28sata_rcar: correct 'sata_rcar_sht'Sergei Shtylyov1-1/+10
2013-05-28sata_rcar: kill superfluous code in sata_rcar_bmdma_fill_sg()Sergei Shtylyov1-18/+6
2013-05-24libata: do not limit R-Car SATA driver to shmobileSimon Horman1-1/+0
2013-05-24ata: use platform_{get,set}_drvdata()Jingoo Han8-22/+16
2013-05-22AHCI: Make distinct names for ports in /proc/interruptsAlexander Gordeev3-1/+14
2013-05-22sata_rcar: clear STOP bit in bmdma_start() methodSergei Shtylyov1-0/+1
2013-05-22libata: Add atapi_dmadir force flagVincent Pelletier1-1/+2
2013-05-22libata: make ata_exec_internal_sg honor DMADIRVincent Pelletier1-0/+6
2013-05-16ata_piix: add PCI IDs for Intel BayTailChew, Chiau Ee1-0/+15
2013-05-14libata: export ata_port port_no attribute via /sysDavid Milburn2-3/+7
2013-05-14libata: update "Maintained by:" tagsTejun Heo14-14/+14
2013-05-12drivers/ata: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-18/+19
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-22/+7
2013-04-30Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds9-85/+123
2013-04-30sata_highbank: Rename proc_name to the module nameRobert Richter1-1/+1
2013-04-30ACPI/libata: Restore libata.noacpi supportLv Zheng1-2/+2
2013-04-30[libata] acpi: make ata_ap_acpi_handle not blockAaron Lu1-18/+27
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-1/+3
2013-04-29Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-13/+1
2013-04-29Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+5
2013-04-19Merge branch 'spear/dwdma' into late/cleanupArnd Bergmann1-18/+19
2013-04-19ata: arasan: remove the need for platform_dataArnd Bergmann1-18/+19
2013-04-15ahci: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4bMyron Stowe1-5/+5
2013-04-14Merge 3.9-rc7 into char-misc-nextGreg Kroah-Hartman3-6/+22
2013-04-12pata_pdc2027x: Fix compiler warningWang YanQing1-0/+2
2013-04-11[libata] SCSI: really use SATL version in VPDBaruch Even1-1/+0
2013-04-11pata_imx: add devicetree supportSascha Hauer1-0/+9
2013-04-11pata_imx: use void __iomem * for regsSascha Hauer1-1/+1
2013-04-11pata_imx: cleanup error pathSascha Hauer1-6/+14
2013-04-11pata_imx: Use devm_clk_getSascha Hauer1-3/+2
2013-04-11sata_rcar: Convert to devm_ioremap_resource()Sachin Kamat1-3/+4
2013-04-09sata_svw: switch to ->show_info()Al Viro1-22/+7
2013-04-03fsl/sata: create a sysfs entry for rx water markQiang Liu1-0/+55
2013-04-03libata-acpi: remove redundent code for power resource handlingAaron Lu2-35/+4
2013-04-03sata_highbank: make ahci_highbank_pm_ops staticJingoo Han1-1/+1
2013-04-03pata_octeon_cf: Use resource_size functionAlexandru Gheorghiu1-1/+1
2013-04-03pata_legacy: bogus clock in opti82c46x_set_piomode()Dan Carpenter1-1/+1
2013-04-03pata_at32: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-04-03[libata] Fix HDIO_DRIVE_* ioctl() Linux 3.9 regressionKrzysztof Mazur1-4/+4
2013-04-03libata: fix DMA to stack in reading devslp_timing parametersDavid Woodhouse1-1/+1
2013-04-03ata_piix: Fix DVD not dectected at some Haswell platformsYouquan Song1-1/+13
2013-04-03libata: Set max sector to 65535 for Slimtype DVD A DS8A8SH driveShan Hai1-0/+4
2013-03-26Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman6-21/+16
2013-03-23Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds6-21/+16
2013-03-20treewide: Fix typos in printkMasanari Iida1-1/+1
2013-03-15drivers/ata: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten1-13/+1
2013-03-04pata_samsung_cf: use module_platform_driver_probe()Jingoo Han1-12/+1
2013-03-04[libata] Avoid specialized TLA's in ZPODD's KconfigAaron Lu1-6/+7
2013-03-04libata-acpi.c: fix copy and paste mistake in ata_acpi_register_power_resourceSander Eikelenboom1-1/+1
2013-03-04sata_fsl: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2013-03-04ahci: Add Device IDs for Intel Wellsburg PCHJames Ralston1-0/+2
2013-03-04ata_piix: Add MODULE_PARM_DESC to prefer_ms_hypervAndrew Brownfield1-0/+4