All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Vladimir Zapolskiy <vz@kernel.org>
Cc: Richard Weinberger <richard@nod.at>,
	 Vignesh Raghavendra <vigneshr@ti.com>,
	 Piotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com>,
	linux-mtd@lists.infradead.org,
	 linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/2] mtd: rawnand: lpc32xx: Remove platform data support from drivers
Date: Fri, 04 Sep 2026 09:44:59 +0200	[thread overview]
Message-ID: <87wlt131fo.fsf@bootlin.com> (raw)
In-Reply-To: <28de391b-59ed-4495-9b16-fde7b811d6fe@kernel.org> (Vladimir Zapolskiy's message of "Thu, 3 Sep 2026 16:23:20 +0300")

Hi Vladimir,

On 03/09/2026 at 16:23:20 +03, Vladimir Zapolskiy <vz@kernel.org> wrote:

> Hi Miquel,
>
> On 9/3/26 15:28, Miquel Raynal wrote:
>> Hello Vladimir,
>> On 03/09/2026 at 14:24:22 +03, Vladimir Zapolskiy <vz@kernel.org>
>> wrote:
>> 
>>> Since NXP LPC32xx SoC support in the Linux kernel strictly depends on
>>> device tree support, the unused platform data support can be removed
>>> from the LPC32xx NAND MLC and SLC drivers.
>>>
>>> Vladimir Zapolskiy (2):
>>>    mtd: rawnand: lpc32xx_slc: Remove platform data support
>>>    mtd: rawnand: lpc32xx_mlc: Remove platform data support
>>>
>>>   drivers/mtd/nand/raw/lpc32xx_mlc.c | 21 ++-------------------
>>>   drivers/mtd/nand/raw/lpc32xx_slc.c | 21 ++-------------------
>>>   include/linux/mtd/lpc32xx_mlc.h    | 17 -----------------
>>>   include/linux/mtd/lpc32xx_slc.h    | 17 -----------------
>>>   4 files changed, 4 insertions(+), 72 deletions(-)
>>>   delete mode 100644 include/linux/mtd/lpc32xx_mlc.h
>>>   delete mode 100644 include/linux/mtd/lpc32xx_slc.h
>> Sashiko raises a build issue due to the cleanup missing one use of a
>> header. Can you please check?
>> 
>
> sure, from its report [1] I see that Sashiko bot verifies the changes
> against today's outdated v7.2, and therefore it produced a false positive
> error, since v7.3-rc1 contains the commit d6ef4391897d ("ARM: lpc32xx:
> remove a few manually populated OF devices").
>
> There should be no build errors introduced by this series, thanks for review.
>
> [1] https://sashiko.dev/#/patchset/20260903112425.1904748-1-vz%40kernel.org

In this case that's all good, thanks for checking!

Miquèl


WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Vladimir Zapolskiy <vz@kernel.org>
Cc: Richard Weinberger <richard@nod.at>,
	 Vignesh Raghavendra <vigneshr@ti.com>,
	 Piotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com>,
	linux-mtd@lists.infradead.org,
	 linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/2] mtd: rawnand: lpc32xx: Remove platform data support from drivers
Date: Fri, 04 Sep 2026 09:44:59 +0200	[thread overview]
Message-ID: <87wlt131fo.fsf@bootlin.com> (raw)
In-Reply-To: <28de391b-59ed-4495-9b16-fde7b811d6fe@kernel.org> (Vladimir Zapolskiy's message of "Thu, 3 Sep 2026 16:23:20 +0300")

Hi Vladimir,

On 03/09/2026 at 16:23:20 +03, Vladimir Zapolskiy <vz@kernel.org> wrote:

> Hi Miquel,
>
> On 9/3/26 15:28, Miquel Raynal wrote:
>> Hello Vladimir,
>> On 03/09/2026 at 14:24:22 +03, Vladimir Zapolskiy <vz@kernel.org>
>> wrote:
>> 
>>> Since NXP LPC32xx SoC support in the Linux kernel strictly depends on
>>> device tree support, the unused platform data support can be removed
>>> from the LPC32xx NAND MLC and SLC drivers.
>>>
>>> Vladimir Zapolskiy (2):
>>>    mtd: rawnand: lpc32xx_slc: Remove platform data support
>>>    mtd: rawnand: lpc32xx_mlc: Remove platform data support
>>>
>>>   drivers/mtd/nand/raw/lpc32xx_mlc.c | 21 ++-------------------
>>>   drivers/mtd/nand/raw/lpc32xx_slc.c | 21 ++-------------------
>>>   include/linux/mtd/lpc32xx_mlc.h    | 17 -----------------
>>>   include/linux/mtd/lpc32xx_slc.h    | 17 -----------------
>>>   4 files changed, 4 insertions(+), 72 deletions(-)
>>>   delete mode 100644 include/linux/mtd/lpc32xx_mlc.h
>>>   delete mode 100644 include/linux/mtd/lpc32xx_slc.h
>> Sashiko raises a build issue due to the cleanup missing one use of a
>> header. Can you please check?
>> 
>
> sure, from its report [1] I see that Sashiko bot verifies the changes
> against today's outdated v7.2, and therefore it produced a false positive
> error, since v7.3-rc1 contains the commit d6ef4391897d ("ARM: lpc32xx:
> remove a few manually populated OF devices").
>
> There should be no build errors introduced by this series, thanks for review.
>
> [1] https://sashiko.dev/#/patchset/20260903112425.1904748-1-vz%40kernel.org

In this case that's all good, thanks for checking!

Miquèl

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

  reply	other threads:[~2026-09-04  7:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-03 11:24 [PATCH 0/2] mtd: rawnand: lpc32xx: Remove platform data support from drivers Vladimir Zapolskiy
2026-09-03 11:24 ` Vladimir Zapolskiy
2026-09-03 11:24 ` [PATCH 1/2] mtd: rawnand: lpc32xx_slc: Remove platform data support Vladimir Zapolskiy
2026-09-03 11:24   ` Vladimir Zapolskiy
2026-09-03 11:24 ` [PATCH 2/2] mtd: rawnand: lpc32xx_mlc: " Vladimir Zapolskiy
2026-09-03 11:24   ` Vladimir Zapolskiy
2026-09-03 12:28 ` [PATCH 0/2] mtd: rawnand: lpc32xx: Remove platform data support from drivers Miquel Raynal
2026-09-03 12:28   ` Miquel Raynal
2026-09-03 13:23   ` Vladimir Zapolskiy
2026-09-03 13:23     ` Vladimir Zapolskiy
2026-09-04  7:44     ` Miquel Raynal [this message]
2026-09-04  7:44       ` Miquel Raynal
2026-09-04 18:09 ` Miquel Raynal
2026-09-04 18:09   ` Miquel Raynal

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=87wlt131fo.fsf@bootlin.com \
    --to=miquel.raynal@bootlin.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=piotr.wojtaszczyk@timesys.com \
    --cc=richard@nod.at \
    --cc=vigneshr@ti.com \
    --cc=vz@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.