[PATCH 0/3] [v5 net-next] wireless: p54 devicetree conversion
From: Arnd Bergmann
Date: Thu May 07 2026 - 17:25:18 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
---
v4 Link: https://lore.kernel.org/all/20260430081242.3686993-1-arnd@xxxxxxxxxx/
v3 Link: https://lore.kernel.org/all/20260427142355.2532714-1-arnd@xxxxxxxxxx/
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):
[v5 net-next] dt-bindings: net: add st,stlc4560/p54spi binding
[v5 net-next] p54spi: convert to devicetree
[v5 omap] ARM: dts: omap2: add stlc4560 spi-wireless node
.../bindings/net/wireless/st,stlc4560.yaml | 61 +++++++++++++++++
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 | 67 +++++++------------
drivers/net/wireless/intersil/p54/p54spi.h | 3 +
7 files changed, 104 insertions(+), 62 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/wireless/st,stlc4560.yaml
--
2.39.5