From: Simon Horman <horms@verge.net.au>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: linux-sh@vger.kernel.org, devicetree-discuss@lists.ozlabs.org,
Magnus Damm <magnus.damm@gmail.com>,
Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Subject: Re: [PATCH v3 4/7] ARM: shmobile: r8a7740: add MMCIF DMA definitions
Date: Wed, 3 Jul 2013 14:48:58 +0900 [thread overview]
Message-ID: <20130703054858.GA3912@verge.net.au> (raw)
In-Reply-To: <1372257656-9944-5-git-send-email-g.liakhovetski@gmx.de>
On Wed, Jun 26, 2013 at 04:40:53PM +0200, Guennadi Liakhovetski wrote:
> Add DMA channel slave IDs and configuration entries for the r8a7740
> MMCIF controller.
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
> ---
> arch/arm/mach-shmobile/include/mach/r8a7740.h | 2 ++
> arch/arm/mach-shmobile/setup-r8a7740.c | 10 ++++++++++
> 2 files changed, 12 insertions(+), 0 deletions(-)
Thanks, I will queue this up for v3.12 in the soc branch.
>
> diff --git a/arch/arm/mach-shmobile/include/mach/r8a7740.h b/arch/arm/mach-shmobile/include/mach/r8a7740.h
> index b34d19b..56f3750 100644
> --- a/arch/arm/mach-shmobile/include/mach/r8a7740.h
> +++ b/arch/arm/mach-shmobile/include/mach/r8a7740.h
> @@ -42,6 +42,8 @@ enum {
> SHDMA_SLAVE_FSIB_TX,
> SHDMA_SLAVE_USBHS_TX,
> SHDMA_SLAVE_USBHS_RX,
> + SHDMA_SLAVE_MMCIF_TX,
> + SHDMA_SLAVE_MMCIF_RX,
> };
>
> extern void r8a7740_meram_workaround(void);
> diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c
> index 00c5a70..6b3ed42 100644
> --- a/arch/arm/mach-shmobile/setup-r8a7740.c
> +++ b/arch/arm/mach-shmobile/setup-r8a7740.c
> @@ -588,6 +588,16 @@ static const struct sh_dmae_slave_config r8a7740_dmae_slaves[] = {
> .addr = 0xfe1f0064,
> .chcr = CHCR_TX(XMIT_SZ_32BIT),
> .mid_rid = 0xb5,
> + }, {
> + .slave_id = SHDMA_SLAVE_MMCIF_TX,
> + .addr = 0xe6bd0034,
> + .chcr = CHCR_TX(XMIT_SZ_32BIT),
> + .mid_rid = 0xd1,
> + }, {
> + .slave_id = SHDMA_SLAVE_MMCIF_RX,
> + .addr = 0xe6bd0034,
> + .chcr = CHCR_RX(XMIT_SZ_32BIT),
> + .mid_rid = 0xd2,
> },
> };
>
> --
> 1.7.2.5
>
next prev parent reply other threads:[~2013-07-03 5:48 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-26 14:40 [PATCH v3 0/7] ARM: shmobile: shdma DT on sh73a0 and r8a7740 Guennadi Liakhovetski
2013-06-26 14:40 ` [PATCH/RFC 1/7] DMA: shdma: also support single top-level DMAC DT nodes Guennadi Liakhovetski
2013-06-26 14:40 ` [PATCH/RFC v3 2/7] ARM: shmobile: sh73a0: add support for the DMA0 controller in DT Guennadi Liakhovetski
2013-06-26 14:40 ` [PATCH/RFC v3 3/7] ARM: shmobile: kzm9g-reference: add DMA channels to the MMCIF DT Guennadi Liakhovetski
2013-06-26 14:40 ` [PATCH v3 4/7] ARM: shmobile: r8a7740: add MMCIF DMA definitions Guennadi Liakhovetski
2013-07-03 5:48 ` Simon Horman [this message]
2013-06-26 14:40 ` [PATCH v3 5/7] ARM: shmobile: r8a7740: add DT nodes for three DMAC instance Guennadi Liakhovetski
2013-07-03 5:36 ` Magnus Damm
2013-07-03 6:23 ` Guennadi Liakhovetski
2013-07-03 6:39 ` Magnus Damm
2013-06-26 14:40 ` [PATCH v3 6/7] ARM: shmobile: add SDHI and MMCIF interfaces to armadillo800eva-reference Guennadi Liakhovetski
2013-06-26 14:40 ` [PATCH v3 7/7] ARM: shmobile: armadillo800eva-reference: add DMA support for MMCIF and SDHI Guennadi Liakhovetski
2013-06-27 5:22 ` [PATCH v3 0/7] ARM: shmobile: shdma DT on sh73a0 and r8a7740 Simon Horman
2013-06-27 7:13 ` Guennadi Liakhovetski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130703054858.GA3912@verge.net.au \
--to=horms@verge.net.au \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=g.liakhovetski+renesas@gmail.com \
--cc=g.liakhovetski@gmx.de \
--cc=linux-sh@vger.kernel.org \
--cc=magnus.damm@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).