mbox

[GIT,PULL] Renesas ARM-based SoC: KZM-9A-GT for 3.7

Message ID 1346113116-20252-1-git-send-email-horms@verge.net.au
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git kzm9g

Message

Simon Horman Aug. 28, 2012, 12:18 a.m. UTC
Hi Olaf, Hi Arnd,

please consider the following enhancement for the KZM-9A-GT board
from Tetsuyuki Kobayashi for inclusion in 3.7.

----------------------------------------------------------------
The following changes since commit fea7a08acb13524b47711625eebea40a0ede69a0:

  Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git kzm9g

for you to fetch changes up to 7952717adb69efc1d2443a1858f96d23c2fb93e0:

  ARM: shmobile: kzm9g: enable restarting (2012-08-25 14:39:44 +0900)

----------------------------------------------------------------
Tetsuyuki Kobayashi (1):
      ARM: shmobile: kzm9g: enable restarting

 arch/arm/mach-shmobile/board-kzm9g.c | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Tetsuyuki Kobayashi Aug. 28, 2012, 1:15 a.m. UTC | #1
(2012/08/28 9:18), Simon Horman wrote:
> Hi Olaf, Hi Arnd,
> 
> please consider the following enhancement for the KZM-9A-GT board

Just a minor correction :)
The board name is KZM-A9-GT.


> from Tetsuyuki Kobayashi for inclusion in 3.7.
> 
> ----------------------------------------------------------------
> The following changes since commit fea7a08acb13524b47711625eebea40a0ede69a0:
> 
>    Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)
> 
> are available in the git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git kzm9g
> 
> for you to fetch changes up to 7952717adb69efc1d2443a1858f96d23c2fb93e0:
> 
>    ARM: shmobile: kzm9g: enable restarting (2012-08-25 14:39:44 +0900)
> 
> ----------------------------------------------------------------
> Tetsuyuki Kobayashi (1):
>        ARM: shmobile: kzm9g: enable restarting
> 
>   arch/arm/mach-shmobile/board-kzm9g.c | 8 ++++++++
>   1 file changed, 8 insertions(+)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
Simon Horman Aug. 30, 2012, 5:43 a.m. UTC | #2
On Tue, Aug 28, 2012 at 10:15:03AM +0900, Tetsuyuki Kobayashi wrote:
> (2012/08/28 9:18), Simon Horman wrote:
> > Hi Olaf, Hi Arnd,
> > 
> > please consider the following enhancement for the KZM-9A-GT board
> 
> Just a minor correction :)
> The board name is KZM-A9-GT.

Thanks, sorry about that.
Olof Johansson Sept. 5, 2012, 10:34 p.m. UTC | #3
On Tue, Aug 28, 2012 at 09:18:35AM +0900, Simon Horman wrote:
> Hi Olaf, Hi Arnd,
> 
> please consider the following enhancement for the KZM-9A-GT board
> from Tetsuyuki Kobayashi for inclusion in 3.7.
> 
> ----------------------------------------------------------------
> The following changes since commit fea7a08acb13524b47711625eebea40a0ede69a0:
> 
>   Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git kzm9g

Thanks, pulled into next/soc.


-Olof
Simon Horman Oct. 1, 2012, 12:03 a.m. UTC | #4
On Fri, Sep 28, 2012 at 08:02:28PM +0000, Arnd Bergmann wrote:
> On Tuesday 28 August 2012, Simon Horman wrote:
> > ----------------------------------------------------------------
> > Tetsuyuki Kobayashi (1):
> >       ARM: shmobile: kzm9g: enable restarting
> > 
> >  arch/arm/mach-shmobile/board-kzm9g.c | 8 ++++++++
> >  1 file changed, 8 insertions(+)
> 
> This patch ended up causing a new build warning in combination
> with the io.h changes in Russell's tree.
> 
> I've just applied this patch on top, which is the same thing we
> did to all the other open-coded mmio locations.

Thanks, sorry for missing that.