Re: [U-Boot] [PATCH v2 1/4] patman: Add a call to get_maintainer.pl if it exists

2013-01-31 Thread Simon Glass
On Tue, Dec 4, 2012 at 1:43 PM, Doug Anderson wrote: > For Linux the best way to figure out where to send a patch is with the > "get_maintainer.pl" script. Add support for calling it from patman. > Support is added unconditionally for "scripts/get_maintainer.pl" in > case it is helpful for any ot

[U-Boot] [PATCH v2 1/4] patman: Add a call to get_maintainer.pl if it exists

2012-12-03 Thread Doug Anderson
For Linux the best way to figure out where to send a patch is with the "get_maintainer.pl" script. Add support for calling it from patman. Support is added unconditionally for "scripts/get_maintainer.pl" in case it is helpful for any other projects. Signed-off-by: Doug Anderson --- Changes in v2