All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] ARM: tegra: core code changes for 3.16
@ 2014-05-16 18:25 ` Stephen Warren
  0 siblings, 0 replies; 12+ messages in thread
From: Stephen Warren @ 2014-05-16 18:25 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

This branch contains just a single patch this time around. Thierry
enhanced Tegra's restart code to allow programming PMC scratch registers
to request specific behaviour after reboot. One of the most useful
options for mainline software is the ability to reboot directly into USB
recovery mode, which e.g. allows the bootloader to be reflashed.

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

The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1

are available in the git repository at:

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

for you to fetch changes up to 498bb3da7e04ed82d9b66106c4baeb3000a7100e:

  ARM: tegra: Support reboot modes

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

Thierry Reding (1):
      ARM: tegra: Support reboot modes

 arch/arm/mach-tegra/pmc.c | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

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

* [GIT PULL 1/3] ARM: tegra: core code changes for 3.16
@ 2014-05-16 18:25 ` Stephen Warren
  0 siblings, 0 replies; 12+ messages in thread
From: Stephen Warren @ 2014-05-16 18:25 UTC (permalink / raw)
  To: linux-arm-kernel

This branch contains just a single patch this time around. Thierry
enhanced Tegra's restart code to allow programming PMC scratch registers
to request specific behaviour after reboot. One of the most useful
options for mainline software is the ability to reboot directly into USB
recovery mode, which e.g. allows the bootloader to be reflashed.

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

The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1

are available in the git repository at:

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

for you to fetch changes up to 498bb3da7e04ed82d9b66106c4baeb3000a7100e:

  ARM: tegra: Support reboot modes

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

Thierry Reding (1):
      ARM: tegra: Support reboot modes

 arch/arm/mach-tegra/pmc.c | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

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

* [GIT PULL 2/3] ARM: tegra: device tree changes for 3.16
  2014-05-16 18:25 ` Stephen Warren
@ 2014-05-16 18:25     ` Stephen Warren
  -1 siblings, 0 replies; 12+ messages in thread
From: Stephen Warren @ 2014-05-16 18:25 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

The bulk of Tegra changes for 3.16 are to device trees. Highlights are:

- New board support for:
  - Jetson TK1.
  - SHIELD.
  - Tegra Note 7.
  - Colibri T30 module.
- HDMI support on Venice2.
- SD card write-protect GPIOs added to some boards.
- Numerous regulator cleanups.

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

The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1

are available in the git repository at:

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

for you to fetch changes up to 446e9c63161519902a251c3670d2fbb455146475:

  ARM: tegra: initial add of Colibri T30

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

Alexandre Courbot (2):
      ARM: tegra: add Tegra Note 7 device tree
      ARM: tegra: add device tree for SHIELD

Andrew Bresticker (1):
      ARM: tegra: fix Venice2 SD card VQMMC supply

Stefan Agner (1):
      ARM: tegra: initial add of Colibri T30

Stephen Warren (8):
      ARM: tegra: add Jetson TK1 device tree
      ARM: tegra: define Jetson TK1 regulators
      ARM: tegra: fix Jetson TK1 SD card supply
      ARM: tegra: make Venice's +3.3V_RUN regulator always on
      ARM: tegra: use correct audio CODEC on Jetson TK1
      ARM: tegra: add SD wp-gpios to Jetson TK1 DT
      ARM: tegra: add SD wp-gpios to Dalmore DT
      ARM: tegra: add SD wp-gpios to Venice2 DT

Thierry Reding (7):
      ARM: tegra: Add Tegra124 HDMI support
      ARM: tegra: venice2 - Enable HDMI
      ARM: tegra: jetson-tk1 - Enable HDMI support
      ARM: tegra: harmony - Add +5V HDMI supply
      ARM: tegra: beaver - Add +5V HDMI supply
      ARM: tegra: dalmore - Add +5V HDMI supply
      ARM: tegra: dalmore - Add DSI power supply

 arch/arm/boot/dts/Makefile                    |    4 +
 arch/arm/boot/dts/tegra114-dalmore.dts        |   21 +-
 arch/arm/boot/dts/tegra114-roth.dts           | 1113 ++++++++++++
 arch/arm/boot/dts/tegra114-tn7.dts            |  348 ++++
 arch/arm/boot/dts/tegra124-jetson-tk1.dts     | 1827 ++++++++++++++++++++
 arch/arm/boot/dts/tegra124-venice2.dts        |   42 +-
 arch/arm/boot/dts/tegra124.dtsi               |   12 +
 arch/arm/boot/dts/tegra20-harmony.dts         |   12 +
 arch/arm/boot/dts/tegra30-beaver.dts          |   12 +
 arch/arm/boot/dts/tegra30-colibri-eval-v3.dts |  205 +++
 arch/arm/boot/dts/tegra30-colibri.dtsi        |  377 ++++
 11 files changed, 3965 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/boot/dts/tegra114-roth.dts
 create mode 100644 arch/arm/boot/dts/tegra114-tn7.dts
 create mode 100644 arch/arm/boot/dts/tegra124-jetson-tk1.dts
 create mode 100644 arch/arm/boot/dts/tegra30-colibri-eval-v3.dts
 create mode 100644 arch/arm/boot/dts/tegra30-colibri.dtsi

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

* [GIT PULL 2/3] ARM: tegra: device tree changes for 3.16
@ 2014-05-16 18:25     ` Stephen Warren
  0 siblings, 0 replies; 12+ messages in thread
From: Stephen Warren @ 2014-05-16 18:25 UTC (permalink / raw)
  To: linux-arm-kernel

The bulk of Tegra changes for 3.16 are to device trees. Highlights are:

- New board support for:
  - Jetson TK1.
  - SHIELD.
  - Tegra Note 7.
  - Colibri T30 module.
- HDMI support on Venice2.
- SD card write-protect GPIOs added to some boards.
- Numerous regulator cleanups.

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

The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1

are available in the git repository at:

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

for you to fetch changes up to 446e9c63161519902a251c3670d2fbb455146475:

  ARM: tegra: initial add of Colibri T30

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

Alexandre Courbot (2):
      ARM: tegra: add Tegra Note 7 device tree
      ARM: tegra: add device tree for SHIELD

Andrew Bresticker (1):
      ARM: tegra: fix Venice2 SD card VQMMC supply

Stefan Agner (1):
      ARM: tegra: initial add of Colibri T30

Stephen Warren (8):
      ARM: tegra: add Jetson TK1 device tree
      ARM: tegra: define Jetson TK1 regulators
      ARM: tegra: fix Jetson TK1 SD card supply
      ARM: tegra: make Venice's +3.3V_RUN regulator always on
      ARM: tegra: use correct audio CODEC on Jetson TK1
      ARM: tegra: add SD wp-gpios to Jetson TK1 DT
      ARM: tegra: add SD wp-gpios to Dalmore DT
      ARM: tegra: add SD wp-gpios to Venice2 DT

Thierry Reding (7):
      ARM: tegra: Add Tegra124 HDMI support
      ARM: tegra: venice2 - Enable HDMI
      ARM: tegra: jetson-tk1 - Enable HDMI support
      ARM: tegra: harmony - Add +5V HDMI supply
      ARM: tegra: beaver - Add +5V HDMI supply
      ARM: tegra: dalmore - Add +5V HDMI supply
      ARM: tegra: dalmore - Add DSI power supply

 arch/arm/boot/dts/Makefile                    |    4 +
 arch/arm/boot/dts/tegra114-dalmore.dts        |   21 +-
 arch/arm/boot/dts/tegra114-roth.dts           | 1113 ++++++++++++
 arch/arm/boot/dts/tegra114-tn7.dts            |  348 ++++
 arch/arm/boot/dts/tegra124-jetson-tk1.dts     | 1827 ++++++++++++++++++++
 arch/arm/boot/dts/tegra124-venice2.dts        |   42 +-
 arch/arm/boot/dts/tegra124.dtsi               |   12 +
 arch/arm/boot/dts/tegra20-harmony.dts         |   12 +
 arch/arm/boot/dts/tegra30-beaver.dts          |   12 +
 arch/arm/boot/dts/tegra30-colibri-eval-v3.dts |  205 +++
 arch/arm/boot/dts/tegra30-colibri.dtsi        |  377 ++++
 11 files changed, 3965 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/boot/dts/tegra114-roth.dts
 create mode 100644 arch/arm/boot/dts/tegra114-tn7.dts
 create mode 100644 arch/arm/boot/dts/tegra124-jetson-tk1.dts
 create mode 100644 arch/arm/boot/dts/tegra30-colibri-eval-v3.dts
 create mode 100644 arch/arm/boot/dts/tegra30-colibri.dtsi

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

* [GIT PULL 3/3] ARM: tegra: defconfig updates for 3.16
  2014-05-16 18:25 ` Stephen Warren
@ 2014-05-16 18:25     ` Stephen Warren
  -1 siblings, 0 replies; 12+ messages in thread
From: Stephen Warren @ 2014-05-16 18:25 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Stephen Warren

AT24C EEPROM:

This is used for the board ID EEPROM on Jetson TK1, as well as likely
a whole slew of other NVIDIA reference boards; we simply haven't added
enabled the EEPROM in the DT files until now.

MTD_SPI_NOR:

This defconfig contains the CONFIG_M25P80 symbol, which is now
dependent on the MTD_SPI_NOR symbol. Add CONFIG_MTD_SPI_NOR to satisfy
the new dependency.

FRAMEBUFFER_CONSOLE_ROTATION:

Needed for devices like Tegra Note 7 and NVIDIA SHIELD to get the boot
console in the expected orientation.

CAN*, RTC_DRV_DS1307:

Toradex Colibri Evaluation Board uses the DS1307 RTC and the MCP251x CAN
controller. The NVIDIA Tegra 3 based Colibri T30 module can be used on
this carrier board.

Furthermore the NVIDIA Tegra 3 based Apalis T30 module too contains two
MCP251x CAN controllers.

INPUT_JOYDEV:

NVIDIA SHIELD embeds a USB joystick device.

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

The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1

are available in the git repository at:

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

for you to fetch changes up to 9956dcc5d136248a415234381311543c8cdf869a:

  ARM: tegra: tegra_defconfig updates

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

Stephen Warren (1):
      ARM: tegra: tegra_defconfig updates

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

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

* [GIT PULL 3/3] ARM: tegra: defconfig updates for 3.16
@ 2014-05-16 18:25     ` Stephen Warren
  0 siblings, 0 replies; 12+ messages in thread
From: Stephen Warren @ 2014-05-16 18:25 UTC (permalink / raw)
  To: linux-arm-kernel

AT24C EEPROM:

This is used for the board ID EEPROM on Jetson TK1, as well as likely
a whole slew of other NVIDIA reference boards; we simply haven't added
enabled the EEPROM in the DT files until now.

MTD_SPI_NOR:

This defconfig contains the CONFIG_M25P80 symbol, which is now
dependent on the MTD_SPI_NOR symbol. Add CONFIG_MTD_SPI_NOR to satisfy
the new dependency.

FRAMEBUFFER_CONSOLE_ROTATION:

Needed for devices like Tegra Note 7 and NVIDIA SHIELD to get the boot
console in the expected orientation.

CAN*, RTC_DRV_DS1307:

Toradex Colibri Evaluation Board uses the DS1307 RTC and the MCP251x CAN
controller. The NVIDIA Tegra 3 based Colibri T30 module can be used on
this carrier board.

Furthermore the NVIDIA Tegra 3 based Apalis T30 module too contains two
MCP251x CAN controllers.

INPUT_JOYDEV:

NVIDIA SHIELD embeds a USB joystick device.

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

The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1

are available in the git repository at:

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

for you to fetch changes up to 9956dcc5d136248a415234381311543c8cdf869a:

  ARM: tegra: tegra_defconfig updates

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

Stephen Warren (1):
      ARM: tegra: tegra_defconfig updates

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

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

* Re: [GIT PULL 1/3] ARM: tegra: core code changes for 3.16
  2014-05-16 18:25 ` Stephen Warren
@ 2014-05-21 22:05     ` Olof Johansson
  -1 siblings, 0 replies; 12+ messages in thread
From: Olof Johansson @ 2014-05-21 22:05 UTC (permalink / raw)
  To: Stephen Warren
  Cc: arm-DgEjT+Ai2ygdnm+yROfE0A,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

On Fri, May 16, 2014 at 12:25:44PM -0600, Stephen Warren wrote:
> This branch contains just a single patch this time around. Thierry
> enhanced Tegra's restart code to allow programming PMC scratch registers
> to request specific behaviour after reboot. One of the most useful
> options for mainline software is the ability to reboot directly into USB
> recovery mode, which e.g. allows the bootloader to be reflashed.
> 
> ----------------------------------------------------------------
> 
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>   Linux 3.15-rc1
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tegra-for-3.16-soc
> 
> for you to fetch changes up to 498bb3da7e04ed82d9b66106c4baeb3000a7100e:
> 
>   ARM: tegra: Support reboot modes

Merged into next/soc. Thanks.


-Olof

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

* [GIT PULL 1/3] ARM: tegra: core code changes for 3.16
@ 2014-05-21 22:05     ` Olof Johansson
  0 siblings, 0 replies; 12+ messages in thread
From: Olof Johansson @ 2014-05-21 22:05 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 16, 2014 at 12:25:44PM -0600, Stephen Warren wrote:
> This branch contains just a single patch this time around. Thierry
> enhanced Tegra's restart code to allow programming PMC scratch registers
> to request specific behaviour after reboot. One of the most useful
> options for mainline software is the ability to reboot directly into USB
> recovery mode, which e.g. allows the bootloader to be reflashed.
> 
> ----------------------------------------------------------------
> 
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>   Linux 3.15-rc1
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tegra-for-3.16-soc
> 
> for you to fetch changes up to 498bb3da7e04ed82d9b66106c4baeb3000a7100e:
> 
>   ARM: tegra: Support reboot modes

Merged into next/soc. Thanks.


-Olof

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

* Re: [GIT PULL 2/3] ARM: tegra: device tree changes for 3.16
  2014-05-16 18:25     ` Stephen Warren
@ 2014-05-21 22:06         ` Olof Johansson
  -1 siblings, 0 replies; 12+ messages in thread
From: Olof Johansson @ 2014-05-21 22:06 UTC (permalink / raw)
  To: Stephen Warren
  Cc: arm-DgEjT+Ai2ygdnm+yROfE0A,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

On Fri, May 16, 2014 at 12:25:45PM -0600, Stephen Warren wrote:
> The bulk of Tegra changes for 3.16 are to device trees. Highlights are:
> 
> - New board support for:
>   - Jetson TK1.
>   - SHIELD.
>   - Tegra Note 7.
>   - Colibri T30 module.
> - HDMI support on Venice2.
> - SD card write-protect GPIOs added to some boards.
> - Numerous regulator cleanups.
> 
> ----------------------------------------------------------------
> 
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>   Linux 3.15-rc1
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tegra-for-3.16-dt

Merged into next/dt.


-Olof

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

* [GIT PULL 2/3] ARM: tegra: device tree changes for 3.16
@ 2014-05-21 22:06         ` Olof Johansson
  0 siblings, 0 replies; 12+ messages in thread
From: Olof Johansson @ 2014-05-21 22:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 16, 2014 at 12:25:45PM -0600, Stephen Warren wrote:
> The bulk of Tegra changes for 3.16 are to device trees. Highlights are:
> 
> - New board support for:
>   - Jetson TK1.
>   - SHIELD.
>   - Tegra Note 7.
>   - Colibri T30 module.
> - HDMI support on Venice2.
> - SD card write-protect GPIOs added to some boards.
> - Numerous regulator cleanups.
> 
> ----------------------------------------------------------------
> 
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>   Linux 3.15-rc1
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tegra-for-3.16-dt

Merged into next/dt.


-Olof

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

* Re: [GIT PULL 3/3] ARM: tegra: defconfig updates for 3.16
  2014-05-16 18:25     ` Stephen Warren
@ 2014-05-21 22:07         ` Olof Johansson
  -1 siblings, 0 replies; 12+ messages in thread
From: Olof Johansson @ 2014-05-21 22:07 UTC (permalink / raw)
  To: Stephen Warren
  Cc: arm-DgEjT+Ai2ygdnm+yROfE0A,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

On Fri, May 16, 2014 at 12:25:46PM -0600, Stephen Warren wrote:
> AT24C EEPROM:
> 
> This is used for the board ID EEPROM on Jetson TK1, as well as likely
> a whole slew of other NVIDIA reference boards; we simply haven't added
> enabled the EEPROM in the DT files until now.
> 
> MTD_SPI_NOR:
> 
> This defconfig contains the CONFIG_M25P80 symbol, which is now
> dependent on the MTD_SPI_NOR symbol. Add CONFIG_MTD_SPI_NOR to satisfy
> the new dependency.
> 
> FRAMEBUFFER_CONSOLE_ROTATION:
> 
> Needed for devices like Tegra Note 7 and NVIDIA SHIELD to get the boot
> console in the expected orientation.
> 
> CAN*, RTC_DRV_DS1307:
> 
> Toradex Colibri Evaluation Board uses the DS1307 RTC and the MCP251x CAN
> controller. The NVIDIA Tegra 3 based Colibri T30 module can be used on
> this carrier board.
> 
> Furthermore the NVIDIA Tegra 3 based Apalis T30 module too contains two
> MCP251x CAN controllers.
> 
> INPUT_JOYDEV:
> 
> NVIDIA SHIELD embeds a USB joystick device.
> 
> ----------------------------------------------------------------
> 
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>   Linux 3.15-rc1
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tegra-for-3.16-defconfig
> 
> for you to fetch changes up to 9956dcc5d136248a415234381311543c8cdf869a:
> 
>   ARM: tegra: tegra_defconfig updates

Merged, thanks!


-Olof

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

* [GIT PULL 3/3] ARM: tegra: defconfig updates for 3.16
@ 2014-05-21 22:07         ` Olof Johansson
  0 siblings, 0 replies; 12+ messages in thread
From: Olof Johansson @ 2014-05-21 22:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 16, 2014 at 12:25:46PM -0600, Stephen Warren wrote:
> AT24C EEPROM:
> 
> This is used for the board ID EEPROM on Jetson TK1, as well as likely
> a whole slew of other NVIDIA reference boards; we simply haven't added
> enabled the EEPROM in the DT files until now.
> 
> MTD_SPI_NOR:
> 
> This defconfig contains the CONFIG_M25P80 symbol, which is now
> dependent on the MTD_SPI_NOR symbol. Add CONFIG_MTD_SPI_NOR to satisfy
> the new dependency.
> 
> FRAMEBUFFER_CONSOLE_ROTATION:
> 
> Needed for devices like Tegra Note 7 and NVIDIA SHIELD to get the boot
> console in the expected orientation.
> 
> CAN*, RTC_DRV_DS1307:
> 
> Toradex Colibri Evaluation Board uses the DS1307 RTC and the MCP251x CAN
> controller. The NVIDIA Tegra 3 based Colibri T30 module can be used on
> this carrier board.
> 
> Furthermore the NVIDIA Tegra 3 based Apalis T30 module too contains two
> MCP251x CAN controllers.
> 
> INPUT_JOYDEV:
> 
> NVIDIA SHIELD embeds a USB joystick device.
> 
> ----------------------------------------------------------------
> 
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>   Linux 3.15-rc1
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tegra-for-3.16-defconfig
> 
> for you to fetch changes up to 9956dcc5d136248a415234381311543c8cdf869a:
> 
>   ARM: tegra: tegra_defconfig updates

Merged, thanks!


-Olof

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

end of thread, other threads:[~2014-05-21 22:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-16 18:25 [GIT PULL 1/3] ARM: tegra: core code changes for 3.16 Stephen Warren
2014-05-16 18:25 ` Stephen Warren
     [not found] ` <1400264746-13106-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-05-16 18:25   ` [GIT PULL 2/3] ARM: tegra: device tree " Stephen Warren
2014-05-16 18:25     ` Stephen Warren
     [not found]     ` <1400264746-13106-2-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-05-21 22:06       ` Olof Johansson
2014-05-21 22:06         ` Olof Johansson
2014-05-16 18:25   ` [GIT PULL 3/3] ARM: tegra: defconfig updates " Stephen Warren
2014-05-16 18:25     ` Stephen Warren
     [not found]     ` <1400264746-13106-3-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-05-21 22:07       ` Olof Johansson
2014-05-21 22:07         ` Olof Johansson
2014-05-21 22:05   ` [GIT PULL 1/3] ARM: tegra: core code changes " Olof Johansson
2014-05-21 22:05     ` 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.