All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
To: Tobias Schramm <t.schramm-x9ov/VOV9nNAfugRpC6u6w@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Andy Yan <andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org>,
	Johan Jonker <jbx6244-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Douglas Anderson
	<dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>,
	Jagan Teki
	<jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>,
	Markus Reichl <m.reichl-SRyzfwRm/0rPTwkrwQOX7A@public.gmane.org>,
	Alexis Ballier <aballier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org>,
	Matthias Kaehlcke <mka-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>,
	Nick Xie <nick-XW3xCAIBE2TQT0dZR+AlfA@public.gmane.org>,
	Kever Yang <kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org>,
	Vivek Unune
	<npcomplete13-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Katsuhiro Suzuki
	<katsuhiro-WKCMddiH/C4xsqv6Oivclw@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Vasily Khoruzhick
	<anarsoul-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH v3 1/2] dt-bindings: Add doc for pine64 Pinebook Pro
Date: Sun, 01 Mar 2020 01:42:16 +0100	[thread overview]
Message-ID: <2852313.2ZqhBMtFLq@phil> (raw)
In-Reply-To: <20200229144817.355678-2-t.schramm-x9ov/VOV9nNAfugRpC6u6w@public.gmane.org>

Am Samstag, 29. Februar 2020, 15:48:16 CET schrieb Tobias Schramm:
> This commit adds a compatible for the Pinebook Pro.
> 
> Signed-off-by: Tobias Schramm <t.schramm-x9ov/VOV9nNAfugRpC6u6w@public.gmane.org>

The old patch from Emmanuel already got an

Reviewed-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>

and as this is the same binding, this should just be kept :-)

[Mainly for me to remember as well]

Heiko

> ---
>  Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
> index 874b0eaa2a75..482a0cbfb18a 100644
> --- a/Documentation/devicetree/bindings/arm/rockchip.yaml
> +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
> @@ -402,6 +402,11 @@ properties:
>            - const: phytec,rk3288-phycore-som
>            - const: rockchip,rk3288
>  
> +      - description: Pine64 Pinebook Pro
> +        items:
> +          - const: pine64,pinebook-pro
> +          - const: rockchip,rk3399
> +
>        - description: Pine64 Rock64
>          items:
>            - const: pine64,rock64
> 

WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: Tobias Schramm <t.schramm@manjaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, Alexis Ballier <aballier@gentoo.org>,
	Katsuhiro Suzuki <katsuhiro@katsuster.net>,
	linux-kernel@vger.kernel.org,
	Douglas Anderson <dianders@chromium.org>,
	Kever Yang <kever.yang@rock-chips.com>,
	Markus Reichl <m.reichl@fivetechno.de>,
	linux-rockchip@lists.infradead.org,
	Rob Herring <robh+dt@kernel.org>,
	Jagan Teki <jagan@amarulasolutions.com>,
	Nick Xie <nick@khadas.com>, Andy Yan <andy.yan@rock-chips.com>,
	Johan Jonker <jbx6244@gmail.com>,
	Matthias Kaehlcke <mka@chromium.org>,
	Vivek Unune <npcomplete13@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 1/2] dt-bindings: Add doc for pine64 Pinebook Pro
Date: Sun, 01 Mar 2020 01:42:16 +0100	[thread overview]
Message-ID: <2852313.2ZqhBMtFLq@phil> (raw)
In-Reply-To: <20200229144817.355678-2-t.schramm@manjaro.org>

Am Samstag, 29. Februar 2020, 15:48:16 CET schrieb Tobias Schramm:
> This commit adds a compatible for the Pinebook Pro.
> 
> Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>

The old patch from Emmanuel already got an

Reviewed-by: Rob Herring <robh@kernel.org>

and as this is the same binding, this should just be kept :-)

[Mainly for me to remember as well]

Heiko

> ---
>  Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
> index 874b0eaa2a75..482a0cbfb18a 100644
> --- a/Documentation/devicetree/bindings/arm/rockchip.yaml
> +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
> @@ -402,6 +402,11 @@ properties:
>            - const: phytec,rk3288-phycore-som
>            - const: rockchip,rk3288
>  
> +      - description: Pine64 Pinebook Pro
> +        items:
> +          - const: pine64,pinebook-pro
> +          - const: rockchip,rk3399
> +
>        - description: Pine64 Rock64
>          items:
>            - const: pine64,rock64
> 





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

WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: Tobias Schramm <t.schramm@manjaro.org>
Cc: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Andy Yan <andy.yan@rock-chips.com>,
	Johan Jonker <jbx6244@gmail.com>,
	Douglas Anderson <dianders@chromium.org>,
	Jagan Teki <jagan@amarulasolutions.com>,
	Markus Reichl <m.reichl@fivetechno.de>,
	Alexis Ballier <aballier@gentoo.org>,
	Matthias Kaehlcke <mka@chromium.org>, Nick Xie <nick@khadas.com>,
	Kever Yang <kever.yang@rock-chips.com>,
	Vivek Unune <npcomplete13@gmail.com>,
	Katsuhiro Suzuki <katsuhiro@katsuster.net>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	Vasily Khoruzhick <anarsoul@gmail.com>
Subject: Re: [PATCH v3 1/2] dt-bindings: Add doc for pine64 Pinebook Pro
Date: Sun, 01 Mar 2020 01:42:16 +0100	[thread overview]
Message-ID: <2852313.2ZqhBMtFLq@phil> (raw)
In-Reply-To: <20200229144817.355678-2-t.schramm@manjaro.org>

Am Samstag, 29. Februar 2020, 15:48:16 CET schrieb Tobias Schramm:
> This commit adds a compatible for the Pinebook Pro.
> 
> Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>

The old patch from Emmanuel already got an

Reviewed-by: Rob Herring <robh@kernel.org>

and as this is the same binding, this should just be kept :-)

[Mainly for me to remember as well]

Heiko

> ---
>  Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
> index 874b0eaa2a75..482a0cbfb18a 100644
> --- a/Documentation/devicetree/bindings/arm/rockchip.yaml
> +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
> @@ -402,6 +402,11 @@ properties:
>            - const: phytec,rk3288-phycore-som
>            - const: rockchip,rk3288
>  
> +      - description: Pine64 Pinebook Pro
> +        items:
> +          - const: pine64,pinebook-pro
> +          - const: rockchip,rk3399
> +
>        - description: Pine64 Rock64
>          items:
>            - const: pine64,rock64
> 





  parent reply	other threads:[~2020-03-01  0:42 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-29 14:48 [PATCH v3 0/2] Add support for the pine64 Pinebook Pro Tobias Schramm
2020-02-29 14:48 ` Tobias Schramm
2020-02-29 14:48 ` Tobias Schramm
     [not found] ` <20200229144817.355678-1-t.schramm-x9ov/VOV9nNAfugRpC6u6w@public.gmane.org>
2020-02-29 14:48   ` [PATCH v3 1/2] dt-bindings: Add doc for " Tobias Schramm
2020-02-29 14:48     ` Tobias Schramm
2020-02-29 14:48     ` Tobias Schramm
     [not found]     ` <20200229144817.355678-2-t.schramm-x9ov/VOV9nNAfugRpC6u6w@public.gmane.org>
2020-03-01  0:42       ` Heiko Stuebner [this message]
2020-03-01  0:42         ` Heiko Stuebner
2020-03-01  0:42         ` Heiko Stuebner
2020-02-29 14:48   ` [PATCH v3 2/2] arm64: dts: rockchip: Add initial support for " Tobias Schramm
2020-02-29 14:48     ` Tobias Schramm
2020-02-29 14:48     ` Tobias Schramm
2020-03-03 15:37     ` Johan Jonker
2020-03-03 15:37       ` Johan Jonker
     [not found]       ` <bcc2c8d4-a2cd-58c1-89af-e42439f8f344-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-03-03 16:11         ` Johan Jonker
2020-03-03 16:11           ` Johan Jonker
2020-03-03 16:11           ` Johan Jonker
2020-03-04 18:24         ` Tobias Schramm
2020-03-04 18:24           ` Tobias Schramm
2020-03-04 18:24           ` Tobias Schramm

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=2852313.2ZqhBMtFLq@phil \
    --to=heiko-4mtyjxux2i+zqb+pc5nmwq@public.gmane.org \
    --cc=aballier-aBrp7R+bbdUdnm+yROfE0A@public.gmane.org \
    --cc=anarsoul-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=andy.yan-TNX95d0MmH7DzftRWevZcw@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
    --cc=jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org \
    --cc=jbx6244-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=katsuhiro-WKCMddiH/C4xsqv6Oivclw@public.gmane.org \
    --cc=kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=m.reichl-SRyzfwRm/0rPTwkrwQOX7A@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=mka-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
    --cc=nick-XW3xCAIBE2TQT0dZR+AlfA@public.gmane.org \
    --cc=npcomplete13-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=t.schramm-x9ov/VOV9nNAfugRpC6u6w@public.gmane.org \
    /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.