diff options
| author | Michael Büsch <m@bues.ch> | 2011-07-04 14:50:05 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2011-07-07 09:18:01 -0400 |
| commit | eb032b9837a958e21ca000358a5bde5e17192ddb (patch) | |
| tree | 880af47c607f37f134510a32e3499ce0365e0ef5 | |
| parent | 8072ba1ba7fe9f48ad9f424829863214484dfc2f (diff) | |
Update my e-mail address
Signed-off-by: Michael Buesch <m@bues.ch>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
64 files changed, 65 insertions, 66 deletions
| @@ -73,8 +73,7 @@ Linas Vepstas <linas@austin.ibm.com> | |||
| 73 | Mark Brown <broonie@sirena.org.uk> | 73 | Mark Brown <broonie@sirena.org.uk> |
| 74 | Matthieu CASTET <castet.matthieu@free.fr> | 74 | Matthieu CASTET <castet.matthieu@free.fr> |
| 75 | Mayuresh Janorkar <mayur@ti.com> | 75 | Mayuresh Janorkar <mayur@ti.com> |
| 76 | Michael Buesch <mb@bu3sch.de> | 76 | Michael Buesch <m@bues.ch> |
| 77 | Michael Buesch <mbuesch@freenet.de> | ||
| 78 | Michel Dänzer <michel@tungstengraphics.com> | 77 | Michel Dänzer <michel@tungstengraphics.com> |
| 79 | Mitesh shah <mshah@teja.com> | 78 | Mitesh shah <mshah@teja.com> |
| 80 | Morten Welinder <terra@gnome.org> | 79 | Morten Welinder <terra@gnome.org> |
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 77257920ad0c..6f55333424bd 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
| @@ -294,7 +294,7 @@ When: The schedule was July 2008, but it was decided that we are going to keep t | |||
| 294 | Why: The support code for the old firmware hurts code readability/maintainability | 294 | Why: The support code for the old firmware hurts code readability/maintainability |
| 295 | and slightly hurts runtime performance. Bugfixes for the old firmware | 295 | and slightly hurts runtime performance. Bugfixes for the old firmware |
| 296 | are not provided by Broadcom anymore. | 296 | are not provided by Broadcom anymore. |
| 297 | Who: Michael Buesch <mb@bu3sch.de> | 297 | Who: Michael Buesch <m@bues.ch> |
| 298 | 298 | ||
| 299 | --------------------------- | 299 | --------------------------- |
| 300 | 300 | ||
diff --git a/MAINTAINERS b/MAINTAINERS index 8552948a7123..2aeb1d1fa267 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -1569,7 +1569,7 @@ F: Documentation/sound/alsa/Bt87x.txt | |||
| 1569 | F: sound/pci/bt87x.c | 1569 | F: sound/pci/bt87x.c |
| 1570 | 1570 | ||
| 1571 | BT8XXGPIO DRIVER | 1571 | BT8XXGPIO DRIVER |
| 1572 | M: Michael Buesch <mb@bu3sch.de> | 1572 | M: Michael Buesch <m@bues.ch> |
| 1573 | W: http://bu3sch.de/btgpio.php | 1573 | W: http://bu3sch.de/btgpio.php |
| 1574 | S: Maintained | 1574 | S: Maintained |
| 1575 | F: drivers/gpio/bt8xxgpio.c | 1575 | F: drivers/gpio/bt8xxgpio.c |
| @@ -5860,7 +5860,7 @@ S: Maintained | |||
| 5860 | F: drivers/net/sonic.* | 5860 | F: drivers/net/sonic.* |
| 5861 | 5861 | ||
| 5862 | SONICS SILICON BACKPLANE DRIVER (SSB) | 5862 | SONICS SILICON BACKPLANE DRIVER (SSB) |
| 5863 | M: Michael Buesch <mb@bu3sch.de> | 5863 | M: Michael Buesch <m@bues.ch> |
| 5864 | L: netdev@vger.kernel.org | 5864 | L: netdev@vger.kernel.org |
| 5865 | S: Maintained | 5865 | S: Maintained |
| 5866 | F: drivers/ssb/ | 5866 | F: drivers/ssb/ |
diff --git a/arch/mips/bcm47xx/setup.c b/arch/mips/bcm47xx/setup.c index 73b529b57433..cfae81571ded 100644 --- a/arch/mips/bcm47xx/setup.c +++ b/arch/mips/bcm47xx/setup.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (C) 2004 Florian Schirmer <jolt@tuxbox.org> | 2 | * Copyright (C) 2004 Florian Schirmer <jolt@tuxbox.org> |
| 3 | * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org> | 3 | * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org> |
| 4 | * Copyright (C) 2006 Michael Buesch <mb@bu3sch.de> | 4 | * Copyright (C) 2006 Michael Buesch <m@bues.ch> |
| 5 | * Copyright (C) 2010 Waldemar Brodkorb <wbx@openadk.org> | 5 | * Copyright (C) 2010 Waldemar Brodkorb <wbx@openadk.org> |
| 6 | * Copyright (C) 2010-2011 Hauke Mehrtens <hauke@hauke-m.de> | 6 | * Copyright (C) 2010-2011 Hauke Mehrtens <hauke@hauke-m.de> |
| 7 | * | 7 | * |
diff --git a/drivers/bcma/driver_chipcommon.c b/drivers/bcma/driver_chipcommon.c index 606102256b44..5d4848a3d187 100644 --- a/drivers/bcma/driver_chipcommon.c +++ b/drivers/bcma/driver_chipcommon.c | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * ChipCommon core driver | 3 | * ChipCommon core driver |
| 4 | * | 4 | * |
| 5 | * Copyright 2005, Broadcom Corporation | 5 | * Copyright 2005, Broadcom Corporation |
| 6 | * Copyright 2006, 2007, Michael Buesch <mb@bu3sch.de> | 6 | * Copyright 2006, 2007, Michael Buesch <m@bues.ch> |
| 7 | * | 7 | * |
| 8 | * Licensed under the GNU/GPL. See COPYING for details. | 8 | * Licensed under the GNU/GPL. See COPYING for details. |
| 9 | */ | 9 | */ |
diff --git a/drivers/bcma/driver_chipcommon_pmu.c b/drivers/bcma/driver_chipcommon_pmu.c index f44177a644c7..b4eb33524eb6 100644 --- a/drivers/bcma/driver_chipcommon_pmu.c +++ b/drivers/bcma/driver_chipcommon_pmu.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * Broadcom specific AMBA | 2 | * Broadcom specific AMBA |
| 3 | * ChipCommon Power Management Unit driver | 3 | * ChipCommon Power Management Unit driver |
| 4 | * | 4 | * |
| 5 | * Copyright 2009, Michael Buesch <mb@bu3sch.de> | 5 | * Copyright 2009, Michael Buesch <m@bues.ch> |
| 6 | * Copyright 2007, Broadcom Corporation | 6 | * Copyright 2007, Broadcom Corporation |
| 7 | * | 7 | * |
| 8 | * Licensed under the GNU/GPL. See COPYING for details. | 8 | * Licensed under the GNU/GPL. See COPYING for details. |
