Re: [PATCH net-next v2 00/17] net: dsa: microchip: add error handling and register access validation
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-08-23 01:49:48
Also in:
lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-08-23 01:49:48
Also in:
lkml
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.