linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] soc: xilinx: vcu: provide interfaces for other drivers
@ 2020-11-09 13:48 Michael Tretter
  2020-11-09 13:48 ` [PATCH v4 1/4] soc: xilinx: vcu: drop useless success message Michael Tretter
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Michael Tretter @ 2020-11-09 13:48 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: dshah, tejasp, gregkh, Michael Tretter, rajanv, michals, kernel,
	rvisaval

Hello,

this is v4 of the series to expose the vcu-settings via syscon. This is
necessary, because other drivers, e.g. the allegro-dvt driver, need to read
the VCU settings as well.

I dropped the patches that register the clock controller for now. The patch
stack to rework the driver to properly provide the PLL and clock dividers grew
to a level that justifies a separate series.

The individual patches do not contain any changes compared to v3.

Michael

Changelog:

v3 -> v4:
- Drop patches that add a clock controller

v2 -> v3:
- drop unused xvcu_reset() function

v1 -> v2:
- drop custom select for syscon
- unregister registered clocks on driver remove

Michael Tretter (4):
  soc: xilinx: vcu: drop useless success message
  dt-bindings: soc: xlnx: extract xlnx, vcu-settings to separate binding
  soc: xilinx: vcu: use vcu-settings syscon registers
  soc: xilinx: vcu: add missing register NUM_CORE

 .../soc/xilinx/xlnx,vcu-settings.yaml         | 34 +++++++
 .../bindings/soc/xilinx/xlnx,vcu.txt          |  9 +-
 drivers/soc/xilinx/Kconfig                    |  1 +
 drivers/soc/xilinx/xlnx_vcu.c                 | 96 +++++++++----------
 include/linux/mfd/syscon/xlnx-vcu.h           | 39 ++++++++
 5 files changed, 123 insertions(+), 56 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/soc/xilinx/xlnx,vcu-settings.yaml
 create mode 100644 include/linux/mfd/syscon/xlnx-vcu.h

-- 
2.20.1


_______________________________________________
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:[~2020-11-20 13:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-09 13:48 [PATCH v4 0/4] soc: xilinx: vcu: provide interfaces for other drivers Michael Tretter
2020-11-09 13:48 ` [PATCH v4 1/4] soc: xilinx: vcu: drop useless success message Michael Tretter
2020-11-09 13:48 ` [PATCH v4 2/4] dt-bindings: soc: xlnx: extract xlnx, vcu-settings to separate binding Michael Tretter
2020-11-09 13:48 ` [PATCH v4 3/4] soc: xilinx: vcu: use vcu-settings syscon registers Michael Tretter
2020-11-13 20:52   ` Hyun Kwon
2020-11-17  8:08     ` Michael Tretter
2020-11-09 13:48 ` [PATCH v4 4/4] soc: xilinx: vcu: add missing register NUM_CORE Michael Tretter
2020-11-20 13:55 ` [PATCH v4 0/4] soc: xilinx: vcu: provide interfaces for other drivers Michal Simek

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).