* [GIT PULL] More Qualcomm driver updates for v6.16
@ 2025-05-20 2:49 Bjorn Andersson
2025-06-03 8:46 ` Lee Jones
0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Andersson @ 2025-05-20 2:49 UTC (permalink / raw)
To: arm, soc
Cc: linux-arm-msm, linux-arm-kernel, Arnd Bergmann, George Moussalem,
Juerg Haefliger, Unnathi Chalicheemala
The following changes since commit 2c04e58e30ce858cc2be531298312c67c7d55fc3:
soc: qcom: llcc-qcom: Add support for SM8750 (2025-05-12 22:26:21 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-6.16-2
for you to fetch changes up to 936badf282388be78094e55bd5e2c96f86635e48:
docs: firmware: qcom_scm: Fix kernel-doc warning (2025-05-19 18:04:28 -0500)
----------------------------------------------------------------
More Qualcomm driver updates for v6.16
Allow HP EliteBook Ultra G1q to use QSSECOM for UEFI variable acecss.
Add missing compatible for IPQ5018 TCSR block. Fix a kernel-doc warning
in SCM driver.
----------------------------------------------------------------
George Moussalem (1):
dt-bindings: mfd: qcom,tcsr: Add compatible for ipq5018
Juerg Haefliger (1):
firmware: qcom: scm: Allow QSEECOM for HP EliteBook Ultra G1q
Unnathi Chalicheemala (1):
docs: firmware: qcom_scm: Fix kernel-doc warning
Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
drivers/firmware/qcom/qcom_scm.c | 1 +
drivers/firmware/qcom/qcom_scm.h | 3 +++
3 files changed, 5 insertions(+)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] More Qualcomm driver updates for v6.16
2025-05-20 2:49 [GIT PULL] More Qualcomm driver updates for v6.16 Bjorn Andersson
@ 2025-06-03 8:46 ` Lee Jones
2025-06-03 8:49 ` George Moussalem
0 siblings, 1 reply; 4+ messages in thread
From: Lee Jones @ 2025-06-03 8:46 UTC (permalink / raw)
To: Bjorn Andersson
Cc: arm, soc, linux-arm-msm, linux-arm-kernel, Arnd Bergmann,
George Moussalem, Juerg Haefliger, Unnathi Chalicheemala
On Mon, 19 May 2025, Bjorn Andersson wrote:
>
> The following changes since commit 2c04e58e30ce858cc2be531298312c67c7d55fc3:
>
> soc: qcom: llcc-qcom: Add support for SM8750 (2025-05-12 22:26:21 +0100)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-6.16-2
>
> for you to fetch changes up to 936badf282388be78094e55bd5e2c96f86635e48:
>
> docs: firmware: qcom_scm: Fix kernel-doc warning (2025-05-19 18:04:28 -0500)
>
> ----------------------------------------------------------------
> More Qualcomm driver updates for v6.16
>
> Allow HP EliteBook Ultra G1q to use QSSECOM for UEFI variable acecss.
> Add missing compatible for IPQ5018 TCSR block. Fix a kernel-doc warning
> in SCM driver.
>
> ----------------------------------------------------------------
> George Moussalem (1):
> dt-bindings: mfd: qcom,tcsr: Add compatible for ipq5018
Why is this commit in here?
Where and when did you pick this up? I don't see anything in LORE.
> Juerg Haefliger (1):
> firmware: qcom: scm: Allow QSEECOM for HP EliteBook Ultra G1q
>
> Unnathi Chalicheemala (1):
> docs: firmware: qcom_scm: Fix kernel-doc warning
>
> Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
> drivers/firmware/qcom/qcom_scm.c | 1 +
> drivers/firmware/qcom/qcom_scm.h | 3 +++
> 3 files changed, 5 insertions(+)
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] More Qualcomm driver updates for v6.16
2025-06-03 8:46 ` Lee Jones
@ 2025-06-03 8:49 ` George Moussalem
2025-06-03 10:06 ` Lee Jones
0 siblings, 1 reply; 4+ messages in thread
From: George Moussalem @ 2025-06-03 8:49 UTC (permalink / raw)
To: Lee Jones, Bjorn Andersson
Cc: arm, soc, linux-arm-msm, linux-arm-kernel, Arnd Bergmann,
Juerg Haefliger, Unnathi Chalicheemala
Hi Lee, please see inline.
On 6/3/25 12:46, Lee Jones wrote:
> On Mon, 19 May 2025, Bjorn Andersson wrote:
>
>>
>> The following changes since commit 2c04e58e30ce858cc2be531298312c67c7d55fc3:
>>
>> soc: qcom: llcc-qcom: Add support for SM8750 (2025-05-12 22:26:21 +0100)
>>
>> are available in the Git repository at:
>>
>> https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-6.16-2
>>
>> for you to fetch changes up to 936badf282388be78094e55bd5e2c96f86635e48:
>>
>> docs: firmware: qcom_scm: Fix kernel-doc warning (2025-05-19 18:04:28 -0500)
>>
>> ----------------------------------------------------------------
>> More Qualcomm driver updates for v6.16
>>
>> Allow HP EliteBook Ultra G1q to use QSSECOM for UEFI variable acecss.
>> Add missing compatible for IPQ5018 TCSR block. Fix a kernel-doc warning
>> in SCM driver.
>>
>> ----------------------------------------------------------------
>> George Moussalem (1):
>> dt-bindings: mfd: qcom,tcsr: Add compatible for ipq5018
>
> Why is this commit in here?
>
> Where and when did you pick this up? I don't see anything in LORE.
https://lore.kernel.org/all/20250512-ipq5018-syscon-v1-1-eb1ad2414c3c@outlook.com/
>
>> Juerg Haefliger (1):
>> firmware: qcom: scm: Allow QSEECOM for HP EliteBook Ultra G1q
>>
>> Unnathi Chalicheemala (1):
>> docs: firmware: qcom_scm: Fix kernel-doc warning
>>
>> Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
>> drivers/firmware/qcom/qcom_scm.c | 1 +
>> drivers/firmware/qcom/qcom_scm.h | 3 +++
>> 3 files changed, 5 insertions(+)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] More Qualcomm driver updates for v6.16
2025-06-03 8:49 ` George Moussalem
@ 2025-06-03 10:06 ` Lee Jones
0 siblings, 0 replies; 4+ messages in thread
From: Lee Jones @ 2025-06-03 10:06 UTC (permalink / raw)
To: George Moussalem
Cc: Bjorn Andersson, arm, soc, linux-arm-msm, linux-arm-kernel,
Arnd Bergmann, Juerg Haefliger, Unnathi Chalicheemala
On Tue, 03 Jun 2025, George Moussalem wrote:
> Hi Lee, please see inline.
>
> On 6/3/25 12:46, Lee Jones wrote:
> > On Mon, 19 May 2025, Bjorn Andersson wrote:
> >
> > >
> > > The following changes since commit 2c04e58e30ce858cc2be531298312c67c7d55fc3:
> > >
> > > soc: qcom: llcc-qcom: Add support for SM8750 (2025-05-12 22:26:21 +0100)
> > >
> > > are available in the Git repository at:
> > >
> > > https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-6.16-2
> > >
> > > for you to fetch changes up to 936badf282388be78094e55bd5e2c96f86635e48:
> > >
> > > docs: firmware: qcom_scm: Fix kernel-doc warning (2025-05-19 18:04:28 -0500)
> > >
> > > ----------------------------------------------------------------
> > > More Qualcomm driver updates for v6.16
> > >
> > > Allow HP EliteBook Ultra G1q to use QSSECOM for UEFI variable acecss.
> > > Add missing compatible for IPQ5018 TCSR block. Fix a kernel-doc warning
> > > in SCM driver.
> > >
> > > ----------------------------------------------------------------
> > > George Moussalem (1):
> > > dt-bindings: mfd: qcom,tcsr: Add compatible for ipq5018
> >
> > Why is this commit in here?
> >
> > Where and when did you pick this up? I don't see anything in LORE.
>
> https://lore.kernel.org/all/20250512-ipq5018-syscon-v1-1-eb1ad2414c3c@outlook.com/
This is the thread confirming that I had accepted this into the mfd tree.
I'm asking how / why this was applied to arm-soc via the qcom tree.
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-06-03 10:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-20 2:49 [GIT PULL] More Qualcomm driver updates for v6.16 Bjorn Andersson
2025-06-03 8:46 ` Lee Jones
2025-06-03 8:49 ` George Moussalem
2025-06-03 10:06 ` Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).