You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Update my e-mail address
Signed-off-by: Michael Buesch <m@bues.ch> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
8072ba1ba7
commit
eb032b9837
@@ -73,8 +73,7 @@ Linas Vepstas <linas@austin.ibm.com>
|
|||||||
Mark Brown <broonie@sirena.org.uk>
|
Mark Brown <broonie@sirena.org.uk>
|
||||||
Matthieu CASTET <castet.matthieu@free.fr>
|
Matthieu CASTET <castet.matthieu@free.fr>
|
||||||
Mayuresh Janorkar <mayur@ti.com>
|
Mayuresh Janorkar <mayur@ti.com>
|
||||||
Michael Buesch <mb@bu3sch.de>
|
Michael Buesch <m@bues.ch>
|
||||||
Michael Buesch <mbuesch@freenet.de>
|
|
||||||
Michel Dänzer <michel@tungstengraphics.com>
|
Michel Dänzer <michel@tungstengraphics.com>
|
||||||
Mitesh shah <mshah@teja.com>
|
Mitesh shah <mshah@teja.com>
|
||||||
Morten Welinder <terra@gnome.org>
|
Morten Welinder <terra@gnome.org>
|
||||||
|
|||||||
@@ -294,7 +294,7 @@ When: The schedule was July 2008, but it was decided that we are going to keep t
|
|||||||
Why: The support code for the old firmware hurts code readability/maintainability
|
Why: The support code for the old firmware hurts code readability/maintainability
|
||||||
and slightly hurts runtime performance. Bugfixes for the old firmware
|
and slightly hurts runtime performance. Bugfixes for the old firmware
|
||||||
are not provided by Broadcom anymore.
|
are not provided by Broadcom anymore.
|
||||||
Who: Michael Buesch <mb@bu3sch.de>
|
Who: Michael Buesch <m@bues.ch>
|
||||||
|
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -1569,7 +1569,7 @@ F: Documentation/sound/alsa/Bt87x.txt
|
|||||||
F: sound/pci/bt87x.c
|
F: sound/pci/bt87x.c
|
||||||
|
|
||||||
BT8XXGPIO DRIVER
|
BT8XXGPIO DRIVER
|
||||||
M: Michael Buesch <mb@bu3sch.de>
|
M: Michael Buesch <m@bues.ch>
|
||||||
W: http://bu3sch.de/btgpio.php
|
W: http://bu3sch.de/btgpio.php
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: drivers/gpio/bt8xxgpio.c
|
F: drivers/gpio/bt8xxgpio.c
|
||||||
@@ -5860,7 +5860,7 @@ S: Maintained
|
|||||||
F: drivers/net/sonic.*
|
F: drivers/net/sonic.*
|
||||||
|
|
||||||
SONICS SILICON BACKPLANE DRIVER (SSB)
|
SONICS SILICON BACKPLANE DRIVER (SSB)
|
||||||
M: Michael Buesch <mb@bu3sch.de>
|
M: Michael Buesch <m@bues.ch>
|
||||||
L: netdev@vger.kernel.org
|
L: netdev@vger.kernel.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: drivers/ssb/
|
F: drivers/ssb/
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004 Florian Schirmer <jolt@tuxbox.org>
|
* Copyright (C) 2004 Florian Schirmer <jolt@tuxbox.org>
|
||||||
* Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org>
|
* Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org>
|
||||||
* Copyright (C) 2006 Michael Buesch <mb@bu3sch.de>
|
* Copyright (C) 2006 Michael Buesch <m@bues.ch>
|
||||||
* Copyright (C) 2010 Waldemar Brodkorb <wbx@openadk.org>
|
* Copyright (C) 2010 Waldemar Brodkorb <wbx@openadk.org>
|
||||||
* Copyright (C) 2010-2011 Hauke Mehrtens <hauke@hauke-m.de>
|
* Copyright (C) 2010-2011 Hauke Mehrtens <hauke@hauke-m.de>
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
* ChipCommon core driver
|
* ChipCommon core driver
|
||||||
*
|
*
|
||||||
* Copyright 2005, Broadcom Corporation
|
* Copyright 2005, Broadcom Corporation
|
||||||
* Copyright 2006, 2007, Michael Buesch <mb@bu3sch.de>
|
* Copyright 2006, 2007, Michael Buesch <m@bues.ch>
|
||||||
*
|
*
|
||||||
* Licensed under the GNU/GPL. See COPYING for details.
|
* Licensed under the GNU/GPL. See COPYING for details.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
* Broadcom specific AMBA
|
* Broadcom specific AMBA
|
||||||
* ChipCommon Power Management Unit driver
|
* ChipCommon Power Management Unit driver
|
||||||
*
|
*
|
||||||
* Copyright 2009, Michael Buesch <mb@bu3sch.de>
|
* Copyright 2009, Michael Buesch <m@bues.ch>
|
||||||
* Copyright 2007, Broadcom Corporation
|
* Copyright 2007, Broadcom Corporation
|
||||||
*
|
*
|
||||||
* Licensed under the GNU/GPL. See COPYING for details.
|
* Licensed under the GNU/GPL. See COPYING for details.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
* PCI Core
|
* PCI Core
|
||||||
*
|
*
|
||||||
* Copyright 2005, Broadcom Corporation
|
* Copyright 2005, Broadcom Corporation
|
||||||
* Copyright 2006, 2007, Michael Buesch <mb@bu3sch.de>
|
* Copyright 2006, 2007, Michael Buesch <m@bues.ch>
|
||||||
*
|
*
|
||||||
* Licensed under the GNU/GPL. See COPYING for details.
|
* Licensed under the GNU/GPL. See COPYING for details.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
Copyright 2000,2001 Philipp Rumpf <prumpf@mandrakesoft.com>
|
Copyright 2000,2001 Philipp Rumpf <prumpf@mandrakesoft.com>
|
||||||
|
|
||||||
Added generic RNG API
|
Added generic RNG API
|
||||||
Copyright 2006 Michael Buesch <mbuesch@freenet.de>
|
Copyright 2006 Michael Buesch <m@bues.ch>
|
||||||
Copyright 2005 (c) MontaVista Software, Inc.
|
Copyright 2005 (c) MontaVista Software, Inc.
|
||||||
|
|
||||||
Please read Documentation/hw_random.txt for details on use.
|
Please read Documentation/hw_random.txt for details on use.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
bt8xx GPIO abuser
|
bt8xx GPIO abuser
|
||||||
|
|
||||||
Copyright (C) 2008 Michael Buesch <mb@bu3sch.de>
|
Copyright (C) 2008 Michael Buesch <m@bues.ch>
|
||||||
|
|
||||||
Please do _only_ contact the people listed _above_ with issues related to this driver.
|
Please do _only_ contact the people listed _above_ with issues related to this driver.
|
||||||
All the other people listed below are not related to this driver. Their names
|
All the other people listed below are not related to this driver. Their names
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
* Copyright (C) 2004 Florian Schirmer (jolt@tuxbox.org)
|
* Copyright (C) 2004 Florian Schirmer (jolt@tuxbox.org)
|
||||||
* Copyright (C) 2006 Felix Fietkau (nbd@openwrt.org)
|
* Copyright (C) 2006 Felix Fietkau (nbd@openwrt.org)
|
||||||
* Copyright (C) 2006 Broadcom Corporation.
|
* Copyright (C) 2006 Broadcom Corporation.
|
||||||
* Copyright (C) 2007 Michael Buesch <mb@bu3sch.de>
|
* Copyright (C) 2007 Michael Buesch <m@bues.ch>
|
||||||
*
|
*
|
||||||
* Distribute under GPL.
|
* Distribute under GPL.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
debugfs driver debugging code
|
debugfs driver debugging code
|
||||||
|
|
||||||
Copyright (c) 2005-2007 Michael Buesch <mb@bu3sch.de>
|
Copyright (c) 2005-2007 Michael Buesch <m@bues.ch>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
DMA ringbuffer and descriptor allocation/management
|
DMA ringbuffer and descriptor allocation/management
|
||||||
|
|
||||||
Copyright (c) 2005, 2006 Michael Buesch <mb@bu3sch.de>
|
Copyright (c) 2005, 2006 Michael Buesch <m@bues.ch>
|
||||||
|
|
||||||
Some code in this file is derived from the b44.c driver
|
Some code in this file is derived from the b44.c driver
|
||||||
Copyright (C) 2002 David S. Miller
|
Copyright (C) 2002 David S. Miller
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
|
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
|
||||||
Copyright (c) 2005 Stefano Brivio <stefano.brivio@polimi.it>
|
Copyright (c) 2005 Stefano Brivio <stefano.brivio@polimi.it>
|
||||||
Copyright (c) 2005-2007 Michael Buesch <mb@bu3sch.de>
|
Copyright (c) 2005-2007 Michael Buesch <m@bues.ch>
|
||||||
Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org>
|
Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org>
|
||||||
Copyright (c) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch>
|
Copyright (c) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch>
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
|
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
|
||||||
Copyright (c) 2005, 2006 Stefano Brivio <stefano.brivio@polimi.it>
|
Copyright (c) 2005, 2006 Stefano Brivio <stefano.brivio@polimi.it>
|
||||||
Copyright (c) 2005-2007 Michael Buesch <mb@bu3sch.de>
|
Copyright (c) 2005-2007 Michael Buesch <m@bues.ch>
|
||||||
Copyright (c) 2005, 2006 Danny van Dyk <kugelfang@gentoo.org>
|
Copyright (c) 2005, 2006 Danny van Dyk <kugelfang@gentoo.org>
|
||||||
Copyright (c) 2005, 2006 Andreas Jaggi <andreas.jaggi@waterwave.ch>
|
Copyright (c) 2005, 2006 Andreas Jaggi <andreas.jaggi@waterwave.ch>
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>
|
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>
|
||||||
Copyright (c) 2005 Stefano Brivio <stefano.brivio@polimi.it>
|
Copyright (c) 2005 Stefano Brivio <stefano.brivio@polimi.it>
|
||||||
Copyright (c) 2005-2009 Michael Buesch <mb@bu3sch.de>
|
Copyright (c) 2005-2009 Michael Buesch <m@bues.ch>
|
||||||
Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org>
|
Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org>
|
||||||
Copyright (c) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch>
|
Copyright (c) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch>
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
|
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
|
||||||
Stefano Brivio <stefano.brivio@polimi.it>
|
Stefano Brivio <stefano.brivio@polimi.it>
|
||||||
Michael Buesch <mb@bu3sch.de>
|
Michael Buesch <m@bues.ch>
|
||||||
Danny van Dyk <kugelfang@gentoo.org>
|
Danny van Dyk <kugelfang@gentoo.org>
|
||||||
Andreas Jaggi <andreas.jaggi@waterwave.ch>
|
Andreas Jaggi <andreas.jaggi@waterwave.ch>
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Broadcom B43 wireless driver
|
Broadcom B43 wireless driver
|
||||||
|
|
||||||
Copyright (c) 2007 Michael Buesch <mb@bu3sch.de>
|
Copyright (c) 2007 Michael Buesch <m@bues.ch>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
|
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
|
||||||
Copyright (c) 2005-2007 Stefano Brivio <stefano.brivio@polimi.it>
|
Copyright (c) 2005-2007 Stefano Brivio <stefano.brivio@polimi.it>
|
||||||
Copyright (c) 2005-2008 Michael Buesch <mb@bu3sch.de>
|
Copyright (c) 2005-2008 Michael Buesch <m@bues.ch>
|
||||||
Copyright (c) 2005, 2006 Danny van Dyk <kugelfang@gentoo.org>
|
Copyright (c) 2005, 2006 Danny van Dyk <kugelfang@gentoo.org>
|
||||||
Copyright (c) 2005, 2006 Andreas Jaggi <andreas.jaggi@waterwave.ch>
|
Copyright (c) 2005, 2006 Andreas Jaggi <andreas.jaggi@waterwave.ch>
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
|
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
|
||||||
Copyright (c) 2005-2007 Stefano Brivio <stefano.brivio@polimi.it>
|
Copyright (c) 2005-2007 Stefano Brivio <stefano.brivio@polimi.it>
|
||||||
Copyright (c) 2005-2008 Michael Buesch <mb@bu3sch.de>
|
Copyright (c) 2005-2008 Michael Buesch <m@bues.ch>
|
||||||
Copyright (c) 2005, 2006 Danny van Dyk <kugelfang@gentoo.org>
|
Copyright (c) 2005, 2006 Danny van Dyk <kugelfang@gentoo.org>
|
||||||
Copyright (c) 2005, 2006 Andreas Jaggi <andreas.jaggi@waterwave.ch>
|
Copyright (c) 2005, 2006 Andreas Jaggi <andreas.jaggi@waterwave.ch>
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
|
Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>,
|
||||||
Copyright (c) 2005-2007 Stefano Brivio <stefano.brivio@polimi.it>
|
Copyright (c) 2005-2007 Stefano Brivio <stefano.brivio@polimi.it>
|
||||||
Copyright (c) 2005-2008 Michael Buesch <mb@bu3sch.de>
|
Copyright (c) 2005-2008 Michael Buesch <m@bues.ch>
|
||||||
Copyright (c) 2005, 2006 Danny van Dyk <kugelfang@gentoo.org>
|
Copyright (c) 2005, 2006 Danny van Dyk <kugelfang@gentoo.org>
|
||||||
Copyright (c) 2005, 2006 Andreas Jaggi <andreas.jaggi@waterwave.ch>
|
Copyright (c) 2005, 2006 Andreas Jaggi <andreas.jaggi@waterwave.ch>
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user