All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] ata: select DW_DMAC in case of SATA_DWC
@ 2015-05-05  9:14 Andy Shevchenko
  2015-05-05 11:37 ` Julian Margetson
  2015-05-05 13:49   ` Tejun Heo
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Shevchenko @ 2015-05-05  9:14 UTC (permalink / raw)
  To: Michael Ellerman, Julian Margetson, linuxppc-dev, Ian Munsie,
	Tejun Heo, linux-ide
  Cc: Andy Shevchenko

Since sata_dwc_460ex.c was moved to generic DMA driver we have to ensure that
user can still compile it.

Fixes: 8b3444852a2b (sata_dwc_460ex: move to generic DMA driver)
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/ata/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index ee5209f..9dca4b9 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -270,6 +270,7 @@ config ATA_PIIX
 config SATA_DWC
 	tristate "DesignWare Cores SATA support"
 	depends on 460EX
+	select DW_DMAC
 	help
 	  This option enables support for the on-chip SATA controller of the
 	  AppliedMicro processor 460EX.
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] ata: select DW_DMAC in case of SATA_DWC
  2015-05-05  9:14 [PATCH 1/1] ata: select DW_DMAC in case of SATA_DWC Andy Shevchenko
@ 2015-05-05 11:37 ` Julian Margetson
  2015-05-05 13:49   ` Tejun Heo
  1 sibling, 0 replies; 4+ messages in thread
From: Julian Margetson @ 2015-05-05 11:37 UTC (permalink / raw)
  To: Andy Shevchenko, Michael Ellerman, linuxppc-dev, Ian Munsie,
	Tejun Heo, linux-ide

Thank you.
this resolves the build issue .

On 5/5/2015 5:14 AM, Andy Shevchenko wrote:
> Since sata_dwc_460ex.c was moved to generic DMA driver we have to ensure that
> user can still compile it.
>
> Fixes: 8b3444852a2b (sata_dwc_460ex: move to generic DMA driver)
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>   drivers/ata/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
> index ee5209f..9dca4b9 100644
> --- a/drivers/ata/Kconfig
> +++ b/drivers/ata/Kconfig
> @@ -270,6 +270,7 @@ config ATA_PIIX
>   config SATA_DWC
>   	tristate "DesignWare Cores SATA support"
>   	depends on 460EX
> +	select DW_DMAC
>   	help
>   	  This option enables support for the on-chip SATA controller of the
>   	  AppliedMicro processor 460EX.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] ata: select DW_DMAC in case of SATA_DWC
  2015-05-05  9:14 [PATCH 1/1] ata: select DW_DMAC in case of SATA_DWC Andy Shevchenko
@ 2015-05-05 13:49   ` Tejun Heo
  2015-05-05 13:49   ` Tejun Heo
  1 sibling, 0 replies; 4+ messages in thread
From: Tejun Heo @ 2015-05-05 13:49 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Michael Ellerman, Julian Margetson, linuxppc-dev, Ian Munsie, linux-ide

On Tue, May 05, 2015 at 12:14:03PM +0300, Andy Shevchenko wrote:
> Since sata_dwc_460ex.c was moved to generic DMA driver we have to ensure that
> user can still compile it.
> 
> Fixes: 8b3444852a2b (sata_dwc_460ex: move to generic DMA driver)
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Applied to libata/for-4.1-fixes.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] ata: select DW_DMAC in case of SATA_DWC
@ 2015-05-05 13:49   ` Tejun Heo
  0 siblings, 0 replies; 4+ messages in thread
From: Tejun Heo @ 2015-05-05 13:49 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: linuxppc-dev, Ian Munsie, Julian Margetson, linux-ide

On Tue, May 05, 2015 at 12:14:03PM +0300, Andy Shevchenko wrote:
> Since sata_dwc_460ex.c was moved to generic DMA driver we have to ensure that
> user can still compile it.
> 
> Fixes: 8b3444852a2b (sata_dwc_460ex: move to generic DMA driver)
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Applied to libata/for-4.1-fixes.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-05 13:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-05  9:14 [PATCH 1/1] ata: select DW_DMAC in case of SATA_DWC Andy Shevchenko
2015-05-05 11:37 ` Julian Margetson
2015-05-05 13:49 ` Tejun Heo
2015-05-05 13:49   ` Tejun Heo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.