summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci_xgene.c
Commit message (Expand)AuthorAgeFilesLines
* ata: ahci_xgene: dereferencing uninitialized pointer in probeDan Carpenter2016-03-111-2/+2
* ahci_xgene: Implement the workaround to fix the missing of the edge interrupt...Suman Tripathi2016-02-111-1/+46
* ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.Suman Tripathi2016-02-111-1/+39
* ata: ahci_xgene: potential NULL dereference in probeDan Carpenter2015-05-181-3/+1
* ata: ahci_xgene: Add AHCI Support for 2nd HW version of APM X-Gene SoC AHCI S...Suman Tripathi2015-05-111-19/+86
* sata: xgene: add ACPI support for APM X-Gene SATA portsFeng Kan2015-03-191-0/+10
* Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo2015-02-091-1/+2
|\
| * ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_SMART PIO mode c...Suman Tripathi2015-02-031-1/+2
* | ata: ahci_platform: fix owner module reference mismatch for scsi hostAkinobu Mita2015-01-281-2/+9
* | ahci_xgene: Implement the workaround to support PMP enumeration and discovery.Suman Tripathi2015-01-061-5/+128
* | ahci_xgene: Implement the xgene_ahci_poll_reg_val to support PMP.Suman Tripathi2015-01-061-2/+54
|/
* 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
* ata: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-10-101-2/+8
|\
| * ahci_xgene: Fix the error print invalid resource for APM X-Gene SoC AHCI SATA...Suman Tripathi2014-09-231-2/+8
* | ahci_xgene: Fix the link down in first attempt for the APM X-Gene SoC AHCI SA...Suman Tripathi2014-09-061-14/+34
* | ahci_xgene: Skip the PHY and clock initialization if already configured by th...Suman Tripathi2014-09-061-1/+14
* | ahci_xgene: Removing NCQ support from the APM X-Gene SoC AHCI SATA Host Contr...Suman Tripathi2014-08-171-2/+2
|/
* ata: libahci_platform: move port_map parameters into the AHCI structureAntoine Ténart2014-07-301-4/+2
* Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo2014-07-301-13/+47
|\
| * ahci_xgene: fix the dma state machine lockup for the IDENTIFY DEVICE PIO mode...Suman Tripathi2014-07-081-13/+47
* | ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA H...Suman Tripathi2014-07-291-3/+3
* | ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controll...Suman Tripathi2014-07-291-0/+7
* | ahci/xgene: Remove logic to set 64-bit DMA maskSuravee Suthikulpanit2014-06-171-10/+0
|/
* libahci_platform: add host_flags parameter in ahci_platform_init_host()Kefeng Wang2014-05-141-2/+5
* ata: Fix compiler warning with APM X-Gene host controller driverLoc Ho2014-03-181-1/+1
* ata: Add APM X-Gene SoC AHCI SATA host controller driverLoc Ho2014-03-171-0/+486