On Thu, Jun 26, 2025 at 3:23 PM Lee Jones <lee@xxxxxxxxxx> wrote: > > On Tue, 24 Jun 2025, Bartosz Golaszewski wrote: > > > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > > > Replace struct bgpio_pdata - that we plan to remove - with software > > nodes containing properties encoding the same values thatr can now be > > Spelling. > > > parsed by gpio-mmio. > > > > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > --- > > drivers/mfd/vexpress-sysreg.c | 46 ++++++++++++++++++++++++++----------------- > > 1 file changed, 28 insertions(+), 18 deletions(-) > > Can this go in on its own, or does it have depend{encies,ants}? It will break the MFD GPIO sub-driver without patch 1/6 from this series. It would be best if you could Ack it and I can set up an immutable branch for v6.17 if you need it. Bartosz