From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 1/4] MAINTAINERS: add initial version
Date: Mon, 28 Jul 2014 09:30:06 +0200 [thread overview]
Message-ID: <53D5FBFE.2060204@monstr.eu> (raw)
In-Reply-To: <1406400886-20941-2-git-send-email-daniel.schwierzeck@gmail.com>
On 07/26/2014 08:54 PM, Daniel Schwierzeck wrote:
> MAINTAINERS contains all currently known custodians based on
> infos from wiki [1] and u-boot git forks [2].
>
> [1] http://www.denx.de/wiki/U-Boot/Custodians
> [2] http://git.denx.de/?p=u-boot.git;a=forks
>
> Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
> ---
>
> MAINTAINERS | 338 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 338 insertions(+)
> create mode 100644 MAINTAINERS
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> new file mode 100644
> index 0000000..b1ea336
> --- /dev/null
> +++ b/MAINTAINERS
> @@ -0,0 +1,338 @@
> +Descriptions of section entries:
> +
> + P: Person (obsolete)
> + M: Mail patches to: FullName <address@domain>
> + L: Mailing list that is relevant to this area
> + W: Web-page with status/info
> + Q: Patchwork web based patch tracking system site
> + T: SCM tree type and location.
> + Type is one of: git, hg, quilt, stgit, topgit
> + S: Status, one of the following:
> + Supported: Someone is actually paid to look after this.
> + Maintained: Someone actually looks after it.
> + Odd Fixes: It has a maintainer but they don't have time to do
> + much other than throw the odd patch in. See below..
> + Orphan: No current maintainer [but maybe you could take the
> + role as you write your new code].
> + Obsolete: Old code. Something tagged obsolete generally means
> + it has been replaced by a better system and you
> + should be using that.
> + F: Files and directories with wildcard patterns.
> + A trailing slash includes all files and subdirectory files.
> + F: drivers/net/ all files in and below drivers/net
> + F: drivers/net/* all files in drivers/net, but not below
> + F: */net/* all files in "any top level directory"/net
> + One pattern per line. Multiple F: lines acceptable.
> + N: Files and directories with regex patterns.
> + N: [^a-z]tegra all files whose path contains the word tegra
> + One pattern per line. Multiple N: lines acceptable.
> + scripts/get_maintainer.pl has different behavior for files that
> + match F: pattern and matches of N: patterns. By default,
> + get_maintainer will not look at git log history when an F: pattern
> + match occurs. When an N: match occurs, git log history is used
> + to also notify the people that have git commit signatures.
> + X: Files and directories that are NOT maintained, same rules as F:
> + Files exclusions are tested before file matches.
> + Can be useful for excluding a specific subdirectory, for instance:
> + F: net/
> + X: net/ipv6/
> + matches all files in and below net excluding net/ipv6/
> + K: Keyword perl extended regex pattern to match content in a
> + patch or file. For instance:
> + K: of_get_profile
> + matches patches or files that contain "of_get_profile"
> + K: \b(printk|pr_(info|err))\b
> + matches patches or files that contain one or more of the words
> + printk, pr_info or pr_err
> + One regex pattern per line. Multiple K: lines acceptable.
> +
> +Note: For the hard of thinking, this list is meant to remain in alphabetical
> +order. If you could add yourselves to it in alphabetical order that would be
> +so much easier [Ed]
> +
> +Maintainers List (try to look for most precise areas first)
> +
> + -----------------------------------
> +ARC
> +M: Alexey Brodkin <alexey.brodkin@synopsys.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-arc.git
> +F: arch/arc/
> +
> +ARM
> +M: Albert Aribaud <albert.u.boot@aribaud.net>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-arm.git
> +F: arch/arm/
> +
> +ARM ATMEL AT91
> +M: Andreas Bie?mann <andreas.devel@googlemail.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-atmel.git
> +F: arch/arm/cpu/armv7/at91/
> +F: arch/arm/cpu/at91-common/
> +F: arch/arm/include/asm/arch-at91/
There is no owner for this repo.
http://git.denx.de/?p=u-boot.git;a=forks
> +
> +ARM FREESCALE IMX
> +M: Stefano Babic <sbabic@denx.de>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-imx.git
> +F: arch/arm/cpu/armv7/mx5/
> +F: arch/arm/cpu/armv7/mx6/
> +F: arch/arm/cpu/imx-common/
> +F: arch/arm/include/asm/arch-mx5/
> +F: arch/arm/include/asm/arch-mx6/
> +F: arch/arm/include/asm/imx-common/
> +
> +ARM MARVELL KIRKWOOD
> +M: Prafulla Wadaskar <prafulla@marvell.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-marvell.git
> +
> +ARM MARVELL PXA
> +M: Marek Vasut <marex@denx.de>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-pxa.git
> +
> +ARM SAMSUNG
> +M: Minkyu Kang <mk7.kang@samsung.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-samsung.git
> +
> +ARM STM SPEAR
> +M: Vipin Kumar <vipin.kumar@st.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-stm.git
> +
> +ARM TEGRA
> +M: Tom Warren <twarren@nvidia.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-tegra.git
> +
> +ARM TI
> +M: Tom Rini <trini@ti.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-ti.git
> +
> +AVR32
> +M: Andreas Bie?mann <andreas.devel@googlemail.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-avr32.git
> +F: arch/avr32/
> +
> +BLACKFIN
> +M: Sonic Zhang <sonic.adi@gmail.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-blackfin.git
> +F: arch/blackfin/
> +
> +CFI FLASH
> +M: Stefan Roese <sr@denx.de>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-cfi-flash.git
> +F: drivers/mtd/*
> +
> +COLDFIRE
> +M: Jason Jin <jason.jin@freescale.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-coldfire.git
> +F: arch/m68k/
> +
> +DFU
> +M: Lukasz Majewski <l.majewski@samsung.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-dfu.git
> +F: drivers/dfu/
> +
> +DRIVER MODEL
> +M: Simon Glass <sjg@chromium.org>
> +S: Maintained
> +F: drivers/core/
> +
> +FLATTENED DEVICE TREE
> +M: Jerry Van Baren <vanbaren@cideas.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-fdt.git
> +F: lib/libftd/
> +
> +FREEBSD
> +M: Rafal Jaworowski <raj@semihalf.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-freebsd.git
> +
> +FREESCALE QORIQ
> +M: York Sun <yorksun@freescale.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-fsl-qoriq.git
> +
> +I2C
> +M: Heiko Schocher <hs@denx.de>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-i2c.git
> +F: drivers/i2c/
> +
> +MICROBLAZE
> +M: Michal Simek <monstr@monstr.eu>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-microblaze.git
> +F: arch/microblaze/
> +
> +MIPS
> +M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-mips.git
> +F: arch/mips/
> +
> +MMC
> +M: Pantelis Antoniou <panto.antoniou-consulting.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-mmc.git
> +F: drivers/mmc/
> +
> +OPENRISC
> +M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
> +S: Maintained
> +F: arch/openrisc/
> +
> +POWERPC
> +M: Wolfgang Denk <wd@denx.de>
> +S: Maintained
> +F: arch/powerpc/
> +
> +POWERPC MPC5XXX
> +M: Wolfgang Denk <wd@denx.de>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-mpc5xxx.git
> +
> +POWERPC MPC8XX
> +M: Wolfgang Denk <wd@denx.de>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-mpc8xx.git
> +
> +POWERPC MPC82XX
> +M: Wolfgang Denk <wd@denx.de>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-mpc82xx.git
> +
> +POWERPC MPC83XX
> +M: Kim Phillips <kim.phillips@freescale.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-mpc83xx.git
> +
> +POWERPC MPC85XX
> +M: York Sun <yorksun@freescale.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-mpc85xx.git
> +
> +POWERPC MPC86XX
> +M: York Sun <yorksun@freescale.com>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-mpc86xx.git
> +
> +POWERPC PPC74XX PPC7XX
> +M: Wolfgang Denk <wd@denx.de>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-74xx-7xx.git
> +
> +POWERPC PPC4XX
> +M: Stefan Roese <sr@denx.de>
> +S: Maintained
> +T: git git://git.denx.de/u-boot-ppc4xx.git
It is a question if make sense to list all these ppc and arm platforms here.
Or just architecture.
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140728/61abf811/attachment.pgp>
next prev parent reply other threads:[~2014-07-28 7:30 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-26 18:54 [U-Boot] [PATCH v1 0/4] introduce get_maintainer.pl Daniel Schwierzeck
2014-07-26 18:54 ` [U-Boot] [PATCH v1 1/4] MAINTAINERS: add initial version Daniel Schwierzeck
2014-07-26 19:39 ` Jeroen Hofstee
2014-07-26 20:50 ` Daniel Schwierzeck
2014-07-27 18:25 ` Jeroen Hofstee
2014-07-28 7:30 ` Michal Simek [this message]
2014-07-28 15:49 ` Tom Rini
2014-07-28 8:15 ` Ian Campbell
2014-07-28 14:03 ` Daniel Schwierzeck
2014-07-29 1:52 ` Masahiro Yamada
2014-07-29 11:52 ` Daniel Schwierzeck
2014-07-29 11:59 ` [U-Boot] [PATCH v2 " Daniel Schwierzeck
2014-07-30 6:27 ` Masahiro Yamada
2014-07-30 8:33 ` Masahiro Yamada
2014-07-30 9:02 ` Daniel Schwierzeck
2014-07-29 12:14 ` [U-Boot] [PATCH v1 " Stefano Babic
2014-07-29 12:29 ` Daniel Schwierzeck
2014-07-26 18:54 ` [U-Boot] [PATCH v1 2/4] get_maintainer.pl: import script from linux 3.15 Daniel Schwierzeck
2014-07-30 13:52 ` Simon Glass
2014-07-31 23:20 ` Daniel Schwierzeck
2014-08-04 10:14 ` Simon Glass
2014-07-26 18:54 ` [U-Boot] [PATCH v1 3/4] get_maintainer.pl: adapt to U-Boot tree Daniel Schwierzeck
2014-07-30 13:53 ` Simon Glass
2014-07-26 18:54 ` [U-Boot] [PATCH v1 4/4] get_maintainer.pl: add support for scanning multiple MAINTAINERS files Daniel Schwierzeck
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=53D5FBFE.2060204@monstr.eu \
--to=monstr@monstr.eu \
--cc=u-boot@lists.denx.de \
/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