All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
To: Henrik Grimler <henrik@grimler.se>,
	semen.protsenko@linaro.org, virag.david003@gmail.com,
	martin.juecker@gmail.com, cw00.choi@samsung.com,
	m.szyprowski@samsung.com, alim.akhtar@samsung.com,
	robh+dt@kernel.org, devicetree@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	~postmarketos/upstreaming@lists.sr.ht
Subject: Re: [PATCH 1/3] dt-bindings: arm: samsung: document chagallwifi board binding
Date: Sat, 15 Jan 2022 17:35:10 +0100	[thread overview]
Message-ID: <9d3cb398-56fa-a07e-1932-baf6f75cf81f@canonical.com> (raw)
In-Reply-To: <20220113154019.74434-2-henrik@grimler.se>

On 13/01/2022 16:40, Henrik Grimler wrote:
> Add binding for Samsung Galaxy Tab S 10.5", based on Exynos 5420 with
> codename chagallwifi. It was released in 2014 and has several siblings
> with similar hardware.
> 
> Signed-off-by: Henrik Grimler <henrik@grimler.se>
> ---
>  .../devicetree/bindings/arm/samsung/samsung-boards.yaml          | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml
> index 052cd94113d4..3f2ffb0d7b46 100644
> --- a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml
> +++ b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml
> @@ -140,6 +140,7 @@ properties:
>          items:
>            - enum:
>                - insignal,arndale-octa           # Insignal Arndale Octa
> +              - samsung,chagallwifi             # Samsung SM-T800

"samsung,chagall-wifi"
(reason given in patch #3)

Best regards,
Krzysztof

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
To: Henrik Grimler <henrik@grimler.se>,
	semen.protsenko@linaro.org, virag.david003@gmail.com,
	martin.juecker@gmail.com, cw00.choi@samsung.com,
	m.szyprowski@samsung.com, alim.akhtar@samsung.com,
	robh+dt@kernel.org, devicetree@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	~postmarketos/upstreaming@lists.sr.ht
Subject: Re: [PATCH 1/3] dt-bindings: arm: samsung: document chagallwifi board binding
Date: Sat, 15 Jan 2022 17:35:10 +0100	[thread overview]
Message-ID: <9d3cb398-56fa-a07e-1932-baf6f75cf81f@canonical.com> (raw)
In-Reply-To: <20220113154019.74434-2-henrik@grimler.se>

On 13/01/2022 16:40, Henrik Grimler wrote:
> Add binding for Samsung Galaxy Tab S 10.5", based on Exynos 5420 with
> codename chagallwifi. It was released in 2014 and has several siblings
> with similar hardware.
> 
> Signed-off-by: Henrik Grimler <henrik@grimler.se>
> ---
>  .../devicetree/bindings/arm/samsung/samsung-boards.yaml          | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml
> index 052cd94113d4..3f2ffb0d7b46 100644
> --- a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml
> +++ b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml
> @@ -140,6 +140,7 @@ properties:
>          items:
>            - enum:
>                - insignal,arndale-octa           # Insignal Arndale Octa
> +              - samsung,chagallwifi             # Samsung SM-T800

"samsung,chagall-wifi"
(reason given in patch #3)

Best regards,
Krzysztof

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

  reply	other threads:[~2022-01-15 16:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-13 15:40 [PATCH 0/3] Add initial support for exynos5420-chagallwifi Henrik Grimler
2022-01-13 15:40 ` Henrik Grimler
2022-01-13 15:40 ` [PATCH 1/3] dt-bindings: arm: samsung: document chagallwifi board binding Henrik Grimler
2022-01-13 15:40   ` Henrik Grimler
2022-01-15 16:35   ` Krzysztof Kozlowski [this message]
2022-01-15 16:35     ` Krzysztof Kozlowski
2022-01-13 15:40 ` [PATCH 2/3] ARM: exynos: only do SMC_CMD_CPU1BOOT call on Exynos4 Henrik Grimler
2022-01-13 15:40   ` Henrik Grimler
2022-01-13 15:40 ` [PATCH 3/3] ARM: dts: Add support for Samsung Chagallwifi Henrik Grimler
2022-01-13 15:40   ` Henrik Grimler
2022-01-15 16:34   ` Krzysztof Kozlowski
2022-01-15 16:34     ` Krzysztof Kozlowski
2022-01-15 20:28     ` Henrik Grimler
2022-01-15 20:28       ` Henrik Grimler

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=9d3cb398-56fa-a07e-1932-baf6f75cf81f@canonical.com \
    --to=krzysztof.kozlowski@canonical.com \
    --cc=alim.akhtar@samsung.com \
    --cc=cw00.choi@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=henrik@grimler.se \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=martin.juecker@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=semen.protsenko@linaro.org \
    --cc=virag.david003@gmail.com \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /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.