Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for Mobileye EyeQ5 reset controller
@ 2023-12-18 17:16 Théo Lebrun
  2023-12-18 17:16 ` [PATCH 1/4] dt-bindings: reset: mobileye,eyeq5-reset: add bindings Théo Lebrun
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Théo Lebrun @ 2023-12-18 17:16 UTC (permalink / raw)
  To: Vladimir Kondratiev, Gregory CLEMENT, Philipp Zabel, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Thomas Bogendoerfer
  Cc: linux-mips, devicetree, linux-kernel, Thomas Petazzoni,
	Tawfik Bayouk, Théo Lebrun

Hi,

We follow-up the platform support series for Mobileye EyeQ5 [1] with
this reset controller patch series.

The registers are located in a shared register region called OLB
("Other Logic Block"). A single driver instance handles the three
existing reset domains, each with their custom logic:
 - We busy-wait on the first two for hardware LBIST reasons (logic
   built-in self-test).
 - Domains 0 & 2 work in a bit-per-reset fashion while domain 1 works in
   a register-per-reset fashion.

We end the series by adding the node to the platform devicetree and
reset handles to the three UARTs.

[1]: https://lore.kernel.org/lkml/20231212163459.1923041-1-gregory.clement@bootlin.com/

Have a nice day,
Théo Lebrun

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
---
Théo Lebrun (4):
      dt-bindings: reset: mobileye,eyeq5-reset: add bindings
      reset: eyeq5: add driver
      MIPS: mobileye: eyeq5: add OLB reset controller node
      MIPS: mobileye: eyeq5: add reset properties to uarts

 .../bindings/reset/mobileye,eyeq5-reset.yaml       |  69 +++++
 MAINTAINERS                                        |   3 +
 arch/mips/boot/dts/mobileye/eyeq5.dtsi             |   9 +
 drivers/reset/Kconfig                              |  13 +
 drivers/reset/Makefile                             |   1 +
 drivers/reset/reset-eyeq5.c                        | 323 +++++++++++++++++++++
 include/dt-bindings/reset/mobileye,eyeq5-reset.h   |  80 +++++
 7 files changed, 498 insertions(+)
---
base-commit: 0bb6b85cadabf93a754df740bd1b6c56ef41ac2c
change-id: 20231023-mbly-reset-b587dac68d0b

Best regards,
-- 
Théo Lebrun <theo.lebrun@bootlin.com>


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

end of thread, other threads:[~2023-12-20 10:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-18 17:16 [PATCH 0/4] Add support for Mobileye EyeQ5 reset controller Théo Lebrun
2023-12-18 17:16 ` [PATCH 1/4] dt-bindings: reset: mobileye,eyeq5-reset: add bindings Théo Lebrun
2023-12-18 20:46   ` Rob Herring
2023-12-19  7:40   ` Krzysztof Kozlowski
2023-12-20  9:25     ` Théo Lebrun
2023-12-20 10:32       ` Krzysztof Kozlowski
2023-12-18 17:16 ` [PATCH 2/4] reset: eyeq5: add driver Théo Lebrun
2023-12-19  7:41   ` Krzysztof Kozlowski
2023-12-18 17:16 ` [PATCH 3/4] MIPS: mobileye: eyeq5: add OLB reset controller node Théo Lebrun
2023-12-18 17:16 ` [PATCH 4/4] MIPS: mobileye: eyeq5: add reset properties to uarts Théo Lebrun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox