From: Kukjin Kim <kgene.kim@samsung.com>
To: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Chanwoo Choi <cw00.choi@samsung.com>,
kgene.kim@samsung.com, sajjan.linux@gmail.com,
devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
linux@arm.linux.org.uk, arnd@arndb.de, marc.zyngier@arm.com,
t.figa@samsung.com, hyunhee.kim@samsung.com,
sw0312.kim@samsung.com, linux-kernel@vger.kernel.org,
yj44.cho@samsung.com, inki.dae@samsung.com,
kyungmin.park@samsung.com, thomas.abraham@linaro.org,
ben-linux@fluff.org, olof@lixom.net, chanho61.park@samsung.com,
sachin.kamat@linaro.org, linux-arm-kernel@lists.infradead.org,
tushar.behera@linaro.org
Subject: Re: [PATCHv5 0/5] Support new Exynos3250 SoC based on Cortex-A7 dual core
Date: Tue, 20 May 2014 00:45:01 +0900 [thread overview]
Message-ID: <537A26FD.2010808@samsung.com> (raw)
In-Reply-To: <5379ED6B.8060309@gmail.com>
On 05/19/14 20:39, Tomasz Figa wrote:
>
>
> On 19.05.2014 13:36, Tomasz Figa wrote:
>> Hi Kukjin, Chanwoo,
>>
>> On 15.05.2014 06:28, Chanwoo Choi wrote:
>>> Dear Kukjin,
>>>
>>> Could you please pick following patches?
>>> - [PATCHv5 1/5] ARM: EXYNOS: Add Exynos3250 SoC ID
>>> - [PATCHv5 2/5] ARM: EXYNOS: Support secondary CPU boot of Exynos3250
>>
>> I'd say that [PATCHv5 5/5] ARM: dts: Add device tree sources for
>> Exynos3250 would be also useful. :)
>
> Aha, it is already applied. I should have checked in the tree first. Sorry.
>
No problem and I applied this without any reply...
I'm thinking the way to add soc_is_exynosOOOO() for new SoC and just
holding it on including 5260, 5800 as well.
Any updates, I'll let you know.
Thanks,
Kukjin
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv5 0/5] Support new Exynos3250 SoC based on Cortex-A7 dual core
Date: Tue, 20 May 2014 00:45:01 +0900 [thread overview]
Message-ID: <537A26FD.2010808@samsung.com> (raw)
In-Reply-To: <5379ED6B.8060309@gmail.com>
On 05/19/14 20:39, Tomasz Figa wrote:
>
>
> On 19.05.2014 13:36, Tomasz Figa wrote:
>> Hi Kukjin, Chanwoo,
>>
>> On 15.05.2014 06:28, Chanwoo Choi wrote:
>>> Dear Kukjin,
>>>
>>> Could you please pick following patches?
>>> - [PATCHv5 1/5] ARM: EXYNOS: Add Exynos3250 SoC ID
>>> - [PATCHv5 2/5] ARM: EXYNOS: Support secondary CPU boot of Exynos3250
>>
>> I'd say that [PATCHv5 5/5] ARM: dts: Add device tree sources for
>> Exynos3250 would be also useful. :)
>
> Aha, it is already applied. I should have checked in the tree first. Sorry.
>
No problem and I applied this without any reply...
I'm thinking the way to add soc_is_exynosOOOO() for new SoC and just
holding it on including 5260, 5800 as well.
Any updates, I'll let you know.
Thanks,
Kukjin
next prev parent reply other threads:[~2014-05-19 15:45 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-13 13:05 [PATCHv5 0/5] Support new Exynos3250 SoC based on Cortex-A7 dual core Chanwoo Choi
2014-05-13 13:05 ` Chanwoo Choi
2014-05-13 13:05 ` [PATCHv5 1/5] ARM: EXYNOS: Add Exynos3250 SoC ID Chanwoo Choi
2014-05-13 13:05 ` Chanwoo Choi
2014-05-13 13:05 ` Chanwoo Choi
2014-05-13 13:05 ` [PATCHv5 2/5] ARM: EXYNOS: Support secondary CPU boot of Exynos3250 Chanwoo Choi
2014-05-13 13:05 ` Chanwoo Choi
2014-05-14 19:32 ` Tomasz Figa
2014-05-14 19:32 ` Tomasz Figa
2014-05-13 13:05 ` [PATCHv5 3/5] clk: samsung: exynos3250: Add clocks using common clock framework Chanwoo Choi
2014-05-13 13:05 ` Chanwoo Choi
2014-05-14 19:31 ` Tomasz Figa
2014-05-14 19:31 ` Tomasz Figa
2014-05-13 13:05 ` [PATCHv5 4/5] dt-bindings: add documentation for Exynos3250 clock controller Chanwoo Choi
2014-05-13 13:05 ` Chanwoo Choi
[not found] ` <1399986308-23744-5-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-05-14 19:35 ` Tomasz Figa
2014-05-14 19:35 ` Tomasz Figa
2014-05-14 19:35 ` Tomasz Figa
2014-05-14 19:46 ` Kukjin Kim
2014-05-14 19:46 ` Kukjin Kim
2014-05-14 19:54 ` Tomasz Figa
2014-05-14 19:54 ` Tomasz Figa
2014-05-13 13:05 ` [PATCHv5 5/5] ARM: dts: Add device tree sources for Exynos3250 Chanwoo Choi
2014-05-13 13:05 ` Chanwoo Choi
2014-05-14 19:36 ` Tomasz Figa
2014-05-14 19:36 ` Tomasz Figa
2014-05-15 4:28 ` [PATCHv5 0/5] Support new Exynos3250 SoC based on Cortex-A7 dual core Chanwoo Choi
2014-05-15 4:28 ` Chanwoo Choi
2014-05-19 11:36 ` Tomasz Figa
2014-05-19 11:36 ` Tomasz Figa
2014-05-19 11:39 ` Tomasz Figa
2014-05-19 11:39 ` Tomasz Figa
2014-05-19 15:45 ` Kukjin Kim [this message]
2014-05-19 15:45 ` 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=537A26FD.2010808@samsung.com \
--to=kgene.kim@samsung.com \
--cc=arnd@arndb.de \
--cc=ben-linux@fluff.org \
--cc=chanho61.park@samsung.com \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=hyunhee.kim@samsung.com \
--cc=inki.dae@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=marc.zyngier@arm.com \
--cc=olof@lixom.net \
--cc=sachin.kamat@linaro.org \
--cc=sajjan.linux@gmail.com \
--cc=sw0312.kim@samsung.com \
--cc=t.figa@samsung.com \
--cc=thomas.abraham@linaro.org \
--cc=tomasz.figa@gmail.com \
--cc=tushar.behera@linaro.org \
--cc=yj44.cho@samsung.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.