Re: [RFC PATCH v4 net-next 00/23] add support for VSC75XX control over SPI

From: Colin Foster
Date: Thu Nov 18 2021 - 21:14:50 EST


Hi Linus,

On Fri, Nov 19, 2021 at 02:58:47AM +0100, Linus Walleij wrote:
> Hi Colin,
>
> nice work!

Thanks :)

>
> On Tue, Nov 16, 2021 at 7:23 AM Colin Foster
> <colin.foster@xxxxxxxxxxxxxxxx> wrote:
>
> > pinctrl: ocelot: combine get resource and ioremap into single call
> > pinctrl: ocelot: update pinctrl to automatic base address
> > pinctrl: ocelot: convert pinctrl to regmap
> > pinctrl: ocelot: expose ocelot_pinctrl_core_probe interface
> > pinctrl: microchip-sgpio: update to support regmap
> > device property: add helper function fwnode_get_child_node_count
> > pinctrl: microchip-sgpio: change device tree matches to use nodes
> > instead of device
> > pinctrl: microchip-sgpio: expose microchip_sgpio_core_probe interface
>
> Can these patches be broken out to its own series and handled
> separately from the DSA stuff or is there build-time dependencies?

These should all be able to be a separate series if I did my job right.
Everything should have no functional change except for this:

> > pinctrl: ocelot: update pinctrl to automatic base address

Fortunately this was tested by Clément and didn't seem to have any
ill-fated side effects.

I assume this isn't something I wouldn't want to submit to net-next...
is there a different place (tree? board? list?) where those should be
submitted?

>
> Yours,
> Linus Walleij