linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] CSR new atlas7 machine, and delete old marco machine for 3.20
@ 2015-01-11 15:36 Barry Song
  2015-01-13 23:12 ` Olof Johansson
  0 siblings, 1 reply; 6+ messages in thread
From: Barry Song @ 2015-01-11 15:36 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, Oolf,

The following changes since atlas7-lldebug-for-3.20(commit
e5bd2e9be6e5a8aecb79913f99a91f143f2b5191):

  ARM: sirf: add two debug ports for CSRatlas7 SoC (2015-01-11 22:53:34 +0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

for you to fetch changes up to 63f72025f250a84fcef6a1683db796940e5ca1e3:

  ARM: sirf: add atlas7 machine support (2015-01-11 23:24:42 +0800)

----------------------------------------------------------------
drop CSR marco machine and add atlas7 new machine

this is the init support for CSR atlas7 new SoC. Old marco has been
dropped.

----------------------------------------------------------------
Barry Song (3):
      ARM: sirf: drop MARCO support in reset controller module
      ARM: sirf: drop MARCO machine
      ARM: sirf: move to debug_ll_io_init and drop map_io

Zhiwu Song (2):
      ARM: sirf: move platsmp to support atlas7 SoC
      ARM: sirf: add atlas7 machine support

 arch/arm/mach-prima2/Kconfig    |   22 +++++++++--------
 arch/arm/mach-prima2/common.c   |   22 ++++-------------
 arch/arm/mach-prima2/lluart.c   |   33 -------------------------
 arch/arm/mach-prima2/platsmp.c  |   52 ++++++++++-----------------------------
 arch/arm/mach-prima2/rstc.c     |   41 +++++++++---------------------
 arch/arm/mach-prima2/rtciobrg.c |    1 -
 6 files changed, 42 insertions(+), 129 deletions(-)
 delete mode 100644 arch/arm/mach-prima2/lluart.c

-barry

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

* [GIT PULL] CSR new atlas7 machine, and delete old marco machine for 3.20
  2015-01-11 15:36 [GIT PULL] CSR new atlas7 machine, and delete old marco machine for 3.20 Barry Song
@ 2015-01-13 23:12 ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2015-01-13 23:12 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Jan 11, 2015 at 11:36:33PM +0800, Barry Song wrote:
> Hi Arnd, Kevin, Oolf,
> 
> The following changes since atlas7-lldebug-for-3.20(commit
> e5bd2e9be6e5a8aecb79913f99a91f143f2b5191):
> 
>   ARM: sirf: add two debug ports for CSRatlas7 SoC (2015-01-11 22:53:34 +0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

Same here w.r.t. git url. Please resend. :)


-Olof

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

* [GIT PULL] CSR new atlas7 machine, and delete old marco machine for 3.20
@ 2015-01-14 13:25 Barry Song
  2015-01-19 19:14 ` Olof Johansson
  0 siblings, 1 reply; 6+ messages in thread
From: Barry Song @ 2015-01-14 13:25 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Kevin, Olof,

The following changes since commit 98898ee43a94375cf814b86fb7f485c39fb2c072:

  ARM: sirf: add two debug ports for CSRatlas7 SoC (2015-01-14 20:56:09 +0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
tags/new-atlas7mach-for-3.20

for you to fetch changes up to 031a1a58513801a319f45f6ac1233605b13aefd2:

  ARM: sirf: add Atlas7 machine support (2015-01-14 21:09:24 +0800)

----------------------------------------------------------------
drop CSR Marco machine and add Atlas7 new machine

This is the init support for CSR Atlas7 new SoC. Old Marco has never
shipped to customers and been dropped.

----------------------------------------------------------------
Barry Song (3):
      ARM: sirf: drop Marco support in reset controller module
      ARM: sirf: drop Marco machine
      ARM: sirf: move to debug_ll_io_init and drop map_io

Zhiwu Song (2):
      ARM: sirf: move platsmp to support Atlas7 SoC
      ARM: sirf: add Atlas7 machine support

 arch/arm/mach-prima2/Kconfig    |   22 +++++++++--------
 arch/arm/mach-prima2/Makefile   |    1 -
 arch/arm/mach-prima2/common.c   |   22 ++++-------------
 arch/arm/mach-prima2/lluart.c   |   33 -------------------------
 arch/arm/mach-prima2/platsmp.c  |   52 ++++++++++-----------------------------
 arch/arm/mach-prima2/rstc.c     |   41 +++++++++---------------------
 arch/arm/mach-prima2/rtciobrg.c |    1 -
 7 files changed, 42 insertions(+), 130 deletions(-)
 delete mode 100644 arch/arm/mach-prima2/lluart.c

-barry

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

* [GIT PULL] CSR new atlas7 machine, and delete old marco machine for 3.20
  2015-01-14 13:25 Barry Song
@ 2015-01-19 19:14 ` Olof Johansson
  2015-01-20 12:08   ` Barry Song
  0 siblings, 1 reply; 6+ messages in thread
From: Olof Johansson @ 2015-01-19 19:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jan 14, 2015 at 09:25:54PM +0800, Barry Song wrote:
> Hi Arnd, Kevin, Olof,
> 
> The following changes since commit 98898ee43a94375cf814b86fb7f485c39fb2c072:
> 
>   ARM: sirf: add two debug ports for CSRatlas7 SoC (2015-01-14 20:56:09 +0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
> tags/new-atlas7mach-for-3.20
> 
> for you to fetch changes up to 031a1a58513801a319f45f6ac1233605b13aefd2:
> 
>   ARM: sirf: add Atlas7 machine support (2015-01-14 21:09:24 +0800)

Since this contains the debug_ll changes, this branch needs to be rebased on
top of the respin.


-Olof

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

* [GIT PULL] CSR new atlas7 machine, and delete old marco machine for 3.20
  2015-01-19 19:14 ` Olof Johansson
@ 2015-01-20 12:08   ` Barry Song
  2015-01-21 22:29     ` Olof Johansson
  0 siblings, 1 reply; 6+ messages in thread
From: Barry Song @ 2015-01-20 12:08 UTC (permalink / raw)
  To: linux-arm-kernel

2015-01-20 3:14 GMT+08:00, Olof Johansson <olof@lixom.net>:
> On Wed, Jan 14, 2015 at 09:25:54PM +0800, Barry Song wrote:
>> Hi Arnd, Kevin, Olof,
>>
>> The following changes since commit
>> 98898ee43a94375cf814b86fb7f485c39fb2c072:
>>
>>   ARM: sirf: add two debug ports for CSRatlas7 SoC (2015-01-14 20:56:09
>> +0800)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
>> tags/new-atlas7mach-for-3.20
>>
>> for you to fetch changes up to 031a1a58513801a319f45f6ac1233605b13aefd2:
>>
>>   ARM: sirf: add Atlas7 machine support (2015-01-14 21:09:24 +0800)
>
> Since this contains the debug_ll changes, this branch needs to be rebased
> on
> top of the respin.

tag was rebased, thanks.

>
>
> -Olof
>

-barry

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

* [GIT PULL] CSR new atlas7 machine, and delete old marco machine for 3.20
  2015-01-20 12:08   ` Barry Song
@ 2015-01-21 22:29     ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2015-01-21 22:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jan 20, 2015 at 08:08:05PM +0800, Barry Song wrote:
> 2015-01-20 3:14 GMT+08:00, Olof Johansson <olof@lixom.net>:
> > On Wed, Jan 14, 2015 at 09:25:54PM +0800, Barry Song wrote:
> >> Hi Arnd, Kevin, Olof,
> >>
> >> The following changes since commit
> >> 98898ee43a94375cf814b86fb7f485c39fb2c072:
> >>
> >>   ARM: sirf: add two debug ports for CSRatlas7 SoC (2015-01-14 20:56:09
> >> +0800)
> >>
> >> are available in the git repository at:
> >>
> >>   git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
> >> tags/new-atlas7mach-for-3.20
> >>
> >> for you to fetch changes up to 031a1a58513801a319f45f6ac1233605b13aefd2:
> >>
> >>   ARM: sirf: add Atlas7 machine support (2015-01-14 21:09:24 +0800)
> >
> > Since this contains the debug_ll changes, this branch needs to be rebased
> > on
> > top of the respin.
> 
> tag was rebased, thanks.

Merged into next/soc. Again, in the future please send a full pull request on
respins.


-Olof

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

end of thread, other threads:[~2015-01-21 22:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-11 15:36 [GIT PULL] CSR new atlas7 machine, and delete old marco machine for 3.20 Barry Song
2015-01-13 23:12 ` Olof Johansson
  -- strict thread matches above, loose matches on Subject: below --
2015-01-14 13:25 Barry Song
2015-01-19 19:14 ` Olof Johansson
2015-01-20 12:08   ` Barry Song
2015-01-21 22:29     ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).