linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] sata_dwc_460ex: disable compilation on ARM and ARM64
@ 2015-01-12 12:57 Andy Shevchenko
  2015-01-12 13:06 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2015-01-12 12:57 UTC (permalink / raw)
  To: Russell King - ARM Linux, Mark Brown, Tejun Heo, linux-ide
  Cc: Andy Shevchenko

For now disable the compilation of the driver on ARM and ARM64. In the future
we will fix the DMA handling in that driver and re-enable compilation back.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/ata/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 5ed20e3..9f2ba27 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -269,7 +269,7 @@ config ATA_PIIX
 
 config SATA_DWC
 	tristate "DesignWare Cores SATA support"
-	depends on 460EX || COMPILE_TEST
+	depends on 460EX || (COMPILE_TEST && !(ARM || ARM64))
 	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] 2+ messages in thread

* Re: [PATCH v1] sata_dwc_460ex: disable compilation on ARM and ARM64
  2015-01-12 12:57 [PATCH v1] sata_dwc_460ex: disable compilation on ARM and ARM64 Andy Shevchenko
@ 2015-01-12 13:06 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2015-01-12 13:06 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Russell King - ARM Linux, Mark Brown, linux-ide

On Mon, Jan 12, 2015 at 02:57:44PM +0200, Andy Shevchenko wrote:
> For now disable the compilation of the driver on ARM and ARM64. In the future
> we will fix the DMA handling in that driver and re-enable compilation back.
> 
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Applied to libata/for-3.20.

Thanks.

-- 
tejun

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

end of thread, other threads:[~2015-01-12 13:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-12 12:57 [PATCH v1] sata_dwc_460ex: disable compilation on ARM and ARM64 Andy Shevchenko
2015-01-12 13:06 ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).