All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Cc: ARM kernel mailing list
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	"linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: [GIT PULL] ARM: tegra: usb-ulpi branch
Date: Tue, 08 May 2012 12:26:34 -0600	[thread overview]
Message-ID: <4FA9655A.9020105@wwwdotorg.org> (raw)

This branch is based on my previous gpio-pinmux pull request.

The following changes since commit aef7704c6cc36db9618603b22194def441d30432:
  Stephen Warren (1):
        pinctrl: tegra: error reporting cleanup

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
for-3.5/usb-ulpi

Allen Martin (1):
      ARM: tegra: Add pllc clock init table

Stephen Warren (6):
      ARM: tegra: reparent sclk to pll_c_out1
      ARM: tegra: fix pclk rate
      ARM: tegra: change pll_p_out4's rate to 24MHz
      ARM: tegra: don't hard-code USB ULPI PHY reset_gpio
      ARM: tegra: add USB ULPI PHY reset GPIO to device tree
      ARM: dt: tegra: pinmux changes for USB ULPI

 .../devicetree/bindings/usb/tegra-usb.txt          |    3 ++
 arch/arm/boot/dts/tegra-harmony.dts                |   24
+++++++++++--------
 arch/arm/boot/dts/tegra-paz00.dts                  |   18 +++++++-------
 arch/arm/boot/dts/tegra-seaboard.dts               |    4 +++
 arch/arm/boot/dts/tegra-trimslice.dts              |   22 ++++++++++-------
 arch/arm/boot/dts/tegra-ventana.dts                |    4 +++
 arch/arm/mach-tegra/board-paz00.c                  |    3 +-
 arch/arm/mach-tegra/board-trimslice.c              |    2 +
 arch/arm/mach-tegra/common.c                       |   10 +++++---
 arch/arm/mach-tegra/devices.c                      |    5 +--
 arch/arm/mach-tegra/devices.h                      |    4 +++
 arch/arm/mach-tegra/include/mach/usb_phy.h         |    4 +-
 arch/arm/mach-tegra/tegra2_clocks.c                |    4 +++
 arch/arm/mach-tegra/usb_phy.c                      |   15 ++++++++++-
 drivers/usb/host/ehci-tegra.c                      |    5 ++-
 15 files changed, 85 insertions(+), 42 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: swarren@wwwdotorg.org (Stephen Warren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: tegra: usb-ulpi branch
Date: Tue, 08 May 2012 12:26:34 -0600	[thread overview]
Message-ID: <4FA9655A.9020105@wwwdotorg.org> (raw)

This branch is based on my previous gpio-pinmux pull request.

The following changes since commit aef7704c6cc36db9618603b22194def441d30432:
  Stephen Warren (1):
        pinctrl: tegra: error reporting cleanup

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
for-3.5/usb-ulpi

Allen Martin (1):
      ARM: tegra: Add pllc clock init table

Stephen Warren (6):
      ARM: tegra: reparent sclk to pll_c_out1
      ARM: tegra: fix pclk rate
      ARM: tegra: change pll_p_out4's rate to 24MHz
      ARM: tegra: don't hard-code USB ULPI PHY reset_gpio
      ARM: tegra: add USB ULPI PHY reset GPIO to device tree
      ARM: dt: tegra: pinmux changes for USB ULPI

 .../devicetree/bindings/usb/tegra-usb.txt          |    3 ++
 arch/arm/boot/dts/tegra-harmony.dts                |   24
+++++++++++--------
 arch/arm/boot/dts/tegra-paz00.dts                  |   18 +++++++-------
 arch/arm/boot/dts/tegra-seaboard.dts               |    4 +++
 arch/arm/boot/dts/tegra-trimslice.dts              |   22 ++++++++++-------
 arch/arm/boot/dts/tegra-ventana.dts                |    4 +++
 arch/arm/mach-tegra/board-paz00.c                  |    3 +-
 arch/arm/mach-tegra/board-trimslice.c              |    2 +
 arch/arm/mach-tegra/common.c                       |   10 +++++---
 arch/arm/mach-tegra/devices.c                      |    5 +--
 arch/arm/mach-tegra/devices.h                      |    4 +++
 arch/arm/mach-tegra/include/mach/usb_phy.h         |    4 +-
 arch/arm/mach-tegra/tegra2_clocks.c                |    4 +++
 arch/arm/mach-tegra/usb_phy.c                      |   15 ++++++++++-
 drivers/usb/host/ehci-tegra.c                      |    5 ++-
 15 files changed, 85 insertions(+), 42 deletions(-)

             reply	other threads:[~2012-05-08 18:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-08 18:26 Stephen Warren [this message]
2012-05-08 18:26 ` [GIT PULL] ARM: tegra: usb-ulpi branch Stephen Warren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FA9655A.9020105@wwwdotorg.org \
    --to=swarren-3lzwwm7+weoh9zmkesr00q@public.gmane.org \
    --cc=arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.