
Hi Andy,
On Mon, 20 Jan 2020 at 07:53, Andy Shevchenko andriy.shevchenko@linux.intel.com wrote:
On Mon, Jan 20, 2020 at 04:16:53PM +0200, Igor Opaniuk wrote:
On Mon, Jan 20, 2020 at 4:07 PM Andy Shevchenko andriy.shevchenko@linux.intel.com wrote:
On Mon, Jan 20, 2020 at 02:11:20PM +0200, Igor Opaniuk wrote:
On Mon, Jan 20, 2020 at 1:39 PM Andy Shevchenko andriy.shevchenko@linux.intel.com wrote:
On Mon, Jan 20, 2020 at 09:53:31AM +0000, Alex Nemirovsky wrote:
This series contains a set of basic DM drivers compatible with Cortina Access ARM and MIPS series of SoCs.
I'm not sure why my name appeared in the Cc list.
I assume this is patman/get_maintainers.pl who added your email.
Somebody needs to learn how to exclude not relevant people?
Patman does this automatically.
Hmm... Sounds like a bug in the tool.
That's usually done when MAINTAINERS is changed.
Where? I didn't get this.
Look below
MAINTAINERS | 8 +++
Here?
Okay, and I still didn't get why it adds my name to the Cc. Is any of that change related to what I'm keeping an eye on?
P.S. To the core U-Boot maintainers, perhaps somebody, who knows that tooling, may eventually fix it to avoid spamming people on unrelated matters?
You can try something like this.
cat >asc (copy in the diffstat) ctrl-D for f in $(cat asc |cut -d' ' -f1-2 |tr '\n' ' '); do echo $f; ./scripts/get_maintainer.pl -f $f |grep intel; done
In this case:
drivers/watchdog/Kconfig Andy Shevchenko andriy.shevchenko@linux.intel.com (added_lines:8/103=8%,removed_lines:9/77=12%) drivers/watchdog/Makefile Andy Shevchenko andriy.shevchenko@linux.intel.com (commit_signer:1/7=14%,authored:1/7=14%,added_lines:1/6=17%,removed_lines:1/4=25%)
You have 5 commits in that directory.
Regards, Simon