From: Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>
To: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>,
Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
Cc: Vinod Koul <vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org,
"linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
Subject: Re: [GIT PULL] DaVinci SoC updates for v3.11 (part 2)
Date: Mon, 24 Jun 2013 20:16:21 +0530 [thread overview]
Message-ID: <51C85BBD.1080002@ti.com> (raw)
In-Reply-To: <51C85ABE.6020505-l0cyMroinI0@public.gmane.org>
replying to own with address of DaVinci kernel list fixed.
On 6/24/2013 8:12 PM, Sekhar Nori wrote:
> Hi Arnd, Olof,
>
> Can you please pull the following EDMA related updates for v3.11?
> There is a small change to drivers/dma/Kconfig that would have liked
> Vinod's ack, but the change is pretty trivial and the patches have
> been out there for pretty long now.
>
> Thanks,
> Sekhar
>
> The following changes since commit 7bb5d75ce91ca3725256c0d502624ed697231cde:
>
> ARM: edma: remove unused transfer controller handlers (2013-06-18 10:53:13 +0530)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.11/soc-2
>
> for you to fetch changes up to e65abbbc5279319ab679298f8740ddf53e022a5e:
>
> dmaengine: edma: enable build for AM33XX (2013-06-24 15:55:08 +0530)
>
> ----------------------------------------------------------------
> DaVinci SoC updates for v3.11 - part 2
> --------------------------------------
>
> This pull request adds DT and runtime PM to
> EDMA ARM private API so it can be used on
> DT enabled DaVinci and OMAP platforms.
>
> Also adds DMA channel crossbar mapping
> support to be used by DT-enabled platforms
> which use it.
>
> ----------------------------------------------------------------
> Lad, Prabhakar (1):
> ARM: edma: Convert to devm_* api
>
> Matt Porter (4):
> dmaengine: edma: Add TI EDMA device tree binding
> ARM: edma: Add DT and runtime PM support to the private EDMA API
> ARM: edma: Add EDMA crossbar event mux support
> dmaengine: edma: enable build for AM33XX
>
> Documentation/devicetree/bindings/dma/ti-edma.txt | 34 +++
> arch/arm/common/edma.c | 329 +++++++++++++++++----
> arch/arm/mach-davinci/devices-da8xx.c | 8 +-
> arch/arm/mach-davinci/devices-tnetv107x.c | 4 +-
> arch/arm/mach-davinci/dm355.c | 4 +-
> arch/arm/mach-davinci/dm365.c | 4 +-
> arch/arm/mach-davinci/dm644x.c | 4 +-
> arch/arm/mach-davinci/dm646x.c | 4 +-
> arch/arm/mach-omap2/Kconfig | 1 +
> drivers/dma/Kconfig | 2 +-
> include/linux/platform_data/edma.h | 5 +-
> 11 files changed, 324 insertions(+), 75 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/dma/ti-edma.txt
>
WARNING: multiple messages have this Message-ID (diff)
From: nsekhar@ti.com (Sekhar Nori)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] DaVinci SoC updates for v3.11 (part 2)
Date: Mon, 24 Jun 2013 20:16:21 +0530 [thread overview]
Message-ID: <51C85BBD.1080002@ti.com> (raw)
In-Reply-To: <51C85ABE.6020505@ti.com>
replying to own with address of DaVinci kernel list fixed.
On 6/24/2013 8:12 PM, Sekhar Nori wrote:
> Hi Arnd, Olof,
>
> Can you please pull the following EDMA related updates for v3.11?
> There is a small change to drivers/dma/Kconfig that would have liked
> Vinod's ack, but the change is pretty trivial and the patches have
> been out there for pretty long now.
>
> Thanks,
> Sekhar
>
> The following changes since commit 7bb5d75ce91ca3725256c0d502624ed697231cde:
>
> ARM: edma: remove unused transfer controller handlers (2013-06-18 10:53:13 +0530)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v3.11/soc-2
>
> for you to fetch changes up to e65abbbc5279319ab679298f8740ddf53e022a5e:
>
> dmaengine: edma: enable build for AM33XX (2013-06-24 15:55:08 +0530)
>
> ----------------------------------------------------------------
> DaVinci SoC updates for v3.11 - part 2
> --------------------------------------
>
> This pull request adds DT and runtime PM to
> EDMA ARM private API so it can be used on
> DT enabled DaVinci and OMAP platforms.
>
> Also adds DMA channel crossbar mapping
> support to be used by DT-enabled platforms
> which use it.
>
> ----------------------------------------------------------------
> Lad, Prabhakar (1):
> ARM: edma: Convert to devm_* api
>
> Matt Porter (4):
> dmaengine: edma: Add TI EDMA device tree binding
> ARM: edma: Add DT and runtime PM support to the private EDMA API
> ARM: edma: Add EDMA crossbar event mux support
> dmaengine: edma: enable build for AM33XX
>
> Documentation/devicetree/bindings/dma/ti-edma.txt | 34 +++
> arch/arm/common/edma.c | 329 +++++++++++++++++----
> arch/arm/mach-davinci/devices-da8xx.c | 8 +-
> arch/arm/mach-davinci/devices-tnetv107x.c | 4 +-
> arch/arm/mach-davinci/dm355.c | 4 +-
> arch/arm/mach-davinci/dm365.c | 4 +-
> arch/arm/mach-davinci/dm644x.c | 4 +-
> arch/arm/mach-davinci/dm646x.c | 4 +-
> arch/arm/mach-omap2/Kconfig | 1 +
> drivers/dma/Kconfig | 2 +-
> include/linux/platform_data/edma.h | 5 +-
> 11 files changed, 324 insertions(+), 75 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/dma/ti-edma.txt
>
next prev parent reply other threads:[~2013-06-24 14:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-24 14:42 [GIT PULL] DaVinci SoC updates for v3.11 (part 2) Sekhar Nori
2013-06-24 14:42 ` Sekhar Nori
[not found] ` <51C85ABE.6020505-l0cyMroinI0@public.gmane.org>
2013-06-24 14:46 ` Sekhar Nori [this message]
2013-06-24 14:46 ` Sekhar Nori
[not found] ` <51C85BBD.1080002-l0cyMroinI0@public.gmane.org>
2013-06-24 14:54 ` Arnd Bergmann
2013-06-24 14:54 ` Arnd Bergmann
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=51C85BBD.1080002@ti.com \
--to=nsekhar-l0cymroini0@public.gmane.org \
--cc=Davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org \
--cc=arnd-r2nGTMty4D4@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org \
--cc=vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.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.