mbox series

[0/4] Extend pinctrl ocelot driver to support other SoCs

Message ID 20201106093118.965152-1-gregory.clement@bootlin.com
Headers show
Series Extend pinctrl ocelot driver to support other SoCs | expand

Message

Gregory CLEMENT Nov. 6, 2020, 9:31 a.m. UTC
Hello,

Ocelot SoC belongs to a larger family of SoCs which use the same
interrupt controller with a few variation.

This series of patches add support for Luton and Serval, they are all
MIPS based.

The first patches of the series also updates the binding documentation
with the new compatible strings.

Gregory

Gregory CLEMENT (2):
  dt-bindings: pinctrl: ocelot: Add Luton SoC support
  dt-bindings: pinctrl: ocelot: Add Serval SoC support

Lars Povlsen (2):
  pinctrl: ocelot: Add support for Luton platforms
  pinctrl: ocelot: Add support for Serval platforms

 .../bindings/pinctrl/mscc,ocelot-pinctrl.txt  |   3 +-
 drivers/pinctrl/pinctrl-ocelot.c              | 184 ++++++++++++++++++
 2 files changed, 186 insertions(+), 1 deletion(-)

Comments

Linus Walleij Nov. 10, 2020, 2:11 p.m. UTC | #1
On Fri, Nov 6, 2020 at 10:31 AM Gregory CLEMENT
<gregory.clement@bootlin.com> wrote:

> Ocelot SoC belongs to a larger family of SoCs which use the same

> interrupt controller with a few variation.

>

> This series of patches add support for Luton and Serval, they are all

> MIPS based.

>

> The first patches of the series also updates the binding documentation

> with the new compatible strings.


All 4 patches applied.

Please consider converting the device tree bindings to YAML
when/if you have time.

Yours,
Linus Walleij