From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Wed, 10 Jul 2013 02:50:35 +0000 Subject: Re: [PATCH v3 2/7] ARM: shmobile: ape6evm: add MMCIF support Message-Id: <20130710025035.GT32603@verge.net.au> List-Id: References: <1373298887-9877-3-git-send-email-g.liakhovetski@gmx.de> In-Reply-To: <1373298887-9877-3-git-send-email-g.liakhovetski@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Wed, Jul 10, 2013 at 09:35:55AM +0900, Simon Horman wrote: > On Mon, Jul 08, 2013 at 05:54:41PM +0200, Guennadi Liakhovetski wrote: > > Add MMCIF support to the APE6EVM board in both PIO and DMA modes, depending > > on the DMAC driver availability. Power supply is fixed for now, eventually > > support for the tps80032 regulator, also supplying both VDD and VccQ to the > > MMCIF slot should be added to APE6EVM. > > > > Signed-off-by: Guennadi Liakhovetski > > Acked-by: Magnus Damm > > --- > > arch/arm/mach-shmobile/board-ape6evm.c | 33 ++++++++++++++++++++++++++++++++ > > 1 files changed, 33 insertions(+), 0 deletions(-) > > Thanks, I have queued this up for v3.12 in the boards branch. > It should appear in renesas-next-20130710 I have dropped this patch as it depends on SHDMA_SLAVE_MMCIF0_TX and SHDMA_SLAVE_MMCIF0_RX. Will they be available in v3.11-rc1?