On Tue, Jun 22, 2010 at 04:01:56, Kevin Hilman wrote: > > To find out the right mailing lists for each of these subsystems, > please consult the MAINTAINERS file. A really useful tool is the > scripts/get_maintainer.pl script. Running that on a patch will > suggest the right audience for that patch using the MAINTAINERS file. > Since I gathered you're now using git-send-email, you can use this script > in combination with git-send-email's --cc-cmd option. e.g. > > git-send-email --to <davinci list> --cc-cmd=scripts/get_maintainer.pl > [...]
For DaVinci architecture patches, by default get_maintainer.pl is including Russell, linux-arm-kernel and LKML in the CC list. That I guess is too much for each DaVinci patch. To limit the CC list please use: --cc-cmd="scripts/get_maintainer.pl --pattern-depth=1" Not sure how well this works for other subsystem patches, but if it does, the option can also be placed in the .get_maintainer.conf file in kernel topdir. Thanks, Sekhar _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
