[PATCH] arm64: dts: apm: Fix compatible string for X-Gene 2 SATA controller DTS node

2016-03-29 Thread Rameshwar Prasad Sahu
Fix X-Gene SATA controller compatible string for Merlin board. Signed-off-by: Rameshwar Prasad Sahu <rs...@apm.com> Acked-by: Suman Tripathi <stripa...@apm.com> --- arch/arm64/boot/dts/apm/apm-shadowcat.dtsi |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH] ata: xgene: Enable NCQ support for APM X-Gene SATA controller hardware v1.1

2016-07-26 Thread Rameshwar Prasad Sahu
This patch enables NCQ support for APM X-Gene SATA controller hardware v1.1 that was broken with hardware v1.0. Signed-off-by: Rameshwar Prasad Sahu <rs...@apm.com> --- drivers/ata/ahci_xgene.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/drive

[RESEND][PATCH v2] ata: xgene: Enable NCQ support for APM X-Gene SATA controller hardware v1.1

2017-02-14 Thread Rameshwar Prasad Sahu
compatibly with v1. v2 changes: 1. Changed patch description Signed-off-by: Rameshwar Prasad Sahu <rs...@apm.com> --- drivers/ata/ahci_xgene.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/ata/ahci_xgene.c b/drivers/ata/ahci_xgene.c

[PATCH v2] ata: xgene: Enable NCQ support for APM X-Gene SATA controller hardware v1.1

2017-01-20 Thread Rameshwar Prasad Sahu
compatibly with v1. v2 changes: 1. Changed patch description Signed-off-by: Rameshwar Prasad Sahu <rs...@apm.com> --- drivers/ata/ahci_xgene.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/ata/ahci_xgene.c b/drivers/ata/ahci_xgene.c

[PATCH] ata: xgene: Enable NCQ support for APM X-Gene SATA controller hardware v1.1

2016-10-20 Thread Rameshwar Prasad Sahu
This patch enables NCQ support for APM X-Gene SATA controller hardware v1.1 that was broken with hardware v1.0. Signed-off-by: Rameshwar Prasad Sahu <rs...@apm.com> --- drivers/ata/ahci_xgene.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/drive

[PATCH v2] ata: xgene: Enable NCQ support for APM X-Gene SATA controller hardware v1.1

2016-11-18 Thread Rameshwar Prasad Sahu
compatibly with v1. v2 changes: 1. Changed patch description Signed-off-by: Rameshwar Prasad Sahu <rs...@apm.com> --- drivers/ata/ahci_xgene.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/ata/ahci_xgene.c b/drivers/ata/ahci_xgene.c

[PATCH v2] ata: fixes kernel crash while tracing ata_eh_link_autopsy event

2017-11-02 Thread Rameshwar Prasad Sahu
NULL. v2 changes: Removed direct passing "link" pointer instead of "dev" in trace API. Signed-off-by: Rameshwar Prasad Sahu <rs...@apm.com> --- drivers/ata/libata-eh.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/ata/libata-eh.c b/d

[PATCH] ata: fixes kernel crash while tracing ata_eh_link_autopsy event

2017-10-25 Thread Rameshwar Prasad Sahu
pointer to fix this kernel crash. Signed-off-by: Rameshwar Prasad Sahu <rs...@apm.com> --- drivers/ata/libata-eh.c |2 +- include/trace/events/libata.h |9 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c