All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] ARM: omap: omap4-embt2ws: 32K clock for WLAN
@ 2023-08-30 18:20 Andreas Kemnade
  2023-08-30 18:20 ` [PATCH v2 1/5] dt-bindings: mfd: convert twl-family.tx to json-schema Andreas Kemnade
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Andreas Kemnade @ 2023-08-30 18:20 UTC (permalink / raw)
  To: lee, robh+dt, krzysztof.kozlowski+dt, conor+dt, bcousson, tony,
	mturquette, sboyd, devicetree, linux-kernel, linux-omap,
	linux-clk
  Cc: Andreas Kemnade

To have WLAN working properly, enable a 32K clock of the TWL6032.
In earlier tests, it was still enabled from a previous boot into
the vendor system.

Changes in V2:
- no separate device node for the clock
- converted toplevel node of TWL

Andreas Kemnade (5):
  dt-bindings: mfd: convert twl-family.tx to json-schema
  dt-bindings: mfd: ti,twl: Add clock provider properties
  mfd: twl-core: Add a clock subdevice for the TWL6032
  clk: twl: add clock driver for TWL6032
  ARM: dts: omap4-embt2ws: enable 32K clock on WLAN

 .../devicetree/bindings/mfd/ti,twl.yaml       |  72 +++++++
 .../devicetree/bindings/mfd/twl-family.txt    |  46 ----
 .../boot/dts/ti/omap/omap4-epson-embt2ws.dts  |   8 +
 drivers/clk/Kconfig                           |   9 +
 drivers/clk/Makefile                          |   1 +
 drivers/clk/clk-twl.c                         | 197 ++++++++++++++++++
 drivers/mfd/twl-core.c                        |  16 ++
 7 files changed, 303 insertions(+), 46 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/ti,twl.yaml
 delete mode 100644 Documentation/devicetree/bindings/mfd/twl-family.txt
 create mode 100644 drivers/clk/clk-twl.c

-- 
2.39.2


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

end of thread, other threads:[~2023-09-05 16:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-30 18:20 [PATCH v2 0/5] ARM: omap: omap4-embt2ws: 32K clock for WLAN Andreas Kemnade
2023-08-30 18:20 ` [PATCH v2 1/5] dt-bindings: mfd: convert twl-family.tx to json-schema Andreas Kemnade
2023-08-30 21:25   ` Rob Herring
2023-08-31  6:26   ` Krzysztof Kozlowski
2023-09-05  6:42   ` Tony Lindgren
2023-08-30 18:20 ` [PATCH v2 2/5] dt-bindings: mfd: ti,twl: Add clock provider properties Andreas Kemnade
2023-08-31 15:55   ` Conor Dooley
2023-08-30 18:20 ` [PATCH v2 3/5] mfd: twl-core: Add a clock subdevice for the TWL6032 Andreas Kemnade
2023-08-30 18:20 ` [PATCH v2 4/5] clk: twl: add clock driver for TWL6032 Andreas Kemnade
2023-08-30 18:20 ` [PATCH v2 5/5] ARM: dts: omap4-embt2ws: enable 32K clock on WLAN Andreas Kemnade

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.