All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] samsung: exynos-chipid: add Exynos7885 SoC support
@ 2021-11-01  0:48 ` David Virag
  0 siblings, 0 replies; 8+ messages in thread
From: David Virag @ 2021-11-01  0:48 UTC (permalink / raw)
  Cc: David Virag, Krzysztof Kozlowski, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

Exynos 7885 has product id "0xE7885000". Add this id to the ids with
the name.

Signed-off-by: David Virag <virag.david003@gmail.com>
---
Changes in v2:
  - Removed correction for weird revision bit based on vendor kernel
  - Rebased on top of
    https://lore.kernel.org/linux-samsung-soc/20211031205212.59505-1-krzysztof.kozlowski@canonical.com/T/#u
    Apply it on top of that patch.

 drivers/soc/samsung/exynos-chipid.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/samsung/exynos-chipid.c b/drivers/soc/samsung/exynos-chipid.c
index baf3afc69d79..2746d05936d3 100644
--- a/drivers/soc/samsung/exynos-chipid.c
+++ b/drivers/soc/samsung/exynos-chipid.c
@@ -57,6 +57,7 @@ static const struct exynos_soc_id {
 	{ "EXYNOS5800", 0xE5422000 },
 	{ "EXYNOS7420", 0xE7420000 },
 	/* Compatible with: samsung,exynos850-chipid */
+	{ "EXYNOS7885", 0xE7885000 },
 	{ "EXYNOS850", 0xE3830000 },
 	{ "EXYNOSAUTOV9", 0xAAA80000 },
 };
-- 
2.33.1


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

* [PATCH v2] samsung: exynos-chipid: add Exynos7885 SoC support
@ 2021-11-01  0:48 ` David Virag
  0 siblings, 0 replies; 8+ messages in thread
From: David Virag @ 2021-11-01  0:48 UTC (permalink / raw)
  Cc: David Virag, Krzysztof Kozlowski, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

Exynos 7885 has product id "0xE7885000". Add this id to the ids with
the name.

Signed-off-by: David Virag <virag.david003@gmail.com>
---
Changes in v2:
  - Removed correction for weird revision bit based on vendor kernel
  - Rebased on top of
    https://lore.kernel.org/linux-samsung-soc/20211031205212.59505-1-krzysztof.kozlowski@canonical.com/T/#u
    Apply it on top of that patch.

 drivers/soc/samsung/exynos-chipid.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/samsung/exynos-chipid.c b/drivers/soc/samsung/exynos-chipid.c
index baf3afc69d79..2746d05936d3 100644
--- a/drivers/soc/samsung/exynos-chipid.c
+++ b/drivers/soc/samsung/exynos-chipid.c
@@ -57,6 +57,7 @@ static const struct exynos_soc_id {
 	{ "EXYNOS5800", 0xE5422000 },
 	{ "EXYNOS7420", 0xE7420000 },
 	/* Compatible with: samsung,exynos850-chipid */
+	{ "EXYNOS7885", 0xE7885000 },
 	{ "EXYNOS850", 0xE3830000 },
 	{ "EXYNOSAUTOV9", 0xAAA80000 },
 };
-- 
2.33.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v2] samsung: exynos-chipid: add Exynos7885 SoC support
  2021-11-01  0:48 ` David Virag
@ 2021-11-02  7:54   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2021-11-02  7:54 UTC (permalink / raw)
  To: David Virag; +Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel

On 01/11/2021 01:48, David Virag wrote:
> Exynos 7885 has product id "0xE7885000". Add this id to the ids with
> the name.
> 
> Signed-off-by: David Virag <virag.david003@gmail.com>
> ---
> Changes in v2:
>   - Removed correction for weird revision bit based on vendor kernel
>   - Rebased on top of
>     https://lore.kernel.org/linux-samsung-soc/20211031205212.59505-1-krzysztof.kozlowski@canonical.com/T/#u
>     Apply it on top of that patch.
> 
>  drivers/soc/samsung/exynos-chipid.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Looks good, thanks. I'll take it after the merge window.

Best regards,
Krzysztof

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

* Re: [PATCH v2] samsung: exynos-chipid: add Exynos7885 SoC support
@ 2021-11-02  7:54   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2021-11-02  7:54 UTC (permalink / raw)
  To: David Virag; +Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel

On 01/11/2021 01:48, David Virag wrote:
> Exynos 7885 has product id "0xE7885000". Add this id to the ids with
> the name.
> 
> Signed-off-by: David Virag <virag.david003@gmail.com>
> ---
> Changes in v2:
>   - Removed correction for weird revision bit based on vendor kernel
>   - Rebased on top of
>     https://lore.kernel.org/linux-samsung-soc/20211031205212.59505-1-krzysztof.kozlowski@canonical.com/T/#u
>     Apply it on top of that patch.
> 
>  drivers/soc/samsung/exynos-chipid.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Looks good, thanks. I'll take it after the merge window.

Best regards,
Krzysztof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v2] samsung: exynos-chipid: add Exynos7885 SoC support
  2021-11-01  0:48 ` David Virag
@ 2021-11-15 13:41   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2021-11-15 13:41 UTC (permalink / raw)
  To: David Virag
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc, linux-kernel

On Mon, 1 Nov 2021 01:48:53 +0100, David Virag wrote:
> Exynos 7885 has product id "0xE7885000". Add this id to the ids with
> the name.
> 
> 

Applied, thanks!

[1/1] samsung: exynos-chipid: add Exynos7885 SoC support
      commit: 214f78060713fe13e3ba3701dff51e46d9576a9c

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

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

* Re: [PATCH v2] samsung: exynos-chipid: add Exynos7885 SoC support
@ 2021-11-15 13:41   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2021-11-15 13:41 UTC (permalink / raw)
  To: David Virag
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc, linux-kernel

On Mon, 1 Nov 2021 01:48:53 +0100, David Virag wrote:
> Exynos 7885 has product id "0xE7885000". Add this id to the ids with
> the name.
> 
> 

Applied, thanks!

[1/1] samsung: exynos-chipid: add Exynos7885 SoC support
      commit: 214f78060713fe13e3ba3701dff51e46d9576a9c

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v2] samsung: exynos-chipid: add Exynos7885 SoC support
  2021-11-01  0:48 ` David Virag
@ 2021-11-15 13:41   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2021-11-15 13:41 UTC (permalink / raw)
  To: David Virag; +Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel

On 01/11/2021 01:48, David Virag wrote:
> Exynos 7885 has product id "0xE7885000". Add this id to the ids with
> the name.
> 
> Signed-off-by: David Virag <virag.david003@gmail.com>
> ---
> Changes in v2:
>   - Removed correction for weird revision bit based on vendor kernel
>   - Rebased on top of
>     https://lore.kernel.org/linux-samsung-soc/20211031205212.59505-1-krzysztof.kozlowski@canonical.com/T/#u
>     Apply it on top of that patch.
> 
>  drivers/soc/samsung/exynos-chipid.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/soc/samsung/exynos-chipid.c b/drivers/soc/samsung/exynos-chipid.c
> index baf3afc69d79..2746d05936d3 100644
> --- a/drivers/soc/samsung/exynos-chipid.c
> +++ b/drivers/soc/samsung/exynos-chipid.c
> @@ -57,6 +57,7 @@ static const struct exynos_soc_id {
>  	{ "EXYNOS5800", 0xE5422000 },
>  	{ "EXYNOS7420", 0xE7420000 },
>  	/* Compatible with: samsung,exynos850-chipid */
> +	{ "EXYNOS7885", 0xE7885000 },
>  	{ "EXYNOS850", 0xE3830000 },
>  	{ "EXYNOSAUTOV9", 0xAAA80000 },
>  };
> 
Applied with fixed title. Please use prefix matching history (git log
--oneline).

Best regards,
Krzysztof

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

* Re: [PATCH v2] samsung: exynos-chipid: add Exynos7885 SoC support
@ 2021-11-15 13:41   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2021-11-15 13:41 UTC (permalink / raw)
  To: David Virag; +Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel

On 01/11/2021 01:48, David Virag wrote:
> Exynos 7885 has product id "0xE7885000". Add this id to the ids with
> the name.
> 
> Signed-off-by: David Virag <virag.david003@gmail.com>
> ---
> Changes in v2:
>   - Removed correction for weird revision bit based on vendor kernel
>   - Rebased on top of
>     https://lore.kernel.org/linux-samsung-soc/20211031205212.59505-1-krzysztof.kozlowski@canonical.com/T/#u
>     Apply it on top of that patch.
> 
>  drivers/soc/samsung/exynos-chipid.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/soc/samsung/exynos-chipid.c b/drivers/soc/samsung/exynos-chipid.c
> index baf3afc69d79..2746d05936d3 100644
> --- a/drivers/soc/samsung/exynos-chipid.c
> +++ b/drivers/soc/samsung/exynos-chipid.c
> @@ -57,6 +57,7 @@ static const struct exynos_soc_id {
>  	{ "EXYNOS5800", 0xE5422000 },
>  	{ "EXYNOS7420", 0xE7420000 },
>  	/* Compatible with: samsung,exynos850-chipid */
> +	{ "EXYNOS7885", 0xE7885000 },
>  	{ "EXYNOS850", 0xE3830000 },
>  	{ "EXYNOSAUTOV9", 0xAAA80000 },
>  };
> 
Applied with fixed title. Please use prefix matching history (git log
--oneline).

Best regards,
Krzysztof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-11-15 13:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-01  0:48 [PATCH v2] samsung: exynos-chipid: add Exynos7885 SoC support David Virag
2021-11-01  0:48 ` David Virag
2021-11-02  7:54 ` Krzysztof Kozlowski
2021-11-02  7:54   ` Krzysztof Kozlowski
2021-11-15 13:41 ` Krzysztof Kozlowski
2021-11-15 13:41   ` Krzysztof Kozlowski
2021-11-15 13:41 ` Krzysztof Kozlowski
2021-11-15 13:41   ` Krzysztof Kozlowski

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.