All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Helgaas <bhelgaas@google.com>
To: linux-pci@vger.kernel.org, Richard Zhu <r65037@freescale.com>,
	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	Magnus Damm <magnus.damm@gmail.com>
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-tegra@vger.kernel.org, linux-sh@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org,
	Jingoo Han <jg1.han@samsung.com>,
	Shawn Guo <shawn.guo@linaro.org>,
	Jason Cooper <jason@lakedaemon.net>,
	Thierry Reding <thierry.reding@gmail.com>,
	Simon Horman <horms@verge.net.au>,
	Magnus Damm <magnus.damm@gmail.com>,
	Valentine Barshak <valentine.barshak@cogentembedded.com>,
	Wei Yongjun <weiyj.lk@gmail.com>,
	Wei Yongjun <yongjun_wei@trendmicro.com.cn>,
	Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Subject: [PATCH v2] MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers
Date: Thu, 12 Dec 2013 13:46:10 -0700	[thread overview]
Message-ID: <20131212204610.GK4699@google.com> (raw)
In-Reply-To: <20131211183237.GI4699@google.com>

[+cc Thomas]

On Wed, Dec 11, 2013 at 11:32:37AM -0700, Bjorn Helgaas wrote:
> If this looks reasonable, I'll merge it via the PCI tree for v3.13.

OK, here's another try.  I'm not actually trying to nominate anybody; I
just tried to write down the list we came up with in an earlier discussion [1].

I'd like confirmation from the following people that they approve of being
listed here:

  Richard Zhu (IMX6)
  Thomas Petazzoni (MVEBU)
  Magnus Damm (R-CAR)

I think everybody else listed has already said they approve.

[1] http://lkml.kernel.org/r/CAErSpo5tN==4nSv2u3SUBe_L4VsWn4P7TN+LtrC172Qj1vhtog@mail.gmail.com


MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers

From: Bjorn Helgaas <bhelgaas@google.com>

Add entries for PCI host controller drivers in drivers/pci/host/.

Signed-off-by: Mohit Kumar <mohit.kumar@st.com>		(DesignWare)
Signed-off-by: Pratyush Anand <pratyush.anand@st.com>	(DesignWare)
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>	(R-CAR)
Acked-by: Jason Cooper <jason@lakedaemon.net>		(MVEBU)
Acked-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Thierry Reding <treding@nvidia.com>
---
 MAINTAINERS |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8285ed4676b6..1c5dc36ec522 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6449,19 +6449,53 @@ F:	drivers/pci/
 F:	include/linux/pci*
 F:	arch/x86/pci/
 
+PCI DRIVER FOR IMX6
+M:	Richard Zhu <r65037@freescale.com>
+M:	Shawn Guo <shawn.guo@linaro.org>
+L:	linux-pci@vger.kernel.org
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S:	Maintained
+F:	drivers/pci/host/*imx6*
+
+PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
+M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+M:	Jason Cooper <jason@lakedaemon.net>
+L:	linux-pci@vger.kernel.org
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S:	Maintained
+F:	drivers/pci/host/*mvebu*
+
 PCI DRIVER FOR NVIDIA TEGRA
 M:	Thierry Reding <thierry.reding@gmail.com>
 L:	linux-tegra@vger.kernel.org
+L:	linux-pci@vger.kernel.org
 S:	Supported
 F:	Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
 F:	drivers/pci/host/pci-tegra.c
 
+PCI DRIVER FOR RENESAS R-CAR
+M:	Simon Horman <horms@verge.net.au>
+M:	Magnus Damm <magnus.damm@gmail.com>
+L:	linux-pci@vger.kernel.org
+L:	linux-sh@vger.kernel.org
+S:	Maintained
+F:	drivers/pci/host/*rcar*
+
 PCI DRIVER FOR SAMSUNG EXYNOS
 M:	Jingoo Han <jg1.han@samsung.com>
 L:	linux-pci@vger.kernel.org
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
 S:	Maintained
 F:	drivers/pci/host/pci-exynos.c
 
+PCI DRIVER FOR SYNOPSIS DESIGNWARE
+M:	Mohit Kumar <mohit.kumar@st.com>
+M:	Jingoo Han <jg1.han@samsung.com>
+L:	linux-pci@vger.kernel.org
+S:	Maintained
+F:	drivers/pci/host/*designware*
+
 PCMCIA SUBSYSTEM
 P:	Linux PCMCIA Team
 L:	linux-pcmcia@lists.infradead.org

WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Helgaas <bhelgaas@google.com>
To: linux-pci@vger.kernel.org, Richard Zhu <r65037@freescale.com>,
	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-tegra@vger.kernel.org, linux-sh@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org,
	Jingoo Han <jg1.han@samsung.com>,
	Shawn Guo <shawn.guo@linaro.org>,
	Jason Cooper <jason@lakedaemon.net>,
	Thierry Reding <thierry.reding@gmail.com>,
	Simon Horman <horms@verge.net.au>,
	Magnus Damm <magnus.damm@gmail.com>,
	Valentine Barshak <valentine.barshak@cogentembedded.com>,
	Wei Yongjun <weiyj.lk@gmail.com>,
	Wei Yongjun <yongjun_wei@trendmicro.com.cn>,
	Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Subject: [PATCH v2] MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers
Date: Thu, 12 Dec 2013 13:46:10 -0700	[thread overview]
Message-ID: <20131212204610.GK4699@google.com> (raw)
In-Reply-To: <20131211183237.GI4699@google.com>

[+cc Thomas]

On Wed, Dec 11, 2013 at 11:32:37AM -0700, Bjorn Helgaas wrote:
> If this looks reasonable, I'll merge it via the PCI tree for v3.13.

OK, here's another try.  I'm not actually trying to nominate anybody; I
just tried to write down the list we came up with in an earlier discussion [1].

I'd like confirmation from the following people that they approve of being
listed here:

  Richard Zhu (IMX6)
  Thomas Petazzoni (MVEBU)
  Magnus Damm (R-CAR)

I think everybody else listed has already said they approve.

[1] http://lkml.kernel.org/r/CAErSpo5tN==4nSv2u3SUBe_L4VsWn4P7TN+LtrC172Qj1vhtog@mail.gmail.com


MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers

From: Bjorn Helgaas <bhelgaas@google.com>

Add entries for PCI host controller drivers in drivers/pci/host/.

Signed-off-by: Mohit Kumar <mohit.kumar@st.com>		(DesignWare)
Signed-off-by: Pratyush Anand <pratyush.anand@st.com>	(DesignWare)
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>	(R-CAR)
Acked-by: Jason Cooper <jason@lakedaemon.net>		(MVEBU)
Acked-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Thierry Reding <treding@nvidia.com>
---
 MAINTAINERS |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8285ed4676b6..1c5dc36ec522 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6449,19 +6449,53 @@ F:	drivers/pci/
 F:	include/linux/pci*
 F:	arch/x86/pci/
 
+PCI DRIVER FOR IMX6
+M:	Richard Zhu <r65037@freescale.com>
+M:	Shawn Guo <shawn.guo@linaro.org>
+L:	linux-pci@vger.kernel.org
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S:	Maintained
+F:	drivers/pci/host/*imx6*
+
+PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
+M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+M:	Jason Cooper <jason@lakedaemon.net>
+L:	linux-pci@vger.kernel.org
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S:	Maintained
+F:	drivers/pci/host/*mvebu*
+
 PCI DRIVER FOR NVIDIA TEGRA
 M:	Thierry Reding <thierry.reding@gmail.com>
 L:	linux-tegra@vger.kernel.org
+L:	linux-pci@vger.kernel.org
 S:	Supported
 F:	Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
 F:	drivers/pci/host/pci-tegra.c
 
+PCI DRIVER FOR RENESAS R-CAR
+M:	Simon Horman <horms@verge.net.au>
+M:	Magnus Damm <magnus.damm@gmail.com>
+L:	linux-pci@vger.kernel.org
+L:	linux-sh@vger.kernel.org
+S:	Maintained
+F:	drivers/pci/host/*rcar*
+
 PCI DRIVER FOR SAMSUNG EXYNOS
 M:	Jingoo Han <jg1.han@samsung.com>
 L:	linux-pci@vger.kernel.org
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
 S:	Maintained
 F:	drivers/pci/host/pci-exynos.c
 
+PCI DRIVER FOR SYNOPSIS DESIGNWARE
+M:	Mohit Kumar <mohit.kumar@st.com>
+M:	Jingoo Han <jg1.han@samsung.com>
+L:	linux-pci@vger.kernel.org
+S:	Maintained
+F:	drivers/pci/host/*designware*
+
 PCMCIA SUBSYSTEM
 P:	Linux PCMCIA Team
 L:	linux-pcmcia@lists.infradead.org

WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Helgaas <bhelgaas@google.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers
Date: Thu, 12 Dec 2013 20:46:10 +0000	[thread overview]
Message-ID: <20131212204610.GK4699@google.com> (raw)
In-Reply-To: <20131211183237.GI4699@google.com>

[+cc Thomas]

On Wed, Dec 11, 2013 at 11:32:37AM -0700, Bjorn Helgaas wrote:
> If this looks reasonable, I'll merge it via the PCI tree for v3.13.

OK, here's another try.  I'm not actually trying to nominate anybody; I
just tried to write down the list we came up with in an earlier discussion [1].

I'd like confirmation from the following people that they approve of being
listed here:

  Richard Zhu (IMX6)
  Thomas Petazzoni (MVEBU)
  Magnus Damm (R-CAR)

I think everybody else listed has already said they approve.

[1] http://lkml.kernel.org/r/CAErSpo5tN=4nSv2u3SUBe_L4VsWn4P7TN+LtrC172Qj1vhtog@mail.gmail.com


MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers

From: Bjorn Helgaas <bhelgaas@google.com>

Add entries for PCI host controller drivers in drivers/pci/host/.

Signed-off-by: Mohit Kumar <mohit.kumar@st.com>		(DesignWare)
Signed-off-by: Pratyush Anand <pratyush.anand@st.com>	(DesignWare)
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>	(R-CAR)
Acked-by: Jason Cooper <jason@lakedaemon.net>		(MVEBU)
Acked-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Thierry Reding <treding@nvidia.com>
---
 MAINTAINERS |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8285ed4676b6..1c5dc36ec522 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6449,19 +6449,53 @@ F:	drivers/pci/
 F:	include/linux/pci*
 F:	arch/x86/pci/
 
+PCI DRIVER FOR IMX6
+M:	Richard Zhu <r65037@freescale.com>
+M:	Shawn Guo <shawn.guo@linaro.org>
+L:	linux-pci@vger.kernel.org
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S:	Maintained
+F:	drivers/pci/host/*imx6*
+
+PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
+M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+M:	Jason Cooper <jason@lakedaemon.net>
+L:	linux-pci@vger.kernel.org
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+S:	Maintained
+F:	drivers/pci/host/*mvebu*
+
 PCI DRIVER FOR NVIDIA TEGRA
 M:	Thierry Reding <thierry.reding@gmail.com>
 L:	linux-tegra@vger.kernel.org
+L:	linux-pci@vger.kernel.org
 S:	Supported
 F:	Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
 F:	drivers/pci/host/pci-tegra.c
 
+PCI DRIVER FOR RENESAS R-CAR
+M:	Simon Horman <horms@verge.net.au>
+M:	Magnus Damm <magnus.damm@gmail.com>
+L:	linux-pci@vger.kernel.org
+L:	linux-sh@vger.kernel.org
+S:	Maintained
+F:	drivers/pci/host/*rcar*
+
 PCI DRIVER FOR SAMSUNG EXYNOS
 M:	Jingoo Han <jg1.han@samsung.com>
 L:	linux-pci@vger.kernel.org
+L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
+L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
 S:	Maintained
 F:	drivers/pci/host/pci-exynos.c
 
+PCI DRIVER FOR SYNOPSIS DESIGNWARE
+M:	Mohit Kumar <mohit.kumar@st.com>
+M:	Jingoo Han <jg1.han@samsung.com>
+L:	linux-pci@vger.kernel.org
+S:	Maintained
+F:	drivers/pci/host/*designware*
+
 PCMCIA SUBSYSTEM
 P:	Linux PCMCIA Team
 L:	linux-pcmcia@lists.infradead.org

WARNING: multiple messages have this Message-ID (diff)
From: bhelgaas@google.com (Bjorn Helgaas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers
Date: Thu, 12 Dec 2013 13:46:10 -0700	[thread overview]
Message-ID: <20131212204610.GK4699@google.com> (raw)
In-Reply-To: <20131211183237.GI4699@google.com>

[+cc Thomas]

On Wed, Dec 11, 2013 at 11:32:37AM -0700, Bjorn Helgaas wrote:
> If this looks reasonable, I'll merge it via the PCI tree for v3.13.

OK, here's another try.  I'm not actually trying to nominate anybody; I
just tried to write down the list we came up with in an earlier discussion [1].

I'd like confirmation from the following people that they approve of being
listed here:

  Richard Zhu (IMX6)
  Thomas Petazzoni (MVEBU)
  Magnus Damm (R-CAR)

I think everybody else listed has already said they approve.

[1] http://lkml.kernel.org/r/CAErSpo5tN==4nSv2u3SUBe_L4VsWn4P7TN+LtrC172Qj1vhtog at mail.gmail.com


MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers

From: Bjorn Helgaas <bhelgaas@google.com>

Add entries for PCI host controller drivers in drivers/pci/host/.

Signed-off-by: Mohit Kumar <mohit.kumar@st.com>		(DesignWare)
Signed-off-by: Pratyush Anand <pratyush.anand@st.com>	(DesignWare)
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>	(R-CAR)
Acked-by: Jason Cooper <jason@lakedaemon.net>		(MVEBU)
Acked-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Thierry Reding <treding@nvidia.com>
---
 MAINTAINERS |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8285ed4676b6..1c5dc36ec522 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6449,19 +6449,53 @@ F:	drivers/pci/
 F:	include/linux/pci*
 F:	arch/x86/pci/
 
+PCI DRIVER FOR IMX6
+M:	Richard Zhu <r65037@freescale.com>
+M:	Shawn Guo <shawn.guo@linaro.org>
+L:	linux-pci at vger.kernel.org
+L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
+S:	Maintained
+F:	drivers/pci/host/*imx6*
+
+PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
+M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+M:	Jason Cooper <jason@lakedaemon.net>
+L:	linux-pci at vger.kernel.org
+L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
+S:	Maintained
+F:	drivers/pci/host/*mvebu*
+
 PCI DRIVER FOR NVIDIA TEGRA
 M:	Thierry Reding <thierry.reding@gmail.com>
 L:	linux-tegra at vger.kernel.org
+L:	linux-pci at vger.kernel.org
 S:	Supported
 F:	Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
 F:	drivers/pci/host/pci-tegra.c
 
+PCI DRIVER FOR RENESAS R-CAR
+M:	Simon Horman <horms@verge.net.au>
+M:	Magnus Damm <magnus.damm@gmail.com>
+L:	linux-pci at vger.kernel.org
+L:	linux-sh at vger.kernel.org
+S:	Maintained
+F:	drivers/pci/host/*rcar*
+
 PCI DRIVER FOR SAMSUNG EXYNOS
 M:	Jingoo Han <jg1.han@samsung.com>
 L:	linux-pci at vger.kernel.org
+L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
+L:	linux-samsung-soc at vger.kernel.org (moderated for non-subscribers)
 S:	Maintained
 F:	drivers/pci/host/pci-exynos.c
 
+PCI DRIVER FOR SYNOPSIS DESIGNWARE
+M:	Mohit Kumar <mohit.kumar@st.com>
+M:	Jingoo Han <jg1.han@samsung.com>
+L:	linux-pci at vger.kernel.org
+S:	Maintained
+F:	drivers/pci/host/*designware*
+
 PCMCIA SUBSYSTEM
 P:	Linux PCMCIA Team
 L:	linux-pcmcia at lists.infradead.org

  parent reply	other threads:[~2013-12-12 20:46 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-11 18:32 [PATCH] MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers Bjorn Helgaas
2013-12-11 18:32 ` Bjorn Helgaas
2013-12-11 18:32 ` Bjorn Helgaas
2013-12-11 18:43 ` Bjorn Helgaas
2013-12-11 18:43   ` Bjorn Helgaas
2013-12-11 18:43   ` Bjorn Helgaas
2013-12-11 22:24   ` Jingoo Han
2013-12-11 22:24     ` Jingoo Han
2013-12-11 22:24     ` Jingoo Han
2013-12-12  5:06     ` Mohit KUMAR DCG
2013-12-12  5:06       ` Mohit KUMAR DCG
2013-12-12  5:06       ` Mohit KUMAR DCG
2013-12-11 23:51 ` Simon Horman
2013-12-11 23:51   ` Simon Horman
2013-12-11 23:51   ` Simon Horman
2013-12-12  7:00 ` Shawn Guo
2013-12-12  7:00   ` Shawn Guo
2013-12-12  7:00   ` Shawn Guo
2013-12-12  7:00   ` Shawn Guo
2013-12-12 10:47   ` Jingoo Han
2013-12-12 10:47     ` Jingoo Han
2013-12-12 10:47     ` Jingoo Han
2013-12-12 20:29   ` Bjorn Helgaas
2013-12-12 20:29     ` Bjorn Helgaas
2013-12-12 20:29     ` Bjorn Helgaas
2013-12-13  5:39     ` Shawn Guo
2013-12-13  5:39       ` Shawn Guo
2013-12-13  5:39       ` Shawn Guo
2013-12-13  5:39       ` Shawn Guo
2013-12-13  6:31       ` Hong-Xing.Zhu
2013-12-13  6:31         ` Hong-Xing.Zhu at freescale.com
2013-12-13  6:31         ` Hong-Xing.Zhu
2013-12-13  6:31         ` Hong-Xing.Zhu
2013-12-12  7:40 ` Gregory CLEMENT
2013-12-12  7:40   ` Gregory CLEMENT
2013-12-12  7:40   ` Gregory CLEMENT
2013-12-12  9:12   ` Jingoo Han
2013-12-12  9:12     ` Jingoo Han
2013-12-12  9:12     ` Jingoo Han
2013-12-12 12:38     ` Jason Cooper
2013-12-12 12:38       ` Jason Cooper
2013-12-12 12:38       ` Jason Cooper
2013-12-12 11:15 ` Thierry Reding
2013-12-12 11:15   ` Thierry Reding
2013-12-12 11:15   ` Thierry Reding
2013-12-12 20:46 ` Bjorn Helgaas [this message]
2013-12-12 20:46   ` [PATCH v2] " Bjorn Helgaas
2013-12-12 20:46   ` Bjorn Helgaas
2013-12-12 20:46   ` Bjorn Helgaas
2013-12-12 20:48   ` Jason Cooper
2013-12-12 20:48     ` Jason Cooper
2013-12-12 20:48     ` Jason Cooper
2013-12-12 22:11   ` Thomas Petazzoni
2013-12-12 22:11     ` Thomas Petazzoni
2013-12-12 22:11     ` Thomas Petazzoni
2013-12-13  5:13   ` Magnus Damm
2013-12-13  5:13     ` Magnus Damm
2013-12-13  5:13     ` Magnus Damm

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=20131212204610.GK4699@google.com \
    --to=bhelgaas@google.com \
    --cc=horms@verge.net.au \
    --cc=jason@lakedaemon.net \
    --cc=jg1.han@samsung.com \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=r65037@freescale.com \
    --cc=shawn.guo@linaro.org \
    --cc=thierry.reding@gmail.com \
    --cc=thomas.petazzoni@free-electrons.com \
    --cc=valentine.barshak@cogentembedded.com \
    --cc=weiyj.lk@gmail.com \
    --cc=yongjun_wei@trendmicro.com.cn \
    /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.