mbox

[GIT,PULL,v2] pxa: fixes for v3.2-rc1

Message ID CAMPhdO8cJxSnTzNEeu+D-cOxQr7_OU6oOA55AhQbO6vHe0f11A@mail.gmail.com
State New
Headers show

Pull-request

git://github.com/ycmiao/pxa-linux.git fix

Message

Eric Miao Nov. 18, 2011, 1:02 a.m. UTC
The following changes since commit 1ea6b8f48918282bdca0b32a34095504ee65bab5:

  Linux 3.2-rc1 (2011-11-07 16:16:02 -0800)

are available in the git repository at:
  git://github.com/ycmiao/pxa-linux.git fix

Eric Miao (1):
      ARM: pxa168/gplugd: add the correct SSP device

Haojian Zhuang (2):
      ARM: pxa: fix inconsistent CONFIG_USB_PXA27X
      ARM: mmp: fix build error on gpio

 arch/arm/configs/ezx_defconfig            |    2 +-
 arch/arm/configs/imote2_defconfig         |    2 +-
 arch/arm/configs/magician_defconfig       |    2 +-
 arch/arm/configs/zeus_defconfig           |    2 +-
 arch/arm/mach-mmp/gplugd.c                |    2 +-
 arch/arm/mach-mmp/include/mach/gpio-pxa.h |    2 +-
 arch/arm/mach-pxa/balloon3.c              |    2 +-
 arch/arm/mach-pxa/colibri-pxa320.c        |    2 +-
 arch/arm/mach-pxa/gumstix.c               |    2 +-
 arch/arm/mach-pxa/include/mach/palm27x.h  |    4 ++--
 arch/arm/mach-pxa/palm27x.c               |    4 ++--
 arch/arm/mach-pxa/palmtc.c                |    2 +-
 arch/arm/mach-pxa/vpac270.c               |    2 +-
 13 files changed, 15 insertions(+), 15 deletions(-)

Comments

Arnd Bergmann Nov. 23, 2011, 9:15 p.m. UTC | #1
On Friday 18 November 2011, Eric Miao wrote:
> The following changes since commit 1ea6b8f48918282bdca0b32a34095504ee65bab5:
> 
>   Linux 3.2-rc1 (2011-11-07 16:16:02 -0800)
> 
> are available in the git repository at:
>   git://github.com/ycmiao/pxa-linux.git fix
> 
> Eric Miao (1):
>       ARM: pxa168/gplugd: add the correct SSP device
> 
> Haojian Zhuang (2):
>       ARM: pxa: fix inconsistent CONFIG_USB_PXA27X
>       ARM: mmp: fix build error on gpio
> 

Looks all good, sorry for the delay on my side.

Should the "ARM: pxa168/gplugd: add the correct SSP device" have a
"Cc: stable@kernel.org" tag? It's not clear from the patch.
If it applies to older kernels as well, please make sure that Greg
picks it up once Linus merges it, and next time mark stable bug
fixes right away, or mention in the pull request that it's only
regressions.

	Arnd
Eric Miao Nov. 24, 2011, 12:30 a.m. UTC | #2
On Thu, Nov 24, 2011 at 5:15 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Friday 18 November 2011, Eric Miao wrote:
>> The following changes since commit 1ea6b8f48918282bdca0b32a34095504ee65bab5:
>>
>>   Linux 3.2-rc1 (2011-11-07 16:16:02 -0800)
>>
>> are available in the git repository at:
>>   git://github.com/ycmiao/pxa-linux.git fix
>>
>> Eric Miao (1):
>>       ARM: pxa168/gplugd: add the correct SSP device
>>
>> Haojian Zhuang (2):
>>       ARM: pxa: fix inconsistent CONFIG_USB_PXA27X
>>       ARM: mmp: fix build error on gpio
>>
>
> Looks all good, sorry for the delay on my side.
>
> Should the "ARM: pxa168/gplugd: add the correct SSP device" have a
> "Cc: stable@kernel.org" tag? It's not clear from the patch.
> If it applies to older kernels as well, please make sure that Greg
> picks it up once Linus merges it, and next time mark stable bug
> fixes right away, or mention in the pull request that it's only
> regressions.

Yes, it does apply to older kernel. Thanks for spotting that, will
mark more carefully next time.