public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] CSR prima2 changes for next
@ 2011-09-11  1:36 Barry Song
  2011-09-12 15:15 ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Barry Song @ 2011-09-11  1:36 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,
can you please pull the 1st patchset of CSR prima2 for next? most of
them are minor changes except that rtciobrg is new stuff.

The following changes since commit ddf28352b80c86754a6424e3a61e8bdf9213b3c7:
  Linus Torvalds (1):
        Linux 3.1-rc5

are available in the git repository at:

  git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git for-arnd

Barry Song (3):
      ARM: CSR: add lost Resource Sharing Control(RSC) node in dts
      ARM: CSR: extend the compatibility of gpio controller to pinmux in dts
      ARM: CSR: IRQ: add simple irq_domain so that hw irq can map to Linux

Jamie Iles (1):
      ARM: CSR: add missing sentinels to of_device_id tables

Zhiwu Song (1):
      ARM: CSR: add rtc i/o bridge interface for SiRFprimaII

 arch/arm/boot/dts/prima2-cb.dts      |    9 ++-
 arch/arm/mach-prima2/Makefile        |    1 +
 arch/arm/mach-prima2/clock.c         |    1 +
 arch/arm/mach-prima2/irq.c           |    4 +
 arch/arm/mach-prima2/rstc.c          |    1 +
 arch/arm/mach-prima2/rtciobrg.c      |  139 ++++++++++++++++++++++++++++++++++
 arch/arm/mach-prima2/timer.c         |    1 +
 include/linux/rtc/sirfsoc_rtciobrg.h |   18 +++++
 8 files changed, 172 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/mach-prima2/rtciobrg.c
 create mode 100644 include/linux/rtc/sirfsoc_rtciobrg.h

Thanks
barry

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

* [GIT PULL] CSR prima2 changes for next
  2011-09-11  1:36 [GIT PULL] CSR prima2 changes for next Barry Song
@ 2011-09-12 15:15 ` Arnd Bergmann
  2011-09-12 15:33   ` Barry Song
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2011-09-12 15:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Sunday 11 September 2011, Barry Song wrote:
> Hi Arnd,
> can you please pull the 1st patchset of CSR prima2 for next? most of
> them are minor changes except that rtciobrg is new stuff.
> 
> The following changes since commit ddf28352b80c86754a6424e3a61e8bdf9213b3c7:
>   Linus Torvalds (1):
>         Linux 3.1-rc5
> 
> are available in the git repository at:
> 
>   git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git for-arnd
> 
> Barry Song (3):
>       ARM: CSR: add lost Resource Sharing Control(RSC) node in dts
>       ARM: CSR: extend the compatibility of gpio controller to pinmux in dts
>       ARM: CSR: IRQ: add simple irq_domain so that hw irq can map to Linux
> 
> Jamie Iles (1):
>       ARM: CSR: add missing sentinels to of_device_id tables
> 
> Zhiwu Song (1):
>       ARM: CSR: add rtc i/o bridge interface for SiRFprimaII
> 

Ok, pulled into the new arm-soc.git mirror on git.linaro.org.

I have taken the patch from Jamie into the 'fixes' branch and will submit
that for 3.1 unless there are complaints. The other patches are now in the
'next/devel' branch and queued for 3.2.

Please try to categorize your patches (bug fixes, general enhancements,
cleanups, new features, ...) in the future so I can directly pull
into the respective branches.

Thanks,

	Arnd

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

* [GIT PULL] CSR prima2 changes for next
  2011-09-12 15:15 ` Arnd Bergmann
@ 2011-09-12 15:33   ` Barry Song
  0 siblings, 0 replies; 3+ messages in thread
From: Barry Song @ 2011-09-12 15:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

2011/9/12 Arnd Bergmann <arnd@arndb.de>:
> On Sunday 11 September 2011, Barry Song wrote:
>> Hi Arnd,
>> can you please pull the 1st patchset of CSR prima2 for next? most of
>> them are minor changes except that rtciobrg is new stuff.
>>
>> The following changes since commit ddf28352b80c86754a6424e3a61e8bdf9213b3c7:
>> ? Linus Torvalds (1):
>> ? ? ? ? Linux 3.1-rc5
>>
>> are available in the git repository at:
>>
>> ? git://gitorious.org/sirfprima2-kernel/sirfprima2-kernel.git for-arnd
>>
>> Barry Song (3):
>> ? ? ? ARM: CSR: add lost Resource Sharing Control(RSC) node in dts
>> ? ? ? ARM: CSR: extend the compatibility of gpio controller to pinmux in dts
>> ? ? ? ARM: CSR: IRQ: add simple irq_domain so that hw irq can map to Linux
>>
>> Jamie Iles (1):
>> ? ? ? ARM: CSR: add missing sentinels to of_device_id tables
>>
>> Zhiwu Song (1):
>> ? ? ? ARM: CSR: add rtc i/o bridge interface for SiRFprimaII
>>
>
> Ok, pulled into the new arm-soc.git mirror on git.linaro.org.
>
> I have taken the patch from Jamie into the 'fixes' branch and will submit
> that for 3.1 unless there are complaints. The other patches are now in the
> 'next/devel' branch and queued for 3.2.

thanks a lot.

>
> Please try to categorize your patches (bug fixes, general enhancements,
> cleanups, new features, ...) in the future so I can directly pull
> into the respective branches.

yes, i will.

>
> Thanks,
>
> ? ? ? ?Arnd
>

-barry

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

end of thread, other threads:[~2011-09-12 15:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-11  1:36 [GIT PULL] CSR prima2 changes for next Barry Song
2011-09-12 15:15 ` Arnd Bergmann
2011-09-12 15:33   ` Barry Song

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