From: Tony Lindgren <tony@atomide.com>
To: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: linux-arm-kernel@lists.infradead.org,
Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
Russell King - ARM Linux <linux@arm.linux.org.uk>,
Kyungmin Park <kyungmin.park@samsung.com>,
linux-omap@vger.kernel.org,
Tomi Valkeinen <tomi.valkeinen@ti.com>
Subject: Re: [PATCH 1/7] ARM: omap: remove obsoleted init_consistent_dma_size()
Date: Thu, 8 Nov 2012 08:27:05 -0800 [thread overview]
Message-ID: <20121108162705.GB6801@atomide.com> (raw)
In-Reply-To: <1352360783-17523-2-git-send-email-m.szyprowski@samsung.com>
* Marek Szyprowski <m.szyprowski@samsung.com> [121107 23:48]:
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> CC: Tony Lindgren <tony@atomide.com>
> ---
> arch/arm/mach-omap1/io.c | 1 -
> arch/arm/mach-omap2/io.c | 12 ------------
> arch/arm/plat-omap/common.c | 7 -------
> arch/arm/plat-omap/include/plat/dma.h | 1 -
> 4 files changed, 21 deletions(-)
>
> diff --git a/arch/arm/mach-omap1/io.c b/arch/arm/mach-omap1/io.c
> index 6a5baab..b3d0fb3 100644
> --- a/arch/arm/mach-omap1/io.c
> +++ b/arch/arm/mach-omap1/io.c
> @@ -134,7 +134,6 @@ void __init omap1_init_early(void)
> */
> omap1_clk_init();
> omap1_mux_init();
> - omap_init_consistent_dma_size();
> }
>
> void __init omap1_init_late(void)
> diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
> index 4234d28..2597846 100644
> --- a/arch/arm/mach-omap2/io.c
> +++ b/arch/arm/mach-omap2/io.c
> @@ -354,11 +354,6 @@ static int _set_hwmod_postsetup_state(struct omap_hwmod *oh, void *data)
> return omap_hwmod_set_postsetup_state(oh, *(u8 *)data);
> }
>
> -static void __init omap_common_init_early(void)
> -{
> - omap_init_consistent_dma_size();
> -}
> -
> static void __init omap_hwmod_init_postsetup(void)
> {
> u8 postsetup_state;
...
Thanks we already have a similar patch from Tomi Valkeinen queued in
the omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3 branch, so
this patch can be dropped.
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 1/7] ARM: omap: remove obsoleted init_consistent_dma_size()
Date: Thu, 8 Nov 2012 08:27:05 -0800 [thread overview]
Message-ID: <20121108162705.GB6801@atomide.com> (raw)
In-Reply-To: <1352360783-17523-2-git-send-email-m.szyprowski@samsung.com>
* Marek Szyprowski <m.szyprowski@samsung.com> [121107 23:48]:
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> CC: Tony Lindgren <tony@atomide.com>
> ---
> arch/arm/mach-omap1/io.c | 1 -
> arch/arm/mach-omap2/io.c | 12 ------------
> arch/arm/plat-omap/common.c | 7 -------
> arch/arm/plat-omap/include/plat/dma.h | 1 -
> 4 files changed, 21 deletions(-)
>
> diff --git a/arch/arm/mach-omap1/io.c b/arch/arm/mach-omap1/io.c
> index 6a5baab..b3d0fb3 100644
> --- a/arch/arm/mach-omap1/io.c
> +++ b/arch/arm/mach-omap1/io.c
> @@ -134,7 +134,6 @@ void __init omap1_init_early(void)
> */
> omap1_clk_init();
> omap1_mux_init();
> - omap_init_consistent_dma_size();
> }
>
> void __init omap1_init_late(void)
> diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
> index 4234d28..2597846 100644
> --- a/arch/arm/mach-omap2/io.c
> +++ b/arch/arm/mach-omap2/io.c
> @@ -354,11 +354,6 @@ static int _set_hwmod_postsetup_state(struct omap_hwmod *oh, void *data)
> return omap_hwmod_set_postsetup_state(oh, *(u8 *)data);
> }
>
> -static void __init omap_common_init_early(void)
> -{
> - omap_init_consistent_dma_size();
> -}
> -
> static void __init omap_hwmod_init_postsetup(void)
> {
> u8 postsetup_state;
...
Thanks we already have a similar patch from Tomi Valkeinen queued in
the omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3 branch, so
this patch can be dropped.
Regards,
Tony
next prev parent reply other threads:[~2012-11-08 16:27 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-08 7:46 [PATCH 0/7] ARM: remove init_consistent_dma_size() stub Marek Szyprowski
2012-11-08 7:46 ` [PATCH 1/7] ARM: omap: remove obsoleted init_consistent_dma_size() Marek Szyprowski
2012-11-08 16:27 ` Tony Lindgren [this message]
2012-11-08 16:27 ` Tony Lindgren
2012-11-08 7:46 ` [PATCH 2/7] ARM: samsung: " Marek Szyprowski
2012-11-08 7:46 ` [PATCH 3/7] ARM: davinci: " Marek Szyprowski
2012-11-08 7:46 ` [PATCH 4/7] ARM: shmobile: " Marek Szyprowski
2012-11-08 7:46 ` [PATCH 5/7] ARM: at91: " Marek Szyprowski
2012-11-08 15:21 ` Jean-Christophe PLAGNIOL-VILLARD
2012-11-08 7:46 ` [PATCH 6/7] ARM: u300: " Marek Szyprowski
2012-11-08 8:25 ` Linus Walleij
2012-11-08 7:46 ` [PATCH 7/7] ARM: dma-mapping: remove init_consistent_dma_size() stub Marek Szyprowski
2012-11-08 16:28 ` [PATCH 0/7] ARM: " Tony Lindgren
2012-11-12 21:21 ` Arnd Bergmann
2012-11-13 4:55 ` Kukjin Kim
2012-11-13 8:49 ` Arnd Bergmann
2012-11-13 8:54 ` Marek Szyprowski
2012-11-13 9:21 ` 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=20121108162705.GB6801@atomide.com \
--to=tony@atomide.com \
--cc=arnd@arndb.de \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=m.szyprowski@samsung.com \
--cc=olof@lixom.net \
--cc=tomi.valkeinen@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.