All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Cc: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>,
	Thierry Reding
	<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Alexandre Courbot
	<gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Jon Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [GIT PULL 3/4] ARM: tegra: Device tree changes for v4.11-rc1
Date: Fri, 27 Jan 2017 10:21:20 +0100	[thread overview]
Message-ID: <20170127092121.21570-3-thierry.reding@gmail.com> (raw)
In-Reply-To: <20170127092121.21570-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

Hi ARM SoC maintainers,

The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:

  Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.11-arm-dt

for you to fetch changes up to 393a33c74554be3c30233907e3aa0f84603fee31:

  ARM: tegra: nyan-blaze: Proper pinmux for TPM I2C (2017-01-25 12:07:21 +0100)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Device tree changes for v4.11-rc1

This contains a set of patches that add hardware compatibility for newer
revisions of the Toradex Apalis TK1. Also included is a fix to the PAZ00
that stabilizes panel initialization on boot as well as a patch to add
card detection for the µSD card slot on TrimSlice.

To round things off there are a couple of fixes and changes to the Nyan
device tree files to fix the battery charger, add compatibility with new
revisions of Nyan Blaze and Nyan Big, as well as properly support the
TPM.

----------------------------------------------------------------
Jerome Coste (1):
      ARM: tegra: nyan-blaze: Proper pinmux for TPM I2C

Marc Dietrich (1):
      ARM: tegra: paz00: Mark panel regulator as enabled on boot

Marcel Ziswiler (5):
      ARM: tegra: apalis-tk1: Pull-up temperature alert
      ARM: tegra: apalis-tk1: Optional DisplayPort hot-plug detect
      ARM: tegra: apalis-tk1: Adjust pin muxing for v1.1 HW
      ARM: tegra: apalis-tk1: Fix SD card detect on v1.1 HW
      ARM: tegra: apalis-tk1: Update compatibility comment

Paul Kocialkowski (5):
      ARM: tegra: nyan: Use proper IRQ type definitions
      ARM: tegra: nyan: Use external control for bq24735 charger
      ARM: tegra: nyan-big: Include compatible revisions for proper detection
      ARM: tegra: nyan-blaze: Include compatible revisions for proper detection
      ARM: tegra: nyan-big: Proper pinmux for TPM I2C

Rask Ingemann Lambertsen (1):
      ARM: dts: tegra: Fix missing card detection in Trimslice µSD card slot

 arch/arm/boot/dts/tegra124-apalis-eval.dts | 10 +----
 arch/arm/boot/dts/tegra124-apalis.dtsi     | 61 +++++++++++++-----------------
 arch/arm/boot/dts/tegra124-nyan-big.dts    | 26 +++++++------
 arch/arm/boot/dts/tegra124-nyan-blaze.dts  | 28 ++++++++------
 arch/arm/boot/dts/tegra124-nyan.dtsi       |  5 ++-
 arch/arm/boot/dts/tegra20-paz00.dts        |  1 +
 arch/arm/boot/dts/tegra20-trimslice.dts    |  1 +
 7 files changed, 66 insertions(+), 66 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/4] ARM: tegra: Device tree changes for v4.11-rc1
Date: Fri, 27 Jan 2017 10:21:20 +0100	[thread overview]
Message-ID: <20170127092121.21570-3-thierry.reding@gmail.com> (raw)
In-Reply-To: <20170127092121.21570-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:

  Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.11-arm-dt

for you to fetch changes up to 393a33c74554be3c30233907e3aa0f84603fee31:

  ARM: tegra: nyan-blaze: Proper pinmux for TPM I2C (2017-01-25 12:07:21 +0100)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Device tree changes for v4.11-rc1

This contains a set of patches that add hardware compatibility for newer
revisions of the Toradex Apalis TK1. Also included is a fix to the PAZ00
that stabilizes panel initialization on boot as well as a patch to add
card detection for the ?SD card slot on TrimSlice.

To round things off there are a couple of fixes and changes to the Nyan
device tree files to fix the battery charger, add compatibility with new
revisions of Nyan Blaze and Nyan Big, as well as properly support the
TPM.

----------------------------------------------------------------
Jerome Coste (1):
      ARM: tegra: nyan-blaze: Proper pinmux for TPM I2C

Marc Dietrich (1):
      ARM: tegra: paz00: Mark panel regulator as enabled on boot

Marcel Ziswiler (5):
      ARM: tegra: apalis-tk1: Pull-up temperature alert
      ARM: tegra: apalis-tk1: Optional DisplayPort hot-plug detect
      ARM: tegra: apalis-tk1: Adjust pin muxing for v1.1 HW
      ARM: tegra: apalis-tk1: Fix SD card detect on v1.1 HW
      ARM: tegra: apalis-tk1: Update compatibility comment

Paul Kocialkowski (5):
      ARM: tegra: nyan: Use proper IRQ type definitions
      ARM: tegra: nyan: Use external control for bq24735 charger
      ARM: tegra: nyan-big: Include compatible revisions for proper detection
      ARM: tegra: nyan-blaze: Include compatible revisions for proper detection
      ARM: tegra: nyan-big: Proper pinmux for TPM I2C

Rask Ingemann Lambertsen (1):
      ARM: dts: tegra: Fix missing card detection in Trimslice ?SD card slot

 arch/arm/boot/dts/tegra124-apalis-eval.dts | 10 +----
 arch/arm/boot/dts/tegra124-apalis.dtsi     | 61 +++++++++++++-----------------
 arch/arm/boot/dts/tegra124-nyan-big.dts    | 26 +++++++------
 arch/arm/boot/dts/tegra124-nyan-blaze.dts  | 28 ++++++++------
 arch/arm/boot/dts/tegra124-nyan.dtsi       |  5 ++-
 arch/arm/boot/dts/tegra20-paz00.dts        |  1 +
 arch/arm/boot/dts/tegra20-trimslice.dts    |  1 +
 7 files changed, 66 insertions(+), 66 deletions(-)

  parent reply	other threads:[~2017-01-27  9:21 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-27  9:21 [GIT PULL 1/4] memory: tegra: Changes for v4.11-rc1 Thierry Reding
2017-01-27  9:21 ` Thierry Reding
     [not found] ` <20170127092121.21570-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-01-27  9:21   ` [GIT PULL 2/4] ARM: tegra: Core SoC changes " Thierry Reding
2017-01-27  9:21     ` Thierry Reding
     [not found]     ` <20170127092121.21570-2-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-01-30  4:58       ` Olof Johansson
2017-01-30  4:58         ` Olof Johansson
2017-01-27  9:21   ` Thierry Reding [this message]
2017-01-27  9:21     ` [GIT PULL 3/4] ARM: tegra: Device tree " Thierry Reding
2017-01-30  4:59     ` Olof Johansson
2017-01-30  4:59       ` Olof Johansson
2017-01-27  9:21   ` [GIT PULL 4/4] arm64: " Thierry Reding
2017-01-27  9:21     ` Thierry Reding
2017-01-30  5:00     ` Olof Johansson
2017-01-30  5:00       ` Olof Johansson
2017-01-30  6:54       ` Thierry Reding
2017-01-30  6:54         ` Thierry Reding
2017-01-30  4:58   ` [GIT PULL 1/4] memory: tegra: Changes " Olof Johansson
2017-01-30  4:58     ` Olof Johansson

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=20170127092121.21570-3-thierry.reding@gmail.com \
    --to=thierry.reding-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.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.