linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] p54spi devicetree conversion
@ 2023-04-04  8:23 Arnd Bergmann
  2023-04-04  8:23 ` [PATCH v2 1/3] dt-bindings: net: add st,stlc45xx Arnd Bergmann
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Arnd Bergmann @ 2023-04-04  8:23 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: soc, Arnd Bergmann, Aaro Koskinen, Bartosz Golaszewski,
	Benoît Cousson, Christian Lamparter, David S. Miller,
	Dmitry Torokhov, Eric Dumazet, Felipe Balbi, Jakub Kicinski,
	Johannes Berg, Krzysztof Kozlowski, Linus Walleij, Paolo Abeni,
	Rob Herring, linux-wireless, netdev, devicetree, linux-kernel,
	linux-arm-kernel, linux-gpio, linux-omap

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

-- 
2.39.2

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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-04-07  7:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-04  8:23 [PATCH v2 0/3] p54spi devicetree conversion Arnd Bergmann
2023-04-04  8:23 ` [PATCH v2 1/3] dt-bindings: net: add st,stlc45xx Arnd Bergmann
2023-04-07  7:04   ` Krzysztof Kozlowski
2023-04-04  8:24 ` [PATCH v2 2/3] ARM: dts: omap2: add stlc4560 spi-wireless node Arnd Bergmann
2023-04-07  7:05   ` Krzysztof Kozlowski
2023-04-04  8:24 ` [PATCH v2 3/3] p54spi: convert to devicetree Arnd Bergmann
2023-04-07  7:10   ` Krzysztof Kozlowski
2023-04-04 11:06 ` [PATCH v2 0/3] p54spi devicetree conversion Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).