All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: 'Abhilash Kesavan' <kesavan.abhilash@gmail.com>,
	'linux-arm-kernel' <linux-arm-kernel@lists.infradead.org>,
	'Olof Johansson' <olof@lixom.net>,
	'Arnd Bergmann' <arnd@arndb.de>
Cc: 'devicetree' <devicetree@vger.kernel.org>,
	'linux-samsung-soc' <linux-samsung-soc@vger.kernel.org>,
	robh@kernel.org, 'Catalin Marinas' <catalin.marinas@arm.com>,
	'Tomasz Figa' <tomasz.figa@gmail.com>,
	'Lorenzo Pieralisi' <lorenzo.pieralisi@arm.com>
Subject: RE: [PATCH v7 0/7] Enable support for Samsung Exynos7 SoC
Date: Sun, 16 Nov 2014 16:01:15 +0900	[thread overview]
Message-ID: <000e01d0016b$1eef44b0$5ccdce10$@kernel.org> (raw)
In-Reply-To: <CAM4voa=DT80ceZf3P8g5+80hoBKQrviSCHcc1qj--RLJkFxbyQ@mail.gmail.com>

Abhilash Kesavan wrote:
> 
> Hi Olof and Arnd
> 
Hi

> On Tue, Nov 11, 2014 at 7:59 PM, Abhilash Kesavan
> <kesavan.abhilash@gmail.com> wrote:
> > Hello Olof and Arnd,
> >
> > On Sun, Nov 9, 2014 at 9:50 AM, Abhilash Kesavan <a.kesavan@samsung.com> wrote:
> >> These were originally part of 2 patchsets[1][2] adding support for Exynos7.
> >>  The clock and pinctrl patches are going through the respective maintainer's
> >> tree; hence the remaining dt related patches have been consolidated and are
> >> being posted here as a separate series.
> >>
> >> This patchset has build dependencies on the following patches:
> >> a] "[GIT PULL] Samsung clock changes for 3.19" - specifically the clock dt
> >>    bindings header.
> >>    http://comments.gmane.org/gmane.linux.kernel.samsung-soc/39142
> >> b] "tty: serial: samsung: Clean-up selection of number of available UARTs"
> >>    http://www.spinics.net/lists/linux-samsung-soc/msg37418.html
> >> c] "dts, kbuild: Implement support for dtb vendor subdirs"(merged in linux-next)
> >>    https://lkml.org/lkml/2014/10/21/654
> >>
> >> [1] arch: arm64: Enable support for Samsung Exynos7 SoC
> >> http://www.spinics.net/lists/linux-samsung-soc/msg37047.html
> >> [2] Add clock and DT support for a few IPs on Exynos7
> >> http://www.spinics.net/lists/linux-samsung-soc/msg37973.html
> >>
> >> Changes since v6:
> >>         - Fixed the platform ordering (exynos before thunder) in Kconfig file.
> >>         - Fixed the ordering of reg and enable-method properties in cpu node
> >>         as per Lorenzo Pieralisi's comment.
> >
> >
> > Do you have any comments on this patchset ?
> 
> A gentle reminder regarding this patch set. Kindly review.
> 
As I commented before, looks good to me, so shall I queue this in samsung tree
with dependencies such as clock stuff? I'm happy with either way samsung tree
or arm-soc tree directly though.

Thanks,
Kukjin

> Abhilash
> >>
> >> Abhilash Kesavan (2):
> >>   arm64: dts: Add PMU DT node for exynos7 SoC
> >>   arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on Exynos7
> >>
> >> Alim Akhtar (2):
> >>   arm64: exynos7: Enable ARMv8 based Exynos7 (SoC) support
> >>   arm64: Enable Exynos7 SOC in the defconfig
> >>
> >> Naveen Krishna Ch (2):
> >>   arm64: dts: Add initial device tree support for EXYNOS7
> >>   arm64: dts: Add initial pinctrl support to EXYNOS7
> >>
> >> Pankaj Dubey (1):
> >>   arm64: dts: add <dt-bindings/> symlink
> >>
> >>  .../devicetree/bindings/arm/samsung/pmu.txt        |   1 +
> >>  arch/arm64/Kconfig                                 |  17 +
> >>  arch/arm64/boot/dts/Makefile                       |   1 +
> >>  arch/arm64/boot/dts/exynos/Makefile                |   5 +
> >>  arch/arm64/boot/dts/exynos/exynos7-espresso.dts    |  84 +++
> >>  arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi    | 588 +++++++++++++++++++++
> >>  arch/arm64/boot/dts/exynos/exynos7.dtsi            | 530 +++++++++++++++++++
> >>  arch/arm64/boot/dts/include/dt-bindings            |   1 +
> >>  arch/arm64/configs/defconfig                       |   4 +
> >>  9 files changed, 1231 insertions(+)
> >>  create mode 100644 arch/arm64/boot/dts/exynos/Makefile
> >>  create mode 100644 arch/arm64/boot/dts/exynos/exynos7-espresso.dts
> >>  create mode 100644 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi
> >>  create mode 100644 arch/arm64/boot/dts/exynos/exynos7.dtsi
> >>  create mode 120000 arch/arm64/boot/dts/include/dt-bindings
> >>
> >> --
> >> 2.1.0
> >>
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 0/7] Enable support for Samsung Exynos7 SoC
Date: Sun, 16 Nov 2014 16:01:15 +0900	[thread overview]
Message-ID: <000e01d0016b$1eef44b0$5ccdce10$@kernel.org> (raw)
In-Reply-To: <CAM4voa=DT80ceZf3P8g5+80hoBKQrviSCHcc1qj--RLJkFxbyQ@mail.gmail.com>

Abhilash Kesavan wrote:
> 
> Hi Olof and Arnd
> 
Hi

> On Tue, Nov 11, 2014 at 7:59 PM, Abhilash Kesavan
> <kesavan.abhilash@gmail.com> wrote:
> > Hello Olof and Arnd,
> >
> > On Sun, Nov 9, 2014 at 9:50 AM, Abhilash Kesavan <a.kesavan@samsung.com> wrote:
> >> These were originally part of 2 patchsets[1][2] adding support for Exynos7.
> >>  The clock and pinctrl patches are going through the respective maintainer's
> >> tree; hence the remaining dt related patches have been consolidated and are
> >> being posted here as a separate series.
> >>
> >> This patchset has build dependencies on the following patches:
> >> a] "[GIT PULL] Samsung clock changes for 3.19" - specifically the clock dt
> >>    bindings header.
> >>    http://comments.gmane.org/gmane.linux.kernel.samsung-soc/39142
> >> b] "tty: serial: samsung: Clean-up selection of number of available UARTs"
> >>    http://www.spinics.net/lists/linux-samsung-soc/msg37418.html
> >> c] "dts, kbuild: Implement support for dtb vendor subdirs"(merged in linux-next)
> >>    https://lkml.org/lkml/2014/10/21/654
> >>
> >> [1] arch: arm64: Enable support for Samsung Exynos7 SoC
> >> http://www.spinics.net/lists/linux-samsung-soc/msg37047.html
> >> [2] Add clock and DT support for a few IPs on Exynos7
> >> http://www.spinics.net/lists/linux-samsung-soc/msg37973.html
> >>
> >> Changes since v6:
> >>         - Fixed the platform ordering (exynos before thunder) in Kconfig file.
> >>         - Fixed the ordering of reg and enable-method properties in cpu node
> >>         as per Lorenzo Pieralisi's comment.
> >
> >
> > Do you have any comments on this patchset ?
> 
> A gentle reminder regarding this patch set. Kindly review.
> 
As I commented before, looks good to me, so shall I queue this in samsung tree
with dependencies such as clock stuff? I'm happy with either way samsung tree
or arm-soc tree directly though.

Thanks,
Kukjin

> Abhilash
> >>
> >> Abhilash Kesavan (2):
> >>   arm64: dts: Add PMU DT node for exynos7 SoC
> >>   arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on Exynos7
> >>
> >> Alim Akhtar (2):
> >>   arm64: exynos7: Enable ARMv8 based Exynos7 (SoC) support
> >>   arm64: Enable Exynos7 SOC in the defconfig
> >>
> >> Naveen Krishna Ch (2):
> >>   arm64: dts: Add initial device tree support for EXYNOS7
> >>   arm64: dts: Add initial pinctrl support to EXYNOS7
> >>
> >> Pankaj Dubey (1):
> >>   arm64: dts: add <dt-bindings/> symlink
> >>
> >>  .../devicetree/bindings/arm/samsung/pmu.txt        |   1 +
> >>  arch/arm64/Kconfig                                 |  17 +
> >>  arch/arm64/boot/dts/Makefile                       |   1 +
> >>  arch/arm64/boot/dts/exynos/Makefile                |   5 +
> >>  arch/arm64/boot/dts/exynos/exynos7-espresso.dts    |  84 +++
> >>  arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi    | 588 +++++++++++++++++++++
> >>  arch/arm64/boot/dts/exynos/exynos7.dtsi            | 530 +++++++++++++++++++
> >>  arch/arm64/boot/dts/include/dt-bindings            |   1 +
> >>  arch/arm64/configs/defconfig                       |   4 +
> >>  9 files changed, 1231 insertions(+)
> >>  create mode 100644 arch/arm64/boot/dts/exynos/Makefile
> >>  create mode 100644 arch/arm64/boot/dts/exynos/exynos7-espresso.dts
> >>  create mode 100644 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi
> >>  create mode 100644 arch/arm64/boot/dts/exynos/exynos7.dtsi
> >>  create mode 120000 arch/arm64/boot/dts/include/dt-bindings
> >>
> >> --
> >> 2.1.0
> >>
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2014-11-16  7:01 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-09  4:20 [PATCH v7 0/7] Enable support for Samsung Exynos7 SoC Abhilash Kesavan
2014-11-09  4:20 ` Abhilash Kesavan
2014-11-09  4:20 ` [PATCH v7 1/7] arm64: dts: add <dt-bindings/> symlink Abhilash Kesavan
2014-11-09  4:20   ` Abhilash Kesavan
2014-11-09  4:20 ` [PATCH v7 2/7] arm64: dts: Add initial device tree support for EXYNOS7 Abhilash Kesavan
2014-11-09  4:20   ` Abhilash Kesavan
2014-11-09  4:20 ` [PATCH v7 3/7] arm64: dts: Add initial pinctrl support to EXYNOS7 Abhilash Kesavan
2014-11-09  4:20   ` Abhilash Kesavan
2014-11-09  4:20 ` [PATCH v7 4/7] arm64: dts: Add PMU DT node for exynos7 SoC Abhilash Kesavan
2014-11-09  4:20   ` Abhilash Kesavan
2014-11-09  4:20 ` [PATCH v7 5/7] arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on Exynos7 Abhilash Kesavan
2014-11-09  4:20   ` Abhilash Kesavan
2014-11-09  4:20 ` [PATCH v7 6/7] arm64: exynos7: Enable ARMv8 based Exynos7 (SoC) support Abhilash Kesavan
2014-11-09  4:20   ` Abhilash Kesavan
2014-11-09  4:20 ` [PATCH v7 7/7] arm64: Enable Exynos7 SOC in the defconfig Abhilash Kesavan
2014-11-09  4:20   ` Abhilash Kesavan
2014-11-11 14:29 ` [PATCH v7 0/7] Enable support for Samsung Exynos7 SoC Abhilash Kesavan
2014-11-11 14:29   ` Abhilash Kesavan
2014-11-16  2:17   ` Abhilash Kesavan
2014-11-16  2:17     ` Abhilash Kesavan
2014-11-16  7:01     ` Kukjin Kim [this message]
2014-11-16  7:01       ` 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='000e01d0016b$1eef44b0$5ccdce10$@kernel.org' \
    --to=kgene@kernel.org \
    --cc=arnd@arndb.de \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kesavan.abhilash@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=olof@lixom.net \
    --cc=robh@kernel.org \
    --cc=tomasz.figa@gmail.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.