All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: Kukjin Kim <kgene@kernel.org>
Cc: arm@kernel.org, Arnd Bergmann <arnd@arndb.de>,
	Kevin Hilman <khilman@linaro.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-samsung-soc@vger.kernel.org"
	<linux-samsung-soc@vger.kernel.org>
Subject: Re: [GIT PULL 4/5] Samsung arm64 DT updates for v4.1
Date: Fri, 3 Apr 2015 15:02:14 -0700	[thread overview]
Message-ID: <20150403220214.GW23023@localhost> (raw)
In-Reply-To: <551C3617.5040306@kernel.org>

On Thu, Apr 02, 2015 at 03:16:55AM +0900, Kukjin Kim wrote:
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-dt-64
> 
> for you to fetch changes up to 423c716151e254e42650ad78b30c2cd782c6f654:
> 
>   arm64: dts: Add thermal-zones dt node for exynos5433 (2015-03-27
> 02:13:43 +0900)
> 
> ----------------------------------------------------------------
> Samsung arm64 DT updates for v4.1
> 
> - add new SoC for arm64 based exynos5433 SoC
>   : exynos5433 - Octa cores for big.LITTLE architecture
>   (Quad Cortex-A57 big and Quad Cortex-A53 LITTLE cores)
> 
>   : added thermal-zones, TMU sensor and I2S dt nodes
>   : added ADMA, RTC, ADC, PMU, SPI/PDMA and MSHC dt nodes
>   : added pinctrl, HS-I2C, Serial and basic system dt nodes
> 
> ----------------------------------------------------------------
> Chanwoo Choi (6):
>       arm64: dts: Add dts files for 64-bit Exynos5433 SoC
>       arm64: dts: Add SPI/PDMA dt node for exynos5433
>       arm64: dts: Add PMU dt node for exynos5433
>       arm64: dts: Add RTC and ADC dt node for exynos5433
>       arm64: dts: Add TMU sensor dt node for exynos5433
>       arm64: dts: Add thermal-zones dt node for exynos5433
> 
> Inha Song (2):
>       arm64: dts: Add ADMA dt node for exynos5433
>       arm64: dts: Add I2S dt node for exynos5433
> 
> Jaehoon Chung (1):
>       arm64: dts: Add MSHC dt node for exynos5433
> 
>  .../devicetree/bindings/arm/samsung/pmu.txt        |   1 +
>  arch/arm64/boot/dts/exynos/exynos5433-pinctrl.dtsi | 698 +++++++++++++++
>  .../dts/exynos/exynos5433-tmu-sensor-conf.dtsi     |  22 +
>  arch/arm64/boot/dts/exynos/exynos5433-tmu.dtsi     | 231 +++++
>  arch/arm64/boot/dts/exynos/exynos5433.dtsi         | 931
> +++++++++++++++++++++
>  5 files changed, 1883 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/exynos/exynos5433-pinctrl.dtsi
>  create mode 100644
> arch/arm64/boot/dts/exynos/exynos5433-tmu-sensor-conf.dtsi
>  create mode 100644 arch/arm64/boot/dts/exynos/exynos5433-tmu.dtsi
>  create mode 100644 arch/arm64/boot/dts/exynos/exynos5433.dtsi

How do you even build these dts files? How did you test this branch before you
sent it to us?

Not merged.


-Olof

WARNING: multiple messages have this Message-ID (diff)
From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/5] Samsung arm64 DT updates for v4.1
Date: Fri, 3 Apr 2015 15:02:14 -0700	[thread overview]
Message-ID: <20150403220214.GW23023@localhost> (raw)
In-Reply-To: <551C3617.5040306@kernel.org>

On Thu, Apr 02, 2015 at 03:16:55AM +0900, Kukjin Kim wrote:
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
> 
>   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-dt-64
> 
> for you to fetch changes up to 423c716151e254e42650ad78b30c2cd782c6f654:
> 
>   arm64: dts: Add thermal-zones dt node for exynos5433 (2015-03-27
> 02:13:43 +0900)
> 
> ----------------------------------------------------------------
> Samsung arm64 DT updates for v4.1
> 
> - add new SoC for arm64 based exynos5433 SoC
>   : exynos5433 - Octa cores for big.LITTLE architecture
>   (Quad Cortex-A57 big and Quad Cortex-A53 LITTLE cores)
> 
>   : added thermal-zones, TMU sensor and I2S dt nodes
>   : added ADMA, RTC, ADC, PMU, SPI/PDMA and MSHC dt nodes
>   : added pinctrl, HS-I2C, Serial and basic system dt nodes
> 
> ----------------------------------------------------------------
> Chanwoo Choi (6):
>       arm64: dts: Add dts files for 64-bit Exynos5433 SoC
>       arm64: dts: Add SPI/PDMA dt node for exynos5433
>       arm64: dts: Add PMU dt node for exynos5433
>       arm64: dts: Add RTC and ADC dt node for exynos5433
>       arm64: dts: Add TMU sensor dt node for exynos5433
>       arm64: dts: Add thermal-zones dt node for exynos5433
> 
> Inha Song (2):
>       arm64: dts: Add ADMA dt node for exynos5433
>       arm64: dts: Add I2S dt node for exynos5433
> 
> Jaehoon Chung (1):
>       arm64: dts: Add MSHC dt node for exynos5433
> 
>  .../devicetree/bindings/arm/samsung/pmu.txt        |   1 +
>  arch/arm64/boot/dts/exynos/exynos5433-pinctrl.dtsi | 698 +++++++++++++++
>  .../dts/exynos/exynos5433-tmu-sensor-conf.dtsi     |  22 +
>  arch/arm64/boot/dts/exynos/exynos5433-tmu.dtsi     | 231 +++++
>  arch/arm64/boot/dts/exynos/exynos5433.dtsi         | 931
> +++++++++++++++++++++
>  5 files changed, 1883 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/exynos/exynos5433-pinctrl.dtsi
>  create mode 100644
> arch/arm64/boot/dts/exynos/exynos5433-tmu-sensor-conf.dtsi
>  create mode 100644 arch/arm64/boot/dts/exynos/exynos5433-tmu.dtsi
>  create mode 100644 arch/arm64/boot/dts/exynos/exynos5433.dtsi

How do you even build these dts files? How did you test this branch before you
sent it to us?

Not merged.


-Olof

  reply	other threads:[~2015-04-03 22:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-01 18:16 [GIT PULL 4/5] Samsung arm64 DT updates for v4.1 Kukjin Kim
2015-04-01 18:16 ` Kukjin Kim
2015-04-03 22:02 ` Olof Johansson [this message]
2015-04-03 22:02   ` Olof Johansson
2015-04-04  6:45   ` Kukjin Kim
2015-04-04  6:45     ` Kukjin Kim
  -- strict thread matches above, loose matches on Subject: below --
2015-05-12 18:39 Kukjin Kim
2015-05-14 13:56 ` Chanwoo Choi
2015-05-14 13:56   ` Chanwoo Choi
2015-05-16  3:39   ` Kukjin Kim
2015-05-16  3:39     ` 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=20150403220214.GW23023@localhost \
    --to=olof@lixom.net \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=kgene@kernel.org \
    --cc=khilman@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.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.