
Hi Tuomas,
On Sun, 2018-04-08 at 00:27 +0300, Tuomas Tynkkynen wrote:
Signed-off-by: Tuomas Tynkkynen tuomas@tuxera.com
arch/arc/Kconfig | 1 + drivers/serial/Kconfig | 7 +++++++ include/configs/nsim.h | 10 ---------- scripts/config_whitelist.txt | 1 - 4 files changed, 8 insertions(+), 11 deletions(-)
Sorry I didn't notice your patch and already made a similar change, see http://git.denx.de/?p=u-boot.git;a=commit;h=d7ac185fd840d1406fcafc1b41248213....
Next time please add maintainers of modified code in a copy of your email (either via "Cc" tag right in patch or explicitly on execution of "git send-email").
Maintainer names you may get easily with "get_maintainer.pl" script like that: ---------------------------->8------------------------------ ./scripts/get_maintainer.pl 0001-serial-Migrate-CONFIG_ARC_SERIAL-to-Kconfig.patch Alexey Brodkin alexey.brodkin@synopsys.com (maintainer:ARC) Eugeniy Paltsev Eugeniy.Paltsev@synopsys.com (maintainer:ARC) Alexander Graf agraf@suse.de (commit_signer:6/24=25%,authored:6/24=25%,added_lines:46/228=20%) Stefan Roese sr@denx.de (commit_signer:4/24=17%,authored:3/24=12%,added_lines:25/228=11%,removed_lines:10/30=33%) Simon Glass sjg@chromium.org (commit_signer:4/24=17%,commit_signer:80/232=34%,authored:49/232=21%) Patrice Chotard patrice.chotard@st.com (commit_signer:4/24=17%,authored:4/24=17%,removed_lines:6/30=20%) Bin Meng bmeng.cn@gmail.com (commit_signer:2/24=8%,commit_signer:54/232=23%,authored:12/232=5%,removed_lines:128/1669=8%) Tuomas Tynkkynen tuomas@tuxera.com (authored:2/24=8%,added_lines:14/228=6%,commit_signer:34/232=15%,authored:33/232=14%,removed_lines:127/1669=8%) Christophe Leroy christophe.leroy@c-s.fr (authored:2/24=8%,added_lines:54/228=24%,added_lines:22/32=69%) Patrick Delaunay patrick.delaunay@st.com (removed_lines:3/30=10%) Heiko Schocher hs@denx.de (removed_lines:2/30=7%,removed_lines:931/1669=56%) Philipp Tomsich philipp.tomsich@theobroma-systems.com (commit_signer:42/232=18%,added_lines:4/32=12%) Adam Ford aford173@gmail.com (commit_signer:24/232=10%,authored:24/232=10%) Chris Packham judge.packham@gmail.com (added_lines:3/32=9%) uboot-snps-arc@synopsys.com (open list:ARC) u-boot@lists.denx.de (open list) ---------------------------->8------------------------------
From the list above you should definitely Cc all mentioned lists as well as maintainers to make sure right people will be notified :)
Also it seems like you sent a series without so-called cover-letter and so entire series became named after the first patch and so all 3 patches (2 of which have nothing to do with ARC) we assigned to me in Patchwork and again right people never realized there's some work for them.
-Alexey