mbox series

[v2,0/3] p54spi devicetree conversion

Message ID 20230404082401.1087835-1-arnd@kernel.org (mailing list archive)
Headers show
Series p54spi devicetree conversion | expand

Message

Arnd Bergmann April 4, 2023, 8:23 a.m. UTC
From: Arnd Bergmann <arnd@arndb.de>

I now revisited the earlier submission, hopefully addressing
all of the feedback correctly. This is still untested, but if
everyone is happy, it could still make it into v6.4.

Patch 3 touches both driver and platform parts, and can't
easily be split up without breaking bisectability, so I think
it's easiest to merge it through the soc tree, with Christian's
Ack.

Tony, I see you already sent a set of pull requests, let me know
if you want to pick up these patches for a future round (6.4
or 6.5), or if I should just apply them on top.

Link: https://lore.kernel.org/all/20230314163201.955689-1-arnd@kernel.org/
---
Changes in v2:

 - split into three patches
 - reverse polarity of power(down) gpio
 - clean up binding

Arnd Bergmann (3):
  dt-bindings: net: add st,stlc45xx
  ARM: dts: omap2: add stlc4560 spi-wireless node
  p54spi: convert to devicetree

 .../bindings/net/wireless/st,stlc45xx.yaml    | 58 +++++++++++++++
 MAINTAINERS                                   |  1 +
 arch/arm/boot/dts/omap2.dtsi                  |  4 ++
 arch/arm/boot/dts/omap2420-n8x0-common.dtsi   | 12 ++++
 arch/arm/mach-omap2/board-n8x0.c              | 18 -----
 drivers/net/wireless/intersil/p54/p54spi.c    | 71 +++++++------------
 drivers/net/wireless/intersil/p54/p54spi.h    |  3 +
 7 files changed, 104 insertions(+), 63 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/wireless/st,stlc45xx.yaml

Comments

Arnd Bergmann April 4, 2023, 11:06 a.m. UTC | #1
On Tue, Apr 4, 2023, at 10:23, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> I now revisited the earlier submission, hopefully addressing
> all of the feedback correctly. This is still untested, but if
> everyone is happy, it could still make it into v6.4.
>
> Patch 3 touches both driver and platform parts, and can't
> easily be split up without breaking bisectability, so I think
> it's easiest to merge it through the soc tree, with Christian's
> Ack.
>
> Tony, I see you already sent a set of pull requests, let me know
> if you want to pick up these patches for a future round (6.4
> or 6.5), or if I should just apply them on top.

I just spotted two mistakes myself, so there will have to be a v3:
Patch 1 is missing a changelog text, and patch 3 contains a typo
that only now triggered in my randconfig builds.

      Arnd