Message ID | 1438843515-23935-1-git-send-email-shawn.lin@rock-chips.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
> -----Original Message----- > From: Shawn Lin [mailto:shawn.lin@rock-chips.com] > Sent: 06 August 2015 07:45 AM > To: jh80.chung@samsung.com; ulf.hansson@linaro.org > Cc: heiko@sntech.de; dianders@chromium.org; Vineet.Gupta1@synopsys.com; > Wei Xu; Joachim Eastwood; Alexey Brodkin; Kukjin Kim; Krzysztof Kozlowski; > Russell King; Jun Nie; Ralf Baechle; Govindraj Raja; linux-arm- > kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux- > mips@linux-mips.org; linux-mmc@vger.kernel.org; linux- > kernel@vger.kernel.org; linux-rockchip@lists.infradead.org; > devicetree@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.lin@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.raja@imgtec.com> -- Thanks, Govindraj.R -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Aug 06, 2015 at 02:45:15PM +0800, Shawn Lin wrote: > arch/mips/configs/pistachio_defconfig | 1 - Acked-by: Ralf Baechle <ralf@linux-mips.org> Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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.lin@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 <ralf@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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
? 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.lin@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 <ralf@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 > > >
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
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.lin@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(-)