From: Khiem Nguyen <khiem.nguyen.xt@rvc.renesas.com>
To: Simon Horman <horms+renesas@verge.net.au>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
"linux-renesas-soc@vger.kernel.org"
<linux-renesas-soc@vger.kernel.org>,
"linux-sh@vger.kernel.org" <linux-sh@vger.kernel.org>,
"linux-media@vger.kernel.org" <linux-media@vger.kernel.org>,
"linux-pci@vger.kernel.org" <linux-pci@vger.kernel.org>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Magnus Damm <magnus.damm@gmail.com>,
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
Toru Oishi <toru.oishi.zj@rvc.renesas.com>,
Khiem Nguyen <khiem.nguyen.xt@rvc.renesas.com>
Subject: Re: [PATCH] MAINTAINERS: Update mailing list for Renesas SoC Development
Date: Mon, 18 Jan 2016 08:53:25 +0700 [thread overview]
Message-ID: <569C4595.70806@rvc.renesas.com> (raw)
In-Reply-To: <1453079073-30937-1-git-send-email-horms+renesas@verge.net.au>
cc Shimoda-san for his information.
On 1/18/2016 8:04 AM, Simon Horman wrote:
> Update the mailing list used for development of support for
> Renesas SoCs and related drivers.
>
> Up until now the linux-sh mailing list has been used, however,
> Renesas SoCs are now much wider than the SH architecture and there
> is some desire from some for the linux-sh list to refocus on
> discussion of the work on the SH architecture.
>
> Cc: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Cc: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Magnus Damm <magnus.damm@gmail.com>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
>
> ---
> * This patch applies on top of Linus's tree where currently the head commit
> is 984065055e6e ("Merge branch 'drm-next' of
> git://people.freedesktop.org/~airlied/linux")
>
> This has been used as a base instead of v4.4 so that it is based on the
> following two commits which affect it:
> - 1a4ca6dd3dc8 ("MAINTAINERS: Add co-maintainer for Renesas Pin Controllers")
> - 3e46c3973cba ("MAINTAINERS: add Renesas usb2 phy driver")
> ---
> MAINTAINERS | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1d23f701489c..52a6ba79fa3f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1531,9 +1531,9 @@ F: drivers/media/platform/s5p-jpeg/
> ARM/SHMOBILE ARM ARCHITECTURE
> M: Simon Horman <horms@verge.net.au>
> M: Magnus Damm <magnus.damm@gmail.com>
> -L: linux-sh@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> W: http://oss.renesas.com
> -Q: http://patchwork.kernel.org/project/linux-sh/list/
> +Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
> S: Supported
> F: arch/arm/boot/dts/emev2*
> @@ -3745,7 +3745,7 @@ F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
> DRM DRIVERS FOR RENESAS
> M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> L: dri-devel@lists.freedesktop.org
> -L: linux-sh@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> T: git git://people.freedesktop.org/~airlied/linux
> S: Supported
> F: drivers/gpu/drm/rcar-du/
> @@ -6858,7 +6858,7 @@ F: drivers/iio/potentiometer/mcp4531.c
> MEDIA DRIVERS FOR RENESAS - VSP1
> M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> L: linux-media@vger.kernel.org
> -L: linux-sh@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> T: git git://linuxtv.org/media_tree.git
> S: Supported
> F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
> @@ -8235,7 +8235,7 @@ F: drivers/pci/host/pci-dra7xx.c
> PCI DRIVER FOR RENESAS R-CAR
> M: Simon Horman <horms@verge.net.au>
> L: linux-pci@vger.kernel.org
> -L: linux-sh@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> S: Maintained
> F: drivers/pci/host/*rcar*
>
> @@ -8413,7 +8413,7 @@ F: drivers/pinctrl/intel/
> PIN CONTROLLER - RENESAS
> M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> M: Geert Uytterhoeven <geert+renesas@glider.be>
> -L: linux-sh@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> S: Maintained
> F: drivers/pinctrl/sh-pfc/
>
> @@ -9019,13 +9019,13 @@ F: include/linux/rpmsg.h
> RENESAS ETHERNET DRIVERS
> R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> L: netdev@vger.kernel.org
> -L: linux-sh@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> F: drivers/net/ethernet/renesas/
> F: include/linux/sh_eth.h
>
> RENESAS USB2 PHY DRIVER
> M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> -L: linux-sh@vger.kernel.org
> +L: linux-renesas-soc@vger.kernel.org
> S: Maintained
> F: drivers/phy/phy-rcar-gen3-usb2.c
>
>
--
Best regards,
KHIEM Nguyen
next prev parent reply other threads:[~2016-01-18 1:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-18 1:04 [PATCH] MAINTAINERS: Update mailing list for Renesas SoC Development Simon Horman
2016-01-18 1:53 ` Khiem Nguyen [this message]
2016-01-18 2:27 ` Yoshihiro Shimoda
2016-01-18 4:48 ` Simon Horman
2016-01-18 5:09 ` Magnus Damm
2016-01-18 8:09 ` Geert Uytterhoeven
2016-01-19 0:18 ` Simon Horman
2016-01-18 11:58 ` Wolfram Sang
2016-01-18 22:44 ` Laurent Pinchart
2016-01-19 5:01 ` Rich Felker
2016-01-19 11:10 ` Sergei Shtylyov
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=569C4595.70806@rvc.renesas.com \
--to=khiem.nguyen.xt@rvc.renesas.com \
--cc=geert+renesas@glider.be \
--cc=horms+renesas@verge.net.au \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=sergei.shtylyov@cogentembedded.com \
--cc=toru.oishi.zj@rvc.renesas.com \
--cc=torvalds@linux-foundation.org \
--cc=yoshihiro.shimoda.uh@renesas.com \
/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 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).