Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1347753

Re: [PATCH] MAINTAINERS: Add powerpc drivers to the powerpc section

From Michael Ellerman <mpe@ellerman.id.au>
Newsgroups linux.kernel
Subject Re: [PATCH] MAINTAINERS: Add powerpc drivers to the powerpc section
Date 2016-03-02 04:20 +0100
Message-ID <r85uq-1OC-1@gated-at.bofh.it> (permalink)
References <r83VH-sE-73@gated-at.bofh.it> <r84f1-EO-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, 2016-03-02 at 12:20 +1030, Joel Stanley wrote:

> On Wed, Mar 2, 2016 at 12:06 PM, Michael Ellerman <mpe@ellerman.id.au> wrote:

> > We'd like folks working on drivers for powerpc to also Cc linuxppc-dev,
> > so we can be aware of what's going on in drivers and/or review the
> > changes.
> > 
> > So add patterns to the powerpc MAINTAINERS section to catch some of the
> > drivers we're interested in.
> 
> There are a few more that would be good. '*opal*.c' catches these:
> 
> ./drivers/i2c/busses/i2c-opal.c
> ./drivers/rtc/rtc-opal.c
> ./drivers/tty/hvc/hvc_opal.c

Ah yep thanks, will add "N: opal".

> and '*powernv*.c' gets these (some a duplicates with what you have):
> 
> ./drivers/leds/leds-powernv.c
> ./drivers/cpufreq/powernv-cpufreq.c
> ./drivers/mtd/devices/powernv_flash.c
> ./drivers/cpuidle/cpuidle-powernv.c
> ./drivers/char/hw_random/powernv-rng.c
> ./drivers/char/ipmi/ipmi_powernv.c
> ./drivers/hwmon/ibmpowernv.c
> ./drivers/crypto/nx/nx-842-powernv.c

They should all be covered by "N: powernv" I think:

    $ for f in ./drivers/leds/leds-powernv.c ./drivers/cpufreq/powernv-cpufreq.c ./drivers/mtd/devices/powernv_flash.c ./drivers/cpuidle/cpuidle-powernv.c ./drivers/char/hw_random/powernv-rng.c
./drivers/char/ipmi/ipmi_powernv.c ./drivers/hwmon/ibmpowernv.c ./drivers/crypto/nx/nx-842-powernv.c; do echo -en "$f\t"; ./scripts/get_maintainer.pl -f $f | grep linuxppc-dev; done
    ./drivers/leds/leds-powernv.c		linuxppc-dev@lists.ozlabs.org
    ./drivers/cpufreq/powernv-cpufreq.c		linuxppc-dev@lists.ozlabs.org
    ./drivers/mtd/devices/powernv_flash.c	linuxppc-dev@lists.ozlabs.org
    ./drivers/cpuidle/cpuidle-powernv.c		linuxppc-dev@lists.ozlabs.org
    ./drivers/char/hw_random/powernv-rng.c	linuxppc-dev@lists.ozlabs.org
    ./drivers/char/ipmi/ipmi_powernv.c		linuxppc-dev@lists.ozlabs.org
    ./drivers/hwmon/ibmpowernv.c		linuxppc-dev@lists.ozlabs.org
    ./drivers/crypto/nx/nx-842-powernv.c	linuxppc-dev@lists.ozlabs.org


cheers

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] MAINTAINERS: Add powerpc drivers to the powerpc section Michael Ellerman <mpe@ellerman.id.au> - 2016-03-02 02:40 +0100
  Re: [PATCH] MAINTAINERS: Add powerpc drivers to the powerpc section Joel Stanley <joel@jms.id.au> - 2016-03-02 03:00 +0100
    Re: [PATCH] MAINTAINERS: Add powerpc drivers to the powerpc section Michael Ellerman <mpe@ellerman.id.au> - 2016-03-02 04:20 +0100
      Re: [PATCH] MAINTAINERS: Add powerpc drivers to the powerpc section Joe Perches <joe@perches.com> - 2016-03-02 04:40 +0100
        Re: [PATCH] MAINTAINERS: Add powerpc drivers to the powerpc section Mike & Meg <mikenmeg@ellerman.id.au> - 2016-03-02 05:20 +0100

csiph-web