From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Mon, 02 Jun 2014 11:17:23 +0200 Subject: [PATCH V4] mmc: mmci: Enforce DMA configuration through DT In-Reply-To: References: <1400561154-17846-1-git-send-email-ulf.hansson@linaro.org> Message-ID: <4964687.xgf1CmDf7Y@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 28 May 2014 12:50:36 Ulf Hansson wrote: > On 20 May 2014 06:45, Ulf Hansson wrote: > > Remove the option to provide DMA configuration as platform data, > > enforce it through DT. > > > > Signed-off-by: Ulf Hansson > > Cc: Russell King > > Cc: Roland Stigge For the mach-lpc32xx part: Acked-by: Arnd Bergmann In fact, I had done the same patch for arch/arm/mach-lpc32xx/phy3250.c myself after hitting the build error on linux-next. Thanks for taking care of it! Arnd