linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] soc: qcom: Fix the id of SA8540P SoC
@ 2022-05-13 17:58 Parikshit Pareek
  2022-05-16  5:13 ` Sai Prakash Ranjan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Parikshit Pareek @ 2022-05-13 17:58 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson
  Cc: Sai Prakash Ranjan, Rajendra Nayak, Prasanna Kumar,
	linux-arm-msm, Parikshit Pareek

Change the id of SA8540P to its correct value, i.e., 461.

Fixes: 76ee15ae1b13 ("soc: qcom: socinfo: Add some more PMICs and SoCs")
Signed-off-by: Parikshit Pareek <quic_ppareek@quicinc.com>
Reviewed-by: Eric Chanudet <echanude@redhat.com>
Tested-by: Eric Chanudet <echanude@redhat.com>
---
 drivers/soc/qcom/socinfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index cee579a267a6..c37d7724c7d0 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -328,7 +328,7 @@ static const struct soc_id soc_id[] = {
 	{ 455, "QRB5165" },
 	{ 457, "SM8450" },
 	{ 459, "SM7225" },
-	{ 460, "SA8540P" },
+	{ 461, "SA8540P" },
 	{ 480, "SM8450" },
 	{ 482, "SM8450" },
 	{ 487, "SC7280" },
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v3] soc: qcom: Fix the id of SA8540P SoC
  2022-05-13 17:58 [PATCH v3] soc: qcom: Fix the id of SA8540P SoC Parikshit Pareek
@ 2022-05-16  5:13 ` Sai Prakash Ranjan
  2022-05-17 13:37 ` Brian Masney
  2022-06-26  3:15 ` Bjorn Andersson
  2 siblings, 0 replies; 5+ messages in thread
From: Sai Prakash Ranjan @ 2022-05-16  5:13 UTC (permalink / raw)
  To: Parikshit Pareek, Andy Gross, Bjorn Andersson
  Cc: Rajendra Nayak, Prasanna Kumar, linux-arm-msm

On 5/13/2022 11:28 PM, Parikshit Pareek wrote:
> Change the id of SA8540P to its correct value, i.e., 461.
>
> Fixes: 76ee15ae1b13 ("soc: qcom: socinfo: Add some more PMICs and SoCs")
> Signed-off-by: Parikshit Pareek <quic_ppareek@quicinc.com>
> Reviewed-by: Eric Chanudet <echanude@redhat.com>
> Tested-by: Eric Chanudet <echanude@redhat.com>
> ---
>   drivers/soc/qcom/socinfo.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index cee579a267a6..c37d7724c7d0 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -328,7 +328,7 @@ static const struct soc_id soc_id[] = {
>   	{ 455, "QRB5165" },
>   	{ 457, "SM8450" },
>   	{ 459, "SM7225" },
> -	{ 460, "SA8540P" },
> +	{ 461, "SA8540P" },
>   	{ 480, "SM8450" },
>   	{ 482, "SM8450" },
>   	{ 487, "SC7280" },

Reviewed-by: Sai Prakash Ranjan <quic_saipraka@quicinc.com>

Thanks,
Sai

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v3] soc: qcom: Fix the id of SA8540P SoC
  2022-05-13 17:58 [PATCH v3] soc: qcom: Fix the id of SA8540P SoC Parikshit Pareek
  2022-05-16  5:13 ` Sai Prakash Ranjan
@ 2022-05-17 13:37 ` Brian Masney
  2022-06-26  3:15 ` Bjorn Andersson
  2 siblings, 0 replies; 5+ messages in thread
From: Brian Masney @ 2022-05-17 13:37 UTC (permalink / raw)
  To: Parikshit Pareek
  Cc: Andy Gross, Bjorn Andersson, Sai Prakash Ranjan, Rajendra Nayak,
	Prasanna Kumar, linux-arm-msm

On Fri, May 13, 2022 at 11:28:49PM +0530, Parikshit Pareek wrote:
> Change the id of SA8540P to its correct value, i.e., 461.
> 
> Fixes: 76ee15ae1b13 ("soc: qcom: socinfo: Add some more PMICs and SoCs")
> Signed-off-by: Parikshit Pareek <quic_ppareek@quicinc.com>
> Reviewed-by: Eric Chanudet <echanude@redhat.com>
> Tested-by: Eric Chanudet <echanude@redhat.com>

Reviewed-by: Brian Masney <bmasney@redhat.com>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v3] soc: qcom: Fix the id of SA8540P SoC
  2022-05-13 17:58 [PATCH v3] soc: qcom: Fix the id of SA8540P SoC Parikshit Pareek
  2022-05-16  5:13 ` Sai Prakash Ranjan
  2022-05-17 13:37 ` Brian Masney
@ 2022-06-26  3:15 ` Bjorn Andersson
  2022-07-04 10:33   ` Parikshit Pareek
  2 siblings, 1 reply; 5+ messages in thread
From: Bjorn Andersson @ 2022-06-26  3:15 UTC (permalink / raw)
  To: Parikshit Pareek
  Cc: Andy Gross, Sai Prakash Ranjan, Rajendra Nayak, Prasanna Kumar,
	linux-arm-msm

On Fri 13 May 12:58 CDT 2022, Parikshit Pareek wrote:

> Change the id of SA8540P to its correct value, i.e., 461.
> 
> Fixes: 76ee15ae1b13 ("soc: qcom: socinfo: Add some more PMICs and SoCs")
> Signed-off-by: Parikshit Pareek <quic_ppareek@quicinc.com>
> Reviewed-by: Eric Chanudet <echanude@redhat.com>
> Tested-by: Eric Chanudet <echanude@redhat.com>
> ---
>  drivers/soc/qcom/socinfo.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index cee579a267a6..c37d7724c7d0 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -328,7 +328,7 @@ static const struct soc_id soc_id[] = {
>  	{ 455, "QRB5165" },
>  	{ 457, "SM8450" },
>  	{ 459, "SM7225" },
> -	{ 460, "SA8540P" },
> +	{ 461, "SA8540P" },

I don't have any objections to this addition.

But I have a board with soc_id of 460, so can you please correct the
entry for that instead of removing it?

Thanks,
Bjorn

>  	{ 480, "SM8450" },
>  	{ 482, "SM8450" },
>  	{ 487, "SC7280" },
> -- 
> 2.17.1
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v3] soc: qcom: Fix the id of SA8540P SoC
  2022-06-26  3:15 ` Bjorn Andersson
@ 2022-07-04 10:33   ` Parikshit Pareek
  0 siblings, 0 replies; 5+ messages in thread
From: Parikshit Pareek @ 2022-07-04 10:33 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Andy Gross, Sai Prakash Ranjan, Rajendra Nayak, Prasanna Kumar,
	linux-arm-msm

On Sat, Jun 25, 2022 at 10:15:25PM -0500, Bjorn Andersson wrote:
> On Fri 13 May 12:58 CDT 2022, Parikshit Pareek wrote:
> 
> > Change the id of SA8540P to its correct value, i.e., 461.
> > 
> > Fixes: 76ee15ae1b13 ("soc: qcom: socinfo: Add some more PMICs and SoCs")
> > Signed-off-by: Parikshit Pareek <quic_ppareek@quicinc.com>
> > Reviewed-by: Eric Chanudet <echanude@redhat.com>
> > Tested-by: Eric Chanudet <echanude@redhat.com>
> > ---
> >  drivers/soc/qcom/socinfo.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> > index cee579a267a6..c37d7724c7d0 100644
> > --- a/drivers/soc/qcom/socinfo.c
> > +++ b/drivers/soc/qcom/socinfo.c
> > @@ -328,7 +328,7 @@ static const struct soc_id soc_id[] = {
> >  	{ 455, "QRB5165" },
> >  	{ 457, "SM8450" },
> >  	{ 459, "SM7225" },
> > -	{ 460, "SA8540P" },
> > +	{ 461, "SA8540P" },
> 
> I don't have any objections to this addition.
> 
> But I have a board with soc_id of 460, so can you please correct the
> entry for that instead of removing it?
Sure, the entry 460 should be introduced for "SA8295P". Thanks for intimation, and sorry for late response.
> 
> Thanks,
> Bjorn
> 
> >  	{ 480, "SM8450" },
> >  	{ 482, "SM8450" },
> >  	{ 487, "SC7280" },
> > -- 
> > 2.17.1
> > 
Regards,
Parikshit Pareek

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-07-04 10:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13 17:58 [PATCH v3] soc: qcom: Fix the id of SA8540P SoC Parikshit Pareek
2022-05-16  5:13 ` Sai Prakash Ranjan
2022-05-17 13:37 ` Brian Masney
2022-06-26  3:15 ` Bjorn Andersson
2022-07-04 10:33   ` Parikshit Pareek

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).