mbox

[GIT,PULL,v3,0/3] TrimSlice updates for 3.1

Message ID cover.1309955711.git.mike@compulab.co.il
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/rppt/linux-tegra.git trimslice/upstream

Message

Mike Rapoport July 7, 2011, 6:04 a.m. UTC
Hi Colin,
Please consider pulling TrimSlice updates for 3.1 merge window.
These patches add registration of i2c, audio and USB devices.

v3 changes:
- rebased on top of current Linus tree

v2 changes:
- update CDEV1 pinmux as per Stephen suggestion
- use GPIO table for USB-related GPIOs

The following changes since commit a2fa83faf47b514ab947cea916d3691b66525073:

  Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 (2011-07-05 20:57:45 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rppt/linux-tegra.git trimslice/upstream

Mike Rapoport (3):
      ARM: tegra: trimslice: register i2c busses and devices
      ARM: tegra: trimslice: add audio devices and clocks
      ARM: tegra: trimslice: enable USB ports

 arch/arm/mach-tegra/board-trimslice-pinmux.c |    7 ++-
 arch/arm/mach-tegra/board-trimslice.c        |   92 ++++++++++++++++++++++++++
 arch/arm/mach-tegra/board-trimslice.h        |    3 +
 3 files changed, 100 insertions(+), 2 deletions(-)

Comments

Colin Cross July 10, 2011, 10:11 p.m. UTC | #1
On Wed, Jul 6, 2011 at 11:04 PM, Mike Rapoport <mike@compulab.co.il> wrote:
> Hi Colin,
> Please consider pulling TrimSlice updates for 3.1 merge window.
> These patches add registration of i2c, audio and USB devices.
>
> v3 changes:
> - rebased on top of current Linus tree
>
> v2 changes:
> - update CDEV1 pinmux as per Stephen suggestion
> - use GPIO table for USB-related GPIOs
>
> The following changes since commit a2fa83faf47b514ab947cea916d3691b66525073:
>
>  Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 (2011-07-05 20:57:45 -0700)
>
> are available in the git repository at:
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/rppt/linux-tegra.git trimslice/upstream
>
> Mike Rapoport (3):
>      ARM: tegra: trimslice: register i2c busses and devices
>      ARM: tegra: trimslice: add audio devices and clocks
>      ARM: tegra: trimslice: enable USB ports
>
>  arch/arm/mach-tegra/board-trimslice-pinmux.c |    7 ++-
>  arch/arm/mach-tegra/board-trimslice.c        |   92 ++++++++++++++++++++++++++
>  arch/arm/mach-tegra/board-trimslice.h        |    3 +
>  3 files changed, 100 insertions(+), 2 deletions(-)
>

I pushed this series to for-next.

I have some cleanup patches that go on top to reduce some of the
duplicate platform data added by trimslice and paz00, I'd appreciate a
tested-by once I post those.