aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/ahci_xgene.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-11ata: xgene: Use of_device_get_match_data()Gravatar Rob Herring 1-8/+3
2023-08-02ata: ahci_xgene: fix parameter types of xgene_ahci_poll_reg_val()Gravatar Sergey Shtylyov 1-3/+2
2023-08-02ata: fix debounce timings typeGravatar Sergey Shtylyov 1-1/+1
2023-08-02ata: ahci_xgene: Convert to devm_platform_ioremap_resource()Gravatar Yangtao Li 1-6/+3
2023-05-15ata: libata: Make ata_platform_remove_one return voidGravatar Uwe Kleine-König 1-1/+1
2023-03-24scsi: ata: Declare SCSI host templates constGravatar Bart Van Assche 1-1/+1
2022-10-18ata: ahci_xgene: Fix compilation warningGravatar Damien Le Moal 1-1/+1
2022-03-07ata: Drop commas after OF match table sentinelsGravatar Geert Uytterhoeven 1-1/+1
2022-02-20ata: add/use ata_taskfile::{error|status} fieldsGravatar Sergey Shtylyov 1-1/+1
2022-01-14ata: fix read_id() ata port operation interfaceGravatar Damien Le Moal 1-1/+1
2022-01-14ata: ahci_xgene: use correct type for port mmio addressGravatar Damien Le Moal 1-3/+3
2022-01-05ata: ahci: Drop pointless VPRINTK() calls and convert the remaining onesGravatar Hannes Reinecke 1-4/+0
2021-03-12ata: ahci_xgene: Fix incorrect naming of 'xgene_ahci_handle_broken_edge_irq()...Gravatar Lee Jones 1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-14/+1
2018-08-22ata: add an extra argument to ahci_platform_get_resources()Gravatar Kunihiko Hayashi 1-1/+1
2018-04-26libahci: Allow drivers to override stop_engineGravatar Evan Wang 1-2/+2
2017-01-06ata: ahci_xgene: free structure returned by acpi_get_object_info()Gravatar Michał Kępień 1-2/+4
2016-03-11ata: ahci_xgene: dereferencing uninitialized pointer in probeGravatar Dan Carpenter 1-2/+2
2016-02-11ahci_xgene: Implement the workaround to fix the missing of the edge interrupt...Gravatar Suman Tripathi 1-1/+46
2016-02-11ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.Gravatar Suman Tripathi 1-1/+39
2015-05-18ata: ahci_xgene: potential NULL dereference in probeGravatar Dan Carpenter 1-3/+1
2015-05-11ata: ahci_xgene: Add AHCI Support for 2nd HW version of APM X-Gene SoC AHCI S...Gravatar Suman Tripathi 1-19/+86
2015-03-19sata: xgene: add ACPI support for APM X-Gene SATA portsGravatar Feng Kan 1-0/+10
2015-02-09Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Tejun Heo 1-1/+2
2015-02-03ahci_xgene: Fix the dma state machine lockup for the ATA_CMD_SMART PIO mode c...Gravatar Suman Tripathi 1-1/+2
2015-01-28ata: ahci_platform: fix owner module reference mismatch for scsi hostGravatar Akinobu Mita 1-2/+9
2015-01-06ahci_xgene: Implement the workaround to support PMP enumeration and discovery.Gravatar Suman Tripathi 1-5/+128
2015-01-06ahci_xgene: Implement the xgene_ahci_poll_reg_val to support PMP.Gravatar Suman Tripathi 1-2/+54
2015-01-05ahci_xgene: Fix the DMA state machine lockup for the ATA_CMD_PACKET PIO mode ...Gravatar Suman Tripathi 1-5/+7
2015-01-05ahci_xgene: Fix the endianess issue in APM X-Gene SoC AHCI SATA controller dr...Gravatar Suman Tripathi 1-1/+1
2014-10-20ata: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 1-2/+8
2014-09-23ahci_xgene: Fix the error print invalid resource for APM X-Gene SoC AHCI SATA...Gravatar Suman Tripathi 1-2/+8
2014-09-06ahci_xgene: Fix the link down in first attempt for the APM X-Gene SoC AHCI SA...Gravatar Suman Tripathi 1-14/+34
2014-09-06ahci_xgene: Skip the PHY and clock initialization if already configured by th...Gravatar Suman Tripathi 1-1/+14
2014-08-17ahci_xgene: Removing NCQ support from the APM X-Gene SoC AHCI SATA Host Contr...Gravatar Suman Tripathi 1-2/+2
2014-07-30ata: libahci_platform: move port_map parameters into the AHCI structureGravatar Antoine Ténart 1-4/+2
2014-07-30Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Tejun Heo 1-13/+47
2014-07-29ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA H...Gravatar Suman Tripathi 1-3/+3
2014-07-29ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controll...Gravatar Suman Tripathi 1-0/+7
2014-07-08ahci_xgene: fix the dma state machine lockup for the IDENTIFY DEVICE PIO mode...Gravatar Suman Tripathi 1-13/+47
2014-06-17ahci/xgene: Remove logic to set 64-bit DMA maskGravatar Suravee Suthikulpanit 1-10/+0
2014-05-14libahci_platform: add host_flags parameter in ahci_platform_init_host()Gravatar Kefeng Wang 1-2/+5
2014-03-18ata: Fix compiler warning with APM X-Gene host controller driverGravatar Loc Ho 1-1/+1
2014-03-17ata: Add APM X-Gene SoC AHCI SATA host controller driverGravatar Loc Ho 1-0/+486