mbox series

[0/3] MIPS: Add Mobileye EyeQ OLB system-controller

Message ID 20240628-mbly-mips-v1-0-f53f5e4c422b@bootlin.com (mailing list archive)
Headers show
Series MIPS: Add Mobileye EyeQ OLB system-controller | expand

Message

Théo Lebrun June 28, 2024, 4:11 p.m. UTC
This is a new iteration on the Mobileye system-controller series [0].
It has been split into separate series to facilitate merging.

This series contains a dt-bindings defining the system-controller
(called OLB) used on EyeQ5, EyeQ6L and EyeQ6H. It then modifies the
EyeQ5 devicetree to exploit that system-controller.

The last patch adds entries in MAINTAINERS for all related files. This
is done in a single commit to avoid conflicts across trees.

Related series are targeted at clk [1], reset [2] and pinctrl [3].

Have a nice day,
Théo

[0]: https://lore.kernel.org/lkml/20240620-mbly-olb-v3-0-5f29f8ca289c@bootlin.com/
[1]: https://lore.kernel.org/lkml/20240628-mbly-clk-v1-0-edb1e29ea4c1@bootlin.com/
[2]: https://lore.kernel.org/lkml/20240628-mbly-reset-v1-0-2a8294fd4392@bootlin.com/
[3]: https://lore.kernel.org/lkml/20240628-mbly-pinctrl-v1-0-c878192d6b0a@bootlin.com/

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
---
Changes since OLB v3 [0]:
 - MAINTAINERS: Move changes into a separate commit to avoid merge
   conflicts. This commit is in the present series.
 - dt-bindings: Take Reviewed-by: Rob Herring.

---
Théo Lebrun (3):
      dt-bindings: soc: mobileye: add EyeQ OLB system controller
      MIPS: mobileye: eyeq5: add OLB system-controller node
      MAINTAINERS: Mobileye: add OLB drivers and dt-bindings

 .../bindings/soc/mobileye/mobileye,eyeq5-olb.yaml  | 374 +++++++++++++++++++++
 MAINTAINERS                                        |   5 +
 .../{eyeq5-fixed-clocks.dtsi => eyeq5-clocks.dtsi} |  54 +--
 arch/mips/boot/dts/mobileye/eyeq5-pins.dtsi        | 125 +++++++
 arch/mips/boot/dts/mobileye/eyeq5.dtsi             |  22 +-
 5 files changed, 541 insertions(+), 39 deletions(-)
---
base-commit: f2661062f16b2de5d7b6a5c42a9a5c96326b8454
change-id: 20240628-mbly-mips-f4f55fc27847

Best regards,

Comments

Thomas Bogendoerfer July 3, 2024, 2:35 p.m. UTC | #1
On Fri, Jun 28, 2024 at 06:11:49PM +0200, Théo Lebrun wrote:
> This is a new iteration on the Mobileye system-controller series [0].
> It has been split into separate series to facilitate merging.
> 
> This series contains a dt-bindings defining the system-controller
> (called OLB) used on EyeQ5, EyeQ6L and EyeQ6H. It then modifies the
> EyeQ5 devicetree to exploit that system-controller.

just to be sure, this replaces the v3 series ? And it's the only
series, which should go through the MIPS tree ?

Thomas.
Théo Lebrun July 3, 2024, 2:52 p.m. UTC | #2
Hello Thomas,

On Wed Jul 3, 2024 at 4:35 PM CEST, Thomas Bogendoerfer wrote:
> On Fri, Jun 28, 2024 at 06:11:49PM +0200, Théo Lebrun wrote:
> > This is a new iteration on the Mobileye system-controller series [0].
> > It has been split into separate series to facilitate merging.
> > 
> > This series contains a dt-bindings defining the system-controller
> > (called OLB) used on EyeQ5, EyeQ6L and EyeQ6H. It then modifies the
> > EyeQ5 devicetree to exploit that system-controller.
>
> just to be sure, this replaces the v3 series ? And it's the only
> series, which should go through the MIPS tree ?

Sorry it was not clear enough. I confirm this replaces the V3.
It is the only series that should go through the MIPS tree.

The remaining three series have had their V2 sent a few minutes ago.
Each series contains the removal of the old dt-bindings and the three
clk/reset/pinctrl drivers.

https://lore.kernel.org/lkml/20240703-mbly-clk-v2-0-fe8c6199a579@bootlin.com/
https://lore.kernel.org/lkml/20240703-mbly-reset-v2-0-3fe853d78139@bootlin.com/
https://lore.kernel.org/lkml/20240703-mbly-pinctrl-v2-0-eab5f69f1b01@bootlin.com/

Thanks,

--
Théo Lebrun, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Thomas Bogendoerfer July 3, 2024, 3:19 p.m. UTC | #3
On Fri, Jun 28, 2024 at 06:11:49PM +0200, Théo Lebrun wrote:
> This is a new iteration on the Mobileye system-controller series [0].
> It has been split into separate series to facilitate merging.
> 
> This series contains a dt-bindings defining the system-controller
> (called OLB) used on EyeQ5, EyeQ6L and EyeQ6H. It then modifies the
> EyeQ5 devicetree to exploit that system-controller.
> 
> The last patch adds entries in MAINTAINERS for all related files. This
> is done in a single commit to avoid conflicts across trees.
> 
> Related series are targeted at clk [1], reset [2] and pinctrl [3].
> 
> Have a nice day,
> Théo
> 
> [0]: https://lore.kernel.org/lkml/20240620-mbly-olb-v3-0-5f29f8ca289c@bootlin.com/
> [1]: https://lore.kernel.org/lkml/20240628-mbly-clk-v1-0-edb1e29ea4c1@bootlin.com/
> [2]: https://lore.kernel.org/lkml/20240628-mbly-reset-v1-0-2a8294fd4392@bootlin.com/
> [3]: https://lore.kernel.org/lkml/20240628-mbly-pinctrl-v1-0-c878192d6b0a@bootlin.com/
> 
> Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
> ---
> Changes since OLB v3 [0]:
>  - MAINTAINERS: Move changes into a separate commit to avoid merge
>    conflicts. This commit is in the present series.
>  - dt-bindings: Take Reviewed-by: Rob Herring.
> 
> ---
> Théo Lebrun (3):
>       dt-bindings: soc: mobileye: add EyeQ OLB system controller
>       MIPS: mobileye: eyeq5: add OLB system-controller node
>       MAINTAINERS: Mobileye: add OLB drivers and dt-bindings
> 
>  .../bindings/soc/mobileye/mobileye,eyeq5-olb.yaml  | 374 +++++++++++++++++++++
>  MAINTAINERS                                        |   5 +
>  .../{eyeq5-fixed-clocks.dtsi => eyeq5-clocks.dtsi} |  54 +--
>  arch/mips/boot/dts/mobileye/eyeq5-pins.dtsi        | 125 +++++++
>  arch/mips/boot/dts/mobileye/eyeq5.dtsi             |  22 +-
>  5 files changed, 541 insertions(+), 39 deletions(-)

series applied to mips-next.

Thomas.