public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL 4/5] Tegra board updates for 3.3
@ 2011-12-21 19:15 Olof Johansson
  2011-12-27 23:09 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2011-12-21 19:15 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

Please pull the below board updates for tegra for the 3.3 merge window.

Some of the board changes went into the soc branch due to close
dependencies, most of these are pinmux cleanup and prep for pinctrl
integration.


They are based on the for-3.3/soc branch.


The following changes since commit 6cc04a4420391c3f034afe8ea6e28d75912a70a3:

  arm/tegra: Compile tegra_dt_init_irq only when CONFIG_OF (2011-12-19
18:07:22 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git for-3.3/boards

Leon Romanovsky (1):
      ARM: tegra: paz00: Fix board pinmux table.

Marc Dietrich (1):
      ARM: tegra: paz00: add support for wakeup gpio key

Olof Johansson (1):
      arm/tegra: remove __initdata annotation from pinmux tables

Stephen Warren (9):
      arm/tegra: Split Seaboard GPIO table to allow for Ventana
      arm/tegra: Add AUXDATA for tegra-pinmux and tegra-gpio
      arm/tegra: Harmony PCIe: Don't touch pinmux
      arm/tegra: PCIe: Remove include of mach/pinmux.h
      arm/tegra: Remove useless entries from ventana_pinmux[]
      arm/tegra: Rework Seaboard-vs-Ventana pinmux table
      arm/tegra: Fix mistake in Trimslice's pinmux
      arm/tegra: Refactor board-*-pinmux.c to share code
      arm/tegra: Use bus notifiers to trigger pinmux setup

 arch/arm/mach-tegra/Makefile                 |    1 +
 arch/arm/mach-tegra/board-dt.c               |   16 ++--
 arch/arm/mach-tegra/board-harmony-pcie.c     |    9 --
 arch/arm/mach-tegra/board-harmony-pinmux.c   |   22 ++---
 arch/arm/mach-tegra/board-paz00-pinmux.c     |   24 ++---
 arch/arm/mach-tegra/board-paz00.c            |   27 ++++++
 arch/arm/mach-tegra/board-paz00.h            |    3 +
 arch/arm/mach-tegra/board-pinmux.c           |  104 ++++++++++++++++++++++
 arch/arm/mach-tegra/board-pinmux.h           |   38 ++++++++
 arch/arm/mach-tegra/board-seaboard-pinmux.c  |  120 ++++++++++++--------------
 arch/arm/mach-tegra/board-trimslice-pinmux.c |   26 +++---
 arch/arm/mach-tegra/pcie.c                   |    1 -
 12 files changed, 269 insertions(+), 122 deletions(-)
 create mode 100644 arch/arm/mach-tegra/board-pinmux.c
 create mode 100644 arch/arm/mach-tegra/board-pinmux.h

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

* [GIT PULL 4/5] Tegra board updates for 3.3
  2011-12-21 19:15 [GIT PULL 4/5] Tegra board updates for 3.3 Olof Johansson
@ 2011-12-27 23:09 ` Arnd Bergmann
  2011-12-27 23:23   ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2011-12-27 23:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 21 December 2011, Olof Johansson wrote:
> Please pull the below board updates for tegra for the 3.3 merge window.
> 
> Some of the board changes went into the soc branch due to close
> dependencies, most of these are pinmux cleanup and prep for pinctrl
> integration.
> 
> 
> They are based on the for-3.3/soc branch.

Ok, pulled into the next/boards branch.

> The following changes since commit 6cc04a4420391c3f034afe8ea6e28d75912a70a3:
> 
>   arm/tegra: Compile tegra_dt_init_irq only when CONFIG_OF (2011-12-19
> 18:07:22 -0800)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git for-3.3/boards
> 
> Leon Romanovsky (1):
>       ARM: tegra: paz00: Fix board pinmux table.
> 
> Marc Dietrich (1):
>       ARM: tegra: paz00: add support for wakeup gpio key
> 
> Olof Johansson (1):
>       arm/tegra: remove __initdata annotation from pinmux tables
>
> Stephen Warren (9):
>       arm/tegra: Split Seaboard GPIO table to allow for Ventana

I only just noticed that you are inconsistent with the formatting of the
patch subjects. We had a discussion about this a few months back and decided
to standardize on "ARM: tegra:" instead of "arm/tegra".

Please move to that style in future patches.

Thanks,

	Arnd

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

* [GIT PULL 4/5] Tegra board updates for 3.3
  2011-12-27 23:09 ` Arnd Bergmann
@ 2011-12-27 23:23   ` Olof Johansson
  2011-12-28 13:22     ` Shawn Guo
  0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2011-12-27 23:23 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Dec 27, 2011 at 3:09 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Wednesday 21 December 2011, Olof Johansson wrote:
>> Please pull the below board updates for tegra for the 3.3 merge window.
>>
>> Some of the board changes went into the soc branch due to close
>> dependencies, most of these are pinmux cleanup and prep for pinctrl
>> integration.
>>
>>
>> They are based on the for-3.3/soc branch.
>
> Ok, pulled into the next/boards branch.

Thanks!

>> The following changes since commit 6cc04a4420391c3f034afe8ea6e28d75912a70a3:
>>
>> ? arm/tegra: Compile tegra_dt_init_irq only when CONFIG_OF (2011-12-19
>> 18:07:22 -0800)
>>
>> are available in the git repository at:
>> ? git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git for-3.3/boards
>>
>> Leon Romanovsky (1):
>> ? ? ? ARM: tegra: paz00: Fix board pinmux table.
>>
>> Marc Dietrich (1):
>> ? ? ? ARM: tegra: paz00: add support for wakeup gpio key
>>
>> Olof Johansson (1):
>> ? ? ? arm/tegra: remove __initdata annotation from pinmux tables
>>
>> Stephen Warren (9):
>> ? ? ? arm/tegra: Split Seaboard GPIO table to allow for Ventana
>
> I only just noticed that you are inconsistent with the formatting of the
> patch subjects. We had a discussion about this a few months back and decided
> to standardize on "ARM: tegra:" instead of "arm/tegra".
>
> Please move to that style in future patches.

Ack, I had moved away from ARM: platform: myself, since it seemed like
everybody else was. :) I'll move back -- I had missed the discussion.



-Olof

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

* [GIT PULL 4/5] Tegra board updates for 3.3
  2011-12-27 23:23   ` Olof Johansson
@ 2011-12-28 13:22     ` Shawn Guo
  0 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2011-12-28 13:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Dec 27, 2011 at 03:23:31PM -0800, Olof Johansson wrote:
> On Tue, Dec 27, 2011 at 3:09 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> > On Wednesday 21 December 2011, Olof Johansson wrote:
> >> Please pull the below board updates for tegra for the 3.3 merge window.
> >>
> >> Some of the board changes went into the soc branch due to close
> >> dependencies, most of these are pinmux cleanup and prep for pinctrl
> >> integration.
> >>
> >>
> >> They are based on the for-3.3/soc branch.
> >
> > Ok, pulled into the next/boards branch.
> 
> Thanks!
> 
> >> The following changes since commit 6cc04a4420391c3f034afe8ea6e28d75912a70a3:
> >>
> >> ? arm/tegra: Compile tegra_dt_init_irq only when CONFIG_OF (2011-12-19
> >> 18:07:22 -0800)
> >>
> >> are available in the git repository at:
> >> ? git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git for-3.3/boards
> >>
> >> Leon Romanovsky (1):
> >> ? ? ? ARM: tegra: paz00: Fix board pinmux table.
> >>
> >> Marc Dietrich (1):
> >> ? ? ? ARM: tegra: paz00: add support for wakeup gpio key
> >>
> >> Olof Johansson (1):
> >> ? ? ? arm/tegra: remove __initdata annotation from pinmux tables
> >>
> >> Stephen Warren (9):
> >> ? ? ? arm/tegra: Split Seaboard GPIO table to allow for Ventana
> >
> > I only just noticed that you are inconsistent with the formatting of the
> > patch subjects. We had a discussion about this a few months back and decided
> > to standardize on "ARM: tegra:" instead of "arm/tegra".
> >
> > Please move to that style in future patches.
> 
> Ack, I had moved away from ARM: platform: myself,

Me too.

> since it seemed like
> everybody else was. :) I'll move back -- I had missed the discussion.
> 
Missed the discussion and will move back, too.

-- 
Regards,
Shawn

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

end of thread, other threads:[~2011-12-28 13:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-21 19:15 [GIT PULL 4/5] Tegra board updates for 3.3 Olof Johansson
2011-12-27 23:09 ` Arnd Bergmann
2011-12-27 23:23   ` Olof Johansson
2011-12-28 13:22     ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox