linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/4] ARM: tegra: Core SoC changes for v4.8-rc1
@ 2016-07-11 15:25 Thierry Reding
  2016-07-11 15:25 ` [GIT PULL 2/4] ARM: tegra: Device tree " Thierry Reding
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Thierry Reding @ 2016-07-11 15:25 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to da35cbcafad3d46daa96a6f01022f11842e8e7b6:

  ARM: tegra: Remove board_init_funcs array (2016-07-11 16:47:53 +0200)

Thanks,
Thierry

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

Some cleanups to eliminate sparse warnings and a section mismatch.

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: tegra: Remove board_init_funcs array

Thierry Reding (4):
      ARM: tegra: hotplug: Include missing common.h
      ARM: tegra: cpuidle: Add missing cpuidle.h include
      ARM: tegra: irq: Add missing irq.h include
      ARM: tegra: pm: Add tegra_cpu_do_idle() prototype

 arch/arm/mach-tegra/common.h           | 22 ++++++++++++++++++++++
 arch/arm/mach-tegra/cpuidle-tegra114.c |  1 +
 arch/arm/mach-tegra/cpuidle-tegra20.c  |  1 +
 arch/arm/mach-tegra/cpuidle-tegra30.c  |  1 +
 arch/arm/mach-tegra/cpuidle.h          |  2 ++
 arch/arm/mach-tegra/hotplug.c          |  1 +
 arch/arm/mach-tegra/irq.c              |  1 +
 arch/arm/mach-tegra/pm.h               |  2 +-
 arch/arm/mach-tegra/tegra.c            | 24 +++---------------------
 9 files changed, 33 insertions(+), 22 deletions(-)

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

* [GIT PULL 2/4] ARM: tegra: Device tree changes for v4.8-rc1
  2016-07-11 15:25 [GIT PULL 1/4] ARM: tegra: Core SoC changes for v4.8-rc1 Thierry Reding
@ 2016-07-11 15:25 ` Thierry Reding
  2016-07-14 13:41   ` Arnd Bergmann
  2016-07-11 15:25 ` [GIT PULL 3/4] arm64: " Thierry Reding
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Thierry Reding @ 2016-07-11 15:25 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to 85afd20e4bccc39f4eae01cb50e435ca45aef912:

  ARM: tegra: Initial support for Apalis TK1 (2016-07-11 16:48:10 +0200)

Thanks,
Thierry

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

Some cleanups to existing device tree sources and add Toradex Apalis TK1
support.

----------------------------------------------------------------
Marcel Ziswiler (2):
      ARM: tegra: Remove commas from unit addresses on Tegra124
      ARM: tegra: Initial support for Apalis TK1

Stephen Warren (1):
      ARM: tegra: Import latest Jetson TK1 spreadsheet

Thierry Reding (2):
      ARM: tegra: Fix a couple of DTC warnings
      ARM: tegra: Add spaces around = in properties

 arch/arm/boot/dts/Makefile                     |    1 +
 arch/arm/boot/dts/tegra114-dalmore.dts         |    2 +-
 arch/arm/boot/dts/tegra114-roth.dts            |    4 +-
 arch/arm/boot/dts/tegra114-tn7.dts             |    2 +-
 arch/arm/boot/dts/tegra124-apalis-emc.dtsi     | 1502 +++++++++++++++++
 arch/arm/boot/dts/tegra124-apalis-eval.dts     |  284 ++++
 arch/arm/boot/dts/tegra124-apalis.dtsi         | 2100 ++++++++++++++++++++++++
 arch/arm/boot/dts/tegra124-jetson-tk1-emc.dtsi |    6 +-
 arch/arm/boot/dts/tegra124-jetson-tk1.dts      |   88 +-
 arch/arm/boot/dts/tegra124-nyan-big-emc.dtsi   |    6 +-
 arch/arm/boot/dts/tegra124-nyan-big.dts        |    4 +-
 arch/arm/boot/dts/tegra124-nyan-blaze-emc.dtsi |    6 +-
 arch/arm/boot/dts/tegra124-nyan-blaze.dts      |    2 +-
 arch/arm/boot/dts/tegra124-nyan.dtsi           |   60 +-
 arch/arm/boot/dts/tegra124-venice2.dts         |   70 +-
 arch/arm/boot/dts/tegra124.dtsi                |  125 +-
 arch/arm/boot/dts/tegra20-colibri-512.dtsi     |    2 +-
 arch/arm/boot/dts/tegra20-harmony.dts          |    2 +-
 arch/arm/boot/dts/tegra20-paz00.dts            |    2 +-
 arch/arm/boot/dts/tegra20-seaboard.dts         |    2 +-
 arch/arm/boot/dts/tegra20-tamonten.dtsi        |    2 +-
 arch/arm/boot/dts/tegra20-trimslice.dts        |    2 +-
 arch/arm/boot/dts/tegra20-ventana.dts          |    2 +-
 arch/arm/boot/dts/tegra20-whistler.dts         |    2 +-
 arch/arm/boot/dts/tegra30-apalis.dtsi          |    7 +-
 arch/arm/boot/dts/tegra30-beaver.dts           |    2 +-
 arch/arm/boot/dts/tegra30-cardhu.dtsi          |    2 +-
 arch/arm/boot/dts/tegra30-colibri-eval-v3.dts  |    2 +-
 arch/arm/boot/dts/tegra30-colibri.dtsi         |    2 +-
 29 files changed, 4091 insertions(+), 202 deletions(-)
 create mode 100644 arch/arm/boot/dts/tegra124-apalis-emc.dtsi
 create mode 100644 arch/arm/boot/dts/tegra124-apalis-eval.dts
 create mode 100644 arch/arm/boot/dts/tegra124-apalis.dtsi

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

* [GIT PULL 3/4] arm64: tegra: Device tree changes for v4.8-rc1
  2016-07-11 15:25 [GIT PULL 1/4] ARM: tegra: Core SoC changes for v4.8-rc1 Thierry Reding
  2016-07-11 15:25 ` [GIT PULL 2/4] ARM: tegra: Device tree " Thierry Reding
@ 2016-07-11 15:25 ` Thierry Reding
  2016-07-11 15:25 ` [GIT PULL 4/4] arm64: tegra: Default configuration updates " Thierry Reding
  2016-07-14 13:38 ` [GIT PULL 1/4] ARM: tegra: Core SoC changes " Arnd Bergmann
  3 siblings, 0 replies; 7+ messages in thread
From: Thierry Reding @ 2016-07-11 15:25 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to 52a2c7c9b0363658ca960ca596ef41ca930d0190:

  arm64: tegra: Add VDD_GPU regulator to Jetson TX1 (2016-07-01 16:22:23 +0200)

Thanks,
Thierry

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

A slew of updates for Tegra210 support: PMIC and regulator additions,
which in turn allow a bunch of features to be enabled. Some assemblies
of the Jetson TX1 come with a DSI panel that is now supported. For all
other assemblies, this set of changes enables the HDMI output. Jetson
TX1 can now also make use of the XUSB controller, and provided that it
is supported by the bootloader, the GPU can also be enabled.

PMIC and regulator support is also added for Smaug, which will allow a
number of interesting feature additions in future releases.

----------------------------------------------------------------
Alexandre Courbot (2):
      regulator: pwm: Support for enable GPIO
      arm64: tegra: Add VDD_GPU regulator to Jetson TX1

Boris Brezillon (1):
      regulator: pwm: Drop unneeded pwm_enable() call

Jon Hunter (5):
      arm64: tegra: Correct Tegra210 XUSB mailbox interrupt
      arm64: tegra: Add audio powergate node for Tegra210
      arm64: tegra: Add ACONNECT bus node for Tegra210
      arm64: tegra: Add DPAUX pinctrl bindings
      arm64: tegra: Add XUSB powergates on Tegra210

Rhyland Klein (1):
      arm64: tegra: Add regulators for Tegra210 Smaug

Thierry Reding (10):
      Merge tag 'regulator-pwm-enable' of git://git.kernel.org/.../broonie/regulator into HEAD
      arm64: tegra: Add PMIC support on Jetson TX1
      arm64: tegra: p2597: Add SDMMC power supplies
      arm64: tegra: Add DSI panel on Jetson TX1
      arm64: tegra: Add Tegra210 XUSB pad controller
      arm64: tegra: Add Tegra210 XUSB controller
      arm64: tegra: Enable debug serial on Jetson TX1
      arm64: tegra: Enable XUSB controller on Jetson TX1
      arm64: tegra: Add sor1_src clock
      arm64: tegra: Enable HDMI on Jetson TX1

 .../bindings/regulator/pwm-regulator.txt           |   7 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi     | 267 +++++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts |  45 +++
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi     | 319 +++++++++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts      | 314 ++++++++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           | 292 ++++++++++++++++++-
 drivers/regulator/pwm-regulator.c                  |  31 +-
 7 files changed, 1268 insertions(+), 7 deletions(-)

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

* [GIT PULL 4/4] arm64: tegra: Default configuration updates for v4.8-rc1
  2016-07-11 15:25 [GIT PULL 1/4] ARM: tegra: Core SoC changes for v4.8-rc1 Thierry Reding
  2016-07-11 15:25 ` [GIT PULL 2/4] ARM: tegra: Device tree " Thierry Reding
  2016-07-11 15:25 ` [GIT PULL 3/4] arm64: " Thierry Reding
@ 2016-07-11 15:25 ` Thierry Reding
  2016-07-14 13:55   ` Arnd Bergmann
  2016-07-14 13:38 ` [GIT PULL 1/4] ARM: tegra: Core SoC changes " Arnd Bergmann
  3 siblings, 1 reply; 7+ messages in thread
From: Thierry Reding @ 2016-07-11 15:25 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.8-arm64-defconfig

for you to fetch changes up to 10a7b37b5b969d9998912e50946f7a03111037eb:

  arm64: Update default configuration (2016-07-11 16:50:20 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Default configuration updates for v4.8-rc1

Enable a bunch of configuration options to enable PMIC, regulators, DSI,
HDMI, XUSB and the GPU on Jetson TX1 as well as a few new features that
are now functional on the Google Pixel C.

----------------------------------------------------------------
Thierry Reding (1):
      arm64: Update default configuration

 arch/arm64/configs/defconfig | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

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

* [GIT PULL 1/4] ARM: tegra: Core SoC changes for v4.8-rc1
  2016-07-11 15:25 [GIT PULL 1/4] ARM: tegra: Core SoC changes for v4.8-rc1 Thierry Reding
                   ` (2 preceding siblings ...)
  2016-07-11 15:25 ` [GIT PULL 4/4] arm64: tegra: Default configuration updates " Thierry Reding
@ 2016-07-14 13:38 ` Arnd Bergmann
  3 siblings, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2016-07-14 13:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, July 11, 2016 5:25:09 PM CEST Thierry Reding wrote:
> ARM: tegra: Core SoC changes for v4.8-rc1
> 
> Some cleanups to eliminate sparse warnings and a section mismatch.
> 

Pulled into next/cleanup, thanks!

	Arnd

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

* [GIT PULL 2/4] ARM: tegra: Device tree changes for v4.8-rc1
  2016-07-11 15:25 ` [GIT PULL 2/4] ARM: tegra: Device tree " Thierry Reding
@ 2016-07-14 13:41   ` Arnd Bergmann
  0 siblings, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2016-07-14 13:41 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, July 11, 2016 5:25:10 PM CEST Thierry Reding wrote:
> ARM: tegra: Device tree changes for v4.8-rc1
> 
> Some cleanups to existing device tree sources and add Toradex Apalis TK1
> support.
> 

Merged into next/dt, thanks!

	Arnd

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

* [GIT PULL 4/4] arm64: tegra: Default configuration updates for v4.8-rc1
  2016-07-11 15:25 ` [GIT PULL 4/4] arm64: tegra: Default configuration updates " Thierry Reding
@ 2016-07-14 13:55   ` Arnd Bergmann
  0 siblings, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2016-07-14 13:55 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday, July 11, 2016 5:25:12 PM CEST Thierry Reding wrote:
> arm64: tegra: Default configuration updates for v4.8-rc1
> 
> Enable a bunch of configuration options to enable PMIC, regulators, DSI,
> HDMI, XUSB and the GPU on Jetson TX1 as well as a few new features that
> are now functional on the Google Pixel C.

Pulled into next/arm64, thanks!

	Arnd

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

end of thread, other threads:[~2016-07-14 13:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-11 15:25 [GIT PULL 1/4] ARM: tegra: Core SoC changes for v4.8-rc1 Thierry Reding
2016-07-11 15:25 ` [GIT PULL 2/4] ARM: tegra: Device tree " Thierry Reding
2016-07-14 13:41   ` Arnd Bergmann
2016-07-11 15:25 ` [GIT PULL 3/4] arm64: " Thierry Reding
2016-07-11 15:25 ` [GIT PULL 4/4] arm64: tegra: Default configuration updates " Thierry Reding
2016-07-14 13:55   ` Arnd Bergmann
2016-07-14 13:38 ` [GIT PULL 1/4] ARM: tegra: Core SoC changes " Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).