From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] at91: soc update for 3.12 #1
Date: Thu, 29 Aug 2013 10:27:27 +0200 [thread overview]
Message-ID: <521F05EF.3060804@atmel.com> (raw)
In-Reply-To: <521E9F42.6090604@atmel.com>
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
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Bo Shen <voice.shen@atmel.com>
Cc: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
<arm@kernel.org>,
Linux Kernel list <linux-kernel@vger.kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
"Jean-Christophe PLAGNIOL-VILLARD" <plagnioj@jcrosoft.com>,
Ludovic Desroches <ludovic.desroches@atmel.com>
Subject: Re: [GIT PULL] at91: soc update for 3.12 #1
Date: Thu, 29 Aug 2013 10:27:27 +0200 [thread overview]
Message-ID: <521F05EF.3060804@atmel.com> (raw)
In-Reply-To: <521E9F42.6090604@atmel.com>
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
next prev parent reply other threads:[~2013-08-29 8:27 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-26 15:55 [GIT PULL] at91: soc update for 3.12 #1 Nicolas Ferre
2013-08-26 15:55 ` Nicolas Ferre
2013-08-28 23:58 ` Olof Johansson
2013-08-28 23:58 ` Olof Johansson
2013-08-29 1:09 ` Bo Shen
2013-08-29 1:09 ` Bo Shen
2013-08-29 8:27 ` Nicolas Ferre [this message]
2013-08-29 8:27 ` Nicolas Ferre
2013-08-29 8:32 ` [GIT PULL v2] " Nicolas Ferre
2013-08-29 8:32 ` Nicolas Ferre
2013-08-29 21:08 ` Olof Johansson
2013-08-29 21:08 ` Olof Johansson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=521F05EF.3060804@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.