summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-092-0/+7
|\
| * sata_sis: missing PM supportAlan2014-01-011-0/+4
| * ahci: add PCI ID for Marvell 88SE9170 SATA controllerSimon Guinot2013-12-311-0/+3
* | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-12-244-12/+49
|\|
| * libata, freezer: avoid block device removal while system is frozenTejun Heo2013-12-191-0/+21
| * libata: implement ATA_HORKAGE_NO_NCQ_TRIM and apply it to Micro M500 SSDsMarc Carino2013-12-171-2/+13
| * libata: disable a disk via libata.force paramsRobin H. Johnson2013-12-161-0/+1
| * ahci: bail out on ICH6 before using AHCI BARPaul Bolle2013-12-161-9/+9
| * ahci: imx: Explicitly clear IMX6Q_GPR13_SATA_MPLL_CLK_ENMarek Vasut2013-12-031-1/+2
| * libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus SpinPoint M8Michele Baldessari2013-11-291-0/+3
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-12-061-0/+1
|\ \ | |/ |/|
| * [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-291-0/+1
* | ATA: Fix port removal orderingRafael J. Wysocki2013-11-271-2/+1Star
* | ahci: add Marvell 9230 to the AHCI PCI device listSamir Benmendil2013-11-231-0/+2
* | ata: fix acpi_bus_get_device() return value checkYijing Wang2013-11-231-3/+1Star
* | pata_arasan_cf: add missing clk_disable_unprepare() on error pathWei Yongjun2013-11-221-0/+1
* | ahci: add support for IBM Akebono platform deviceAlistair Popple2013-11-221-0/+1
|/
* Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-201-2/+2
|\
| * ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki2013-11-141-2/+2
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-201-2/+1Star
|\ \
| * \ Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-161-2/+1Star
| |\ \
| | * | dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz2013-11-141-2/+1Star
* | | | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-2/+2
| |_|/ |/| |
* | | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-132-3/+7
|\ \ \
| * | | DMA-API: others: use dma_set_coherent_mask()Russell King2013-10-311-1/+4
| * | | DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()Russell King2013-10-311-2/+3
* | | | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2013-11-1311-35/+164
|\ \ \ \
| * | | | ahci: Add Device IDs for Intel Wildcat Point-LPJames Ralston2013-11-041-0/+4
| * | | | sata_rcar: Convert to clk_prepare/unprepareLaurent Pinchart2013-10-291-5/+5
| * | | | drivers/libata: Set max sector to 65535 for Slimtype DVD A DS8A9SH driveShan Hai2013-10-281-0/+1
| * | | | libata: Add some missing command descriptionsRobert Hancock2013-10-271-0/+8
| * | | | sata_highbank: clear whole array in highbank_initialize_phys()Dan Carpenter2013-10-271-5/+3Star
| * | | | ahci: disabled FBS prior to issuing software resetxiangliang yu2013-10-271-0/+16
| * | | | libata: Fix display of sata speedGwendal Grignou2013-10-271-8/+8
| * | | | ahci: imx: setup power saving methodsRichard Zhu2013-10-154-5/+105
| * | | | ata_piix: minor typo and a printk fixLevente Kurusa2013-10-131-9/+10
| * | | | ahci: Changing two module params with static and __read_mostlyChuansheng Liu2013-09-221-3/+4
| |/ / /
* | | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-122-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | powerpc: add missing explicit OF includes for ppcRob Herring2013-11-111-0/+2
| * | | drivers: clean-up prom.h implicit includesRob Herring2013-10-101-0/+2
* | | | Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-10-225-7/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | libahci: fix turning on LEDs in ahci_start_port()Lukasz Dorau2013-10-151-1/+9
| * | | libata: make ata_eh_qc_retry() bump scmd->allowed on bogus failuresGwendal Grignou2013-10-071-3/+3
| * | | ahci_platform: use dev_info() instead of printk()Jingoo Han2013-10-071-1/+1
| * | | ahci: use dev_info() instead of printk()Jingoo Han2013-10-071-1/+1
| * | | pata_isapnp: Don't use invalid I/O portsOndrej Zary2013-10-071-1/+1
| | |/ | |/|
* | | ATA / ACPI: remove power dependent device handlingAaron Lu2013-10-173-21/+0Star
| |/ |/|
* | update contact information for Mikael PetterssonMikael Pettersson2013-09-251-1/+1
|/
* Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2013-09-0419-287/+236Star
|\
| * libata: bugfix: Remove __le32 in ata_tf_to_fis()Marc Carino2013-09-031-6/+4Star