All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] soc: qcom: socinfo: Add SoC IDs for 630 family
@ 2021-01-09 16:31 Konrad Dybcio
  2021-01-09 16:31 ` [PATCH 2/2] soc: qcom: socinfo: Add SoC IDs for APQ/MSM8998 Konrad Dybcio
  2021-01-15 15:00 ` [PATCH 1/2] soc: qcom: socinfo: Add SoC IDs for 630 family patchwork-bot+linux-arm-msm
  0 siblings, 2 replies; 3+ messages in thread
From: Konrad Dybcio @ 2021-01-09 16:31 UTC (permalink / raw)
  To: phone-devel
  Cc: ~postmarketos/upstreaming, martin.botka,
	angelogioacchino.delregno, marijn.suijten, Konrad Dybcio,
	Konrad Dybcio, Andy Gross, Bjorn Andersson, linux-arm-msm,
	linux-kernel

From: Konrad Dybcio <konradybcio@gmail.com>

Add missing SoC IDs for Snapdragon 630-family platforms.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Tested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
---
 drivers/soc/qcom/socinfo.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index d21530d24253..0a77318b9ce6 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -224,10 +224,17 @@ static const struct soc_id soc_id[] = {
 	{ 310, "MSM8996AU" },
 	{ 311, "APQ8096AU" },
 	{ 312, "APQ8096SG" },
+	{ 317, "SDM660" },
 	{ 318, "SDM630" },
 	{ 321, "SDM845" },
+	{ 324, "SDA660" },
+	{ 325, "SDM658" },
+	{ 326, "SDA658" },
+	{ 327, "SDA630" },
 	{ 338, "SDM450" },
 	{ 341, "SDA845" },
+	{ 345, "SDM636" },
+	{ 346, "SDA636" },
 	{ 349, "SDM632" },
 	{ 350, "SDA632" },
 	{ 351, "SDA450" },
-- 
2.29.2


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

* [PATCH 2/2] soc: qcom: socinfo: Add SoC IDs for APQ/MSM8998
  2021-01-09 16:31 [PATCH 1/2] soc: qcom: socinfo: Add SoC IDs for 630 family Konrad Dybcio
@ 2021-01-09 16:31 ` Konrad Dybcio
  2021-01-15 15:00 ` [PATCH 1/2] soc: qcom: socinfo: Add SoC IDs for 630 family patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: Konrad Dybcio @ 2021-01-09 16:31 UTC (permalink / raw)
  To: phone-devel
  Cc: ~postmarketos/upstreaming, martin.botka,
	angelogioacchino.delregno, marijn.suijten, Konrad Dybcio,
	Konrad Dybcio, Andy Gross, Bjorn Andersson, linux-arm-msm,
	linux-kernel

Add missing SoC IDs for Snapdragon 835-family platforms.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Tested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
---
 drivers/soc/qcom/socinfo.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 0a77318b9ce6..2e63cb92120c 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -218,6 +218,7 @@ static const struct soc_id soc_id[] = {
 	{ 251, "MSM8992" },
 	{ 253, "APQ8094" },
 	{ 291, "APQ8096" },
+	{ 292, "MSM8998" },
 	{ 293, "MSM8953" },
 	{ 304, "APQ8053" },
 	{ 305, "MSM8996SG" },
@@ -226,6 +227,7 @@ static const struct soc_id soc_id[] = {
 	{ 312, "APQ8096SG" },
 	{ 317, "SDM660" },
 	{ 318, "SDM630" },
+	{ 319, "APQ8098" },
 	{ 321, "SDM845" },
 	{ 324, "SDA660" },
 	{ 325, "SDM658" },
-- 
2.29.2


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

* Re: [PATCH 1/2] soc: qcom: socinfo: Add SoC IDs for 630 family
  2021-01-09 16:31 [PATCH 1/2] soc: qcom: socinfo: Add SoC IDs for 630 family Konrad Dybcio
  2021-01-09 16:31 ` [PATCH 2/2] soc: qcom: socinfo: Add SoC IDs for APQ/MSM8998 Konrad Dybcio
@ 2021-01-15 15:00 ` patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2021-01-15 15:00 UTC (permalink / raw)
  To: Konrad Dybcio; +Cc: linux-arm-msm

Hello:

This series was applied to qcom/linux.git (refs/heads/for-next):

On Sat,  9 Jan 2021 17:31:22 +0100 you wrote:
> From: Konrad Dybcio <konradybcio@gmail.com>
> 
> Add missing SoC IDs for Snapdragon 630-family platforms.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> Tested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
> 
> [...]

Here is the summary with links:
  - [1/2] soc: qcom: socinfo: Add SoC IDs for 630 family
    https://git.kernel.org/qcom/c/0da78ae2e04c
  - [2/2] soc: qcom: socinfo: Add SoC IDs for APQ/MSM8998
    https://git.kernel.org/qcom/c/407bdcf9beb3

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2021-01-15 15:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-09 16:31 [PATCH 1/2] soc: qcom: socinfo: Add SoC IDs for 630 family Konrad Dybcio
2021-01-09 16:31 ` [PATCH 2/2] soc: qcom: socinfo: Add SoC IDs for APQ/MSM8998 Konrad Dybcio
2021-01-15 15:00 ` [PATCH 1/2] soc: qcom: socinfo: Add SoC IDs for 630 family patchwork-bot+linux-arm-msm

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.