linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/7] ARM: mach-imx: devices: platform-sdhci-esdhc-imx: fix broken email address
@ 2015-04-20 13:51 Wolfram Sang
  2015-04-20 13:51 ` [PATCH 2/7] i2c: mxs: " Wolfram Sang
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Wolfram Sang @ 2015-04-20 13:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: Wolfram Sang, Shawn Guo, Sascha Hauer, linux-arm-kernel

My Pengutronix address is not valid anymore, redirect people to the Pengutronix
kernel team.

Reported-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
These patches shall go via the individual subsystem trees.

 arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c b/arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c
index fb8d4a2ad48c06..a5edd7d6026698 100644
--- a/arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c
+++ b/arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010 Pengutronix, Wolfram Sang <w.sang@pengutronix.de>
+ * Copyright (C) 2010 Pengutronix, Wolfram Sang <kernel@pengutronix.de>
  *
  * This program is free software; you can redistribute it and/or modify it under
  * the terms of the GNU General Public License version 2 as published by the
-- 
2.1.4


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

* [PATCH 2/7] i2c: mxs: fix broken email address
  2015-04-20 13:51 [PATCH 1/7] ARM: mach-imx: devices: platform-sdhci-esdhc-imx: fix broken email address Wolfram Sang
@ 2015-04-20 13:51 ` Wolfram Sang
  2015-04-22  7:45   ` Wolfram Sang
  2015-04-20 13:51 ` [PATCH 3/7] i2c: pca-platform: " Wolfram Sang
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 12+ messages in thread
From: Wolfram Sang @ 2015-04-20 13:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: Wolfram Sang, linux-i2c

My Pengutronix address is not valid anymore, redirect people to the Pengutronix
kernel team.

Reported-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
These patches shall go via the individual subsystem trees.

 drivers/i2c/busses/i2c-mxs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-mxs.c b/drivers/i2c/busses/i2c-mxs.c
index ff8b12c8d25f50..97ced9c2a50872 100644
--- a/drivers/i2c/busses/i2c-mxs.c
+++ b/drivers/i2c/busses/i2c-mxs.c
@@ -912,7 +912,7 @@ static void __exit mxs_i2c_exit(void)
 module_exit(mxs_i2c_exit);
 
 MODULE_AUTHOR("Marek Vasut <marex@denx.de>");
-MODULE_AUTHOR("Wolfram Sang <w.sang@pengutronix.de>");
+MODULE_AUTHOR("Wolfram Sang <kernel@pengutronix.de>");
 MODULE_DESCRIPTION("MXS I2C Bus Driver");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("platform:" DRIVER_NAME);
-- 
2.1.4


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

* [PATCH 3/7] i2c: pca-platform: fix broken email address
  2015-04-20 13:51 [PATCH 1/7] ARM: mach-imx: devices: platform-sdhci-esdhc-imx: fix broken email address Wolfram Sang
  2015-04-20 13:51 ` [PATCH 2/7] i2c: mxs: " Wolfram Sang
@ 2015-04-20 13:51 ` Wolfram Sang
  2015-04-22  7:46   ` Wolfram Sang
  2015-04-20 13:51 ` [PATCH 4/7] input: keyboard: lm8333: " Wolfram Sang
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 12+ messages in thread
From: Wolfram Sang @ 2015-04-20 13:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: Wolfram Sang, linux-i2c

My Pengutronix address is not valid anymore, redirect people to the Pengutronix
kernel team.

Reported-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
These patches shall go via the individual subsystem trees.

 drivers/i2c/busses/i2c-pca-platform.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-pca-platform.c b/drivers/i2c/busses/i2c-pca-platform.c
index 6336f02ec56682..3bd2e7d06e4bbe 100644
--- a/drivers/i2c/busses/i2c-pca-platform.c
+++ b/drivers/i2c/busses/i2c-pca-platform.c
@@ -285,6 +285,6 @@ static struct platform_driver i2c_pca_pf_driver = {
 
 module_platform_driver(i2c_pca_pf_driver);
 
-MODULE_AUTHOR("Wolfram Sang <w.sang@pengutronix.de>");
+MODULE_AUTHOR("Wolfram Sang <kernel@pengutronix.de>");
 MODULE_DESCRIPTION("I2C-PCA9564/PCA9665 platform driver");
 MODULE_LICENSE("GPL");
-- 
2.1.4


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

* [PATCH 4/7] input: keyboard: lm8333: fix broken email address
  2015-04-20 13:51 [PATCH 1/7] ARM: mach-imx: devices: platform-sdhci-esdhc-imx: fix broken email address Wolfram Sang
  2015-04-20 13:51 ` [PATCH 2/7] i2c: mxs: " Wolfram Sang
  2015-04-20 13:51 ` [PATCH 3/7] i2c: pca-platform: " Wolfram Sang
@ 2015-04-20 13:51 ` Wolfram Sang
  2015-04-20 17:24   ` Dmitry Torokhov
  2015-04-20 13:51 ` [PATCH 5/7] mmc: host: sdhci-esdhc-imx: " Wolfram Sang
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 12+ messages in thread
From: Wolfram Sang @ 2015-04-20 13:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: Wolfram Sang, Dmitry Torokhov, linux-input

My Pengutronix address is not valid anymore, redirect people to the Pengutronix
kernel team.

Reported-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
These patches shall go via the individual subsystem trees.

 drivers/input/keyboard/lm8333.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/input/keyboard/lm8333.c b/drivers/input/keyboard/lm8333.c
index 9081cbef11ea12..0ad422b8a2607c 100644
--- a/drivers/input/keyboard/lm8333.c
+++ b/drivers/input/keyboard/lm8333.c
@@ -1,6 +1,6 @@
 /*
  * LM8333 keypad driver
- * Copyright (C) 2012 Wolfram Sang, Pengutronix <w.sang@pengutronix.de>
+ * Copyright (C) 2012 Wolfram Sang, Pengutronix <kernel@pengutronix.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -231,6 +231,6 @@ static struct i2c_driver lm8333_driver = {
 };
 module_i2c_driver(lm8333_driver);
 
-MODULE_AUTHOR("Wolfram Sang <w.sang@pengutronix.de>");
+MODULE_AUTHOR("Wolfram Sang <kernel@pengutronix.de>");
 MODULE_DESCRIPTION("LM8333 keyboard driver");
 MODULE_LICENSE("GPL v2");
-- 
2.1.4


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

* [PATCH 5/7] mmc: host: sdhci-esdhc-imx: fix broken email address
  2015-04-20 13:51 [PATCH 1/7] ARM: mach-imx: devices: platform-sdhci-esdhc-imx: fix broken email address Wolfram Sang
                   ` (2 preceding siblings ...)
  2015-04-20 13:51 ` [PATCH 4/7] input: keyboard: lm8333: " Wolfram Sang
@ 2015-04-20 13:51 ` Wolfram Sang
  2015-05-05  8:33   ` Ulf Hansson
  2015-04-20 13:51 ` [PATCH 6/7] watchdog: pnx4008_wdt: " Wolfram Sang
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 12+ messages in thread
From: Wolfram Sang @ 2015-04-20 13:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: Wolfram Sang, Chris Ball, Ulf Hansson, linux-mmc

My Pengutronix address is not valid anymore, redirect people to the Pengutronix
kernel team.

Reported-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
These patches shall go via the individual subsystem trees.

 drivers/mmc/host/sdhci-esdhc-imx.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c
index 10ef8244a23963..3d7aa50e04578a 100644
--- a/drivers/mmc/host/sdhci-esdhc-imx.c
+++ b/drivers/mmc/host/sdhci-esdhc-imx.c
@@ -4,7 +4,7 @@
  * derived from the OF-version.
  *
  * Copyright (c) 2010 Pengutronix e.K.
- *   Author: Wolfram Sang <w.sang@pengutronix.de>
+ *   Author: Wolfram Sang <kernel@pengutronix.de>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -1173,5 +1173,5 @@ static struct platform_driver sdhci_esdhc_imx_driver = {
 module_platform_driver(sdhci_esdhc_imx_driver);
 
 MODULE_DESCRIPTION("SDHCI driver for Freescale i.MX eSDHC");
-MODULE_AUTHOR("Wolfram Sang <w.sang@pengutronix.de>");
+MODULE_AUTHOR("Wolfram Sang <kernel@pengutronix.de>");
 MODULE_LICENSE("GPL v2");
-- 
2.1.4


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

* [PATCH 6/7] watchdog: pnx4008_wdt: fix broken email address
  2015-04-20 13:51 [PATCH 1/7] ARM: mach-imx: devices: platform-sdhci-esdhc-imx: fix broken email address Wolfram Sang
                   ` (3 preceding siblings ...)
  2015-04-20 13:51 ` [PATCH 5/7] mmc: host: sdhci-esdhc-imx: " Wolfram Sang
@ 2015-04-20 13:51 ` Wolfram Sang
  2015-04-20 13:51 ` [PATCH 7/7] watchdog: stmp3xxx_rtc_wdt: " Wolfram Sang
  2015-04-27 12:37 ` [PATCH 1/7] ARM: mach-imx: devices: platform-sdhci-esdhc-imx: " Shawn Guo
  6 siblings, 0 replies; 12+ messages in thread
From: Wolfram Sang @ 2015-04-20 13:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: Wolfram Sang, Wim Van Sebroeck, linux-watchdog

My Pengutronix address is not valid anymore, redirect people to the Pengutronix
kernel team.

Reported-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
These patches shall go via the individual subsystem trees.

 drivers/watchdog/pnx4008_wdt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/pnx4008_wdt.c b/drivers/watchdog/pnx4008_wdt.c
index 55e22015010306..b9c6049c3e7860 100644
--- a/drivers/watchdog/pnx4008_wdt.c
+++ b/drivers/watchdog/pnx4008_wdt.c
@@ -216,7 +216,7 @@ static struct platform_driver platform_wdt_driver = {
 module_platform_driver(platform_wdt_driver);
 
 MODULE_AUTHOR("MontaVista Software, Inc. <source@mvista.com>");
-MODULE_AUTHOR("Wolfram Sang <w.sang@pengutronix.de>");
+MODULE_AUTHOR("Wolfram Sang <kernel@pengutronix.de>");
 MODULE_DESCRIPTION("PNX4008 Watchdog Driver");
 
 module_param(heartbeat, uint, 0);
-- 
2.1.4


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

* [PATCH 7/7] watchdog: stmp3xxx_rtc_wdt: fix broken email address
  2015-04-20 13:51 [PATCH 1/7] ARM: mach-imx: devices: platform-sdhci-esdhc-imx: fix broken email address Wolfram Sang
                   ` (4 preceding siblings ...)
  2015-04-20 13:51 ` [PATCH 6/7] watchdog: pnx4008_wdt: " Wolfram Sang
@ 2015-04-20 13:51 ` Wolfram Sang
  2015-04-27 12:37 ` [PATCH 1/7] ARM: mach-imx: devices: platform-sdhci-esdhc-imx: " Shawn Guo
  6 siblings, 0 replies; 12+ messages in thread
From: Wolfram Sang @ 2015-04-20 13:51 UTC (permalink / raw)
  To: linux-kernel; +Cc: Wolfram Sang, Wim Van Sebroeck, linux-watchdog

My Pengutronix address is not valid anymore, redirect people to the Pengutronix
kernel team.

Reported-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
These patches shall go via the individual subsystem trees.

 drivers/watchdog/stmp3xxx_rtc_wdt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/watchdog/stmp3xxx_rtc_wdt.c b/drivers/watchdog/stmp3xxx_rtc_wdt.c
index a62b1b6decf472..e7f0d5b60d3d4f 100644
--- a/drivers/watchdog/stmp3xxx_rtc_wdt.c
+++ b/drivers/watchdog/stmp3xxx_rtc_wdt.c
@@ -1,7 +1,7 @@
 /*
  * Watchdog driver for the RTC based watchdog in STMP3xxx and i.MX23/28
  *
- * Author: Wolfram Sang <w.sang@pengutronix.de>
+ * Author: Wolfram Sang <kernel@pengutronix.de>
  *
  * Copyright (C) 2011-12 Wolfram Sang, Pengutronix
  *
@@ -129,4 +129,4 @@ module_platform_driver(stmp3xxx_wdt_driver);
 
 MODULE_DESCRIPTION("STMP3XXX RTC Watchdog Driver");
 MODULE_LICENSE("GPL v2");
-MODULE_AUTHOR("Wolfram Sang <w.sang@pengutronix.de>");
+MODULE_AUTHOR("Wolfram Sang <kernel@pengutronix.de>");
-- 
2.1.4


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

* Re: [PATCH 4/7] input: keyboard: lm8333: fix broken email address
  2015-04-20 13:51 ` [PATCH 4/7] input: keyboard: lm8333: " Wolfram Sang
@ 2015-04-20 17:24   ` Dmitry Torokhov
  0 siblings, 0 replies; 12+ messages in thread
From: Dmitry Torokhov @ 2015-04-20 17:24 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-kernel, linux-input

On Mon, Apr 20, 2015 at 03:51:41PM +0200, Wolfram Sang wrote:
> My Pengutronix address is not valid anymore, redirect people to the Pengutronix
> kernel team.
> 
> Reported-by: Harald Geyer <harald@ccbib.org>
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Acked-by: Robert Schwebel <r.schwebel@pengutronix.de>
> ---
> These patches shall go via the individual subsystem trees.

Applied, thank you.

> 
>  drivers/input/keyboard/lm8333.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/input/keyboard/lm8333.c b/drivers/input/keyboard/lm8333.c
> index 9081cbef11ea12..0ad422b8a2607c 100644
> --- a/drivers/input/keyboard/lm8333.c
> +++ b/drivers/input/keyboard/lm8333.c
> @@ -1,6 +1,6 @@
>  /*
>   * LM8333 keypad driver
> - * Copyright (C) 2012 Wolfram Sang, Pengutronix <w.sang@pengutronix.de>
> + * Copyright (C) 2012 Wolfram Sang, Pengutronix <kernel@pengutronix.de>
>   *
>   * This program is free software; you can redistribute it and/or modify
>   * it under the terms of the GNU General Public License as published by
> @@ -231,6 +231,6 @@ static struct i2c_driver lm8333_driver = {
>  };
>  module_i2c_driver(lm8333_driver);
>  
> -MODULE_AUTHOR("Wolfram Sang <w.sang@pengutronix.de>");
> +MODULE_AUTHOR("Wolfram Sang <kernel@pengutronix.de>");
>  MODULE_DESCRIPTION("LM8333 keyboard driver");
>  MODULE_LICENSE("GPL v2");
> -- 
> 2.1.4
> 

-- 
Dmitry

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

* Re: [PATCH 2/7] i2c: mxs: fix broken email address
  2015-04-20 13:51 ` [PATCH 2/7] i2c: mxs: " Wolfram Sang
@ 2015-04-22  7:45   ` Wolfram Sang
  0 siblings, 0 replies; 12+ messages in thread
From: Wolfram Sang @ 2015-04-22  7:45 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-i2c

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

On Mon, Apr 20, 2015 at 03:51:39PM +0200, Wolfram Sang wrote:
> My Pengutronix address is not valid anymore, redirect people to the Pengutronix
> kernel team.
> 
> Reported-by: Harald Geyer <harald@ccbib.org>
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Acked-by: Robert Schwebel <r.schwebel@pengutronix.de>

Applied to for-current, thanks!


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

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

* Re: [PATCH 3/7] i2c: pca-platform: fix broken email address
  2015-04-20 13:51 ` [PATCH 3/7] i2c: pca-platform: " Wolfram Sang
@ 2015-04-22  7:46   ` Wolfram Sang
  0 siblings, 0 replies; 12+ messages in thread
From: Wolfram Sang @ 2015-04-22  7:46 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-i2c

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

On Mon, Apr 20, 2015 at 03:51:40PM +0200, Wolfram Sang wrote:
> My Pengutronix address is not valid anymore, redirect people to the Pengutronix
> kernel team.
> 
> Reported-by: Harald Geyer <harald@ccbib.org>
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Acked-by: Robert Schwebel <r.schwebel@pengutronix.de>

Applied to for-current, thanks!


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

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

* Re: [PATCH 1/7] ARM: mach-imx: devices: platform-sdhci-esdhc-imx: fix broken email address
  2015-04-20 13:51 [PATCH 1/7] ARM: mach-imx: devices: platform-sdhci-esdhc-imx: fix broken email address Wolfram Sang
                   ` (5 preceding siblings ...)
  2015-04-20 13:51 ` [PATCH 7/7] watchdog: stmp3xxx_rtc_wdt: " Wolfram Sang
@ 2015-04-27 12:37 ` Shawn Guo
  6 siblings, 0 replies; 12+ messages in thread
From: Shawn Guo @ 2015-04-27 12:37 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-kernel, Sascha Hauer, linux-arm-kernel

On Mon, Apr 20, 2015 at 03:51:38PM +0200, Wolfram Sang wrote:
> My Pengutronix address is not valid anymore, redirect people to the Pengutronix
> kernel team.
> 
> Reported-by: Harald Geyer <harald@ccbib.org>
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Acked-by: Robert Schwebel <r.schwebel@pengutronix.de>

Applied, thanks.

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

* Re: [PATCH 5/7] mmc: host: sdhci-esdhc-imx: fix broken email address
  2015-04-20 13:51 ` [PATCH 5/7] mmc: host: sdhci-esdhc-imx: " Wolfram Sang
@ 2015-05-05  8:33   ` Ulf Hansson
  0 siblings, 0 replies; 12+ messages in thread
From: Ulf Hansson @ 2015-05-05  8:33 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-kernel, Chris Ball, linux-mmc

On 20 April 2015 at 15:51, Wolfram Sang <wsa@the-dreams.de> wrote:
> My Pengutronix address is not valid anymore, redirect people to the Pengutronix
> kernel team.
>
> Reported-by: Harald Geyer <harald@ccbib.org>
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Acked-by: Robert Schwebel <r.schwebel@pengutronix.de>

Thanks, applied.

Kind regards
Uffe

> ---
> These patches shall go via the individual subsystem trees.
>
>  drivers/mmc/host/sdhci-esdhc-imx.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c
> index 10ef8244a23963..3d7aa50e04578a 100644
> --- a/drivers/mmc/host/sdhci-esdhc-imx.c
> +++ b/drivers/mmc/host/sdhci-esdhc-imx.c
> @@ -4,7 +4,7 @@
>   * derived from the OF-version.
>   *
>   * Copyright (c) 2010 Pengutronix e.K.
> - *   Author: Wolfram Sang <w.sang@pengutronix.de>
> + *   Author: Wolfram Sang <kernel@pengutronix.de>
>   *
>   * This program is free software; you can redistribute it and/or modify
>   * it under the terms of the GNU General Public License as published by
> @@ -1173,5 +1173,5 @@ static struct platform_driver sdhci_esdhc_imx_driver = {
>  module_platform_driver(sdhci_esdhc_imx_driver);
>
>  MODULE_DESCRIPTION("SDHCI driver for Freescale i.MX eSDHC");
> -MODULE_AUTHOR("Wolfram Sang <w.sang@pengutronix.de>");
> +MODULE_AUTHOR("Wolfram Sang <kernel@pengutronix.de>");
>  MODULE_LICENSE("GPL v2");
> --
> 2.1.4
>

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

end of thread, other threads:[~2015-05-05  8:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-20 13:51 [PATCH 1/7] ARM: mach-imx: devices: platform-sdhci-esdhc-imx: fix broken email address Wolfram Sang
2015-04-20 13:51 ` [PATCH 2/7] i2c: mxs: " Wolfram Sang
2015-04-22  7:45   ` Wolfram Sang
2015-04-20 13:51 ` [PATCH 3/7] i2c: pca-platform: " Wolfram Sang
2015-04-22  7:46   ` Wolfram Sang
2015-04-20 13:51 ` [PATCH 4/7] input: keyboard: lm8333: " Wolfram Sang
2015-04-20 17:24   ` Dmitry Torokhov
2015-04-20 13:51 ` [PATCH 5/7] mmc: host: sdhci-esdhc-imx: " Wolfram Sang
2015-05-05  8:33   ` Ulf Hansson
2015-04-20 13:51 ` [PATCH 6/7] watchdog: pnx4008_wdt: " Wolfram Sang
2015-04-20 13:51 ` [PATCH 7/7] watchdog: stmp3xxx_rtc_wdt: " Wolfram Sang
2015-04-27 12:37 ` [PATCH 1/7] ARM: mach-imx: devices: platform-sdhci-esdhc-imx: " Shawn Guo

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).