summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* libata: prevent HSM state change race between ISR and PIODavid Jeffery2015-01-191-0/+12
* libata: allow sata_sil24 to opt-out of tag ordered submissionDan Williams2015-01-192-2/+5
* ata: pata_at91: depend on !ARCH_MULTIPLATFORMAlexandre Belloni2015-01-131-0/+1
* ahci: Remove Device ID for Intel Sunrise Point PCHJames Ralston2015-01-131-1/+0
* ahci: Use dev_info() to inform about the lack of Device Sleep supportGabriele Mazzotta2015-01-091-1/+1
* libata: Whitelist SSDs that are known to properly return zeroes after TRIMMartin K. Petersen2015-01-082-8/+33
* sata_dwc_460ex: fix resource leak on error pathAndy Shevchenko2015-01-071-14/+12
* libata: export ata_get_cmd_descript()Andy Shevchenko2015-01-051-0/+1
* ahci_xgene: Fix the DMA state machine lockup for the ATA_CMD_PACKET PIO mode ...Suman Tripathi2015-01-051-5/+7
* ahci_xgene: Fix the endianess issue in APM X-Gene SoC AHCI SATA controller dr...Suman Tripathi2015-01-051-1/+1
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-1/+1
|\
| * PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesRafael J. Wysocki2014-12-131-1/+1
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1427-27/+0
|\ \
| * | ata: drop owner assignment from platform_driversWolfram Sang2014-10-2027-27/+0
* | | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-12-115-13/+62
|\ \ \ | |_|/ |/| |
| * | libata: Remove FIXME comment in atapi_request_sense()Nicholas Krause2014-12-041-1/+0
| * | ahci_sunxi: Make AHCI_HFLAG_NO_PMP flag configurable with a module optionHans de Goede2014-11-141-1/+15
| * | libata-scsi: Update SATL for ZAC drivesHannes Reinecke2014-11-051-1/+24
| * | libata: Implement ATA_DEV_ZACHannes Reinecke2014-11-054-10/+23
* | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-12-082-14/+7
|\ \ \
| * \ \ Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-082-13/+6
| |\ \ \
| | * | | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-242-13/+6
| * | | | Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley2014-12-081-3/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2014-11-241-1/+1
| | |/ /
| | * | scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-2/+2
| | |/
* | | ahci: disable MSI on SAMSUNG 0xa800 SSDTejun Heo2014-12-041-0/+1
* | | sata_fsl: fix error handling of irq_of_parse_and_mapDmitry Torokhov2014-12-021-1/+1
* | | AHCI: Add DeviceIDs for Sunrise Point-LP SATA controllerDevin Ryles2014-12-021-0/+3
|/ /
* | ahci: fix AHCI parameters not taken into accountAntoine Tenart2014-11-041-6/+3
* | ata: sata_rcar: Add r8a7793 device supportKoji Matsuoka2014-10-271-0/+5
* | ahci: Add Device IDs for Intel Sunrise Point PCHJames Ralston2014-10-271-0/+5
* | ahci: disable MSI instead of NCQ on Samsung pci-e SSDs on macbooksTejun Heo2014-10-271-3/+11
* | Revert "AHCI: Optimize single IRQ interrupt processing"Tejun Heo2014-10-271-61/+13
* | Revert "AHCI: Do not acquire ata_host::lock from single IRQ handler"Tejun Heo2014-10-271-0/+4
* | ata: sata_rcar: Disable DIPM mode for r8a7790 ES1Simon Horman2014-10-271-0/+10
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-181-3/+2
|\
| * pata_arasan_cf: use dmaengine_terminate_all() APIVinod Koul2014-10-151-3/+2
* | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-10-1014-264/+200
|\ \
| * | pata_serverworks: disable 64-KB DMA transfers on Broadcom OSB4 IDE ControllerScott Carter2014-10-071-2/+11
| * | libata: Un-break ATA blacklistGeorge Spelvin2014-10-071-2/+2
| * | AHCI: Do not acquire ata_host::lock from single IRQ handlerAlexander Gordeev2014-10-061-4/+0
| * | AHCI: Optimize single IRQ interrupt processingAlexander Gordeev2014-10-061-13/+61
| * | AHCI: Do not read HOST_IRQ_STAT reg in multi-MSI modeAlexander Gordeev2014-10-062-60/+9
| * | AHCI: Make few function names more descriptiveAlexander Gordeev2014-10-061-8/+8
| * | AHCI: Move host activation code into ahci_host_activate()Alexander Gordeev2014-10-066-38/+39
| * | AHCI: Move ahci_host_activate() function to libahci.cAlexander Gordeev2014-10-062-60/+61
| * | AHCI: Pass SCSI host template as arg to ahci_host_activate()Alexander Gordeev2014-10-062-6/+7
| * | ata: pata_imx: Use the SIMPLE_DEV_PM_OPS() macroFabio Estevam2014-10-041-7/+2
| * | AHCI: Cleanup checking of multiple MSIs/SLM modesAlexander Gordeev2014-09-282-12/+8
| * | libata-sff: Fix controllers with no ctl portOndrej Zary2014-09-281-11/+9
OpenPOWER on IntegriCloud