mbox

[GIT,PULL,for,3.9] pull request from fix branch in pxa git tree

Message ID CAN1soZzTVtg0HJFDiOFMfMngqz0yNs6Le+hvuNUxQ=Ka9dUaHQ@mail.gmail.com
State New
Headers show

Pull-request

git://github.com/hzhuang1/linux.git armsoc/fix

Message

Haojian Zhuang March 15, 2013, 8:36 a.m. UTC
Hi Arnd & Olof,

Please help to merge fix branch from pxa git tree.

Regards
Haojian

The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9:

  Linux 3.9-rc2 (2013-03-10 16:54:19 -0700)

are available in the git repository at:

  git://github.com/hzhuang1/linux.git armsoc/fix

for you to fetch changes up to e71dc5f787f3908b8b8158103fc7d74a78a22cd1:

  ARM: mmp: add platform_device head file in gplugd (2013-03-15 16:27:53 +0800)

----------------------------------------------------------------
Haojian Zhuang (1):
      ARM: mmp: add platform_device head file in gplugd

 arch/arm/mach-mmp/gplugd.c |    1 +
 1 file changed, 1 insertion(+)

Comments

Arnd Bergmann March 15, 2013, 10:28 a.m. UTC | #1
On Friday 15 March 2013, Haojian Zhuang wrote:
> are available in the git repository at:
> 
>   git://github.com/hzhuang1/linux.git armsoc/fix
> 

Pulled into fixes branch.

> for you to fetch changes up to e71dc5f787f3908b8b8158103fc7d74a78a22cd1:
> 
>   ARM: mmp: add platform_device head file in gplugd (2013-03-15 16:27:53 +0800)
> 
> ----------------------------------------------------------------
> Haojian Zhuang (1):
>       ARM: mmp: add platform_device head file in gplugd

I did not see that problem with my usual defconfig builds. Can you submit
a patch for 3.10 that will enable all mmp boards in pxa168_defconfig
or pxa910_defconfig?

In particular, the lack of the DT based configurations in the defconfig
files should be fixed.

	Arnd
Haojian Zhuang March 15, 2013, 10:37 a.m. UTC | #2
On Fri, Mar 15, 2013 at 6:28 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Friday 15 March 2013, Haojian Zhuang wrote:
>> are available in the git repository at:
>>
>>   git://github.com/hzhuang1/linux.git armsoc/fix
>>
>
> Pulled into fixes branch.
>
>> for you to fetch changes up to e71dc5f787f3908b8b8158103fc7d74a78a22cd1:
>>
>>   ARM: mmp: add platform_device head file in gplugd (2013-03-15 16:27:53 +0800)
>>
>> ----------------------------------------------------------------
>> Haojian Zhuang (1):
>>       ARM: mmp: add platform_device head file in gplugd
>
> I did not see that problem with my usual defconfig builds. Can you submit
> a patch for 3.10 that will enable all mmp boards in pxa168_defconfig
> or pxa910_defconfig?
>
> In particular, the lack of the DT based configurations in the defconfig
> files should be fixed.
>
>         Arnd

Sure. I'll enable them in defconfig.

Regards
Haojian