All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] mxs/boards for v3.4
@ 2012-01-31 15:40 Shawn Guo
  2012-02-04  0:32 ` [GIT PULL v2] " Shawn Guo
  0 siblings, 1 reply; 4+ messages in thread
From: Shawn Guo @ 2012-01-31 15:40 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof,

Please pull the following mxs board changes for v3.4.  It has no
conflict with rmk/for-armsoc branch.

Regards,
Shawn

The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f:

  Linux 3.3-rc1 (2012-01-19 15:04:48 -0800)

are available in the git repository at:
  git://git.linaro.org/people/shawnguo/linux-2.6.git mxs/boards

Fabio Estevam (2):
      ARM: mx28: Remove duplicate OCOTP error message
      ARM: mx28evk: Simplify GPIO requests

Shawn Guo (1):
      ARM: mxs: detect SoC by checking CHIPID register

Wolfram Sang (1):
      ARM: mxs: read correct values when setting up MAC

 arch/arm/mach-mxs/include/mach/digctl.h     |    1 +
 arch/arm/mach-mxs/include/mach/mxs.h        |   29 +++++----
 arch/arm/mach-mxs/include/mach/uncompress.h |   13 ++--
 arch/arm/mach-mxs/mach-m28evk.c             |    7 +--
 arch/arm/mach-mxs/mach-mx28evk.c            |   80 ++++++---------------------
 5 files changed, 43 insertions(+), 87 deletions(-)

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

* [GIT PULL v2] mxs/boards for v3.4
  2012-01-31 15:40 [GIT PULL] mxs/boards for v3.4 Shawn Guo
@ 2012-02-04  0:32 ` Shawn Guo
  2012-02-09  1:17   ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Shawn Guo @ 2012-02-04  0:32 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jan 31, 2012 at 11:40:53PM +0800, Shawn Guo wrote:
> Hi Arnd, Olof,
> 
> Please pull the following mxs board changes for v3.4.  It has no
> conflict with rmk/for-armsoc branch.
> 
Since you have not pulled it yet, I'm updating it as v2 with Lauri's
APX4 patch added.  Please pull.

Regards,
Shawn

The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f:

  Linux 3.3-rc1 (2012-01-19 15:04:48 -0800)

are available in the git repository at:
  git://git.linaro.org/people/shawnguo/linux-2.6.git mxs/boards

Fabio Estevam (2):
      ARM: mx28: Remove duplicate OCOTP error message
      ARM: mx28evk: Simplify GPIO requests

Lauri Hintsala (1):
      ARM: mxs: Add initial support for Bluegiga APX4 Development Kit

Shawn Guo (1):
      ARM: mxs: detect SoC by checking CHIPID register

Wolfram Sang (1):
      ARM: mxs: read correct values when setting up MAC

 arch/arm/mach-mxs/Kconfig                   |   16 ++
 arch/arm/mach-mxs/Makefile                  |    1 +
 arch/arm/mach-mxs/include/mach/digctl.h     |    1 +
 arch/arm/mach-mxs/include/mach/mxs.h        |   29 ++--
 arch/arm/mach-mxs/include/mach/uncompress.h |   13 +-
 arch/arm/mach-mxs/mach-apx4devkit.c         |  260 +++++++++++++++++++++++++++
 arch/arm/mach-mxs/mach-m28evk.c             |    7 +-
 arch/arm/mach-mxs/mach-mx28evk.c            |   80 ++-------
 8 files changed, 320 insertions(+), 87 deletions(-)
 create mode 100644 arch/arm/mach-mxs/mach-apx4devkit.c

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

* [GIT PULL v2] mxs/boards for v3.4
  2012-02-04  0:32 ` [GIT PULL v2] " Shawn Guo
@ 2012-02-09  1:17   ` Olof Johansson
  2012-02-09  2:07     ` Shawn Guo
  0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2012-02-09  1:17 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Fri, Feb 3, 2012 at 4:32 PM, Shawn Guo <shawn.guo@linaro.org> wrote:
> On Tue, Jan 31, 2012 at 11:40:53PM +0800, Shawn Guo wrote:
>> Hi Arnd, Olof,
>>
>> Please pull the following mxs board changes for v3.4. ?It has no
>> conflict with rmk/for-armsoc branch.
>>
> Since you have not pulled it yet, I'm updating it as v2 with Lauri's
> APX4 patch added. ?Please pull.

Hmm, we're normally not that keen on picking up new board files. Since
MX28 isn't converted over to device tree (yet) though, not much to do
about. I've pulled this branch for 3.4.

If there are more MX2* boards coming in over time, we will want to see
them converted over to at least device-tree board probing (i.e. using
just the basic compatible for board and bootargs/mem from a device
tree instead of the allocated machine type and ATAGs).


-Olof

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

* [GIT PULL v2] mxs/boards for v3.4
  2012-02-09  1:17   ` Olof Johansson
@ 2012-02-09  2:07     ` Shawn Guo
  0 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2012-02-09  2:07 UTC (permalink / raw)
  To: linux-arm-kernel

On 8 February 2012 17:17, Olof Johansson <olof@lixom.net> wrote:
> Hi,
>
> On Fri, Feb 3, 2012 at 4:32 PM, Shawn Guo <shawn.guo@linaro.org> wrote:
>> On Tue, Jan 31, 2012 at 11:40:53PM +0800, Shawn Guo wrote:
>>> Hi Arnd, Olof,
>>>
>>> Please pull the following mxs board changes for v3.4. ?It has no
>>> conflict with rmk/for-armsoc branch.
>>>
>> Since you have not pulled it yet, I'm updating it as v2 with Lauri's
>> APX4 patch added. ?Please pull.
>
> Hmm, we're normally not that keen on picking up new board files. Since
> MX28 isn't converted over to device tree (yet) though, not much to do
> about. I've pulled this branch for 3.4.
>
Thanks.

> If there are more MX2* boards coming in over time, we will want to see
> them converted over to at least device-tree board probing (i.e. using
> just the basic compatible for board and bootargs/mem from a device
> tree instead of the allocated machine type and ATAGs).
>
Hopefully, this is the last one.  I will try to start converting
mach-mxs to device tree soon.

Regards,
Shawn

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

end of thread, other threads:[~2012-02-09  2:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-31 15:40 [GIT PULL] mxs/boards for v3.4 Shawn Guo
2012-02-04  0:32 ` [GIT PULL v2] " Shawn Guo
2012-02-09  1:17   ` Olof Johansson
2012-02-09  2:07     ` Shawn Guo

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.