From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f182.google.com (mail-pf1-f182.google.com [209.85.210.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 804D72C81 for ; Wed, 20 Oct 2021 12:48:20 +0000 (UTC) Received: by mail-pf1-f182.google.com with SMTP id y7so2870133pfg.8 for ; Wed, 20 Oct 2021 05:48:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:cc:date:in-reply-to:references :user-agent:mime-version:content-transfer-encoding; bh=/8aZ4SK2m8/sLSKz111lgbTcgtIRMhqxBR7wyJ7Da4o=; b=fKBhoibSLqY2GF6nDhYN4xEhIBuJFvkjGY7GOVBHY+RuQ5iFg91hg3ClbhpUKgAmqp fqTy0iOwiu2Gb1spscCi9NGNIB1Lai/O6ws4Lf/XYmqu/wh+ZeWWJVZL5ar0BMQvv5VT fsc56U39si2lWQOlDKnwzlgagL9dK8ZmKxaRe9vL2VZZwKUhKd4Fwq42lCpw/KQlboKz ubfC5HeuvS8YCLPbvCxswHB9eKj4QQ2HYQJ72nmplm5zyUIfCZfAo9lckrGNVtGKKcy2 fMBuHTo1Ib+78juabqOtCXJD67qVfbT5DvUReHY8S7QGQvcdyDv65DJ1ZV8R3DILgsgT 36QA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=/8aZ4SK2m8/sLSKz111lgbTcgtIRMhqxBR7wyJ7Da4o=; b=wol2gesd/2st2HcXX0+5QmdS4IfzgpjoU2tK0HrMAsQ34B76gOGGw4MtHV9IPamP8y QwxjvUE2xYz/aNNrGVeOqDa+lb0Gn3GPQgIzj1ZNU3U/xqDjlIhSqQbI0izA093/mm5c yF7JmJdBul6BJ/vZXw5iHDK4fr/pipSr1av9HfLwdHa4YydSzyuDe/Vi2XHGZG/Bj6uR GJn8vN/QVtjRsMGRD71rah75+IEi2y7yb1G034iLueegn38qB399l47DKIahU34h3Lo4 VfsFopkYBIWJWgBdanC+6dEQl9zHtL+GkDHst39/fZUJPtqPjU+dsBnINk937yb5YY0J yNNw== X-Gm-Message-State: AOAM532+Ks7e4hepNzEz6HGNpJgGJoY5psi4ckBzVMLFSk54OKP6zQIU pFgICPCB7mSjcSuTKZZ+kTq5sGhdcAvxig== X-Google-Smtp-Source: ABdhPJwCOENoENYrA36VDJAwEewKW8FoJuumxo9secHYYu7z+3x8Kt/e0IVX10vzhKOCXoculCQS6w== X-Received: by 2002:a63:794b:: with SMTP id u72mr34325043pgc.191.1634734100009; Wed, 20 Oct 2021 05:48:20 -0700 (PDT) Received: from ?IPv6:2400:4052:6980:3800:dba7:2b1f:3f26:a5ec? ([2400:4052:6980:3800:dba7:2b1f:3f26:a5ec]) by smtp.gmail.com with ESMTPSA id t4sm2784125pfj.13.2021.10.20.05.48.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Oct 2021 05:48:19 -0700 (PDT) Message-ID: Subject: Re: [PATCH 00/17] various fixes for atomisp to make it work From: Tsuchiya Yuto To: Andy Shevchenko Cc: Hans de Goede , Patrik Gfeller , Mauro Carvalho Chehab , Sakari Ailus , Yang Yingliang , Hans Verkuil , Aline Santana Cordeiro , Dinghao Liu , Alan , linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Date: Wed, 20 Oct 2021 21:48:10 +0900 In-Reply-To: References: <20211017161958.44351-1-kitakar@gmail.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.4 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7bit On Mon, 2021-10-18 at 14:04 +0300, Andy Shevchenko wrote: > On Mon, Oct 18, 2021 at 01:19:40AM +0900, Tsuchiya Yuto wrote: > > Just a remark, your To is not filled. At some point I had written a script [1] > to help me with patch series sending, It also tries to be smart to include > necessary people and mailing lists (you can always alter it by adding more). > [1]: https://github.com/andy-shev/home-bin-tools/blob/master/ge2maintainer.sh Ah thanks. I didn't use To but just used `--cc-cmd` with scripts/get_maintainer.pl without thinking deeply... I'll definitely try your script next time I send patches. Regards, Tsuchiya Yuto