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