mbox

[GIT,PULL] mxs: board support for 3.3

Message ID 20120108034408.GB19721@S2101-09.ap.freescale.net
State New
Headers show

Pull-request

git://git.linaro.org/people/shawnguo/linux-2.6.git mxs/boards

Message

Shawn Guo Jan. 8, 2012, 3:44 a.m. UTC
Hi Arnd, Olof,

As I promised to Lauri, I will send his board support for 3.3.  I know
even if it gets pulled, it will go to 'late/*' which is not guaranteed
to be sent for 3.3.  But anyway, here it is.  Please consider to pull.

Regards,
Shawn

The following changes since commit 33e1ef2fd56569528d1c22fe37e9c020eadd91be:

  Merge remote-tracking branch 'arm-soc/mxs/saif' into mxs/board (2012-01-06 23:06:12 +0800)

are available in the git repository at:

  git://git.linaro.org/people/shawnguo/linux-2.6.git mxs/boards

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

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

 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         |  245 +++++++++++++++++++++++++++
 6 files changed, 285 insertions(+), 20 deletions(-)
 create mode 100644 arch/arm/mach-mxs/mach-apx4devkit.c

Comments

Shawn Guo Jan. 9, 2012, 2:20 a.m. UTC | #1
On Sun, Jan 08, 2012 at 11:44:10AM +0800, Shawn Guo wrote:
> Hi Arnd, Olof,
> 
> As I promised to Lauri, I will send his board support for 3.3.  I know
> even if it gets pulled, it will go to 'late/*' which is not guaranteed
> to be sent for 3.3.  But anyway, here it is.  Please consider to pull.
> 
I forgot to mention that it has a dependency on arm-soc/mxs/saif.  But
since it will go to late/* and the mxs/saif already hits next/*, the
dependency can be sorted out easily, I guess.
Lauri Hintsala Jan. 20, 2012, 7 a.m. UTC | #2
On 01/09/2012 04:20 AM, Shawn Guo wrote:
> On Sun, Jan 08, 2012 at 11:44:10AM +0800, Shawn Guo wrote:
>> Hi Arnd, Olof,
>>
>> As I promised to Lauri, I will send his board support for 3.3.  I know
>> even if it gets pulled, it will go to 'late/*' which is not guaranteed
>> to be sent for 3.3.  But anyway, here it is.  Please consider to pull.
>>
> I forgot to mention that it has a dependency on arm-soc/mxs/saif.  But
> since it will go to late/* and the mxs/saif already hits next/*, the
> dependency can be sorted out easily, I guess.

Just to ask what's the status of this pull request? I would't like to 
wait next merge window again. Patch was missed already previous (3.2) one.

Regards,
Lauri Hintsala
Lauri Hintsala Jan. 20, 2012, 7:13 a.m. UTC | #3
On 01/20/2012 09:20 AM, Shawn Guo wrote:
> Sadly, it seems that we have to wait for the next merge window, since
> I do not see it in the v3.3-rc1.

Ok, I'll add restart hooks to machine code, fix the saif issue and send 
new version soon. Let's try to get it to 3.4 :)

BR,
Lauri
Shawn Guo Jan. 20, 2012, 7:20 a.m. UTC | #4
On Fri, Jan 20, 2012 at 09:00:47AM +0200, Lauri Hintsala wrote:
> On 01/09/2012 04:20 AM, Shawn Guo wrote:
> >On Sun, Jan 08, 2012 at 11:44:10AM +0800, Shawn Guo wrote:
> >>Hi Arnd, Olof,
> >>
> >>As I promised to Lauri, I will send his board support for 3.3.  I know
> >>even if it gets pulled, it will go to 'late/*' which is not guaranteed
> >>to be sent for 3.3.  But anyway, here it is.  Please consider to pull.
> >>
> >I forgot to mention that it has a dependency on arm-soc/mxs/saif.  But
> >since it will go to late/* and the mxs/saif already hits next/*, the
> >dependency can be sorted out easily, I guess.
> 
> Just to ask what's the status of this pull request? I would't like
> to wait next merge window again. Patch was missed already previous
> (3.2) one.
> 
Sadly, it seems that we have to wait for the next merge window, since
I do not see it in the v3.3-rc1.
Shawn Guo Jan. 20, 2012, 7:37 a.m. UTC | #5
On Fri, Jan 20, 2012 at 09:13:53AM +0200, Lauri Hintsala wrote:
> On 01/20/2012 09:20 AM, Shawn Guo wrote:
> >Sadly, it seems that we have to wait for the next merge window, since
> >I do not see it in the v3.3-rc1.
> 
> Ok, I'll add restart hooks to machine code, fix the saif issue and
> send new version soon. Let's try to get it to 3.4 :)
> 
Arnd, Olof,

Please ignore this pull request then.  We will come up with a new one
for 3.4 later.
Arnd Bergmann Jan. 23, 2012, 4:13 p.m. UTC | #6
On Friday 20 January 2012, Shawn Guo wrote:
> On Fri, Jan 20, 2012 at 09:13:53AM +0200, Lauri Hintsala wrote:
> > On 01/20/2012 09:20 AM, Shawn Guo wrote:
> > >Sadly, it seems that we have to wait for the next merge window, since
> > >I do not see it in the v3.3-rc1.
> > 
> > Ok, I'll add restart hooks to machine code, fix the saif issue and
> > send new version soon. Let's try to get it to 3.4 :)
> > 
> Arnd, Olof,
> 
> Please ignore this pull request then.  We will come up with a new one
> for 3.4 later.

Ok, sounds good. I'm sorry that these patches got delayed so long, but
I wasn't aware of them until the pull request on Jan 8, and by that
time it was certainly too late. Please just send a new pull request
based on 3.3-rc1 in the next days and it should be no problem at all
to get them in to 3.4.

	Arnd