All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: configs: Remove REGULATOR_VIRTUAL_CONSUMER from defconfigs
@ 2014-08-31 12:03 ` Mark Brown
  0 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2014-08-31 12:03 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann
  Cc: Christian Daudt, Matt Porter, Maxime Ripard, Stephen Warren,
	Thierry Reding, bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Jason Cooper,
	Thomas Petazzoni, linaro-kernel-cunTk1MwBs8s++Sfvej+rw,
	Mark Brown

The virtual consumer is a test device intended to be used while developing
regulator drivers, it should never be used in production. Remove it from
all defconfigs to avoid confusion among users.

Signed-off-by: Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
---
 arch/arm/configs/bcm_defconfig      | 1 -
 arch/arm/configs/ezx_defconfig      | 1 -
 arch/arm/configs/imote2_defconfig   | 1 -
 arch/arm/configs/multi_v7_defconfig | 1 -
 arch/arm/configs/pxa3xx_defconfig   | 1 -
 arch/arm/configs/sunxi_defconfig    | 1 -
 arch/arm/configs/tegra_defconfig    | 1 -
 7 files changed, 7 deletions(-)

diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig
index fbebcbce1e8c..bc614f44b33d 100644
--- a/arch/arm/configs/bcm_defconfig
+++ b/arch/arm/configs/bcm_defconfig
@@ -83,7 +83,6 @@ CONFIG_I2C_CHARDEV=y
 CONFIG_MFD_BCM590XX=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
-CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
 CONFIG_REGULATOR_USERSPACE_CONSUMER=y
 CONFIG_REGULATOR_BCM590XX=y
 
diff --git a/arch/arm/configs/ezx_defconfig b/arch/arm/configs/ezx_defconfig
index d95763d5f0d8..eb440aae4283 100644
--- a/arch/arm/configs/ezx_defconfig
+++ b/arch/arm/configs/ezx_defconfig
@@ -230,7 +230,6 @@ CONFIG_POWER_SUPPLY=y
 CONFIG_EZX_PCAP=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_DEBUG=y
-CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
 CONFIG_REGULATOR_USERSPACE_CONSUMER=y
 CONFIG_REGULATOR_PCAP=y
 CONFIG_MEDIA_SUPPORT=y
diff --git a/arch/arm/configs/imote2_defconfig b/arch/arm/configs/imote2_defconfig
index fd996bb13022..182e54692664 100644
--- a/arch/arm/configs/imote2_defconfig
+++ b/arch/arm/configs/imote2_defconfig
@@ -208,7 +208,6 @@ CONFIG_POWER_SUPPLY=y
 CONFIG_PMIC_DA903X=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_DEBUG=y
-CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
 CONFIG_REGULATOR_USERSPACE_CONSUMER=y
 CONFIG_REGULATOR_DA903X=y
 CONFIG_MEDIA_SUPPORT=y
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 7cfa5fa5f7ac..05c0e7c789df 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -259,7 +259,6 @@ CONFIG_MFD_PALMAS=y
 CONFIG_MFD_TPS65090=y
 CONFIG_MFD_TPS6586X=y
 CONFIG_MFD_TPS65910=y
-CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
 CONFIG_REGULATOR_AB8500=y
 CONFIG_REGULATOR_AS3722=y
 CONFIG_REGULATOR_BCM590XX=y
diff --git a/arch/arm/configs/pxa3xx_defconfig b/arch/arm/configs/pxa3xx_defconfig
index 60e313834b3f..5f337d7ceb5b 100644
--- a/arch/arm/configs/pxa3xx_defconfig
+++ b/arch/arm/configs/pxa3xx_defconfig
@@ -77,7 +77,6 @@ CONFIG_BATTERY_DA9030=y
 CONFIG_PMIC_DA903X=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_DEBUG=y
-CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
 CONFIG_REGULATOR_DA903X=y
 CONFIG_FB=y
 CONFIG_FB_PXA=y
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index 6c037f956e36..c1a4ca4f6e6d 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -75,7 +75,6 @@ CONFIG_POWER_RESET_SUN6I=y
 CONFIG_WATCHDOG=y
 CONFIG_SUNXI_WATCHDOG=y
 CONFIG_MFD_AXP20X=y
-CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index 2b8be4850347..b448f58f621a 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -168,7 +168,6 @@ CONFIG_MFD_TPS6586X=y
 CONFIG_MFD_TPS65910=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
-CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
 CONFIG_REGULATOR_AS3722=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_REGULATOR_MAX8907=y
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH] ARM: configs: Remove REGULATOR_VIRTUAL_CONSUMER from defconfigs
@ 2014-08-31 12:03 ` Mark Brown
  0 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2014-08-31 12:03 UTC (permalink / raw)
  To: linux-arm-kernel

The virtual consumer is a test device intended to be used while developing
regulator drivers, it should never be used in production. Remove it from
all defconfigs to avoid confusion among users.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 arch/arm/configs/bcm_defconfig      | 1 -
 arch/arm/configs/ezx_defconfig      | 1 -
 arch/arm/configs/imote2_defconfig   | 1 -
 arch/arm/configs/multi_v7_defconfig | 1 -
 arch/arm/configs/pxa3xx_defconfig   | 1 -
 arch/arm/configs/sunxi_defconfig    | 1 -
 arch/arm/configs/tegra_defconfig    | 1 -
 7 files changed, 7 deletions(-)

diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig
index fbebcbce1e8c..bc614f44b33d 100644
--- a/arch/arm/configs/bcm_defconfig
+++ b/arch/arm/configs/bcm_defconfig
@@ -83,7 +83,6 @@ CONFIG_I2C_CHARDEV=y
 CONFIG_MFD_BCM590XX=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
-CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
 CONFIG_REGULATOR_USERSPACE_CONSUMER=y
 CONFIG_REGULATOR_BCM590XX=y
 
diff --git a/arch/arm/configs/ezx_defconfig b/arch/arm/configs/ezx_defconfig
index d95763d5f0d8..eb440aae4283 100644
--- a/arch/arm/configs/ezx_defconfig
+++ b/arch/arm/configs/ezx_defconfig
@@ -230,7 +230,6 @@ CONFIG_POWER_SUPPLY=y
 CONFIG_EZX_PCAP=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_DEBUG=y
-CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
 CONFIG_REGULATOR_USERSPACE_CONSUMER=y
 CONFIG_REGULATOR_PCAP=y
 CONFIG_MEDIA_SUPPORT=y
diff --git a/arch/arm/configs/imote2_defconfig b/arch/arm/configs/imote2_defconfig
index fd996bb13022..182e54692664 100644
--- a/arch/arm/configs/imote2_defconfig
+++ b/arch/arm/configs/imote2_defconfig
@@ -208,7 +208,6 @@ CONFIG_POWER_SUPPLY=y
 CONFIG_PMIC_DA903X=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_DEBUG=y
-CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
 CONFIG_REGULATOR_USERSPACE_CONSUMER=y
 CONFIG_REGULATOR_DA903X=y
 CONFIG_MEDIA_SUPPORT=y
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 7cfa5fa5f7ac..05c0e7c789df 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -259,7 +259,6 @@ CONFIG_MFD_PALMAS=y
 CONFIG_MFD_TPS65090=y
 CONFIG_MFD_TPS6586X=y
 CONFIG_MFD_TPS65910=y
-CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
 CONFIG_REGULATOR_AB8500=y
 CONFIG_REGULATOR_AS3722=y
 CONFIG_REGULATOR_BCM590XX=y
diff --git a/arch/arm/configs/pxa3xx_defconfig b/arch/arm/configs/pxa3xx_defconfig
index 60e313834b3f..5f337d7ceb5b 100644
--- a/arch/arm/configs/pxa3xx_defconfig
+++ b/arch/arm/configs/pxa3xx_defconfig
@@ -77,7 +77,6 @@ CONFIG_BATTERY_DA9030=y
 CONFIG_PMIC_DA903X=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_DEBUG=y
-CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
 CONFIG_REGULATOR_DA903X=y
 CONFIG_FB=y
 CONFIG_FB_PXA=y
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index 6c037f956e36..c1a4ca4f6e6d 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -75,7 +75,6 @@ CONFIG_POWER_RESET_SUN6I=y
 CONFIG_WATCHDOG=y
 CONFIG_SUNXI_WATCHDOG=y
 CONFIG_MFD_AXP20X=y
-CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index 2b8be4850347..b448f58f621a 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -168,7 +168,6 @@ CONFIG_MFD_TPS6586X=y
 CONFIG_MFD_TPS65910=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
-CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
 CONFIG_REGULATOR_AS3722=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_REGULATOR_MAX8907=y
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH] ARM: configs: Remove REGULATOR_VIRTUAL_CONSUMER from defconfigs
  2014-08-31 12:03 ` Mark Brown
@ 2014-09-02 15:08     ` Stephen Warren
  -1 siblings, 0 replies; 10+ messages in thread
From: Stephen Warren @ 2014-09-02 15:08 UTC (permalink / raw)
  To: Mark Brown, Olof Johansson, Arnd Bergmann
  Cc: Christian Daudt, Matt Porter, Maxime Ripard, Thierry Reding,
	bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Jason Cooper,
	Thomas Petazzoni, linaro-kernel-cunTk1MwBs8s++Sfvej+rw

On 08/31/2014 06:03 AM, Mark Brown wrote:
> The virtual consumer is a test device intended to be used while developing
> regulator drivers, it should never be used in production. Remove it from
> all defconfigs to avoid confusion among users.

tegra_defconfig isn't a distro configuration, and has plenty of other 
debug/test options turned on. I'm not sure that removing this option 
really has much benefit. Still, this likely isn't going to cause any 
issue, so I guess it's fine. People can always add the option locally if 
they want.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM: configs: Remove REGULATOR_VIRTUAL_CONSUMER from defconfigs
@ 2014-09-02 15:08     ` Stephen Warren
  0 siblings, 0 replies; 10+ messages in thread
From: Stephen Warren @ 2014-09-02 15:08 UTC (permalink / raw)
  To: linux-arm-kernel

On 08/31/2014 06:03 AM, Mark Brown wrote:
> The virtual consumer is a test device intended to be used while developing
> regulator drivers, it should never be used in production. Remove it from
> all defconfigs to avoid confusion among users.

tegra_defconfig isn't a distro configuration, and has plenty of other 
debug/test options turned on. I'm not sure that removing this option 
really has much benefit. Still, this likely isn't going to cause any 
issue, so I guess it's fine. People can always add the option locally if 
they want.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] ARM: configs: Remove REGULATOR_VIRTUAL_CONSUMER from defconfigs
  2014-09-02 15:08     ` Stephen Warren
@ 2014-09-02 15:22         ` Mark Brown
  -1 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2014-09-02 15:22 UTC (permalink / raw)
  To: Stephen Warren
  Cc: Olof Johansson, Arnd Bergmann, Christian Daudt, Matt Porter,
	Maxime Ripard, Thierry Reding,
	bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Jason Cooper,
	Thomas Petazzoni, linaro-kernel-cunTk1MwBs8s++Sfvej+rw

[-- Attachment #1: Type: text/plain, Size: 736 bytes --]

On Tue, Sep 02, 2014 at 09:08:34AM -0600, Stephen Warren wrote:
> On 08/31/2014 06:03 AM, Mark Brown wrote:

> >The virtual consumer is a test device intended to be used while developing
> >regulator drivers, it should never be used in production. Remove it from
> >all defconfigs to avoid confusion among users.

> tegra_defconfig isn't a distro configuration, and has plenty of other
> debug/test options turned on. I'm not sure that removing this option really
> has much benefit. Still, this likely isn't going to cause any issue, so I
> guess it's fine. People can always add the option locally if they want.

In order to instantiate it you're going to have to generate a custom DT
anyway so I don't think the burden is excessive.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM: configs: Remove REGULATOR_VIRTUAL_CONSUMER from defconfigs
@ 2014-09-02 15:22         ` Mark Brown
  0 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2014-09-02 15:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Sep 02, 2014 at 09:08:34AM -0600, Stephen Warren wrote:
> On 08/31/2014 06:03 AM, Mark Brown wrote:

> >The virtual consumer is a test device intended to be used while developing
> >regulator drivers, it should never be used in production. Remove it from
> >all defconfigs to avoid confusion among users.

> tegra_defconfig isn't a distro configuration, and has plenty of other
> debug/test options turned on. I'm not sure that removing this option really
> has much benefit. Still, this likely isn't going to cause any issue, so I
> guess it's fine. People can always add the option locally if they want.

In order to instantiate it you're going to have to generate a custom DT
anyway so I don't think the burden is excessive.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140902/5e47a30d/attachment-0001.sig>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] ARM: configs: Remove REGULATOR_VIRTUAL_CONSUMER from defconfigs
  2014-08-31 12:03 ` Mark Brown
@ 2014-09-02 15:31     ` Matt Porter
  -1 siblings, 0 replies; 10+ messages in thread
From: Matt Porter @ 2014-09-02 15:31 UTC (permalink / raw)
  To: Mark Brown
  Cc: Olof Johansson, Arnd Bergmann, Christian Daudt, Maxime Ripard,
	Stephen Warren, Thierry Reding,
	bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Jason Cooper,
	Thomas Petazzoni, linaro-kernel-cunTk1MwBs8s++Sfvej+rw

On Sun, Aug 31, 2014 at 01:03:10PM +0100, Mark Brown wrote:
> The virtual consumer is a test device intended to be used while developing
> regulator drivers, it should never be used in production. Remove it from
> all defconfigs to avoid confusion among users.
> 
> Signed-off-by: Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> ---
>  arch/arm/configs/bcm_defconfig      | 1 -

For bcm_defconfig:

Acked-by: Matt Porter <mporter-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>

-Matt

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM: configs: Remove REGULATOR_VIRTUAL_CONSUMER from defconfigs
@ 2014-09-02 15:31     ` Matt Porter
  0 siblings, 0 replies; 10+ messages in thread
From: Matt Porter @ 2014-09-02 15:31 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Aug 31, 2014 at 01:03:10PM +0100, Mark Brown wrote:
> The virtual consumer is a test device intended to be used while developing
> regulator drivers, it should never be used in production. Remove it from
> all defconfigs to avoid confusion among users.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
>  arch/arm/configs/bcm_defconfig      | 1 -

For bcm_defconfig:

Acked-by: Matt Porter <mporter@linaro.org>

-Matt

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] ARM: configs: Remove REGULATOR_VIRTUAL_CONSUMER from defconfigs
  2014-09-02 15:31     ` Matt Porter
@ 2014-09-04 20:08       ` Arnd Bergmann
  -1 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2014-09-04 20:08 UTC (permalink / raw)
  To: Matt Porter
  Cc: Mark Brown, Olof Johansson, Christian Daudt, Maxime Ripard,
	Stephen Warren, Thierry Reding,
	bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Jason Cooper,
	Thomas Petazzoni, linaro-kernel-cunTk1MwBs8s++Sfvej+rw

On Tuesday 02 September 2014, Matt Porter wrote:
> On Sun, Aug 31, 2014 at 01:03:10PM +0100, Mark Brown wrote:
> > The virtual consumer is a test device intended to be used while developing
> > regulator drivers, it should never be used in production. Remove it from
> > all defconfigs to avoid confusion among users.
> > 
> > Signed-off-by: Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> > ---
> >  arch/arm/configs/bcm_defconfig      | 1 -
> 
> For bcm_defconfig:
> 
> Acked-by: Matt Porter <mporter-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
> 

Applied to next/defconfig, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM: configs: Remove REGULATOR_VIRTUAL_CONSUMER from defconfigs
@ 2014-09-04 20:08       ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2014-09-04 20:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 02 September 2014, Matt Porter wrote:
> On Sun, Aug 31, 2014 at 01:03:10PM +0100, Mark Brown wrote:
> > The virtual consumer is a test device intended to be used while developing
> > regulator drivers, it should never be used in production. Remove it from
> > all defconfigs to avoid confusion among users.
> > 
> > Signed-off-by: Mark Brown <broonie@kernel.org>
> > ---
> >  arch/arm/configs/bcm_defconfig      | 1 -
> 
> For bcm_defconfig:
> 
> Acked-by: Matt Porter <mporter@linaro.org>
> 

Applied to next/defconfig, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-09-04 20:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-31 12:03 [PATCH] ARM: configs: Remove REGULATOR_VIRTUAL_CONSUMER from defconfigs Mark Brown
2014-08-31 12:03 ` Mark Brown
     [not found] ` <1409486590-23645-1-git-send-email-broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2014-09-02 15:08   ` Stephen Warren
2014-09-02 15:08     ` Stephen Warren
     [not found]     ` <5405DD72.30603-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2014-09-02 15:22       ` Mark Brown
2014-09-02 15:22         ` Mark Brown
2014-09-02 15:31   ` Matt Porter
2014-09-02 15:31     ` Matt Porter
2014-09-04 20:08     ` Arnd Bergmann
2014-09-04 20:08       ` Arnd Bergmann

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.