linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] at91: soc update for 3.12 #1
@ 2013-08-26 15:55 Nicolas Ferre
  2013-08-28 23:58 ` Olof Johansson
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Ferre @ 2013-08-26 15:55 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd, Olof, Kevin,

Here is AT91 SoC updates for 3.12 kernel. It is the first pull-request for
this topic and it is based on 3.11-rc5 like your next/soc branch.

Thanks, best regards,

The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:

  Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)

are available in the git repository at:

  git://github.com/at91linux/linux-at91.git tags/at91-soc

for you to fetch changes up to 99eb3b40ec42e7fce1fc58429bf9b26c17973c12:

  ARM: at91: at91_dt_defconfig: enable rm9200 support (2013-08-26 09:58:29 +0200)

----------------------------------------------------------------
AT91 SoC update for 3.12 take 1
- enable kernel uncompress information output for
  SoC where it was missing: at91sam9n12 and sama5d3
- addition of at91rm9200 to the generic at91_dt_defconfig

----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (1):
      ARM: at91: at91_dt_defconfig: enable rm9200 support

voice (4):
      ARM: at91: sama5d3: add definition for usart base address
      ARM: at91: include sama5d3.h into hardware.h
      ARM: at91: sama5: enable kernel uncompress info output
      ARM: at91: sam9n12: enable kernel uncompress info output

 arch/arm/configs/at91_dt_defconfig           |  4 +++-
 arch/arm/mach-at91/include/mach/hardware.h   |  1 +
 arch/arm/mach-at91/include/mach/sama5d3.h    |  8 ++++++++
 arch/arm/mach-at91/include/mach/uncompress.h | 13 +++++++++++++
 4 files changed, 25 insertions(+), 1 deletion(-)

-- 
Nicolas Ferre

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

* [GIT PULL] at91: soc update for 3.12 #1
  2013-08-26 15:55 [GIT PULL] at91: soc update for 3.12 #1 Nicolas Ferre
@ 2013-08-28 23:58 ` Olof Johansson
  2013-08-29  1:09   ` Bo Shen
  2013-08-29  8:32   ` [GIT PULL v2] " Nicolas Ferre
  0 siblings, 2 replies; 6+ messages in thread
From: Olof Johansson @ 2013-08-28 23:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Aug 26, 2013 at 05:55:43PM +0200, Nicolas Ferre wrote:
> Arnd, Olof, Kevin,
> 
> Here is AT91 SoC updates for 3.12 kernel. It is the first pull-request for
> this topic and it is based on 3.11-rc5 like your next/soc branch.
> 
> Thanks, best regards,
> 
> The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:
> 
>   Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/at91linux/linux-at91.git tags/at91-soc
> 
> for you to fetch changes up to 99eb3b40ec42e7fce1fc58429bf9b26c17973c12:
> 
>   ARM: at91: at91_dt_defconfig: enable rm9200 support (2013-08-26 09:58:29 +0200)
> 
> ----------------------------------------------------------------
> AT91 SoC update for 3.12 take 1
> - enable kernel uncompress information output for
>   SoC where it was missing: at91sam9n12 and sama5d3
> - addition of at91rm9200 to the generic at91_dt_defconfig
> 
> ----------------------------------------------------------------
> Jean-Christophe PLAGNIOL-VILLARD (1):
>       ARM: at91: at91_dt_defconfig: enable rm9200 support
> 
> voice (4):
>       ARM: at91: sama5d3: add definition for usart base address
>       ARM: at91: include sama5d3.h into hardware.h
>       ARM: at91: sama5: enable kernel uncompress info output
>       ARM: at91: sam9n12: enable kernel uncompress info output

That doesn't look right. Author should probably be "Bo Shen
<voice.shen@atmel.com>" instead. Can you fixup and respin, please?


-Olof

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

* [GIT PULL] at91: soc update for 3.12 #1
  2013-08-28 23:58 ` Olof Johansson
@ 2013-08-29  1:09   ` Bo Shen
  2013-08-29  8:27     ` Nicolas Ferre
  2013-08-29  8:32   ` [GIT PULL v2] " Nicolas Ferre
  1 sibling, 1 reply; 6+ messages in thread
From: Bo Shen @ 2013-08-29  1:09 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,

On 08/29/2013 07:58 AM, Olof Johansson wrote:
> On Mon, Aug 26, 2013 at 05:55:43PM +0200, Nicolas Ferre wrote:
>> Arnd, Olof, Kevin,
>>
>> Here is AT91 SoC updates for 3.12 kernel. It is the first pull-request for
>> this topic and it is based on 3.11-rc5 like your next/soc branch.
>>
>> Thanks, best regards,
>>
>> The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:
>>
>>    Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)
>>
>> are available in the git repository at:
>>
>>    git://github.com/at91linux/linux-at91.git tags/at91-soc
>>
>> for you to fetch changes up to 99eb3b40ec42e7fce1fc58429bf9b26c17973c12:
>>
>>    ARM: at91: at91_dt_defconfig: enable rm9200 support (2013-08-26 09:58:29 +0200)
>>
>> ----------------------------------------------------------------
>> AT91 SoC update for 3.12 take 1
>> - enable kernel uncompress information output for
>>    SoC where it was missing: at91sam9n12 and sama5d3
>> - addition of at91rm9200 to the generic at91_dt_defconfig
>>
>> ----------------------------------------------------------------
>> Jean-Christophe PLAGNIOL-VILLARD (1):
>>        ARM: at91: at91_dt_defconfig: enable rm9200 support
>>
>> voice (4):
>>        ARM: at91: sama5d3: add definition for usart base address
>>        ARM: at91: include sama5d3.h into hardware.h
>>        ARM: at91: sama5: enable kernel uncompress info output
>>        ARM: at91: sam9n12: enable kernel uncompress info output
>
> That doesn't look right. Author should probably be "Bo Shen
> <voice.shen@atmel.com>" instead. Can you fixup and respin, please?

I don't know why on the patchwork it show my name as voice.
So, if get patch from patchwork and apply it will show my name as voice.
So, would it be possible to show the name as Bo Shen on patchwork?

>
> -Olof
>

Best Regards,
Bo Shen

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

* [GIT PULL] at91: soc update for 3.12 #1
  2013-08-29  1:09   ` Bo Shen
@ 2013-08-29  8:27     ` Nicolas Ferre
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Ferre @ 2013-08-29  8:27 UTC (permalink / raw)
  To: linux-arm-kernel

On 29/08/2013 03:09, Bo Shen :
> Hi Olof,
>
> On 08/29/2013 07:58 AM, Olof Johansson wrote:
>> On Mon, Aug 26, 2013 at 05:55:43PM +0200, Nicolas Ferre wrote:
>>> Arnd, Olof, Kevin,
>>>
>>> Here is AT91 SoC updates for 3.12 kernel. It is the first pull-request for
>>> this topic and it is based on 3.11-rc5 like your next/soc branch.
>>>
>>> Thanks, best regards,
>>>
>>> The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:
>>>
>>>     Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)
>>>
>>> are available in the git repository at:
>>>
>>>     git://github.com/at91linux/linux-at91.git tags/at91-soc
>>>
>>> for you to fetch changes up to 99eb3b40ec42e7fce1fc58429bf9b26c17973c12:
>>>
>>>     ARM: at91: at91_dt_defconfig: enable rm9200 support (2013-08-26 09:58:29 +0200)
>>>
>>> ----------------------------------------------------------------
>>> AT91 SoC update for 3.12 take 1
>>> - enable kernel uncompress information output for
>>>     SoC where it was missing: at91sam9n12 and sama5d3
>>> - addition of at91rm9200 to the generic at91_dt_defconfig
>>>
>>> ----------------------------------------------------------------
>>> Jean-Christophe PLAGNIOL-VILLARD (1):
>>>         ARM: at91: at91_dt_defconfig: enable rm9200 support
>>>
>>> voice (4):
>>>         ARM: at91: sama5d3: add definition for usart base address
>>>         ARM: at91: include sama5d3.h into hardware.h
>>>         ARM: at91: sama5: enable kernel uncompress info output
>>>         ARM: at91: sam9n12: enable kernel uncompress info output
>>
>> That doesn't look right. Author should probably be "Bo Shen
>> <voice.shen@atmel.com>" instead. Can you fixup and respin, please?
>
> I don't know why on the patchwork it show my name as voice.
> So, if get patch from patchwork and apply it will show my name as voice.
> So, would it be possible to show the name as Bo Shen on patchwork?

I to not know if patchwork has modified something but it seems a matter 
of $GIT_AUTHOR_NAME that is not well positioned.

For the record, here is the line for correcting this:

git filter-branch -f --env-filter '
	if test "$GIT_AUTHOR_NAME" = "voice"; then
		GIT_AUTHOR_NAME="Bo Shen"
		export GIT_AUTHOR_NAME
	fi
' v3.11-rc5..HEAD

But I advice you to define correctly all git environment variables.

Bye,
-- 
Nicolas Ferre

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

* [GIT PULL v2] at91: soc update for 3.12 #1
  2013-08-28 23:58 ` Olof Johansson
  2013-08-29  1:09   ` Bo Shen
@ 2013-08-29  8:32   ` Nicolas Ferre
  2013-08-29 21:08     ` Olof Johansson
  1 sibling, 1 reply; 6+ messages in thread
From: Nicolas Ferre @ 2013-08-29  8:32 UTC (permalink / raw)
  To: linux-arm-kernel

Arnd, Olof, Kevin,

(respin of previous pull-request with author name fixed)

Here is AT91 SoC updates for 3.12 kernel. It is the first pull-request for
this topic and it is based on 3.11-rc5 like your next/soc branch.

Thanks, best regards,

The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:

  Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)

are available in the git repository at:

  git://github.com/at91linux/linux-at91.git tags/at91-soc

for you to fetch changes up to 746831d5a166b1965034318ab80a7a7af03bf30f:

  ARM: at91: at91_dt_defconfig: enable rm9200 support (2013-08-26 09:58:29 +0200)

----------------------------------------------------------------
AT91 SoC update for 3.12 take 1
- enable kernel uncompress information output for
  SoC where it was missing: at91sam9n12 and sama5d3
- addition of at91rm9200 to the generic at91_dt_defconfig

----------------------------------------------------------------
Bo Shen (4):
      ARM: at91: sama5d3: add definition for usart base address
      ARM: at91: include sama5d3.h into hardware.h
      ARM: at91: sama5: enable kernel uncompress info output
      ARM: at91: sam9n12: enable kernel uncompress info output

Jean-Christophe PLAGNIOL-VILLARD (1):
      ARM: at91: at91_dt_defconfig: enable rm9200 support

 arch/arm/configs/at91_dt_defconfig           |  4 +++-
 arch/arm/mach-at91/include/mach/hardware.h   |  1 +
 arch/arm/mach-at91/include/mach/sama5d3.h    |  8 ++++++++
 arch/arm/mach-at91/include/mach/uncompress.h | 13 +++++++++++++
 4 files changed, 25 insertions(+), 1 deletion(-)

-- 
Nicolas Ferre

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

* [GIT PULL v2] at91: soc update for 3.12 #1
  2013-08-29  8:32   ` [GIT PULL v2] " Nicolas Ferre
@ 2013-08-29 21:08     ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2013-08-29 21:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Aug 29, 2013 at 10:32:42AM +0200, Nicolas Ferre wrote:
> Arnd, Olof, Kevin,
> 
> (respin of previous pull-request with author name fixed)
> 
> Here is AT91 SoC updates for 3.12 kernel. It is the first pull-request for
> this topic and it is based on 3.11-rc5 like your next/soc branch.
> 
> Thanks, best regards,
> 
> The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:
> 
>   Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/at91linux/linux-at91.git tags/at91-soc

Thanks, pulled into late/all.


-Olof

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

end of thread, other threads:[~2013-08-29 21:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-26 15:55 [GIT PULL] at91: soc update for 3.12 #1 Nicolas Ferre
2013-08-28 23:58 ` Olof Johansson
2013-08-29  1:09   ` Bo Shen
2013-08-29  8:27     ` Nicolas Ferre
2013-08-29  8:32   ` [GIT PULL v2] " Nicolas Ferre
2013-08-29 21:08     ` 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).