mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Bin Meng <bmeng@tinylab.org>,
	linux-kernel <linux-kernel@vger.kernel.org>
Cc: andrew <andrew@lunn.ch>, agross <agross@kernel.org>,
	arnd <arnd@arndb.de>, andersson <andersson@kernel.org>,
	"chuck.lever" <chuck.lever@oracle.com>,
	dinguyen <dinguyen@kernel.org>, festevam <festevam@gmail.com>,
	"gregory.clement" <gregory.clement@bootlin.com>,
	"jernej.skrabec" <jernej.skrabec@gmail.com>,
	"konrad.dybcio" <konrad.dybcio@linaro.org>,
	linux-imx <linux-imx@nxp.com>,
	"neil.armstrong" <neil.armstrong@linaro.org>,
	kernel <kernel@pengutronix.de>, elliott <elliott@hpe.com>,
	linux <linux@armlinux.org.uk>, "s.hauer" <s.hauer@pengutronix.de>,
	"sebastian.hesselbarth" <sebastian.hesselbarth@gmail.com>,
	shawnguo <shawnguo@kernel.org>, newbie13xd <newbie13xd@gmail.com>,
	"sudeep.holla" <sudeep.holla@arm.com>, ziy <ziy@nvidia.com>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	linux-arm-msm <linux-arm-msm@vger.kernel.org>
Subject: Re: [PATCH] arm: Drop CONFIG_MTD_M25P80 in various defconfig files
Date: Thu, 23 Feb 2023 12:15:28 +0100	[thread overview]
Message-ID: <8ea9b68c-67cc-cc6f-39d4-0c5bdbfe3203@linaro.org> (raw)
In-Reply-To: <em4f9482cc-1919-4f29-92a5-41ba5f6c3bb3@1adcb789.com>

On 23/02/2023 12:00, Bin Meng wrote:
> On 2023/2/23 18:50:36, "Krzysztof Kozlowski" 
> <krzysztof.kozlowski@linaro.org> wrote:
> 
>> On 23/02/2023 11:46, Bin Meng wrote:
>>>  On 2023/2/10 17:32:24, "Bin Meng" <bmeng@tinylab.org> wrote:
>>>
>>>>  Drop CONFIG_MTD_M25P80 that was removed in
>>>>  commit b35b9a10362d ("mtd: spi-nor: Move m25p80 code in spi-nor.c")
>>>>
>>>>  Signed-off-by: Bin Meng <bmeng@tinylab.org>
>>>>
>>>>  ---
>>>>
>>>>   arch/arm/configs/axm55xx_defconfig     | 2 +-
>>>>   arch/arm/configs/davinci_all_defconfig | 1 -
>>>>   arch/arm/configs/dove_defconfig        | 1 -
>>>>   arch/arm/configs/keystone_defconfig    | 1 -
>>>>   arch/arm/configs/mvebu_v5_defconfig    | 1 -
>>>>   arch/arm/configs/mxs_defconfig         | 1 -
>>>>   arch/arm/configs/pxa_defconfig         | 1 -
>>>>   arch/arm/configs/qcom_defconfig        | 1 -
>>>>   arch/arm/configs/socfpga_defconfig     | 1 -
>>>>   9 files changed, 1 insertion(+), 9 deletions(-)
>>>>
>>>>
>>>
>>>  Ping?
>>
>> No need for pinging, but you need to send to soc folks. Otherwise no one
>> will pick it up. You will get the address from get_maintainer.pl -f
>> arch/arm/boot/dts/Makefile (yes, it is quite hidden on purpose).
> 
> Yeah I used the script to generate the cc list.

Did you read my message fully? Because the CC list is not having the
proper address, thus maybe you based your patch on some old kernel.
Please rebase.

> 
> Let me know if I need to split this patch into several ones (per-soc a 
> patch) so that each soc maintainer only picks up their own?

If you did what I wrote about and the kernel is fairly recent, then no
need...


Best regards,
Krzysztof


  reply	other threads:[~2023-02-23 11:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-10  9:32 Bin Meng
2023-02-23 10:46 ` Bin Meng
2023-02-23 10:50   ` Krzysztof Kozlowski
2023-02-23 11:00     ` Bin Meng
2023-02-23 11:15       ` Krzysztof Kozlowski [this message]
2023-02-23 10:49 ` Konrad Dybcio
  -- strict thread matches above, loose matches on Subject: below --
2020-05-02  4:23 Bin Meng
2020-05-02  9:04 ` Russell King - ARM Linux admin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8ea9b68c-67cc-cc6f-39d4-0c5bdbfe3203@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=arnd@arndb.de \
    --cc=bmeng@tinylab.org \
    --cc=chuck.lever@oracle.com \
    --cc=dinguyen@kernel.org \
    --cc=elliott@hpe.com \
    --cc=festevam@gmail.com \
    --cc=gregory.clement@bootlin.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=konrad.dybcio@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=neil.armstrong@linaro.org \
    --cc=newbie13xd@gmail.com \
    --cc=s.hauer@pengutronix.de \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=shawnguo@kernel.org \
    --cc=sudeep.holla@arm.com \
    --cc=ziy@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®