[PATCH 4/5] MAINTAINERS: add maintainer entry for Picochip picoxcell
Joe Perches
joe at perches.com
Mon Dec 12 17:28:28 EST 2011
On Mon, 2011-12-12 at 21:46 +0000, Jamie Iles wrote:
> Add maintainer entry for the picoxcell machine support and associated
> drivers.
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -5114,6 +5114,14 @@ L: linux-mtd at lists.infradead.org
> S: Maintained
> F: drivers/mtd/devices/phram.c
>
> +PICOXCELL SUPPORT
> +M: Jamie Iles <jamie at jamieiles.com>
> +L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
> +T: git git://github.com/jamieiles/linux-2.6-ji.git
> +S: Supported
> +F: arch/arm/mach-picoxcell
> +F: drivers/*/picoxcell*
This wildcard matches only 1 directory depth level.
To match "drivers/char/hw_random/picoxcell-rng.c"
you also need to have:
F: drivers/*/*/picoxcell*
More information about the linux-arm-kernel
mailing list