[PATCH v2] MAINTAINERS: ARM: SiRF: use regex patterns to involve all SiRF drivers
Barry Song
21cnbao at gmail.com
Mon Jan 6 00:43:48 EST 2014
2014/1/3 Uwe Kleine-König <u.kleine-koenig at pengutronix.de>:
> On Fri, Jan 03, 2014 at 11:24:13AM +0800, Barry Song wrote:
>> From: Barry Song <Baohua.Song at csr.com>
>>
>> instead of listing drivers one by one, use regex patterns to involve all
>> SiRF drivers directly.
>> this also adds sirf UART and watchdog drivers automatically from:
>> drivers/tty/serial/sirfsoc_uart.*
>> drivers/watchdog/sirfsoc_wdt.c
>>
>> Cc: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
>> Cc: Wim Van Sebroeck <wim at iguana.be>
>> Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
>> Signed-off-by: Barry Song <Baohua.Song at csr.com>
>> ---
>> -v2: use regex patterns according to Uwe's feedback
>>
>> MAINTAINERS | 9 +--------
>> 1 files changed, 1 insertions(+), 8 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 21c038f..1b9e6a3 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -850,14 +850,7 @@ F: arch/arm/mach-prima2/
>> F: drivers/clk/clk-prima2.c
>> F: drivers/clocksource/timer-prima2.c
>> F: drivers/clocksource/timer-marco.c
>> -F: drivers/dma/sirf-dma.c
>> -F: drivers/i2c/busses/i2c-sirf.c
>> -F: drivers/input/misc/sirfsoc-onkey.c
>> -F: drivers/irqchip/irq-sirfsoc.c
>> -F: drivers/mmc/host/sdhci-sirf.c
>> -F: drivers/pinctrl/sirf/
>> -F: drivers/rtc/rtc-sirfsoc.c
>> -F: drivers/spi/spi-sirf.c
>> +N: [^a-z]sirf
> I'm not sure what this [^a-z] is about, but I saw it used for tegra,
> too. Does it change the set of used files for you? I dropped it for
> efm32 because it doesn't.
no difference for me. i am just following the document:
"
N: Files and directories with regex patterns.
N: [^a-z]tegra all files whose path contains the word tegra
"
>
> Best regards
> Uwe
-barry
More information about the linux-arm-kernel
mailing list