Re: [RFC PATCH v4 3/9] mips: pistachio_defconfig: remove CONFIG_MMC_DW_IDMAC

2015-08-12 Thread Ralf Baechle
On Thu, Aug 06, 2015 at 02:45:15PM +0800, Shawn Lin wrote:

 DesignWare MMC Controller's transfer mode should be decided
 at runtime instead of compile-time. So we remove this config
 option and read dw_mmc's register to select DMA master.
 
 Signed-off-by: Shawn Lin shawn@rock-chips.com
 ---
 
 Changes in v4: None
 Changes in v3: None
 Changes in v2: None
 
  arch/mips/configs/pistachio_defconfig | 1 -

Acked-by: Ralf Baechle r...@linux-mips.org

Please feel free to merge this patch with the remainder
of the series.

  Ralf
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [RFC PATCH v4 3/9] mips: pistachio_defconfig: remove CONFIG_MMC_DW_IDMAC

2015-08-12 Thread Shawn Lin

在 2015/8/13 6:05, Ralf Baechle 写道:

On Thu, Aug 06, 2015 at 02:45:15PM +0800, Shawn Lin wrote:


DesignWare MMC Controller's transfer mode should be decided
at runtime instead of compile-time. So we remove this config
option and read dw_mmc's register to select DMA master.

Signed-off-by: Shawn Lin shawn@rock-chips.com
---

Changes in v4: None
Changes in v3: None
Changes in v2: None

  arch/mips/configs/pistachio_defconfig | 1 -


Acked-by: Ralf Baechle r...@linux-mips.org

Please feel free to merge this patch with the remainder
of the series.



Thanks, Ralf. :)

v5 is coming which will be rebased on 
https://github.com/jh80chung/dw-mmc.git tags/dw-mmc-for-ulf-v4.2 for 
the next merge window

that make Jeahoon do it easier. Also define new macro for reading
HCON register suggested by Joachim.



   Ralf






--
Shawn Lin

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [RFC PATCH v4 3/9] mips: pistachio_defconfig: remove CONFIG_MMC_DW_IDMAC

2015-08-06 Thread Govindraj Raja


 -Original Message-
 From: Shawn Lin [mailto:shawn@rock-chips.com]
 Sent: 06 August 2015 07:45 AM
 To: jh80.ch...@samsung.com; ulf.hans...@linaro.org
 Cc: he...@sntech.de; diand...@chromium.org; vineet.gup...@synopsys.com;
 Wei Xu; Joachim Eastwood; Alexey Brodkin; Kukjin Kim; Krzysztof Kozlowski;
 Russell King; Jun Nie; Ralf Baechle; Govindraj Raja; linux-arm-
 ker...@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
 m...@linux-mips.org; linux-...@vger.kernel.org; linux-
 ker...@vger.kernel.org; linux-rockc...@lists.infradead.org;
 devicet...@vger.kernel.org; Shawn Lin
 Subject: [RFC PATCH v4 3/9] mips: pistachio_defconfig: remove
 CONFIG_MMC_DW_IDMAC
 
 DesignWare MMC Controller's transfer mode should be decided at runtime
 instead of compile-time. So we remove this config option and read dw_mmc's
 register to select DMA master.
 
 Signed-off-by: Shawn Lin shawn@rock-chips.com
 ---
 
 Changes in v4: None
 Changes in v3: None
 Changes in v2: None
 
  arch/mips/configs/pistachio_defconfig | 1 -
  1 file changed, 1 deletion(-)

Acked-by: Govindraj Raja govindraj.r...@imgtec.com

--
Thanks,
Govindraj.R


--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[RFC PATCH v4 3/9] mips: pistachio_defconfig: remove CONFIG_MMC_DW_IDMAC

2015-08-06 Thread Shawn Lin
DesignWare MMC Controller's transfer mode should be decided
at runtime instead of compile-time. So we remove this config
option and read dw_mmc's register to select DMA master.

Signed-off-by: Shawn Lin shawn@rock-chips.com
---

Changes in v4: None
Changes in v3: None
Changes in v2: None

 arch/mips/configs/pistachio_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/configs/pistachio_defconfig 
b/arch/mips/configs/pistachio_defconfig
index 1646cce..013c62c 100644
--- a/arch/mips/configs/pistachio_defconfig
+++ b/arch/mips/configs/pistachio_defconfig
@@ -257,7 +257,6 @@ CONFIG_MMC=y
 CONFIG_MMC_BLOCK_MINORS=16
 CONFIG_MMC_TEST=m
 CONFIG_MMC_DW=y
-CONFIG_MMC_DW_IDMAC=y
 CONFIG_NEW_LEDS=y
 CONFIG_LEDS_CLASS=y
 CONFIG_RTC_CLASS=y
-- 
2.3.7


--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [RFC PATCH v4 3/9] mips: pistachio_defconfig: remove CONFIG_MMC_DW_IDMAC

2015-08-06 Thread Ralf Baechle
On Thu, Aug 06, 2015 at 02:45:15PM +0800, Shawn Lin wrote:

  arch/mips/configs/pistachio_defconfig | 1 -

Acked-by: Ralf Baechle r...@linux-mips.org

  Ralf
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html