All of lore.kernel.org
 help / color / mirror / Atom feed
From: "MINETTE Alexandre" <contact@alex-min.fr>
To: "Bartosz Golaszewski" <brgl@kernel.org>
Cc: "Alexandre MINETTE via B4 Relay"
	<devnull+contact.alex-min.fr@kernel.org>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
	phone-devel@vger.kernel.org,
	"Konrad Dybcio" <konrad.dybcio@oss.qualcomm.com>,
	"Bjorn Andersson" <andersson@kernel.org>,
	"Konrad Dybcio" <konradybcio@kernel.org>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"MyungJoo Ham" <myungjoo.ham@samsung.com>,
	"Chanwoo Choi" <cw00.choi@samsung.com>,
	"Guru Das Srinagesh" <linux@gurudas.dev>,
	"Linus Walleij" <linusw@kernel.org>,
	"Rob Clark" <robin.clark@oss.qualcomm.com>,
	"Kees Cook" <kees@kernel.org>, "Tony Luck" <tony.luck@intel.com>,
	"Guilherme G. Piccoli" <gpiccoli@igalia.com>,
	"Lee Jones" <lee@kernel.org>
Subject: Re: [PATCH v5 2/6] pinctrl: qcom: Register functions before enabling pinctrl
Date: Sun, 30 Aug 2026 09:52:50 +0200	[thread overview]
Message-ID: <b6a6d425-c981-438e-9309-5aa00bc23c43@app.fastmail.com> (raw)
In-Reply-To: <CAMRc=MdKYW_NQpqBES5UcyNqBJd_t1cHiLA3av0wWSWwFgOH-g@mail.gmail.com>

Hi Bartosz,

It seems the patch has already been applied to linux-next with commit 981aefd53b3cdafae0e45332a1023b80d67f52be, so there's nothing to do, sorry for the confusion
-- 
  MINETTE Alexandre
  contact@alex-min.fr

Lun 10 août 2026, à 13:09, Bartosz Golaszewski a écrit :
> On Tue, 4 Aug 2026 08:34:27 +0200, Alexandre MINETTE via B4 Relay
> <devnull+contact.alex-min.fr@kernel.org> said:
>> From: Alexandre MINETTE <contact@alex-min.fr>
>>
>> pinctrl consumers can request states while the pinctrl core enables the
>> controller. On Qualcomm pinctrl drivers this can happen before the SoC
>> function list has been registered, which leaves the function table
>> incomplete during state lookup.
>>
>> On APQ8064 this can fail while claiming pinctrl hogs:
>>
>>    apq8064-pinctrl 800000.pinctrl: invalid function ps_hold in map table
>>    apq8064-pinctrl 800000.pinctrl: error claiming hogs: -22
>>    apq8064-pinctrl 800000.pinctrl: could not claim hogs: -22
>>
>> Register Qualcomm pinctrl with devm_pinctrl_register_and_init(), add the
>> SoC pin functions, and only then enable the pinctrl device.
>>
>> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
>> Signed-off-by: Alexandre MINETTE <contact@alex-min.fr>
>> ---
>
> This doesn't apply on top of current linux-next. Can you rebase, resend this
> as a separate patch and add the Cc: stable and Fixes: tags?
>
> Bart

  reply	other threads:[~2026-08-30  7:53 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-04  6:34 [PATCH v5 0/6] Add Samsung Galaxy S4 support Alexandre MINETTE via B4 Relay
2026-08-04  6:34 ` Alexandre MINETTE
2026-08-04  6:34 ` [PATCH v5 1/6] dt-bindings: arm: qcom: Add Samsung Galaxy S4 Alexandre MINETTE via B4 Relay
2026-08-04  6:34   ` Alexandre MINETTE
2026-08-04  6:34 ` [PATCH v5 2/6] pinctrl: qcom: Register functions before enabling pinctrl Alexandre MINETTE via B4 Relay
2026-08-04  6:34   ` Alexandre MINETTE
2026-08-07  8:32   ` Linus Walleij
2026-08-10 11:09   ` Bartosz Golaszewski
2026-08-30  7:52     ` MINETTE Alexandre [this message]
2026-08-04  6:34 ` [PATCH v5 3/6] ARM: dts: qcom: apq8064: Fix USB controller clocks Alexandre MINETTE via B4 Relay
2026-08-04  6:34   ` Alexandre MINETTE
2026-08-04  6:52   ` sashiko-bot
2026-08-04 14:24   ` Antony Kurniawan Soemardi
2026-08-04  6:34 ` [PATCH v5 4/6] mfd: qcom-pm8xxx: register PM8921 USB ID extcon Alexandre MINETTE via B4 Relay
2026-08-04  6:34   ` Alexandre MINETTE
2026-08-04  6:54   ` sashiko-bot
2026-08-12 12:29   ` Lee Jones
2026-08-30 20:18     ` MINETTE Alexandre
2026-08-04  6:34 ` [PATCH v5 5/6] extcon: qcom-spmi-misc: match PM8xxx USB ID platform device Alexandre MINETTE via B4 Relay
2026-08-04  6:34   ` Alexandre MINETTE
2026-08-04  7:01   ` sashiko-bot
2026-08-04  6:34 ` [PATCH v5 6/6] ARM: dts: qcom: Add Samsung Galaxy S4 Alexandre MINETTE via B4 Relay
2026-08-04  6:34   ` Alexandre MINETTE
2026-08-04  6:53   ` sashiko-bot

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=b6a6d425-c981-438e-9309-5aa00bc23c43@app.fastmail.com \
    --to=contact@alex-min.fr \
    --cc=andersson@kernel.org \
    --cc=brgl@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=cw00.choi@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=devnull+contact.alex-min.fr@kernel.org \
    --cc=gpiccoli@igalia.com \
    --cc=kees@kernel.org \
    --cc=konrad.dybcio@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=lee@kernel.org \
    --cc=linusw@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@gurudas.dev \
    --cc=myungjoo.ham@samsung.com \
    --cc=phone-devel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=robin.clark@oss.qualcomm.com \
    --cc=tony.luck@intel.com \
    /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.