mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Oskar Schirmer" <oskar@scara.com>
To: linux-kernel@vger.kernel.org
Cc: trivial@kernel.org, hannes@cmpxchg.org, shess@hessware.de,
	"Oskar Schirmer" <oskar@scara.com>,
	"Chris Zankel" <chris@zankel.net>
Subject: [PATCH 1/5] xtensa: Change mail addresses of Hannes Weiner and Oskar
Date: 16 May 2012 09:41:16 +0000	[thread overview]
Message-ID: <1337161280-28953-2-git-send-email-oskar@scara.com> (raw)
In-Reply-To: <1337161280-28953-1-git-send-email-oskar@scara.com>

These old mail addresses dont exist any more.
This changes all occurences to the authors' current addresses.

Signed-off-by: Oskar Schirmer <oskar@scara.com>
Cc: Hannes Weiner <hannes@cmpxchg.org>
Cc: Chris Zankel <chris@zankel.net>
---
 arch/xtensa/variants/s6000/dmac.c                 |    2 +-
 arch/xtensa/variants/s6000/gpio.c                 |    4 ++--
 arch/xtensa/variants/s6000/include/variant/dmac.h |    2 +-
 arch/xtensa/variants/s6000/irq.c                  |    4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/xtensa/variants/s6000/dmac.c b/arch/xtensa/variants/s6000/dmac.c
index dc7f7c5..340f5bb 100644
--- a/arch/xtensa/variants/s6000/dmac.c
+++ b/arch/xtensa/variants/s6000/dmac.c
@@ -1,5 +1,5 @@
 /*
- * Authors:	Oskar Schirmer <os@emlix.com>
+ * Authors:	Oskar Schirmer <oskar@scara.com>
  *		Daniel Gloeckner <dg@emlix.com>
  * (c) 2008 emlix GmbH http://www.emlix.com
  *
diff --git a/arch/xtensa/variants/s6000/gpio.c b/arch/xtensa/variants/s6000/gpio.c
index 7af0757..b89541b 100644
--- a/arch/xtensa/variants/s6000/gpio.c
+++ b/arch/xtensa/variants/s6000/gpio.c
@@ -2,8 +2,8 @@
  * s6000 gpio driver
  *
  * Copyright (c) 2009 emlix GmbH
- * Authors:	Oskar Schirmer <os@emlix.com>
- *		Johannes Weiner <jw@emlix.com>
+ * Authors:	Oskar Schirmer <oskar@scara.com>
+ *		Johannes Weiner <hannes@cmpxchg.org>
  *		Daniel Gloeckner <dg@emlix.com>
  */
 #include <linux/bitops.h>
diff --git a/arch/xtensa/variants/s6000/include/variant/dmac.h b/arch/xtensa/variants/s6000/include/variant/dmac.h
index e81735b..3f88d9f 100644
--- a/arch/xtensa/variants/s6000/include/variant/dmac.h
+++ b/arch/xtensa/variants/s6000/include/variant/dmac.h
@@ -8,7 +8,7 @@
  * Copyright (C) 2006 Tensilica Inc.
  * Copyright (C) 2008 Emlix GmbH <info@emlix.com>
  * Authors:	Fabian Godehardt <fg@emlix.com>
- *		Oskar Schirmer <os@emlix.com>
+ *		Oskar Schirmer <oskar@scara.com>
  *		Daniel Gloeckner <dg@emlix.com>
  */
 
diff --git a/arch/xtensa/variants/s6000/irq.c b/arch/xtensa/variants/s6000/irq.c
index 6651e32..81a241e 100644
--- a/arch/xtensa/variants/s6000/irq.c
+++ b/arch/xtensa/variants/s6000/irq.c
@@ -2,8 +2,8 @@
  * s6000 irq crossbar
  *
  * Copyright (c) 2009 emlix GmbH
- * Authors:	Johannes Weiner <jw@emlix.com>
- *		Oskar Schirmer <os@emlix.com>
+ * Authors:	Johannes Weiner <hannes@cmpxchg.org>
+ *		Oskar Schirmer <oskar@scara.com>
  */
 #include <linux/io.h>
 #include <asm/irq.h>
-- 
1.7.5.4


  reply	other threads:[~2012-05-16 10:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-16  9:41 [PATCH 0/5] Change old mail addresses to current ones Oskar Schirmer
2012-05-16  9:41 ` Oskar Schirmer [this message]
2012-05-17 13:15   ` [PATCH 1/5] xtensa: Change mail addresses of Hannes Weiner and Oskar Jiri Kosina
2012-05-17 19:56     ` Johannes Weiner
2012-05-16  9:41 ` [PATCH 2/5] i2c: Change mail address of Oskar Schirmer Oskar Schirmer
2012-05-24  9:18   ` Sonic Zhang
2012-05-24  9:22     ` Jiri Kosina
2012-05-16  9:41 ` [PATCH 3/5] net: " Oskar Schirmer
2012-05-17 13:18   ` Jiri Kosina
2012-05-16  9:41 ` [PATCH 4/5] lib: " Oskar Schirmer
2012-05-17 13:18   ` Jiri Kosina
2012-05-16  9:41 ` [PATCH 5/5] arm/m68k: Change mail address of Se Oskar Schirmer
2012-05-17 13:17   ` Jiri Kosina

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=1337161280-28953-2-git-send-email-oskar@scara.com \
    --to=oskar@scara.com \
    --cc=chris@zankel.net \
    --cc=hannes@cmpxchg.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shess@hessware.de \
    --cc=trivial@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®