All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: "'Andreas Färber'" <afaerber@suse.de>, linux-samsung-soc@vger.kernel.org
Cc: 'Tarek Dakhran' <t.dakhran@samsung.com>,
	'Kevin Hilman' <khilman@linaro.org>,
	'Pankaj Dubey' <pankaj.dubey@samsung.com>,
	'Tomasz Figa' <t.figa@samsung.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: RE: [PATCH 0/3] ARM: EXYNOS: Fix Exynos5410 boot
Date: Mon, 28 Jul 2014 09:39:53 +0900	[thread overview]
Message-ID: <00c901cfa9fc$727b4e10$5771ea30$@samsung.com> (raw)
In-Reply-To: <53D4EFBB.6000404@suse.de>

Andreas Färber wrote:
> 
> Am 27.07.2014 14:22, schrieb Andreas Färber:
> > Hello,
> >
> > This mini-series unbreaks booting on 5410 based ODROID-XU.
> >
> > Since I do not have access to a TRM, the address is a guess based on
> > 5250 and 5410. Such a node was not present in the 3.14 downstream tree.
> 
> s/5410/5420/
> 
OK.

> >
> > Regards,
> > Andreas
> >
> > Andreas Färber (3):
> >   Documentation: devicetree: Document exynos5410 PMU
> >   ARM: dts: exynos: Add PMU to Exynos5410
> >   ARM: EXYNOS: Add support for Exynos5410 PMU
> >
> >  Documentation/devicetree/bindings/arm/samsung/pmu.txt | 1 +
> >  arch/arm/boot/dts/exynos5410.dtsi                     | 5 +++++
> >  arch/arm/mach-exynos/exynos.c                         | 1 +
> >  3 files changed, 7 insertions(+)
> 
Andreas, thanks.

I'll apply this whole series.

- Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] ARM: EXYNOS: Fix Exynos5410 boot
Date: Mon, 28 Jul 2014 09:39:53 +0900	[thread overview]
Message-ID: <00c901cfa9fc$727b4e10$5771ea30$@samsung.com> (raw)
In-Reply-To: <53D4EFBB.6000404@suse.de>

Andreas F?rber wrote:
> 
> Am 27.07.2014 14:22, schrieb Andreas F?rber:
> > Hello,
> >
> > This mini-series unbreaks booting on 5410 based ODROID-XU.
> >
> > Since I do not have access to a TRM, the address is a guess based on
> > 5250 and 5410. Such a node was not present in the 3.14 downstream tree.
> 
> s/5410/5420/
> 
OK.

> >
> > Regards,
> > Andreas
> >
> > Andreas F?rber (3):
> >   Documentation: devicetree: Document exynos5410 PMU
> >   ARM: dts: exynos: Add PMU to Exynos5410
> >   ARM: EXYNOS: Add support for Exynos5410 PMU
> >
> >  Documentation/devicetree/bindings/arm/samsung/pmu.txt | 1 +
> >  arch/arm/boot/dts/exynos5410.dtsi                     | 5 +++++
> >  arch/arm/mach-exynos/exynos.c                         | 1 +
> >  3 files changed, 7 insertions(+)
> 
Andreas, thanks.

I'll apply this whole series.

- Kukjin

  reply	other threads:[~2014-07-28  0:39 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-27 12:22 [PATCH 0/3] ARM: EXYNOS: Fix Exynos5410 boot Andreas Färber
2014-07-27 12:22 ` Andreas Färber
2014-07-27 12:22 ` [PATCH 1/3] Documentation: devicetree: Document exynos5410 PMU Andreas Färber
2014-07-27 12:22   ` Andreas Färber
2014-07-27 12:22   ` Andreas Färber
2014-07-27 12:22 ` [PATCH 2/3] ARM: dts: exynos: Add PMU to Exynos5410 Andreas Färber
2014-07-27 12:22   ` Andreas Färber
2014-07-27 12:22   ` Andreas Färber
2014-07-27 12:22 ` [PATCH 3/3] ARM: EXYNOS: Add support for Exynos5410 PMU Andreas Färber
2014-07-27 12:22   ` Andreas Färber
2014-07-27 12:25 ` [PATCH 0/3] ARM: EXYNOS: Fix Exynos5410 boot Andreas Färber
2014-07-27 12:25   ` Andreas Färber
2014-07-28  0:39   ` Kukjin Kim [this message]
2014-07-28  0:39     ` Kukjin Kim
2014-07-31  0:33     ` Olof Johansson
2014-07-31  0:33       ` Olof Johansson
2014-07-31  1:10       ` Kukjin Kim
2014-07-31  1:10         ` Kukjin Kim
2014-07-31  3:59         ` Andreas Färber
2014-07-31  3:59           ` Andreas Färber
2014-07-31  5:00           ` Andreas Färber
2014-07-31  5:00             ` Andreas Färber

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='00c901cfa9fc$727b4e10$5771ea30$@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=afaerber@suse.de \
    --cc=khilman@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=pankaj.dubey@samsung.com \
    --cc=t.dakhran@samsung.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.