From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/2] ARM: shmobile: r8a7779: add HPB-DMAC support
Date: Fri, 27 Sep 2013 04:52:06 +0000 [thread overview]
Message-ID: <20130927045206.GD16541@verge.net.au> (raw)
In-Reply-To: <201308252146.24500.sergei.shtylyov@cogentembedded.com>
On Sun, Aug 25, 2013 at 09:46:23PM +0400, Sergei Shtylyov wrote:
> From: Max Filippov <max.filippov@cogentembedded.com>
>
> Add HPB-DMAC platform device on R8A7779 SoC along with its slave and channel
> configurations (only for SDHI0 so far).
>
> Signed-off-by: Max Filippov <max.filippov@cogentembedded.com>
> [Sergei: moved *enum* declaring HPB-DMAC slave IDs from now removed <mach/dma.h>
> to <mach/r8a7779.h>, removed #include <mach/dma.h> from setup-r8a7779.c, removed
> SSI-related *enum* values and SSI-related data from hpb_dmae_slaves[] and
> hpb_dmae_channels[], added ASYNCMDR.ASBTMD{20|24|43} and ASYNCMDR.ASMD{20|24|43}
> fields/values, fixed comments to ASYNCMDR.ASBTMD2[123] and ASYNCMDR.ASMD2[123]
> fields/values, renamed all the bit/field/value #define's to include 'HBP_DMAE_'
> prefix to match the driver, moved comments after the element initializers of
> hpb_dmae_channels[].]
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>
> ---
> Changes in version 2:
> - renamed all the bit/field/value #define's to include 'HBP_DMAE_' prefix to
> match the driver;
> - added #define's for MMC[01] related fields of the ASYNCMDR register.
>
> arch/arm/mach-shmobile/include/mach/r8a7779.h | 7 +
> arch/arm/mach-shmobile/setup-r8a7779.c | 154 ++++++++++++++++++++++++++
> 2 files changed, 161 insertions(+)
Thanks, queued up for v3.13.
WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/2] ARM: shmobile: r8a7779: add HPB-DMAC support
Date: Fri, 27 Sep 2013 13:52:06 +0900 [thread overview]
Message-ID: <20130927045206.GD16541@verge.net.au> (raw)
In-Reply-To: <201308252146.24500.sergei.shtylyov@cogentembedded.com>
On Sun, Aug 25, 2013 at 09:46:23PM +0400, Sergei Shtylyov wrote:
> From: Max Filippov <max.filippov@cogentembedded.com>
>
> Add HPB-DMAC platform device on R8A7779 SoC along with its slave and channel
> configurations (only for SDHI0 so far).
>
> Signed-off-by: Max Filippov <max.filippov@cogentembedded.com>
> [Sergei: moved *enum* declaring HPB-DMAC slave IDs from now removed <mach/dma.h>
> to <mach/r8a7779.h>, removed #include <mach/dma.h> from setup-r8a7779.c, removed
> SSI-related *enum* values and SSI-related data from hpb_dmae_slaves[] and
> hpb_dmae_channels[], added ASYNCMDR.ASBTMD{20|24|43} and ASYNCMDR.ASMD{20|24|43}
> fields/values, fixed comments to ASYNCMDR.ASBTMD2[123] and ASYNCMDR.ASMD2[123]
> fields/values, renamed all the bit/field/value #define's to include 'HBP_DMAE_'
> prefix to match the driver, moved comments after the element initializers of
> hpb_dmae_channels[].]
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>
> ---
> Changes in version 2:
> - renamed all the bit/field/value #define's to include 'HBP_DMAE_' prefix to
> match the driver;
> - added #define's for MMC[01] related fields of the ASYNCMDR register.
>
> arch/arm/mach-shmobile/include/mach/r8a7779.h | 7 +
> arch/arm/mach-shmobile/setup-r8a7779.c | 154 ++++++++++++++++++++++++++
> 2 files changed, 161 insertions(+)
Thanks, queued up for v3.13.
next prev parent reply other threads:[~2013-09-27 4:52 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-25 17:43 [PATCH v2 0/2] R8A7779/Marzen: HPB-DMAC support for SDHI0 Sergei Shtylyov
2013-08-25 17:43 ` Sergei Shtylyov
2013-08-25 17:46 ` [PATCH v2 1/2] ARM: shmobile: r8a7779: add HPB-DMAC support Sergei Shtylyov
2013-08-25 17:46 ` Sergei Shtylyov
2013-09-27 4:52 ` Simon Horman [this message]
2013-09-27 4:52 ` Simon Horman
2013-08-25 17:47 ` [PATCH v2 2/2] ARM: shmobile: Marzen: enable DMA for SDHI0 Sergei Shtylyov
2013-08-25 17:47 ` Sergei Shtylyov
2013-09-25 6:55 ` Simon Horman
2013-09-25 6:55 ` Simon Horman
2013-09-25 16:16 ` Sergei Shtylyov
2013-09-25 16:16 ` Sergei Shtylyov
2013-09-27 4:55 ` Simon Horman
2013-09-27 4:55 ` Simon Horman
2013-08-26 7:36 ` [PATCH v2 0/2] R8A7779/Marzen: HPB-DMAC support " Simon Horman
2013-08-26 7:36 ` Simon Horman
2013-08-26 11:53 ` Sergei Shtylyov
2013-08-26 11:53 ` Sergei Shtylyov
2013-08-27 9:18 ` Simon Horman
2013-08-27 9:18 ` Simon Horman
2013-09-04 19:56 ` Sergei Shtylyov
2013-09-04 19:56 ` Sergei Shtylyov
2013-09-05 0:09 ` Simon Horman
2013-09-05 0:09 ` Simon Horman
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=20130927045206.GD16541@verge.net.au \
--to=horms@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.