From: Arnd Bergmann <arnd@arndb.de>
To: "Turquette, Mike" <mturquette@ti.com>
Cc: Kukjin Kim <kgene.kim@samsung.com>,
Grant Likely <grant.likely@secretlab.ca>,
Russell King - ARM Linux <linux@arm.linux.org.uk>,
Kyungmin Park <kmpark@infradead.org>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
linux-samsung-soc@vger.kernel.org,
Thomas Abraham <thomas.abraham@linaro.org>,
olof@lixom.net, linux-arm-kernel@lists.infradead.org,
jhbird.choi@samsung.com
Subject: Re: [PATCH v2 03/11] ARM: EXYNOS: add clock part for EXYNOS5250 SoC
Date: Thu, 16 Feb 2012 05:50:42 +0000 [thread overview]
Message-ID: <201202160550.42192.arnd@arndb.de> (raw)
In-Reply-To: <CAJOA=zPujvu0WNmn8UPa4NogJ1w6UqEg-RDNEcnfBZQW3SS+eQ@mail.gmail.com>
On Thursday 16 February 2012, Turquette, Mike wrote:
> >
> >> Ah, one more, would be better to us if arm-soc tree could provide
> >> the topic branch for 'common struct clk' working as a base.
> >
> > Good point. Mike, can you send a pull request for whatever you have
> > now as another staging branch for arm-soc?
>
> Arnd, we discussed linux-next as the target for the common clk core
> code at Linaro Connect. Are you now asking for that code in arm-soc?
> If so, I think it would be better to keep things simple only target
> linux-next once V5 has hit the lists after ELC.
I guess waiting for you to send out v5 is a good idea, but as Kgene
mentioned it would be nice to have the series in arm-soc in order
to base other branches on top of it, and we have now made it possible
to update branches like this one by declaring them "staging".
The main advantage that I see of putting your series into arm-soc
is that I can handle the dependencies: If you want to update the
series based to v6 after more review and send me a replacement pull
request, I can rebase the exynos5 patches (and other conversions)
on top of that. If you have a different tree in linux-next and plan
to rebase it, I cannot take any other patches into arm-soc that depend
on yours.
The alternative would be that I take the exynos5 patches in their
current shape into arm-soc and you put your patches into linux-next
based on the branch that I have, and with a patch to convert exynos5
to it on top.
> If you are instead referring to OMAP platform support for common clk,
> that code is very infantile and not yet ready for arm-soc, especially
> as it breaks OMAP2+ multi-boot.
I did not mean the omap specific parts.
Arnd
WARNING: multiple messages have this Message-ID (diff)
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 03/11] ARM: EXYNOS: add clock part for EXYNOS5250 SoC
Date: Thu, 16 Feb 2012 05:50:42 +0000 [thread overview]
Message-ID: <201202160550.42192.arnd@arndb.de> (raw)
In-Reply-To: <CAJOA=zPujvu0WNmn8UPa4NogJ1w6UqEg-RDNEcnfBZQW3SS+eQ@mail.gmail.com>
On Thursday 16 February 2012, Turquette, Mike wrote:
> >
> >> Ah, one more, would be better to us if arm-soc tree could provide
> >> the topic branch for 'common struct clk' working as a base.
> >
> > Good point. Mike, can you send a pull request for whatever you have
> > now as another staging branch for arm-soc?
>
> Arnd, we discussed linux-next as the target for the common clk core
> code at Linaro Connect. Are you now asking for that code in arm-soc?
> If so, I think it would be better to keep things simple only target
> linux-next once V5 has hit the lists after ELC.
I guess waiting for you to send out v5 is a good idea, but as Kgene
mentioned it would be nice to have the series in arm-soc in order
to base other branches on top of it, and we have now made it possible
to update branches like this one by declaring them "staging".
The main advantage that I see of putting your series into arm-soc
is that I can handle the dependencies: If you want to update the
series based to v6 after more review and send me a replacement pull
request, I can rebase the exynos5 patches (and other conversions)
on top of that. If you have a different tree in linux-next and plan
to rebase it, I cannot take any other patches into arm-soc that depend
on yours.
The alternative would be that I take the exynos5 patches in their
current shape into arm-soc and you put your patches into linux-next
based on the branch that I have, and with a patch to convert exynos5
to it on top.
> If you are instead referring to OMAP platform support for common clk,
> that code is very infantile and not yet ready for arm-soc, especially
> as it breaks OMAP2+ multi-boot.
I did not mean the omap specific parts.
Arnd
next prev parent reply other threads:[~2012-02-16 5:51 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-11 17:34 [PATCH v2 00/11] ARM: EXYNOS: add suppport for EXYNOS5250 SoC Kukjin Kim
2012-02-11 17:34 ` Kukjin Kim
2012-02-11 17:34 ` [PATCH v2 01/11] ARM: EXYNOS: to declare static for mach-exynos/common.c Kukjin Kim
2012-02-11 17:34 ` Kukjin Kim
2012-02-11 17:34 ` [PATCH v2 02/11] ARM: EXYNOS: use exynos_init_uarts() instead of exynos4_init_uarts() Kukjin Kim
2012-02-11 17:34 ` Kukjin Kim
2012-02-11 17:34 ` [PATCH v2 03/11] ARM: EXYNOS: add clock part for EXYNOS5250 SoC Kukjin Kim
2012-02-11 17:34 ` Kukjin Kim
2012-02-11 19:52 ` Sylwester Nawrocki
2012-02-11 19:52 ` Sylwester Nawrocki
2012-02-11 20:07 ` Arnd Bergmann
2012-02-11 20:07 ` Arnd Bergmann
2012-02-11 20:14 ` Mark Brown
2012-02-11 20:14 ` Mark Brown
2012-02-13 5:47 ` Arnd Bergmann
2012-02-13 5:47 ` Arnd Bergmann
2012-02-13 11:04 ` Russell King - ARM Linux
2012-02-13 11:04 ` Russell King - ARM Linux
2012-02-13 20:54 ` Grant Likely
2012-02-13 20:54 ` Grant Likely
2012-02-16 3:42 ` Kukjin Kim
2012-02-16 3:42 ` Kukjin Kim
2012-02-16 5:22 ` Arnd Bergmann
2012-02-16 5:22 ` Arnd Bergmann
2012-02-16 5:33 ` Turquette, Mike
2012-02-16 5:33 ` Turquette, Mike
2012-02-16 5:50 ` Arnd Bergmann [this message]
2012-02-16 5:50 ` Arnd Bergmann
2012-02-16 18:38 ` Turquette, Mike
2012-02-16 18:38 ` Turquette, Mike
2012-02-16 5:40 ` Kukjin Kim
2012-02-16 5:40 ` Kukjin Kim
2012-02-11 17:34 ` [PATCH v2 04/11] ARM: EXYNOS: add interrupt definitions for EXYNOS5250 Kukjin Kim
2012-02-11 17:34 ` Kukjin Kim
2012-02-16 5:28 ` Kukjin Kim
2012-02-16 5:28 ` Kukjin Kim
2012-02-17 0:10 ` Olof Johansson
2012-02-17 0:10 ` Olof Johansson
2012-02-21 10:35 ` Kukjin Kim
2012-02-21 10:35 ` Kukjin Kim
2012-03-06 18:55 ` Olof Johansson
2012-03-06 18:55 ` Olof Johansson
2012-03-07 13:12 ` Kukjin Kim
2012-03-07 13:12 ` Kukjin Kim
2012-03-07 14:20 ` Kyungmin Park
2012-03-07 14:20 ` Kyungmin Park
2012-03-08 5:53 ` Olof Johansson
2012-03-08 5:53 ` Olof Johansson
2012-02-11 17:34 ` [PATCH v2 05/11] ARM: EXYNOS: add initial setup-i2c0 for EXYNOS5 Kukjin Kim
2012-02-11 17:34 ` Kukjin Kim
2012-02-11 17:34 ` [PATCH v2 06/11] ARM: EXYNOS: add support uart for EXYNOS4 and EXYNOS5 Kukjin Kim
2012-02-11 17:34 ` Kukjin Kim
2012-02-16 5:24 ` Kukjin Kim
2012-02-16 5:24 ` Kukjin Kim
2012-02-11 17:34 ` [PATCH v2 07/11] ARM: EXYNOS: add support get_core_count() for EXYNOS5250 Kukjin Kim
2012-02-11 17:34 ` Kukjin Kim
2012-02-11 17:34 ` [PATCH v2 08/11] ARM: EXYNOS: add support for ARCH_EXYNOS5 and EXYNOS5250 Kukjin Kim
2012-02-11 17:34 ` Kukjin Kim
2012-02-16 5:00 ` Kyungmin Park
2012-02-16 5:00 ` Kyungmin Park
2012-02-16 5:14 ` Arnd Bergmann
2012-02-16 5:14 ` Arnd Bergmann
2012-02-16 5:19 ` Kukjin Kim
2012-02-16 5:19 ` Kukjin Kim
2012-02-16 5:23 ` Kukjin Kim
2012-02-16 5:23 ` Kukjin Kim
2012-02-11 17:34 ` [PATCH v2 09/11] ARM: EXYNOS: add support device tree enabled board file for EXYNOS5 Kukjin Kim
2012-02-11 17:34 ` Kukjin Kim
2012-02-11 17:34 ` [PATCH v2 10/11] ARM: dts: add initial dts file for EXYNOS5250, SMDK5250 Kukjin Kim
2012-02-11 17:34 ` Kukjin Kim
2012-02-11 17:34 ` [PATCH v2 11/11] ARM: EXYNOS: temporary add board file for SMDK5250 Kukjin Kim
2012-02-11 17:34 ` Kukjin Kim
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=201202160550.42192.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=grant.likely@secretlab.ca \
--cc=jhbird.choi@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=kmpark@infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mturquette@ti.com \
--cc=olof@lixom.net \
--cc=thomas.abraham@linaro.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.