From: Tony Lindgren <tony@atomide.com>
To: Lokesh Vutla <lokeshvutla@ti.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
santosh.shilimkar@ti.com
Subject: Re: [PATCH V2 0/7] ARM: OMAP: Move plat/dma*.h,omap-secure.h headers as part of single zImage work
Date: Mon, 1 Oct 2012 20:21:06 -0700 [thread overview]
Message-ID: <20121002032106.GP4840@atomide.com> (raw)
In-Reply-To: <1349117226-4980-1-git-send-email-lokeshvutla@ti.com>
* Lokesh Vutla <lokeshvutla@ti.com> [121001 11:48]:
> Patch 1:
> Dropping the file plat/dma44xx.h as none of the omap44xx
> dma channel definitions are used.
> Patch 2:
> Moving OMAP1 DMA channel definitions to mach-omap1
> Patch 3:
> Moving OMAP2+ DMA channel definitions to mach-omap2
> Patch 4:
> Moving plat/dma.h to plat-omap/dma-omap.h
> Patch 5:
> Removing omap_reserve() callback from all omap1 board files.
> Patch 6:
> Defining omap_reserve() locally to mach-omap2.
> Patch 7:
> Move plat/omap-secure.h locally to mach-omap2
>
> Lokesh Vutla (7):
> ARM: OMAP: DMA: Removing plat/dma-44xx.h
> ARM: OMAP1: DMA: Moving OMAP1 DMA channel definitions to mach-omap1
> ARM: OMAP2+: DMA: Moving OMAP2 DMA channel definitions to mach-omap2
> ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h
> ARM: OMAP1: Remove omap_reserve() callback for all omap1 boards
> ARM: OMAP2+: Move omap_reserve() locally to mach-omap2
> ARM: OMAP: Move plat/omap-secure.h locally to mach-omap2
Thanks, I'll be applying these probably at -rc1. If anybody
has better ideas for the move of plat/dma.h to plat-omap/dma-omap.h,
please yell out now.
Regards,
Tony
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 0/7] ARM: OMAP: Move plat/dma*.h,omap-secure.h headers as part of single zImage work
Date: Mon, 1 Oct 2012 20:21:06 -0700 [thread overview]
Message-ID: <20121002032106.GP4840@atomide.com> (raw)
In-Reply-To: <1349117226-4980-1-git-send-email-lokeshvutla@ti.com>
* Lokesh Vutla <lokeshvutla@ti.com> [121001 11:48]:
> Patch 1:
> Dropping the file plat/dma44xx.h as none of the omap44xx
> dma channel definitions are used.
> Patch 2:
> Moving OMAP1 DMA channel definitions to mach-omap1
> Patch 3:
> Moving OMAP2+ DMA channel definitions to mach-omap2
> Patch 4:
> Moving plat/dma.h to plat-omap/dma-omap.h
> Patch 5:
> Removing omap_reserve() callback from all omap1 board files.
> Patch 6:
> Defining omap_reserve() locally to mach-omap2.
> Patch 7:
> Move plat/omap-secure.h locally to mach-omap2
>
> Lokesh Vutla (7):
> ARM: OMAP: DMA: Removing plat/dma-44xx.h
> ARM: OMAP1: DMA: Moving OMAP1 DMA channel definitions to mach-omap1
> ARM: OMAP2+: DMA: Moving OMAP2 DMA channel definitions to mach-omap2
> ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h
> ARM: OMAP1: Remove omap_reserve() callback for all omap1 boards
> ARM: OMAP2+: Move omap_reserve() locally to mach-omap2
> ARM: OMAP: Move plat/omap-secure.h locally to mach-omap2
Thanks, I'll be applying these probably at -rc1. If anybody
has better ideas for the move of plat/dma.h to plat-omap/dma-omap.h,
please yell out now.
Regards,
Tony
next prev parent reply other threads:[~2012-10-02 3:21 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-01 18:46 [PATCH V2 0/7] ARM: OMAP: Move plat/dma*.h,omap-secure.h headers as part of single zImage work Lokesh Vutla
2012-10-01 18:46 ` [PATCH V2 0/7] ARM: OMAP: Move plat/dma*.h, omap-secure.h " Lokesh Vutla
2012-10-01 18:47 ` [PATCH V2 1/7] ARM: OMAP: DMA: Removing plat/dma-44xx.h Lokesh Vutla
2012-10-01 18:47 ` Lokesh Vutla
2012-10-01 18:47 ` [PATCH V2 2/7] ARM: OMAP1: DMA: Moving OMAP1 DMA channel definitions to mach-omap1 Lokesh Vutla
2012-10-01 18:47 ` Lokesh Vutla
2012-10-01 18:47 ` [PATCH V2 3/7] ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2 Lokesh Vutla
2012-10-01 18:47 ` Lokesh Vutla
2012-10-01 18:47 ` [PATCH V2 4/7] ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h Lokesh Vutla
2012-10-01 18:47 ` Lokesh Vutla
2012-10-01 18:47 ` [PATCH V2 5/7] ARM: OMAP1: Remove omap_reserve() callback for all omap1 boards Lokesh Vutla
2012-10-01 18:47 ` Lokesh Vutla
2012-10-01 18:47 ` [PATCH V2 6/7] ARM: OMAP2+: Move omap_reserve() locally to mach-omap2 Lokesh Vutla
2012-10-01 18:47 ` Lokesh Vutla
2012-10-01 18:47 ` [PATCH V2 7/7] ARM: OMAP: Move plat/omap-secure.h " Lokesh Vutla
2012-10-01 18:47 ` Lokesh Vutla
2012-10-02 3:21 ` Tony Lindgren [this message]
2012-10-02 3:21 ` [PATCH V2 0/7] ARM: OMAP: Move plat/dma*.h,omap-secure.h headers as part of single zImage work Tony Lindgren
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=20121002032106.GP4840@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=lokeshvutla@ti.com \
--cc=santosh.shilimkar@ti.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 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.