[PATCH v5 0/2] ESWIN EIC7700 pinctrl driver

Yulin Lu posted 2 patches 4 months ago
.../pinctrl/eswin,eic7700-pinctrl.yaml        | 156 ++++
drivers/pinctrl/Kconfig                       |  11 +
drivers/pinctrl/Makefile                      |   1 +
drivers/pinctrl/pinctrl-eic7700.c             | 704 ++++++++++++++++++
4 files changed, 872 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/eswin,eic7700-pinctrl.yaml
create mode 100644 drivers/pinctrl/pinctrl-eic7700.c
[PATCH v5 0/2] ESWIN EIC7700 pinctrl driver
Posted by Yulin Lu 4 months ago
  Implements support for the Eswin eic7700 SoC pinctrl controller.
  Provides API to manage pinctrl for the eic7700 SoC.
  Integration with the Linux pinctrl subsystem for consistency and
  scalability.

  Supported chips:
    Eswin eic7700 SoC.

  Test:
    Tested this patch on the Sifive HiFive Premier P550 (which uses
    the EIC7700 SoC), including system boot, networking, EMMC, display,
    and other peripherals. The drivers for these modules all use the
    pinctrl module, so this verifies that this pinctrl driver
    patch is working properly.

---
Changes since V4:
  pinctrl: eswin: Add EIC7700 pinctrl driver
  - Added #ifdef CONFIG_OF to fix the kernel robot test compilation error.
  - Removed "Reviewed-by" tag of "Krzysztof Kozlowski"
  - Link: https://lore.kernel.org/all/20250515054524.390-1-luyulin@eswincomputing.com/

Yulin Lu (2):
  dt-bindings: pinctrl: eswin: Document for EIC7700 SoC
  pinctrl: eswin: Add EIC7700 pinctrl driver

 .../pinctrl/eswin,eic7700-pinctrl.yaml        | 156 ++++
 drivers/pinctrl/Kconfig                       |  11 +
 drivers/pinctrl/Makefile                      |   1 +
 drivers/pinctrl/pinctrl-eic7700.c             | 704 ++++++++++++++++++
 4 files changed, 872 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/eswin,eic7700-pinctrl.yaml
 create mode 100644 drivers/pinctrl/pinctrl-eic7700.c

-- 
2.25.1
Re: [PATCH v5 0/2] ESWIN EIC7700 pinctrl driver
Posted by Linus Walleij 3 months, 3 weeks ago
On Thu, Jun 12, 2025 at 12:45 PM Yulin Lu <luyulin@eswincomputing.com> wrote:

>   Implements support for the Eswin eic7700 SoC pinctrl controller.
>   Provides API to manage pinctrl for the eic7700 SoC.
>   Integration with the Linux pinctrl subsystem for consistency and
>   scalability.
>
>   Supported chips:
>     Eswin eic7700 SoC.
>
>   Test:
>     Tested this patch on the Sifive HiFive Premier P550 (which uses
>     the EIC7700 SoC), including system boot, networking, EMMC, display,
>     and other peripherals. The drivers for these modules all use the
>     pinctrl module, so this verifies that this pinctrl driver
>     patch is working properly.

This v5 patch set applied, any further comments or snags can certainly
be addressed in-tree.

Yours,
Linus Walleij