All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@linaro.org>
To: Dan Carpenter <dan.carpenter@linaro.org>
Cc: Peng Fan <peng.fan@nxp.com>, Tom Rini <trini@konsulko.com>,
	u-boot@lists.denx.de,
	Vincent Guittot <vincent.guittot@linaro.org>,
	Michal Simek <michal.simek@amd.com>,
	arm-scmi@vger.kernel.org, Linus Walleij <linusw@kernel.org>
Subject: [PATCH 0/2] u-boot: pinctrl: scmi: Use standard pin muxing format
Date: Thu, 26 Mar 2026 15:08:12 +0300	[thread overview]
Message-ID: <cover.1774526652.git.dan.carpenter@linaro.org> (raw)

In my original code I created a custom format for pin muxing but it's
better to use the standard format.  I also found a bug trying to use
set the function.  (That code wasn't used previously).

My GPIO driver is not affected by this change:
https://lore.kernel.org/all/ff0756d9a26c95540fb65a35765e9a43949a5814.1774350851.git.dan.carpenter@linaro.org/

Dan Carpenter (2):
  firmware: scmi: Fix setting the function
  pinctrl: scmi: Use standard device tree pin muxing format

 drivers/firmware/scmi/pinctrl.c |   2 +
 drivers/pinctrl/pinctrl-scmi.c  | 151 ++++++++++++--------------------
 2 files changed, 56 insertions(+), 97 deletions(-)

-- 
2.53.0


             reply	other threads:[~2026-03-26 12:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-26 12:08 Dan Carpenter [this message]
2026-03-26 12:08 ` [PATCH 1/2] firmware: scmi: Fix setting the function Dan Carpenter
2026-03-27 11:45   ` Michal Simek
2026-03-27 13:12     ` Dan Carpenter
2026-03-26 12:08 ` [PATCH 2/2] pinctrl: scmi: Use standard device tree pin muxing format Dan Carpenter
2026-03-26 12:18   ` Linus Walleij
2026-04-09 12:55 ` [PATCH 0/2] u-boot: pinctrl: scmi: Use standard " Peng Fan (OSS)

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=cover.1774526652.git.dan.carpenter@linaro.org \
    --to=dan.carpenter@linaro.org \
    --cc=arm-scmi@vger.kernel.org \
    --cc=linusw@kernel.org \
    --cc=michal.simek@amd.com \
    --cc=peng.fan@nxp.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vincent.guittot@linaro.org \
    /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.