All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sumit Garg <sumit.garg@kernel.org>
To: Neil Armstrong <neil.armstrong@linaro.org>
Cc: Tom Rini <trini@konsulko.com>,
	Casey Connolly <casey.connolly@linaro.org>,
	u-boot@lists.denx.de, u-boot-qcom@groups.io,
	Alexey Minnekhanov <alexeymin@postmarketos.org>
Subject: Re: [PATCH v2 0/2] gpio: qcom: rewritte SPMI gpio driver from Linux driver
Date: Mon, 7 Jul 2025 18:18:24 +0530	[thread overview]
Message-ID: <aGvCGMmS56p3qqvO@sumit-X1> (raw)
In-Reply-To: <20250630-topic-sm8x50-pmic-gpio-pinctrl-new-v2-0-cc1512931197@linaro.org>

On Mon, Jun 30, 2025 at 06:04:43PM +0200, Neil Armstrong wrote:
> The current SPMI gpio driver is very old and doesn't support
> pin state tracking to fully support the whole pinconf calls.
> 
> The simplest is to rewritte the driver using the v6.14 Linux
> driver and fully implement pinctrl, pinmux, pinconf and gpio
> support using all the newer interfaces.
> 
> The goal is to deprecate the old one it has been validated
> on currently supported hardware.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
> Changes in v2:
> - Collected tested-by
> - Rebased on next
> - Link to v1: https://lore.kernel.org/r/20250401-topic-sm8x50-pmic-gpio-pinctrl-new-v1-0-74077ef0b464@linaro.org
>

The alignment with Linux driver is really a good step, feel free to add:

Acked-by: Sumit Garg <sumit.garg@oss.qualcomm.com>

-Sumit

> ---
> Neil Armstrong (2):
>       gpio: qcom: add new driver for SPMI gpios
>       gpio: qcom: move pm8550 gpio to new driver
> 
>  drivers/gpio/Makefile         |    2 +-
>  drivers/gpio/qcom_pmic_gpio.c |   20 +-
>  drivers/gpio/qcom_spmi_gpio.c | 1035 +++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 1037 insertions(+), 20 deletions(-)
> ---
> base-commit: f2220962f9cb1366bfc003ec2cc5650499c68895
> change-id: 20250401-topic-sm8x50-pmic-gpio-pinctrl-new-2588c35a461c
> 
> Best regards,
> -- 
> Neil Armstrong <neil.armstrong@linaro.org>
> 

  parent reply	other threads:[~2025-07-07 12:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-30 16:04 [PATCH v2 0/2] gpio: qcom: rewritte SPMI gpio driver from Linux driver Neil Armstrong
2025-06-30 16:04 ` [PATCH v2 1/2] gpio: qcom: add new driver for SPMI gpios Neil Armstrong
2025-07-02  8:53   ` Rui Miguel Silva
2025-06-30 16:04 ` [PATCH v2 2/2] gpio: qcom: move pm8550 gpio to new driver Neil Armstrong
2025-07-02  8:53   ` Rui Miguel Silva
2025-07-07 12:48 ` Sumit Garg [this message]
2025-07-14 13:20 ` [PATCH v2 0/2] gpio: qcom: rewritte SPMI gpio driver from Linux driver Casey Connolly

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aGvCGMmS56p3qqvO@sumit-X1 \
    --to=sumit.garg@kernel.org \
    --cc=alexeymin@postmarketos.org \
    --cc=casey.connolly@linaro.org \
    --cc=neil.armstrong@linaro.org \
    --cc=trini@konsulko.com \
    --cc=u-boot-qcom@groups.io \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.