Re: [PATCH v3] SATA: OCTEON: support SATA on OCTEON platform

2015-03-08 Thread Arnd Bergmann
On Thursday 05 March 2015 17:58:58 Aleksey Makarov wrote: > + ret = dma_coerce_mask_and_coherent(dev, DMA_BIT_MASK(64)); > + if (ret) > + return ret; > Don't do this, instead you should set the dma-ranges of the parent bus correctly so that dma_set_mask_and_coherent succ

Re: [PATCH v3] SATA: OCTEON: support SATA on OCTEON platform

2015-03-07 Thread Hans de Goede
Hi, On 06-03-15 17:25, David Daney wrote: On 03/06/2015 02:06 AM, Hans de Goede wrote: Hi, On 05-03-15 15:58, Aleksey Makarov wrote: The OCTEON SATA controller is currently found on cn71XX devices. Signed-off-by: David Daney Signed-off-by: Vinita Gupta Signed-off-by: Aleksey Makarov ---

Re: [PATCH v3] SATA: OCTEON: support SATA on OCTEON platform

2015-03-06 Thread David Daney
On 03/06/2015 02:06 AM, Hans de Goede wrote: Hi, On 05-03-15 15:58, Aleksey Makarov wrote: The OCTEON SATA controller is currently found on cn71XX devices. Signed-off-by: David Daney Signed-off-by: Vinita Gupta Signed-off-by: Aleksey Makarov --- [...] diff --git a/Documentation/devicetree

Re: [PATCH v3] SATA: OCTEON: support SATA on OCTEON platform

2015-03-06 Thread Hans de Goede
Hi, On 05-03-15 15:58, Aleksey Makarov wrote: The OCTEON SATA controller is currently found on cn71XX devices. Signed-off-by: David Daney Signed-off-by: Vinita Gupta Signed-off-by: Aleksey Makarov --- Version 2: https://lkml.kernel.org/g/<1422038495-5204-1-git-send-email-aleksey.maka...@aur

[PATCH v3] SATA: OCTEON: support SATA on OCTEON platform

2015-03-05 Thread Aleksey Makarov
The OCTEON SATA controller is currently found on cn71XX devices. Signed-off-by: David Daney Signed-off-by: Vinita Gupta Signed-off-by: Aleksey Makarov --- Version 2: https://lkml.kernel.org/g/<1422038495-5204-1-git-send-email-aleksey.maka...@auriga.com> Changes in v3: - Rebased to v4.0-rc2 -