[PATCH v2 0/3] p54spi devicetree conversion

Arnd Bergmann arnd at kernel.org
Tue Apr 4 01:23:58 PDT 2023


From: Arnd Bergmann <arnd at 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

-- 
2.39.2

Cc: "Aaro Koskinen" <aaro.koskinen at iki.fi>
Cc: "Arnd Bergmann" <arnd at arndb.de>
Cc: "Bartosz Golaszewski" <brgl at bgdev.pl>
Cc: "Benoît Cousson" <bcousson at baylibre.com>
Cc: Christian Lamparter <chunkeey at googlemail.com>,
Cc: "David S. Miller" <davem at davemloft.net>
Cc: "Dmitry Torokhov" <dmitry.torokhov at gmail.com>
Cc: "Eric Dumazet" <edumazet at google.com>
Cc: "Felipe Balbi" <balbi at kernel.org>
Cc: "Jakub Kicinski" <kuba at kernel.org>
Cc: "Johannes Berg" <johannes at sipsolutions.net>
Cc: "Kalle Valo <kvalo at kernel.org>"
Cc: "Krzysztof Kozlowski" <krzysztof.kozlowski+dt at linaro.org>
Cc: "Linus Walleij" <linus.walleij at linaro.org>
Cc: "Paolo Abeni" <pabeni at redhat.com>
Cc: "Rob Herring" <robh+dt at kernel.org>
Cc: "Tony Lindgren" <tony at atomide.com>
Cc: linux-wireless at vger.kernel.org
Cc: netdev at vger.kernel.org
Cc: devicetree at vger.kernel.org
Cc: linux-kernel at vger.kernel.org
Cc: linux-arm-kernel at lists.infradead.org
Cc: linux-gpio at vger.kernel.org
Cc: linux-omap at vger.kernel.org





More information about the linux-arm-kernel mailing list