All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Abraham <thomas.abraham@linaro.org>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: devicetree-discuss <devicetree-discuss@lists.ozlabs.org>,
	linux-samsung-soc <linux-samsung-soc@vger.kernel.org>,
	arm-linux <linux-arm-kernel@lists.infradead.org>,
	Tomasz Figa <t.figa@samsung.com>,
	Sylwester Nawrocki <sylvester.nawrocki@gmail.com>,
	Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH 0/2] ARM: Exynos: Add DT based I/O mapping for Chip-ID controller
Date: Mon, 22 Apr 2013 16:50:39 +0530	[thread overview]
Message-ID: <CAJuYYwTV5U8-wqNhet4ZEdgRSnbok6-ziE-qkx4ee9j84z8xdg@mail.gmail.com> (raw)
In-Reply-To: <27ea01ce3101$a8dae850$fa90b8f0$%kim@samsung.com>

On 4 April 2013 12:27, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Thomas Abraham wrote:
>>
>> This patch series allows device tree enabled platforms to setup a runtime
>> I/O mapping for the chip-id controller. This helps to remove statically
>> defined I/O mapping for the Chip-ID controller.
>>
>> Thomas Abraham (2):
>>   ARM: Exynos: Create virtual I/O mapping for Chip-ID controller using
>> device tree
>>   ARM: dts: Add chip-id controller node on Exynos4/5 SoC
>>
>>  .../arm/samsung/samsung,exynos4210-chipid.txt      |   15 ++++++
>>  arch/arm/boot/dts/exynos4.dtsi                     |    5 ++
>>  arch/arm/boot/dts/exynos5250.dtsi                  |    5 ++
>>  arch/arm/mach-exynos/common.c                      |   53
> +++++++++++---------
>>  arch/arm/mach-exynos/include/mach/map.h            |    1 -
>>  5 files changed, 55 insertions(+), 24 deletions(-)
>>  create mode 100644
>> Documentation/devicetree/bindings/arm/samsung/samsung,exynos4210-
>> chipid.txt
>>
>> --
>> 1.7.5.4
>
> Thomas,
>
> Can you update this series can support exynos5440 as well? It should be done
> together.

Hi Mr. Kim,

Sorry for the delayed reply. This patch series is supported for
Exynos5440 as well. The v2 version of this patch series has been
submitted.

Thanks,
Thomas.

>
> - Kukjin
>

WARNING: multiple messages have this Message-ID (diff)
From: thomas.abraham@linaro.org (Thomas Abraham)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] ARM: Exynos: Add DT based I/O mapping for Chip-ID controller
Date: Mon, 22 Apr 2013 16:50:39 +0530	[thread overview]
Message-ID: <CAJuYYwTV5U8-wqNhet4ZEdgRSnbok6-ziE-qkx4ee9j84z8xdg@mail.gmail.com> (raw)
In-Reply-To: <27ea01ce3101$a8dae850$fa90b8f0$%kim@samsung.com>

On 4 April 2013 12:27, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Thomas Abraham wrote:
>>
>> This patch series allows device tree enabled platforms to setup a runtime
>> I/O mapping for the chip-id controller. This helps to remove statically
>> defined I/O mapping for the Chip-ID controller.
>>
>> Thomas Abraham (2):
>>   ARM: Exynos: Create virtual I/O mapping for Chip-ID controller using
>> device tree
>>   ARM: dts: Add chip-id controller node on Exynos4/5 SoC
>>
>>  .../arm/samsung/samsung,exynos4210-chipid.txt      |   15 ++++++
>>  arch/arm/boot/dts/exynos4.dtsi                     |    5 ++
>>  arch/arm/boot/dts/exynos5250.dtsi                  |    5 ++
>>  arch/arm/mach-exynos/common.c                      |   53
> +++++++++++---------
>>  arch/arm/mach-exynos/include/mach/map.h            |    1 -
>>  5 files changed, 55 insertions(+), 24 deletions(-)
>>  create mode 100644
>> Documentation/devicetree/bindings/arm/samsung/samsung,exynos4210-
>> chipid.txt
>>
>> --
>> 1.7.5.4
>
> Thomas,
>
> Can you update this series can support exynos5440 as well? It should be done
> together.

Hi Mr. Kim,

Sorry for the delayed reply. This patch series is supported for
Exynos5440 as well. The v2 version of this patch series has been
submitted.

Thanks,
Thomas.

>
> - Kukjin
>

  reply	other threads:[~2013-04-22 11:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-18  7:54 [PATCH 0/2] ARM: Exynos: Add DT based I/O mapping for Chip-ID controller Thomas Abraham
2013-02-18  7:54 ` Thomas Abraham
2013-02-18  7:54 ` [PATCH 1/2] ARM: Exynos: Create virtual I/O mapping for Chip-ID controller using device tree Thomas Abraham
2013-02-18  7:54   ` Thomas Abraham
2013-02-18  7:54 ` [PATCH 2/2] ARM: dts: Add chip-id controller node on Exynos4/5 SoC Thomas Abraham
2013-02-18  7:54   ` Thomas Abraham
2013-04-04  6:57 ` [PATCH 0/2] ARM: Exynos: Add DT based I/O mapping for Chip-ID controller Kukjin Kim
2013-04-04  6:57   ` Kukjin Kim
2013-04-22 11:20   ` Thomas Abraham [this message]
2013-04-22 11:20     ` Thomas Abraham
2013-04-22 16:47     ` Kukjin Kim
2013-04-22 16:47       ` 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=CAJuYYwTV5U8-wqNhet4ZEdgRSnbok6-ziE-qkx4ee9j84z8xdg@mail.gmail.com \
    --to=thomas.abraham@linaro.org \
    --cc=arnd@arndb.de \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=sylvester.nawrocki@gmail.com \
    --cc=t.figa@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.