All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/4] memory: tegra: Changes for v4.11-rc1
@ 2017-01-27  9:21 ` Thierry Reding
  0 siblings, 0 replies; 18+ messages in thread
From: Thierry Reding @ 2017-01-27  9:21 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: Stephen Warren, Thierry Reding, Alexandre Courbot, Jon Hunter,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

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-memory

for you to fetch changes up to b92f4380a1c7eb3ed19d6f68ad7b66c66d8102b4:

  memory: tegra: Add a missing 'of_node_put()' call (2017-01-25 07:57:13 +0100)

Thanks,
Thierry

----------------------------------------------------------------
memory: tegra: Changes for v4.11-rc1

This contains a single commit that plugs a potential device node leak in
error handling code.

----------------------------------------------------------------
Christophe Jaillet (1):
      memory: tegra: Add a missing 'of_node_put()' call

 drivers/memory/tegra/tegra124-emc.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 1/4] memory: tegra: Changes for v4.11-rc1
@ 2017-01-27  9:21 ` Thierry Reding
  0 siblings, 0 replies; 18+ messages in thread
From: Thierry Reding @ 2017-01-27  9:21 UTC (permalink / raw)
  To: linux-arm-kernel

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-memory

for you to fetch changes up to b92f4380a1c7eb3ed19d6f68ad7b66c66d8102b4:

  memory: tegra: Add a missing 'of_node_put()' call (2017-01-25 07:57:13 +0100)

Thanks,
Thierry

----------------------------------------------------------------
memory: tegra: Changes for v4.11-rc1

This contains a single commit that plugs a potential device node leak in
error handling code.

----------------------------------------------------------------
Christophe Jaillet (1):
      memory: tegra: Add a missing 'of_node_put()' call

 drivers/memory/tegra/tegra124-emc.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 2/4] ARM: tegra: Core SoC changes for v4.11-rc1
  2017-01-27  9:21 ` Thierry Reding
@ 2017-01-27  9:21     ` Thierry Reding
  -1 siblings, 0 replies; 18+ messages in thread
From: Thierry Reding @ 2017-01-27  9:21 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: Stephen Warren, Thierry Reding, Alexandre Courbot, Jon Hunter,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

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-soc

for you to fetch changes up to ed0a27ef6411b22c75ae596ca2722dd7b621bcd0:

  ARM: tegra: paz00: Fix __initdata placement (2017-01-25 09:09:32 +0100)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Core SoC changes for v4.11-rc1

This contains a single cleanup patch for the placement of the __initdata
annotation, as suggested by checkpatch.

----------------------------------------------------------------
Dmitry Torokhov (1):
      ARM: tegra: paz00: Fix __initdata placement

 arch/arm/mach-tegra/board-paz00.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 2/4] ARM: tegra: Core SoC changes for v4.11-rc1
@ 2017-01-27  9:21     ` Thierry Reding
  0 siblings, 0 replies; 18+ messages in thread
From: Thierry Reding @ 2017-01-27  9:21 UTC (permalink / raw)
  To: linux-arm-kernel

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-soc

for you to fetch changes up to ed0a27ef6411b22c75ae596ca2722dd7b621bcd0:

  ARM: tegra: paz00: Fix __initdata placement (2017-01-25 09:09:32 +0100)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Core SoC changes for v4.11-rc1

This contains a single cleanup patch for the placement of the __initdata
annotation, as suggested by checkpatch.

----------------------------------------------------------------
Dmitry Torokhov (1):
      ARM: tegra: paz00: Fix __initdata placement

 arch/arm/mach-tegra/board-paz00.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 3/4] ARM: tegra: Device tree changes for v4.11-rc1
  2017-01-27  9:21 ` Thierry Reding
@ 2017-01-27  9:21     ` Thierry Reding
  -1 siblings, 0 replies; 18+ messages in thread
From: Thierry Reding @ 2017-01-27  9:21 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: Stephen Warren, Thierry Reding, Alexandre Courbot, Jon Hunter,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

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(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 3/4] ARM: tegra: Device tree changes for v4.11-rc1
@ 2017-01-27  9:21     ` Thierry Reding
  0 siblings, 0 replies; 18+ messages in thread
From: Thierry Reding @ 2017-01-27  9:21 UTC (permalink / raw)
  To: linux-arm-kernel

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(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 4/4] arm64: tegra: Device tree changes for v4.11-rc1
  2017-01-27  9:21 ` Thierry Reding
@ 2017-01-27  9:21     ` Thierry Reding
  -1 siblings, 0 replies; 18+ messages in thread
From: Thierry Reding @ 2017-01-27  9:21 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: Stephen Warren, Thierry Reding, Alexandre Courbot, Jon Hunter,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

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-arm64-dt

for you to fetch changes up to 7bcf266462da736ae4b42d5c73cd5dc0da540772:

  arm64: tegra: Use symbolic reset identifiers (2017-01-27 10:13:24 +0100)

Thanks,
Thierry

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

This contains three patches that reintroduce symbolic identifiers for
clocks, resets and mailboxes. These had been converted to literals in
the v4.10 release to avoid complicated dependencies between branches.

----------------------------------------------------------------
Thierry Reding (3):
      arm64: tegra: Use symbolic HSP identifiers
      arm64: tegra: Use symbolic clock identifiers
      arm64: tegra: Use symbolic reset identifiers

 arch/arm64/boot/dts/nvidia/tegra186.dtsi | 86 +++++++++++++++++---------------
 1 file changed, 45 insertions(+), 41 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 4/4] arm64: tegra: Device tree changes for v4.11-rc1
@ 2017-01-27  9:21     ` Thierry Reding
  0 siblings, 0 replies; 18+ messages in thread
From: Thierry Reding @ 2017-01-27  9:21 UTC (permalink / raw)
  To: linux-arm-kernel

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-arm64-dt

for you to fetch changes up to 7bcf266462da736ae4b42d5c73cd5dc0da540772:

  arm64: tegra: Use symbolic reset identifiers (2017-01-27 10:13:24 +0100)

Thanks,
Thierry

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

This contains three patches that reintroduce symbolic identifiers for
clocks, resets and mailboxes. These had been converted to literals in
the v4.10 release to avoid complicated dependencies between branches.

----------------------------------------------------------------
Thierry Reding (3):
      arm64: tegra: Use symbolic HSP identifiers
      arm64: tegra: Use symbolic clock identifiers
      arm64: tegra: Use symbolic reset identifiers

 arch/arm64/boot/dts/nvidia/tegra186.dtsi | 86 +++++++++++++++++---------------
 1 file changed, 45 insertions(+), 41 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 1/4] memory: tegra: Changes for v4.11-rc1
  2017-01-27  9:21 ` Thierry Reding
@ 2017-01-30  4:58     ` Olof Johansson
  -1 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2017-01-30  4:58 UTC (permalink / raw)
  To: Thierry Reding
  Cc: arm-DgEjT+Ai2ygdnm+yROfE0A, Stephen Warren, Alexandre Courbot,
	Jon Hunter, linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Fri, Jan 27, 2017 at 10:21:18AM +0100, Thierry Reding wrote:
> 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-memory
> 
> for you to fetch changes up to b92f4380a1c7eb3ed19d6f68ad7b66c66d8102b4:
> 
>   memory: tegra: Add a missing 'of_node_put()' call (2017-01-25 07:57:13 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> memory: tegra: Changes for v4.11-rc1
> 
> This contains a single commit that plugs a potential device node leak in
> error handling code.

Thanks, merged!


-Olof

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 1/4] memory: tegra: Changes for v4.11-rc1
@ 2017-01-30  4:58     ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2017-01-30  4:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jan 27, 2017 at 10:21:18AM +0100, Thierry Reding wrote:
> 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-memory
> 
> for you to fetch changes up to b92f4380a1c7eb3ed19d6f68ad7b66c66d8102b4:
> 
>   memory: tegra: Add a missing 'of_node_put()' call (2017-01-25 07:57:13 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> memory: tegra: Changes for v4.11-rc1
> 
> This contains a single commit that plugs a potential device node leak in
> error handling code.

Thanks, merged!


-Olof

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 2/4] ARM: tegra: Core SoC changes for v4.11-rc1
  2017-01-27  9:21     ` Thierry Reding
@ 2017-01-30  4:58         ` Olof Johansson
  -1 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2017-01-30  4:58 UTC (permalink / raw)
  To: Thierry Reding
  Cc: arm-DgEjT+Ai2ygdnm+yROfE0A, Stephen Warren, Alexandre Courbot,
	Jon Hunter, linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Fri, Jan 27, 2017 at 10:21:19AM +0100, Thierry Reding wrote:
> 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-soc
> 
> for you to fetch changes up to ed0a27ef6411b22c75ae596ca2722dd7b621bcd0:
> 
>   ARM: tegra: paz00: Fix __initdata placement (2017-01-25 09:09:32 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> ARM: tegra: Core SoC changes for v4.11-rc1
> 
> This contains a single cleanup patch for the placement of the __initdata
> annotation, as suggested by checkpatch.

Merged, thanks.


-Olof

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 2/4] ARM: tegra: Core SoC changes for v4.11-rc1
@ 2017-01-30  4:58         ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2017-01-30  4:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jan 27, 2017 at 10:21:19AM +0100, Thierry Reding wrote:
> 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-soc
> 
> for you to fetch changes up to ed0a27ef6411b22c75ae596ca2722dd7b621bcd0:
> 
>   ARM: tegra: paz00: Fix __initdata placement (2017-01-25 09:09:32 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> ARM: tegra: Core SoC changes for v4.11-rc1
> 
> This contains a single cleanup patch for the placement of the __initdata
> annotation, as suggested by checkpatch.

Merged, thanks.


-Olof

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 3/4] ARM: tegra: Device tree changes for v4.11-rc1
  2017-01-27  9:21     ` Thierry Reding
@ 2017-01-30  4:59       ` Olof Johansson
  -1 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2017-01-30  4:59 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Alexandre Courbot, Stephen Warren, Jon Hunter, arm, linux-tegra,
	linux-arm-kernel

On Fri, Jan 27, 2017 at 10:21:20AM +0100, Thierry Reding wrote:
> 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.

Thanks, merged!


-Olof

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 3/4] ARM: tegra: Device tree changes for v4.11-rc1
@ 2017-01-30  4:59       ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2017-01-30  4:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jan 27, 2017 at 10:21:20AM +0100, Thierry Reding wrote:
> 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.

Thanks, merged!


-Olof

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 4/4] arm64: tegra: Device tree changes for v4.11-rc1
  2017-01-27  9:21     ` Thierry Reding
@ 2017-01-30  5:00       ` Olof Johansson
  -1 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2017-01-30  5:00 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Alexandre Courbot, Stephen Warren, Jon Hunter, arm, linux-tegra,
	linux-arm-kernel

On Fri, Jan 27, 2017 at 10:21:21AM +0100, Thierry Reding wrote:
> 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-arm64-dt
> 
> for you to fetch changes up to 7bcf266462da736ae4b42d5c73cd5dc0da540772:
> 
>   arm64: tegra: Use symbolic reset identifiers (2017-01-27 10:13:24 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> arm64: tegra: Device tree changes for v4.11-rc1
> 
> This contains three patches that reintroduce symbolic identifiers for
> clocks, resets and mailboxes. These had been converted to literals in
> the v4.10 release to avoid complicated dependencies between branches.
> 
> ----------------------------------------------------------------
> Thierry Reding (3):
>       arm64: tegra: Use symbolic HSP identifiers
>       arm64: tegra: Use symbolic clock identifiers
>       arm64: tegra: Use symbolic reset identifiers
> 
>  arch/arm64/boot/dts/nvidia/tegra186.dtsi | 86 +++++++++++++++++---------------
>  1 file changed, 45 insertions(+), 41 deletions(-)

Merged, thanks!

No more t186 material than this for 4.11, though? :(


-Olof

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 4/4] arm64: tegra: Device tree changes for v4.11-rc1
@ 2017-01-30  5:00       ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2017-01-30  5:00 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jan 27, 2017 at 10:21:21AM +0100, Thierry Reding wrote:
> 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-arm64-dt
> 
> for you to fetch changes up to 7bcf266462da736ae4b42d5c73cd5dc0da540772:
> 
>   arm64: tegra: Use symbolic reset identifiers (2017-01-27 10:13:24 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> arm64: tegra: Device tree changes for v4.11-rc1
> 
> This contains three patches that reintroduce symbolic identifiers for
> clocks, resets and mailboxes. These had been converted to literals in
> the v4.10 release to avoid complicated dependencies between branches.
> 
> ----------------------------------------------------------------
> Thierry Reding (3):
>       arm64: tegra: Use symbolic HSP identifiers
>       arm64: tegra: Use symbolic clock identifiers
>       arm64: tegra: Use symbolic reset identifiers
> 
>  arch/arm64/boot/dts/nvidia/tegra186.dtsi | 86 +++++++++++++++++---------------
>  1 file changed, 45 insertions(+), 41 deletions(-)

Merged, thanks!

No more t186 material than this for 4.11, though? :(


-Olof

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [GIT PULL 4/4] arm64: tegra: Device tree changes for v4.11-rc1
  2017-01-30  5:00       ` Olof Johansson
@ 2017-01-30  6:54         ` Thierry Reding
  -1 siblings, 0 replies; 18+ messages in thread
From: Thierry Reding @ 2017-01-30  6:54 UTC (permalink / raw)
  To: Olof Johansson
  Cc: arm-DgEjT+Ai2ygdnm+yROfE0A, Stephen Warren, Alexandre Courbot,
	Jon Hunter, linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

[-- Attachment #1: Type: text/plain, Size: 1713 bytes --]

On Sun, Jan 29, 2017 at 09:00:17PM -0800, Olof Johansson wrote:
> On Fri, Jan 27, 2017 at 10:21:21AM +0100, Thierry Reding wrote:
> > 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-arm64-dt
> > 
> > for you to fetch changes up to 7bcf266462da736ae4b42d5c73cd5dc0da540772:
> > 
> >   arm64: tegra: Use symbolic reset identifiers (2017-01-27 10:13:24 +0100)
> > 
> > Thanks,
> > Thierry
> > 
> > ----------------------------------------------------------------
> > arm64: tegra: Device tree changes for v4.11-rc1
> > 
> > This contains three patches that reintroduce symbolic identifiers for
> > clocks, resets and mailboxes. These had been converted to literals in
> > the v4.10 release to avoid complicated dependencies between branches.
> > 
> > ----------------------------------------------------------------
> > Thierry Reding (3):
> >       arm64: tegra: Use symbolic HSP identifiers
> >       arm64: tegra: Use symbolic clock identifiers
> >       arm64: tegra: Use symbolic reset identifiers
> > 
> >  arch/arm64/boot/dts/nvidia/tegra186.dtsi | 86 +++++++++++++++++---------------
> >  1 file changed, 45 insertions(+), 41 deletions(-)
> 
> Merged, thanks!
> 
> No more t186 material than this for 4.11, though? :(

Unfortunately not. After the holidays I was preoccupied with some
regressions and Tegra186 didn't see the amount of progress I had hoped.
There's more planned for v4.12, though.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [GIT PULL 4/4] arm64: tegra: Device tree changes for v4.11-rc1
@ 2017-01-30  6:54         ` Thierry Reding
  0 siblings, 0 replies; 18+ messages in thread
From: Thierry Reding @ 2017-01-30  6:54 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Jan 29, 2017 at 09:00:17PM -0800, Olof Johansson wrote:
> On Fri, Jan 27, 2017 at 10:21:21AM +0100, Thierry Reding wrote:
> > 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-arm64-dt
> > 
> > for you to fetch changes up to 7bcf266462da736ae4b42d5c73cd5dc0da540772:
> > 
> >   arm64: tegra: Use symbolic reset identifiers (2017-01-27 10:13:24 +0100)
> > 
> > Thanks,
> > Thierry
> > 
> > ----------------------------------------------------------------
> > arm64: tegra: Device tree changes for v4.11-rc1
> > 
> > This contains three patches that reintroduce symbolic identifiers for
> > clocks, resets and mailboxes. These had been converted to literals in
> > the v4.10 release to avoid complicated dependencies between branches.
> > 
> > ----------------------------------------------------------------
> > Thierry Reding (3):
> >       arm64: tegra: Use symbolic HSP identifiers
> >       arm64: tegra: Use symbolic clock identifiers
> >       arm64: tegra: Use symbolic reset identifiers
> > 
> >  arch/arm64/boot/dts/nvidia/tegra186.dtsi | 86 +++++++++++++++++---------------
> >  1 file changed, 45 insertions(+), 41 deletions(-)
> 
> Merged, thanks!
> 
> No more t186 material than this for 4.11, though? :(

Unfortunately not. After the holidays I was preoccupied with some
regressions and Tegra186 didn't see the amount of progress I had hoped.
There's more planned for v4.12, though.

Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20170130/fabb43bb/attachment.sig>

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-01-30  6:54 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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   ` [GIT PULL 3/4] ARM: tegra: Device tree " Thierry Reding
2017-01-27  9:21     ` 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

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.