[PATCH v3 0/3] wireless: p54 devicetree conversion
Arnd Bergmann
arnd at kernel.org
Mon Apr 27 07:23:52 PDT 2026
From: Arnd Bergmann <arnd at arndb.de>
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@kernel.org/
Cc: "Aaro Koskinen" <aaro.koskinen at iki.fi>
Cc: "Andreas Kemnade" <andreas at kemnade.info>
Cc: "Arnd Bergmann" <arnd at arndb.de>
Cc: "Bartosz Golaszewski" <brgl at kernel.org>
Cc: "Benoît Cousson" <bcousson at baylibre.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: "Kevin Hilman" <khilman at baylibre.com>
Cc: "Krzysztof Kozlowski" <krzk+dt at kernel.org>
Cc: "Linus Walleij" <linusw at kernel.org>
Cc: "Paolo Abeni" <pabeni at redhat.com>
Cc: "Rob Herring" <robh+dt at kernel.org>
Cc: "Roger Quadros" <rogerq 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
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
More information about the linux-arm-kernel
mailing list