All of lore.kernel.org
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 0/4] ARM: SoC: add a new platform, UniPhier (arch/arm/mach-uniphier)
Date: Tue, 12 May 2015 17:00:04 +0200	[thread overview]
Message-ID: <2101307.fSn8Z2ZyBq@wuerfel> (raw)
In-Reply-To: <1431058034-5508-1-git-send-email-yamada.masahiro@socionext.com>

On Friday 08 May 2015 13:07:10 Masahiro Yamada wrote:
> This is an initial series for supporting Socionext UniPhier SoCs,
> based on ARM Cortex-A9, mainly used for digital TVs, video recorders, etc.
> 
> 
> Masahiro Yamada (4):
>   ARM: UniPhier: add basic support for UniPhier architecture
>   ARM: multi_v7_defconfig: enable UniPhier SoC family
>   ARM: dts: UniPhier: add support for UniPhier SoCs and boards
>   MAINTAINERS: add myself as ARM/UniPhier maintainer

Applied all four patches, to the next/soc, next/defconfig, next/dt and
next/soc branches respectively.

Welcome as our latest new maintainer. In the future, please send
any follow-up patches for the architecture specific code to
arm at kernel.org in addition to the normal recipients, once you
consider them ready to be applied.

	Arnd

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
To: Masahiro Yamada
	<yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v7 0/4] ARM: SoC: add a new platform, UniPhier (arch/arm/mach-uniphier)
Date: Tue, 12 May 2015 17:00:04 +0200	[thread overview]
Message-ID: <2101307.fSn8Z2ZyBq@wuerfel> (raw)
In-Reply-To: <1431058034-5508-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>

On Friday 08 May 2015 13:07:10 Masahiro Yamada wrote:
> This is an initial series for supporting Socionext UniPhier SoCs,
> based on ARM Cortex-A9, mainly used for digital TVs, video recorders, etc.
> 
> 
> Masahiro Yamada (4):
>   ARM: UniPhier: add basic support for UniPhier architecture
>   ARM: multi_v7_defconfig: enable UniPhier SoC family
>   ARM: dts: UniPhier: add support for UniPhier SoCs and boards
>   MAINTAINERS: add myself as ARM/UniPhier maintainer

Applied all four patches, to the next/soc, next/defconfig, next/dt and
next/soc branches respectively.

Welcome as our latest new maintainer. In the future, please send
any follow-up patches for the architecture specific code to
arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org in addition to the normal recipients, once you
consider them ready to be applied.

	Arnd
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	Olof Johansson <olof@lixom.net>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v7 0/4] ARM: SoC: add a new platform, UniPhier (arch/arm/mach-uniphier)
Date: Tue, 12 May 2015 17:00:04 +0200	[thread overview]
Message-ID: <2101307.fSn8Z2ZyBq@wuerfel> (raw)
In-Reply-To: <1431058034-5508-1-git-send-email-yamada.masahiro@socionext.com>

On Friday 08 May 2015 13:07:10 Masahiro Yamada wrote:
> This is an initial series for supporting Socionext UniPhier SoCs,
> based on ARM Cortex-A9, mainly used for digital TVs, video recorders, etc.
> 
> 
> Masahiro Yamada (4):
>   ARM: UniPhier: add basic support for UniPhier architecture
>   ARM: multi_v7_defconfig: enable UniPhier SoC family
>   ARM: dts: UniPhier: add support for UniPhier SoCs and boards
>   MAINTAINERS: add myself as ARM/UniPhier maintainer

Applied all four patches, to the next/soc, next/defconfig, next/dt and
next/soc branches respectively.

Welcome as our latest new maintainer. In the future, please send
any follow-up patches for the architecture specific code to
arm@kernel.org in addition to the normal recipients, once you
consider them ready to be applied.

	Arnd

  parent reply	other threads:[~2015-05-12 15:00 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-08  4:07 [PATCH v7 0/4] ARM: SoC: add a new platform, UniPhier (arch/arm/mach-uniphier) Masahiro Yamada
2015-05-08  4:07 ` Masahiro Yamada
2015-05-08  4:07 ` Masahiro Yamada
2015-05-08  4:07 ` [PATCH v7 1/4] ARM: UniPhier: add basic support for UniPhier architecture Masahiro Yamada
2015-05-08  4:07   ` Masahiro Yamada
2015-05-08  4:07 ` [PATCH v7 2/4] ARM: multi_v7_defconfig: enable UniPhier SoC family Masahiro Yamada
2015-05-08  4:07   ` Masahiro Yamada
2015-05-08  4:07 ` [PATCH v7 3/4] ARM: dts: UniPhier: add support for UniPhier SoCs and boards Masahiro Yamada
2015-05-08  4:07   ` Masahiro Yamada
2015-05-08  4:07   ` Masahiro Yamada
2015-05-08  4:07 ` [PATCH v7 4/4] MAINTAINERS: add myself as ARM/UniPhier maintainer Masahiro Yamada
2015-05-08  4:07   ` Masahiro Yamada
2015-05-08  4:07   ` Masahiro Yamada
2015-05-12 15:00 ` Arnd Bergmann [this message]
2015-05-12 15:00   ` [PATCH v7 0/4] ARM: SoC: add a new platform, UniPhier (arch/arm/mach-uniphier) Arnd Bergmann
2015-05-12 15:00   ` Arnd Bergmann
2015-05-13  7:00   ` Masahiro Yamada
2015-05-13  7:00     ` Masahiro Yamada
2015-05-13  7:00     ` Masahiro Yamada
2015-05-13  7:48     ` Arnd Bergmann
2015-05-13  7:48       ` Arnd Bergmann
2015-05-13  7:48       ` Arnd Bergmann
2015-05-13  8:32       ` Baruch Siach
2015-05-13  8:32         ` Baruch Siach
2015-05-13  8:32         ` Baruch Siach
2015-05-13  9:17         ` Arnd Bergmann
2015-05-13  9:17           ` Arnd Bergmann
2015-05-13  9:17           ` Arnd Bergmann
2015-05-14 10:14       ` Masahiro Yamada
2015-05-14 10:14         ` Masahiro Yamada
2015-05-14 10:14         ` Masahiro Yamada
2016-01-18 10:54       ` Masahiro Yamada
2016-01-18 10:54         ` Masahiro Yamada
2016-01-18 13:49         ` Arnd Bergmann
2016-01-18 13:49           ` Arnd Bergmann
2016-01-18 13:49           ` Arnd Bergmann
2016-08-17 18:46           ` Masahiro Yamada
2016-08-24 15:31             ` Arnd Bergmann

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=2101307.fSn8Z2ZyBq@wuerfel \
    --to=arnd@arndb.de \
    --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.