From: Karol Lewandowski <k.lewandowsk@samsung.com>
To: Kyungmin Park <kmpark@infradead.org>
Cc: linux-samsung-soc@vger.kernel.org, "HeungJun,
Kim" <riverful.kim@samsung.com>,
kgene.kim@samsung.com, Thomas Abraham <thomas.abraham@linaro.org>,
linux-arm-kernel@lists.infradead.org,
Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH] ARM: EXYNOS: Adds Samsung TRATS board support
Date: Fri, 10 Feb 2012 18:54:47 +0100 [thread overview]
Message-ID: <4F3559E7.7060904@samsung.com> (raw)
In-Reply-To: <CAH9JG2VLxmsafu09RmU5GPXnQUMnJo8XZSQcKTkBD2ZpnZ6yPQ@mail.gmail.com>
On 10.02.2012 09:01, Kyungmin Park wrote:
> + Karol for DT support later
>
> On Fri, Feb 10, 2012 at 3:58 AM, Thomas Abraham
> <thomas.abraham@linaro.org> wrote:
>> Dear Mr. HeungJun Kim,
>>
>> On 27 January 2012 00:21, HeungJun, Kim <riverful.kim@samsung.com> wrote:
>>> This patch adds Samsung Mobile TRATS board support.
>>>
>>> Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
>>> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
>>> ---
>>> arch/arm/mach-exynos/Kconfig | 11 ++
>>> arch/arm/mach-exynos/Makefile | 1 +
>>> arch/arm/mach-exynos/mach-trats.c | 344 +++++++++++++++++++++++++++++++++++++
>>> 3 files changed, 356 insertions(+), 0 deletions(-)
>>> create mode 100644 arch/arm/mach-exynos/mach-trats.c
>>
>> The exynos4 dt-enabled board file can support most of the features
>> added in this board file. The other option that could be considered
>> here would be to add DT support for this board file, and use AUX_DATA
>> to supply platform data for drivers that do not have dt support yet.
>> It would be better to use dt support for new board support that we
>> add.
Thanks to Thomas' work TRATS can be booted today using exynos4-dt.
However, we are still missing some bits needed to make it fully functional:
- sdhci-s3c patchset[1] is needed for eMMC support
http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/9216
- irq-eint[2] and max8997-pmic[3] for regulators
[2] http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/8197
[3] http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/8865
These patches (created entirely by Thomas) would allow me to write
description (dts) that should cover what mach-trats.c did.
However, due to ongoing irqdomain and related changes I assume this
might take a while.
Thomas, may I ask about your plans wrt to irqdomains and wakeup/eints
(this [2] patchset)?
Regards,
--
Karol Lewandowski | Samsung Poland R&D Center | Linux/Platform
WARNING: multiple messages have this Message-ID (diff)
From: k.lewandowsk@samsung.com (Karol Lewandowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: EXYNOS: Adds Samsung TRATS board support
Date: Fri, 10 Feb 2012 18:54:47 +0100 [thread overview]
Message-ID: <4F3559E7.7060904@samsung.com> (raw)
In-Reply-To: <CAH9JG2VLxmsafu09RmU5GPXnQUMnJo8XZSQcKTkBD2ZpnZ6yPQ@mail.gmail.com>
On 10.02.2012 09:01, Kyungmin Park wrote:
> + Karol for DT support later
>
> On Fri, Feb 10, 2012 at 3:58 AM, Thomas Abraham
> <thomas.abraham@linaro.org> wrote:
>> Dear Mr. HeungJun Kim,
>>
>> On 27 January 2012 00:21, HeungJun, Kim <riverful.kim@samsung.com> wrote:
>>> This patch adds Samsung Mobile TRATS board support.
>>>
>>> Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
>>> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
>>> ---
>>> arch/arm/mach-exynos/Kconfig | 11 ++
>>> arch/arm/mach-exynos/Makefile | 1 +
>>> arch/arm/mach-exynos/mach-trats.c | 344 +++++++++++++++++++++++++++++++++++++
>>> 3 files changed, 356 insertions(+), 0 deletions(-)
>>> create mode 100644 arch/arm/mach-exynos/mach-trats.c
>>
>> The exynos4 dt-enabled board file can support most of the features
>> added in this board file. The other option that could be considered
>> here would be to add DT support for this board file, and use AUX_DATA
>> to supply platform data for drivers that do not have dt support yet.
>> It would be better to use dt support for new board support that we
>> add.
Thanks to Thomas' work TRATS can be booted today using exynos4-dt.
However, we are still missing some bits needed to make it fully functional:
- sdhci-s3c patchset[1] is needed for eMMC support
http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/9216
- irq-eint[2] and max8997-pmic[3] for regulators
[2] http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/8197
[3] http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/8865
These patches (created entirely by Thomas) would allow me to write
description (dts) that should cover what mach-trats.c did.
However, due to ongoing irqdomain and related changes I assume this
might take a while.
Thomas, may I ask about your plans wrt to irqdomains and wakeup/eints
(this [2] patchset)?
Regards,
--
Karol Lewandowski | Samsung Poland R&D Center | Linux/Platform
next prev parent reply other threads:[~2012-02-10 17:54 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-23 7:09 [PATCH] ARM: EXYNOS: Adds Samsung TRATS board support HeungJun, Kim
2011-12-24 1:46 ` Kukjin Kim
2011-12-25 23:55 ` Kyungmin Park
2011-12-25 23:55 ` Kyungmin Park
2011-12-26 3:49 ` HeungJun, Kim
2011-12-26 3:49 ` HeungJun, Kim
2011-12-27 0:37 ` Kukjin Kim
2011-12-27 0:37 ` Kukjin Kim
2012-01-03 9:50 ` Russell King - ARM Linux
2012-01-03 9:50 ` Russell King - ARM Linux
2011-12-27 0:37 ` Kukjin Kim
2011-12-27 0:37 ` Kukjin Kim
2011-12-27 0:45 ` Kyungmin Park
2011-12-27 0:45 ` Kyungmin Park
2011-12-27 1:11 ` Kukjin Kim
2011-12-27 1:11 ` Kukjin Kim
2011-12-27 1:35 ` Kyungmin Park
2011-12-27 1:35 ` Kyungmin Park
2012-01-27 8:21 ` HeungJun, Kim
2012-01-27 8:21 ` HeungJun, Kim
2012-02-09 13:11 ` Kukjin Kim
2012-02-09 13:11 ` Kukjin Kim
2012-02-09 18:58 ` Thomas Abraham
2012-02-09 18:58 ` Thomas Abraham
2012-02-10 8:01 ` Kyungmin Park
2012-02-10 8:01 ` Kyungmin Park
2012-02-10 17:54 ` Karol Lewandowski [this message]
2012-02-10 17:54 ` Karol Lewandowski
2012-02-10 19:00 ` Thomas Abraham
2012-02-10 19:00 ` Thomas Abraham
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=4F3559E7.7060904@samsung.com \
--to=k.lewandowsk@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=m.szyprowski@samsung.com \
--cc=riverful.kim@samsung.com \
--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.