[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20220822184940.125e7246@kernel.org>
Date: Mon, 22 Aug 2022 18:49:40 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Oleksij Rempel <o.rempel@...gutronix.de>
Cc: Woojung Huh <woojung.huh@...rochip.com>,
UNGLinuxDriver@...rochip.com, Andrew Lunn <andrew@...n.ch>,
Vivien Didelot <vivien.didelot@...il.com>,
Florian Fainelli <f.fainelli@...il.com>,
Vladimir Oltean <olteanv@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>, kernel@...gutronix.de,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH net-next v2 00/17] net: dsa: microchip: add error
handling and register access validation
On Mon, 22 Aug 2022 13:03:41 +0200 Oleksij Rempel wrote:
> changes v2:
> - add regmap_ranges for KSZ9477
> - drop output clock devicetree in driver validation patches. DTs need
> some more refactoring and can be done in a separate patch set.
> - remove some unused variables.
>
> This patch series adds error handling for the PHY read/write path and optional
> register access validation.
> After adding regmap_ranges for KSZ8563 some bugs was detected, so
> critical bug fixes are sorted before ragmap_range patch.
>
> Potentially this bug fixes can be ported to stable kernels, but need to be
> reworked.
This does not build in a fairly obvious way between patches 2 and 11 :(
Please make sure you do some form of a
git rebase --exec='make W=1 O=build_allmodconfig/'
where build_allmodconfig is a dir configured with make allmodconfig.
*Especially* when posting a large series.
Powered by blists - more mailing lists