All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/4] bus: NVIDIA Tegra ACONNECT changes for v4.9-rc1
@ 2016-09-09 15:20 ` Thierry Reding
  0 siblings, 0 replies; 18+ messages in thread
From: Thierry Reding @ 2016-09-09 15:20 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 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.9-bus

for you to fetch changes up to 3a99cb090b523f88d0a19598d39704afac11adcb:

  bus: tegra-aconnect: Use of_pm_clk_add_clk() (2016-08-16 12:22:51 +0200)

Thanks,
Thierry

----------------------------------------------------------------
bus: NVIDIA Tegra ACONNECT changes for v4.9-rc1

This contains a patch that makes use of some symbols that were added in
v4.8 and a second patch takes advantage to enable building the driver as
a loadable module.

----------------------------------------------------------------
Jon Hunter (1):
      bus: tegra-aconnect: Use of_pm_clk_add_clk()

Thierry Reding (1):
      bus: tegra-aconnect: Make symbol tristate

 drivers/bus/Kconfig          |  6 +-----
 drivers/bus/tegra-aconnect.c | 22 ++--------------------
 2 files changed, 3 insertions(+), 25 deletions(-)

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

* [GIT PULL 1/4] bus: NVIDIA Tegra ACONNECT changes for v4.9-rc1
@ 2016-09-09 15:20 ` Thierry Reding
  0 siblings, 0 replies; 18+ messages in thread
From: Thierry Reding @ 2016-09-09 15:20 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.9-bus

for you to fetch changes up to 3a99cb090b523f88d0a19598d39704afac11adcb:

  bus: tegra-aconnect: Use of_pm_clk_add_clk() (2016-08-16 12:22:51 +0200)

Thanks,
Thierry

----------------------------------------------------------------
bus: NVIDIA Tegra ACONNECT changes for v4.9-rc1

This contains a patch that makes use of some symbols that were added in
v4.8 and a second patch takes advantage to enable building the driver as
a loadable module.

----------------------------------------------------------------
Jon Hunter (1):
      bus: tegra-aconnect: Use of_pm_clk_add_clk()

Thierry Reding (1):
      bus: tegra-aconnect: Make symbol tristate

 drivers/bus/Kconfig          |  6 +-----
 drivers/bus/tegra-aconnect.c | 22 ++--------------------
 2 files changed, 3 insertions(+), 25 deletions(-)

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

* [GIT PULL 2/4] soc/tegra: Changes for v4.9-rc1
  2016-09-09 15:20 ` Thierry Reding
@ 2016-09-09 15:20     ` Thierry Reding
  -1 siblings, 0 replies; 18+ messages in thread
From: Thierry Reding @ 2016-09-09 15:20 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 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.9-soc

for you to fetch changes up to a9ccc123a8e05365f7515dcd023b01100809a6fa:

  soc/tegra: pmc: Fix incorrect DPD request (2016-08-16 12:30:52 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v4.9-rc1

This contains a single patch to fix an issue with setting the deep power
down mode of I/O rails.

----------------------------------------------------------------
Vince Hsu (1):
      soc/tegra: pmc: Fix incorrect DPD request

 drivers/soc/tegra/pmc.c | 28 ++++++++--------------------
 1 file changed, 8 insertions(+), 20 deletions(-)

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

* [GIT PULL 2/4] soc/tegra: Changes for v4.9-rc1
@ 2016-09-09 15:20     ` Thierry Reding
  0 siblings, 0 replies; 18+ messages in thread
From: Thierry Reding @ 2016-09-09 15:20 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.9-soc

for you to fetch changes up to a9ccc123a8e05365f7515dcd023b01100809a6fa:

  soc/tegra: pmc: Fix incorrect DPD request (2016-08-16 12:30:52 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v4.9-rc1

This contains a single patch to fix an issue with setting the deep power
down mode of I/O rails.

----------------------------------------------------------------
Vince Hsu (1):
      soc/tegra: pmc: Fix incorrect DPD request

 drivers/soc/tegra/pmc.c | 28 ++++++++--------------------
 1 file changed, 8 insertions(+), 20 deletions(-)

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

* [GIT PULL 3/4] ARM: tegra: Device tree changes for v4.9-rc1
  2016-09-09 15:20 ` Thierry Reding
@ 2016-09-09 15:20     ` Thierry Reding
  -1 siblings, 0 replies; 18+ messages in thread
From: Thierry Reding @ 2016-09-09 15:20 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 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

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

for you to fetch changes up to 7e9d474954f4c8c27534633252500e0c477581bd:

  ARM: tegra: Correct polarity for Tegra114 PMIC interrupt (2016-08-16 15:10:23 +0200)

Thanks,
Thierry

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

Contains a couple of cleanups for Tegra114 device trees.

----------------------------------------------------------------
Jon Hunter (1):
      ARM: tegra: Correct polarity for Tegra114 PMIC interrupt

Stephen Warren (1):
      ARM: tegra: Fix Tegra114 USB compatible values

 arch/arm/boot/dts/tegra114-dalmore.dts | 2 +-
 arch/arm/boot/dts/tegra114-roth.dts    | 2 +-
 arch/arm/boot/dts/tegra114-tn7.dts     | 2 +-
 arch/arm/boot/dts/tegra114.dtsi        | 8 ++++----
 4 files changed, 7 insertions(+), 7 deletions(-)

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

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

Hi ARM SoC maintainers,

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

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

for you to fetch changes up to 7e9d474954f4c8c27534633252500e0c477581bd:

  ARM: tegra: Correct polarity for Tegra114 PMIC interrupt (2016-08-16 15:10:23 +0200)

Thanks,
Thierry

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

Contains a couple of cleanups for Tegra114 device trees.

----------------------------------------------------------------
Jon Hunter (1):
      ARM: tegra: Correct polarity for Tegra114 PMIC interrupt

Stephen Warren (1):
      ARM: tegra: Fix Tegra114 USB compatible values

 arch/arm/boot/dts/tegra114-dalmore.dts | 2 +-
 arch/arm/boot/dts/tegra114-roth.dts    | 2 +-
 arch/arm/boot/dts/tegra114-tn7.dts     | 2 +-
 arch/arm/boot/dts/tegra114.dtsi        | 8 ++++----
 4 files changed, 7 insertions(+), 7 deletions(-)

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

* [GIT PULL 4/4] arm64: tegra: Device tree changes for v4.9-rc1
  2016-09-09 15:20 ` Thierry Reding
@ 2016-09-09 15:20     ` Thierry Reding
  -1 siblings, 0 replies; 18+ messages in thread
From: Thierry Reding @ 2016-09-09 15:20 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 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.9-arm64-dt

for you to fetch changes up to 988232412e6711a9bbdc06d4e008b552bbf7cd06:

  arm64: tegra: Select PM_GENERIC_DOMAINS (2016-08-24 17:11:44 +0200)

Thanks,
Thierry

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

Add a couple of devices (AGIC, ADMA) on Tegra210 and enable them on
Smaug. Also enable DPAUX on Smaug to allow the I2C bus that shares pads
with the DPAUX to be used to access various audio devices. Furthermore,
enable the XUSB controller on Smaug for USB 3.0 support.

Finally, select PM_GENERIC_DOMAINS for 64-bit Tegra devices to make sure
devices are probed only after their power partitions have been enabled.

----------------------------------------------------------------
Jon Hunter (9):
      arm64: tegra: Drop clock and reset names for XUSB powergates
      arm64: tegra: Add AGIC node for Tegra210
      arm64: tegra: Add ADMA node for Tegra210
      arm64: tegra: Add SOR power-domain for Tegra210
      arm64: tegra: Add ACONNECT, ADMA and AGIC nodes Tegra210 Smaug
      arm64: tegra: Enable DPAUX for Tegra210 Smaug
      arm64: tegra: Add the various audio devices for Tegra210 Smaug
      arm64: tegra: Enable XUSB controller on Tegra210 Smaug
      arm64: tegra: Select PM_GENERIC_DOMAINS

Stephen Warren (1):
      arm64: tegra: Simplify Tegra210 GPIO compatible value

 arch/arm64/Kconfig.platforms                  |   2 +
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 120 ++++++++++++++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra210.dtsi      |  79 +++++++++++++++--
 3 files changed, 194 insertions(+), 7 deletions(-)

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

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

Hi ARM SoC maintainers,

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.9-arm64-dt

for you to fetch changes up to 988232412e6711a9bbdc06d4e008b552bbf7cd06:

  arm64: tegra: Select PM_GENERIC_DOMAINS (2016-08-24 17:11:44 +0200)

Thanks,
Thierry

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

Add a couple of devices (AGIC, ADMA) on Tegra210 and enable them on
Smaug. Also enable DPAUX on Smaug to allow the I2C bus that shares pads
with the DPAUX to be used to access various audio devices. Furthermore,
enable the XUSB controller on Smaug for USB 3.0 support.

Finally, select PM_GENERIC_DOMAINS for 64-bit Tegra devices to make sure
devices are probed only after their power partitions have been enabled.

----------------------------------------------------------------
Jon Hunter (9):
      arm64: tegra: Drop clock and reset names for XUSB powergates
      arm64: tegra: Add AGIC node for Tegra210
      arm64: tegra: Add ADMA node for Tegra210
      arm64: tegra: Add SOR power-domain for Tegra210
      arm64: tegra: Add ACONNECT, ADMA and AGIC nodes Tegra210 Smaug
      arm64: tegra: Enable DPAUX for Tegra210 Smaug
      arm64: tegra: Add the various audio devices for Tegra210 Smaug
      arm64: tegra: Enable XUSB controller on Tegra210 Smaug
      arm64: tegra: Select PM_GENERIC_DOMAINS

Stephen Warren (1):
      arm64: tegra: Simplify Tegra210 GPIO compatible value

 arch/arm64/Kconfig.platforms                  |   2 +
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 120 ++++++++++++++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra210.dtsi      |  79 +++++++++++++++--
 3 files changed, 194 insertions(+), 7 deletions(-)

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

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

On Friday, September 9, 2016 5:20:31 PM CEST Thierry Reding wrote:
> ARM: tegra: Device tree changes for v4.9-rc1
> 
> Contains a couple of cleanups for Tegra114 device trees.
> 
> 

Pulled into next/dt, thanks!

	Arnd

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

* [GIT PULL 3/4] ARM: tegra: Device tree changes for v4.9-rc1
@ 2016-09-13 15:40         ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2016-09-13 15:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday, September 9, 2016 5:20:31 PM CEST Thierry Reding wrote:
> ARM: tegra: Device tree changes for v4.9-rc1
> 
> Contains a couple of cleanups for Tegra114 device trees.
> 
> 

Pulled into next/dt, thanks!

	Arnd

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

* Re: [GIT PULL 4/4] arm64: tegra: Device tree changes for v4.9-rc1
  2016-09-09 15:20     ` Thierry Reding
@ 2016-09-14 15:27         ` Arnd Bergmann
  -1 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2016-09-14 15:27 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 Friday, September 9, 2016 5:20:32 PM CEST Thierry Reding wrote:
> arm64: tegra: Device tree changes for v4.9-rc1
> 
> Add a couple of devices (AGIC, ADMA) on Tegra210 and enable them on
> Smaug. Also enable DPAUX on Smaug to allow the I2C bus that shares pads
> with the DPAUX to be used to access various audio devices. Furthermore,
> enable the XUSB controller on Smaug for USB 3.0 support.
> 
> Finally, select PM_GENERIC_DOMAINS for 64-bit Tegra devices to make sure
> devices are probed only after their power partitions have been enabled.
> 

Pulled into next/dt64, thanks!

	Arnd

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

* [GIT PULL 4/4] arm64: tegra: Device tree changes for v4.9-rc1
@ 2016-09-14 15:27         ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2016-09-14 15:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday, September 9, 2016 5:20:32 PM CEST Thierry Reding wrote:
> arm64: tegra: Device tree changes for v4.9-rc1
> 
> Add a couple of devices (AGIC, ADMA) on Tegra210 and enable them on
> Smaug. Also enable DPAUX on Smaug to allow the I2C bus that shares pads
> with the DPAUX to be used to access various audio devices. Furthermore,
> enable the XUSB controller on Smaug for USB 3.0 support.
> 
> Finally, select PM_GENERIC_DOMAINS for 64-bit Tegra devices to make sure
> devices are probed only after their power partitions have been enabled.
> 

Pulled into next/dt64, thanks!

	Arnd

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

* Re: [GIT PULL 2/4] soc/tegra: Changes for v4.9-rc1
  2016-09-09 15:20     ` Thierry Reding
@ 2016-09-14 22:32         ` Arnd Bergmann
  -1 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2016-09-14 22:32 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: Thierry Reding, arm-DgEjT+Ai2ygdnm+yROfE0A, Alexandre Courbot,
	Stephen Warren, Jon Hunter, linux-tegra-u79uwXL29TY76Z2rM5mHXA

On Friday, September 9, 2016 5:20:30 PM CEST Thierry Reding wrote:
> soc/tegra: Changes for v4.9-rc1
> 
> This contains a single patch to fix an issue with setting the deep power
> down mode of I/O rails.
> 

Pulled into next/soc. Should this be backported to stable kernels?

Thanks,

	Arnd

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

* [GIT PULL 2/4] soc/tegra: Changes for v4.9-rc1
@ 2016-09-14 22:32         ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2016-09-14 22:32 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday, September 9, 2016 5:20:30 PM CEST Thierry Reding wrote:
> soc/tegra: Changes for v4.9-rc1
> 
> This contains a single patch to fix an issue with setting the deep power
> down mode of I/O rails.
> 

Pulled into next/soc. Should this be backported to stable kernels?

Thanks,

	Arnd

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

* Re: [GIT PULL 1/4] bus: NVIDIA Tegra ACONNECT changes for v4.9-rc1
  2016-09-09 15:20 ` Thierry Reding
@ 2016-09-14 22:39     ` Arnd Bergmann
  -1 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2016-09-14 22:39 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 Friday, September 9, 2016 5:20:29 PM CEST Thierry Reding wrote:
> bus: NVIDIA Tegra ACONNECT changes for v4.9-rc1
> 
> This contains a patch that makes use of some symbols that were added in
> v4.8 and a second patch takes advantage to enable building the driver as
> a loadable module.
> 
> 

Pulled into next/drivers, thanks!

	Arnd

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

* [GIT PULL 1/4] bus: NVIDIA Tegra ACONNECT changes for v4.9-rc1
@ 2016-09-14 22:39     ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2016-09-14 22:39 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday, September 9, 2016 5:20:29 PM CEST Thierry Reding wrote:
> bus: NVIDIA Tegra ACONNECT changes for v4.9-rc1
> 
> This contains a patch that makes use of some symbols that were added in
> v4.8 and a second patch takes advantage to enable building the driver as
> a loadable module.
> 
> 

Pulled into next/drivers, thanks!

	Arnd

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

* Re: [GIT PULL 2/4] soc/tegra: Changes for v4.9-rc1
  2016-09-14 22:32         ` Arnd Bergmann
@ 2016-09-14 22:40           ` Arnd Bergmann
  -1 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2016-09-14 22:40 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  Cc: Thierry Reding, arm-DgEjT+Ai2ygdnm+yROfE0A, Alexandre Courbot,
	Stephen Warren, Jon Hunter, linux-tegra-u79uwXL29TY76Z2rM5mHXA

On Thursday, September 15, 2016 12:32:04 AM CEST Arnd Bergmann wrote:
> On Friday, September 9, 2016 5:20:30 PM CEST Thierry Reding wrote:
> > soc/tegra: Changes for v4.9-rc1
> > 
> > This contains a single patch to fix an issue with setting the deep power
> > down mode of I/O rails.
> > 
> 
> Pulled into next/soc. 

I made up my mind and put it into next/drivers instead of next/soc.

	Arnd

> Should this be backported to stable kernels?

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

* [GIT PULL 2/4] soc/tegra: Changes for v4.9-rc1
@ 2016-09-14 22:40           ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2016-09-14 22:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday, September 15, 2016 12:32:04 AM CEST Arnd Bergmann wrote:
> On Friday, September 9, 2016 5:20:30 PM CEST Thierry Reding wrote:
> > soc/tegra: Changes for v4.9-rc1
> > 
> > This contains a single patch to fix an issue with setting the deep power
> > down mode of I/O rails.
> > 
> 
> Pulled into next/soc. 

I made up my mind and put it into next/drivers instead of next/soc.

	Arnd

> Should this be backported to stable kernels?

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

end of thread, other threads:[~2016-09-14 22:40 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-09 15:20 [GIT PULL 1/4] bus: NVIDIA Tegra ACONNECT changes for v4.9-rc1 Thierry Reding
2016-09-09 15:20 ` Thierry Reding
     [not found] ` <20160909152032.9550-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-09-09 15:20   ` [GIT PULL 2/4] soc/tegra: Changes " Thierry Reding
2016-09-09 15:20     ` Thierry Reding
     [not found]     ` <20160909152032.9550-2-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-09-14 22:32       ` Arnd Bergmann
2016-09-14 22:32         ` Arnd Bergmann
2016-09-14 22:40         ` Arnd Bergmann
2016-09-14 22:40           ` Arnd Bergmann
2016-09-09 15:20   ` [GIT PULL 3/4] ARM: tegra: Device tree changes " Thierry Reding
2016-09-09 15:20     ` Thierry Reding
     [not found]     ` <20160909152032.9550-3-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-09-13 15:40       ` Arnd Bergmann
2016-09-13 15:40         ` Arnd Bergmann
2016-09-09 15:20   ` [GIT PULL 4/4] arm64: " Thierry Reding
2016-09-09 15:20     ` Thierry Reding
     [not found]     ` <20160909152032.9550-4-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-09-14 15:27       ` Arnd Bergmann
2016-09-14 15:27         ` Arnd Bergmann
2016-09-14 22:39   ` [GIT PULL 1/4] bus: NVIDIA Tegra ACONNECT " Arnd Bergmann
2016-09-14 22:39     ` Arnd Bergmann

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.