linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] ARM: tegra: second set of device tree changes
@ 2013-12-20 18:07 Stephen Warren
  2013-12-20 18:07 ` [GIT PULL 2/2] ARM: tegra: second set of defconfig changes Stephen Warren
  2013-12-27 21:11 ` [GIT PULL 1/2] ARM: tegra: second set of device tree changes Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Stephen Warren @ 2013-12-20 18:07 UTC (permalink / raw)
  To: linux-arm-kernel

This branch contains changes to Tegra's device tree that came in after
I sent the previous pull-request/tag tegra-for-3.14-dt. Changes are:

* Set up aliases for RTCs, so that the correct RTC is chosen to
  initialize the system date/time.
* Venice2 pinctrl and regulator configuration.
* Built-in panel enablement for Harmony, Cardhu, Dalmore.
* HDMI enablement for Dalmore.
* USB2 port enablement for Beaver.
* Keyboard and power key enablement for Venice2.

This branch is based on tag tegra-for-3.14-dt, for which I sent a
previous pull request.

----------------------------------------------------------------

The following changes since commit 9f1ac5606a008f4849208ebfe818f979619dced0:

  ARM: tegra: Add SPI controller nodes for Tegra124

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tegra-for-3.14-dt-2

for you to fetch changes up to 3f748d44503bd7ead26acf938f5a0bf845cea515:

  ARM: tegra: Enable power key on Venice2

----------------------------------------------------------------

Eric Brower (2):
      ARM: tegra: modify Tegra30 USB2 default phy_type to UTMI
      ARM: tegra: enable USB2 on Tegra30 Beaver

Laxman Dewangan (2):
      ARM: tegra: fix missing pincontrol configuration for Venice2
      ARM: tegra: add ams AS3722 device to Venice2 DT

Mikko Perttunen (2):
      ARM: tegra: Add host1x, DC and HDMI to Tegra114 device tree
      ARM: tegra: Enable HDMI support on Dalmore

Stephen Warren (2):
      ARM: tegra: set up /aliases entries for RTCs
      ARM: tegra: set up /aliases for RTCs on Venice2

Thierry Reding (9):
      ARM: tegra: Enable LVDS on Harmony
      ARM: tegra: Enable LVDS on Cardhu
      ARM: tegra: Add MIPI calibration DT entries for Tegra114
      ARM: tegra: Add Tegra114 DSI support
      ARM: tegra: Add Tegra114 gr2d support
      ARM: tegra: Add Tegra114 gr3d support
      ARM: tegra: Enable DSI support on Dalmore
      ARM: tegra: Enable Venice2 keyboard
      ARM: tegra: Enable power key on Venice2

 arch/arm/boot/dts/tegra114-dalmore.dts     |  64 ++-
 arch/arm/boot/dts/tegra114.dtsi            | 113 ++++
 arch/arm/boot/dts/tegra124-venice2.dts     | 729 ++++++++++++++++++++++--
 arch/arm/boot/dts/tegra20-colibri-512.dtsi |   5 +
 arch/arm/boot/dts/tegra20-harmony.dts      |  41 +-
 arch/arm/boot/dts/tegra20-paz00.dts        |   5 +
 arch/arm/boot/dts/tegra20-seaboard.dts     |   5 +
 arch/arm/boot/dts/tegra20-tamonten.dtsi    |   5 +
 arch/arm/boot/dts/tegra20-trimslice.dts    |   5 +
 arch/arm/boot/dts/tegra20-ventana.dts      |   5 +
 arch/arm/boot/dts/tegra20-whistler.dts     |   5 +
 arch/arm/boot/dts/tegra30-beaver.dts       |  14 +
 arch/arm/boot/dts/tegra30-cardhu.dtsi      |  42 +-
 arch/arm/boot/dts/tegra30.dtsi             |  21 +-
 14 files changed, 990 insertions(+), 69 deletions(-)

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

* [GIT PULL 2/2] ARM: tegra: second set of defconfig changes
  2013-12-20 18:07 [GIT PULL 1/2] ARM: tegra: second set of device tree changes Stephen Warren
@ 2013-12-20 18:07 ` Stephen Warren
  2013-12-27 21:12   ` Olof Johansson
  2013-12-27 21:11 ` [GIT PULL 1/2] ARM: tegra: second set of device tree changes Olof Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Stephen Warren @ 2013-12-20 18:07 UTC (permalink / raw)
  To: linux-arm-kernel

This branch contains changes to tegra_defconfig that came in after
I sent the previous pull-request/tag tegra-for-3.14-defconfig. We enable:

* DRM_PANEL/DRM_PANEL_SIMPLE, which implements the built-in LCD panel
  support for Harmony, Cardhu, and Dalmore.

This branch is based on tag tegra-for-3.14-defconfig, for which I sent a
previous pull request.

----------------------------------------------------------------

The following changes since commit 0d8c67218cef8af259e4d12221434a1d7b0f3bbc:

  ARM: tegra: tegra_defconfig updates

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tegra-for-3.14-defconfig-2

for you to fetch changes up to cb99fd620045c0a85593d52b7b1084fa69248b5e:

  ARM: tegra: Enable DRM panel support

----------------------------------------------------------------

Thierry Reding (1):
      ARM: tegra: Enable DRM panel support

 arch/arm/configs/tegra_defconfig | 2 ++
 1 file changed, 2 insertions(+)

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

* [GIT PULL 1/2] ARM: tegra: second set of device tree changes
  2013-12-20 18:07 [GIT PULL 1/2] ARM: tegra: second set of device tree changes Stephen Warren
  2013-12-20 18:07 ` [GIT PULL 2/2] ARM: tegra: second set of defconfig changes Stephen Warren
@ 2013-12-27 21:11 ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2013-12-27 21:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Dec 20, 2013 at 11:07:23AM -0700, Stephen Warren wrote:
> This branch contains changes to Tegra's device tree that came in after
> I sent the previous pull-request/tag tegra-for-3.14-dt. Changes are:
> 
> * Set up aliases for RTCs, so that the correct RTC is chosen to
>   initialize the system date/time.
> * Venice2 pinctrl and regulator configuration.
> * Built-in panel enablement for Harmony, Cardhu, Dalmore.
> * HDMI enablement for Dalmore.
> * USB2 port enablement for Beaver.
> * Keyboard and power key enablement for Venice2.
> 
> This branch is based on tag tegra-for-3.14-dt, for which I sent a
> previous pull request.
> 
> ----------------------------------------------------------------
> 
> The following changes since commit 9f1ac5606a008f4849208ebfe818f979619dced0:
> 
>   ARM: tegra: Add SPI controller nodes for Tegra124
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tegra-for-3.14-dt-2
> 
> for you to fetch changes up to 3f748d44503bd7ead26acf938f5a0bf845cea515:
> 
>   ARM: tegra: Enable power key on Venice2

Merged into next/dt. Thanks.


-Olof

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

* [GIT PULL 2/2] ARM: tegra: second set of defconfig changes
  2013-12-20 18:07 ` [GIT PULL 2/2] ARM: tegra: second set of defconfig changes Stephen Warren
@ 2013-12-27 21:12   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2013-12-27 21:12 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Dec 20, 2013 at 11:07:24AM -0700, Stephen Warren wrote:
> This branch contains changes to tegra_defconfig that came in after
> I sent the previous pull-request/tag tegra-for-3.14-defconfig. We enable:
> 
> * DRM_PANEL/DRM_PANEL_SIMPLE, which implements the built-in LCD panel
>   support for Harmony, Cardhu, and Dalmore.
> 
> This branch is based on tag tegra-for-3.14-defconfig, for which I sent a
> previous pull request.
> 
> ----------------------------------------------------------------
> 
> The following changes since commit 0d8c67218cef8af259e4d12221434a1d7b0f3bbc:
> 
>   ARM: tegra: tegra_defconfig updates
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tegra-for-3.14-defconfig-2
> 
> for you to fetch changes up to cb99fd620045c0a85593d52b7b1084fa69248b5e:

Merged into next/boards. Thanks.


-Olof

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

end of thread, other threads:[~2013-12-27 21:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-20 18:07 [GIT PULL 1/2] ARM: tegra: second set of device tree changes Stephen Warren
2013-12-20 18:07 ` [GIT PULL 2/2] ARM: tegra: second set of defconfig changes Stephen Warren
2013-12-27 21:12   ` Olof Johansson
2013-12-27 21:11 ` [GIT PULL 1/2] ARM: tegra: second set of device tree changes Olof Johansson

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