All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@kernel.org>
To: "Uwe Kleine-König" <u.kleine-koenig@baylibre.com>
Cc: "David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	netdev@vger.kernel.org
Subject: Re: [PATCH net-next] net: ethernet: Switch back to struct platform_driver::remove()
Date: Tue, 24 Sep 2024 08:29:37 +0100	[thread overview]
Message-ID: <20240924072937.GE4029621@kernel.org> (raw)
In-Reply-To: <20240923162202.34386-2-u.kleine-koenig@baylibre.com>

On Mon, Sep 23, 2024 at 06:22:01PM +0200, Uwe Kleine-König wrote:
> After commit 0edb555a65d1 ("platform: Make platform_driver::remove()
> return void") .remove() is (again) the right callback to implement for
> platform drivers.
> 
> Convert ethernet clk drivers to use .remove(), with the eventual goal to drop
> struct platform_driver::remove_new(). As .remove() and .remove_new() have
> the same prototypes, conversion is done by just changing the structure
> member name in the driver initializer.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
> ---
> Hello,
> 
> I converted all drivers below drivers/net/ethernet in a single patch. If
> you want it split, just tell me (per vendor? per driver?). Also note I
> didn't add all the maintainers of the individual drivers to Cc: to not
> trigger sending restrictions and spam filters.

Hi Uwe,

My 2c worth on this:

I think that given that the changes to each file are very simple,
and the number of files changed, a single, or small number of patches
make sense. Because the overhead of managing per-driver patches,
which I would ordinarily prefer, seems too large.

However, touching so many files does lead to a substantial risk of
conflicts. And indeed, the patch does not currently apply cleanly
to net-next (although it can trivially be made to do so). Perhaps
the maintainers can handle that, but I would suggest reposting in
a form that does apply cleanly so that automations can run.

Which brings me to to a separate, process issue: net-next is currently
closed for the v6.12 merge window. It should reopen once v6.12-rc1 has
been released. And patches for net-next should be posted after it
has reopened, with the caveat that RFC patches may be posted any time.

...

-- 
pw-bot: defer

  parent reply	other threads:[~2024-09-24  7:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-23 16:22 [PATCH net-next] net: ethernet: Switch back to struct platform_driver::remove() Uwe Kleine-König
2024-09-23 18:26 ` Florian Fainelli
2024-09-24  7:29 ` Simon Horman [this message]
2024-09-24  7:48   ` Uwe Kleine-König
2024-09-24 12:53     ` Simon Horman
2024-09-25 11:07       ` Uwe Kleine-König
2024-09-25 20:07         ` Simon Horman

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=20240924072937.GE4029621@kernel.org \
    --to=horms@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=u.kleine-koenig@baylibre.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 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.