Re: [PATCH] ahci: Add support for Cavium's fifth generation SATA controller

2017-10-31 Thread Jon Masters
On 10/17/2017 02:58 AM, Christoph Hellwig wrote: > On Tue, Oct 10, 2017 at 10:37:51PM -0700, Radha Mohan Chintakuntla wrote: >> From: Radha Mohan Chintakuntla >> >> This patch adds support for Cavium's fifth generation SATA controller. >> It is an on-chip controller and complies with AHCI 1.3.1. A

Re: [PATCH] ahci: Add support for Cavium's fifth generation SATA controller

2017-10-16 Thread Christoph Hellwig
On Tue, Oct 10, 2017 at 10:37:51PM -0700, Radha Mohan Chintakuntla wrote: > From: Radha Mohan Chintakuntla > > This patch adds support for Cavium's fifth generation SATA controller. > It is an on-chip controller and complies with AHCI 1.3.1. As the > controller uses 64-bit addresses it cannot use

Re: [PATCH] ahci: Add support for Cavium's fifth generation SATA controller

2017-10-11 Thread Tejun Heo
On Tue, Oct 10, 2017 at 10:37:51PM -0700, Radha Mohan Chintakuntla wrote: > From: Radha Mohan Chintakuntla > > This patch adds support for Cavium's fifth generation SATA controller. > It is an on-chip controller and complies with AHCI 1.3.1. As the > controller uses 64-bit addresses it cannot use

[PATCH] ahci: Add support for Cavium's fifth generation SATA controller

2017-10-10 Thread Radha Mohan Chintakuntla
From: Radha Mohan Chintakuntla This patch adds support for Cavium's fifth generation SATA controller. It is an on-chip controller and complies with AHCI 1.3.1. As the controller uses 64-bit addresses it cannot use the standard AHCI BAR5 and so uses BAR4. Signed-off-by: Radha Mohan Chintakuntla