[PATCH v3 0/3] wireless: p54 devicetree conversion

From: Arnd Bergmann

Date: Mon Apr 27 2026 - 10:30:07 EST


From: Arnd Bergmann <arnd@xxxxxxxx>

This is an older patch of mine that I lost track of. We already decided
a while ago that the OMAP2 platform should probably be removed entirely,
and this is the only known user, but it's probably a good idea to still
get the driver changes in, in case there are other out-of-tree users.

We probably don't have to worry about bisectability any more though,
so the devicetree and driver changes can just get merged independently
through the OMAP and wireless trees, respectively.

Arnd

v2 Link: https://lore.kernel.org/all/20230404082401.1087835-1-arnd@xxxxxxxxxx/

Cc: "Aaro Koskinen" <aaro.koskinen@xxxxxx>
Cc: "Andreas Kemnade" <andreas@xxxxxxxxxxxx>
Cc: "Arnd Bergmann" <arnd@xxxxxxxx>
Cc: "Bartosz Golaszewski" <brgl@xxxxxxxxxx>
Cc: "Benoît Cousson" <bcousson@xxxxxxxxxxxx>
Cc: "David S. Miller" <davem@xxxxxxxxxxxxx>
Cc: "Dmitry Torokhov" <dmitry.torokhov@xxxxxxxxx>
Cc: "Eric Dumazet" <edumazet@xxxxxxxxxx>
Cc: "Felipe Balbi" <balbi@xxxxxxxxxx>
Cc: "Jakub Kicinski" <kuba@xxxxxxxxxx>
Cc: "Johannes Berg" <johannes@xxxxxxxxxxxxxxxx>
Cc: "Kevin Hilman" <khilman@xxxxxxxxxxxx>
Cc: "Krzysztof Kozlowski" <krzk+dt@xxxxxxxxxx>
Cc: "Linus Walleij" <linusw@xxxxxxxxxx>
Cc: "Paolo Abeni" <pabeni@xxxxxxxxxx>
Cc: "Rob Herring" <robh+dt@xxxxxxxxxx>
Cc: "Roger Quadros" <rogerq@xxxxxxxxxx>
Cc: "Tony Lindgren" <tony@xxxxxxxxxxx>
Cc: linux-wireless@xxxxxxxxxxxxxxx
Cc: netdev@xxxxxxxxxxxxxxx
Cc: devicetree@xxxxxxxxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx
Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
Cc: linux-gpio@xxxxxxxxxxxxxxx
Cc: linux-omap@xxxxxxxxxxxxxxx


Arnd Bergmann (3):
dt-bindings: net: add st,stlc45xx/p54spi binding
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/ti/omap/omap2.dtsi | 4 ++
.../dts/ti/omap/omap2420-n8x0-common.dtsi | 12 ++++
arch/arm/mach-omap2/board-n8x0.c | 18 -----
drivers/net/wireless/intersil/p54/p54spi.c | 68 +++++++------------
drivers/net/wireless/intersil/p54/p54spi.h | 3 +
7 files changed, 103 insertions(+), 61 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/wireless/st,stlc45xx.yaml

--
2.39.5