Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1720818 > unrolled thread

[PATCH 0/3] arm64: dts: Initial ProBox2 Ava support

Started byAndreas Färber <afaerber@suse.de>
First post2017-08-27 15:10 +0200
Last post2017-09-02 12:10 +0200
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] arm64: dts: Initial ProBox2 Ava support Andreas Färber <afaerber@suse.de> - 2017-08-27 15:10 +0200
    [PATCH 1/3] dt-bindings: Add vendor prefix for ProBox2 Andreas Färber <afaerber@suse.de> - 2017-08-27 15:10 +0200
      Re: [PATCH 1/3] dt-bindings: Add vendor prefix for ProBox2 Rob Herring <robh@kernel.org> - 2017-08-31 23:20 +0200
        Re: [PATCH 1/3] dt-bindings: Add vendor prefix for ProBox2 Andreas Färber <afaerber@suse.de> - 2017-09-02 12:10 +0200

#1720818 — [PATCH 0/3] arm64: dts: Initial ProBox2 Ava support

FromAndreas Färber <afaerber@suse.de>
Date2017-08-27 15:10 +0200
Subject[PATCH 0/3] arm64: dts: Initial ProBox2 Ava support
Message-ID<uj5u9-86f-5@gated-at.bofh.it>
Hello,

This mini-series adds a Device Tree for the PROBOX2 AVA Android TV Box.

Unlike the Zidoo X9S, serial (loady) was the only working way to boot a new
kernel from the vendor's U-Boot on this TV Box.
PROBOX2 support has been informed about bootloader issues with Ethernet, USB
and FAT on SD; the same symptoms have since been observed on the Lake I, so
be warned that those bugs might inconvenience other RTD1295 devices, too.

More details at:
https://en.opensuse.org/HCL:ProBox2_Ava

@PROBOX2: Please review the following three patches and either signal your
acknowledgement of my naming with an "Acked-by: name <email>" line or point
out any changes you would like to see applied (e.g., company name). Thanks!

Latest experimental patches at:
https://github.com/afaerber/linux/commits/rtd1295-next

Have a lot of fun!

Cheers,
Andreas

Cc: support@probox2.com
Cc: devicetree@vger.kernel.org

Cc: Wangchanchan <wangcc@azw-online.com>
Cc: beelinkservice@bee-link.com

Andreas Färber (3):
  dt-bindings: Add vendor prefix for ProBox2
  dt-bindings: arm: realtek: Add ProBox2 AVA
  arm64: dts: realtek: Add ProBox2 Ava

 Documentation/devicetree/bindings/arm/realtek.txt  |  1 +
 .../devicetree/bindings/vendor-prefixes.txt        |  1 +
 arch/arm64/boot/dts/realtek/Makefile               |  1 +
 .../arm64/boot/dts/realtek/rtd1295-probox2-ava.dts | 31 ++++++++++++++++++++++
 arch/arm64/boot/dts/realtek/rtd1295-zidoo-x9s.dts  |  6 -----
 arch/arm64/boot/dts/realtek/rtd1295.dtsi           |  6 +++++
 6 files changed, 40 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm64/boot/dts/realtek/rtd1295-probox2-ava.dts

-- 
2.12.3

[toc] | [next] | [standalone]


#1720819 — [PATCH 1/3] dt-bindings: Add vendor prefix for ProBox2

FromAndreas Färber <afaerber@suse.de>
Date2017-08-27 15:10 +0200
Subject[PATCH 1/3] dt-bindings: Add vendor prefix for ProBox2
Message-ID<uj5ua-86f-31@gated-at.bofh.it>
In reply to#1720818
PROBOX2 is a Hong Kong based manufacturer of TV boxes.

Cc: support@probox2.com
Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 I did not find a fully spelled out company name for this brand.
 
 http://probox2.com/contact-us/
 https://www.facebook.com/pg/probox2/about/
 
 Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index 37867c3cb94b..683b1693078f 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -261,6 +261,7 @@ plathome	Plat'Home Co., Ltd.
 plda	PLDA
 poslab	Poslab Technology Co., Ltd.
 powervr	PowerVR (deprecated, use img)
+probox2	PROBOX2
 pulsedlight	PulsedLight, Inc
 qca	Qualcomm Atheros, Inc.
 qcom	Qualcomm Technologies, Inc
-- 
2.12.3

[toc] | [prev] | [next] | [standalone]


#1724588 — Re: [PATCH 1/3] dt-bindings: Add vendor prefix for ProBox2

FromRob Herring <robh@kernel.org>
Date2017-08-31 23:20 +0200
SubjectRe: [PATCH 1/3] dt-bindings: Add vendor prefix for ProBox2
Message-ID<ukF2y-2z7-21@gated-at.bofh.it>
In reply to#1720819
On Sun, Aug 27, 2017 at 02:54:23PM +0200, Andreas Färber wrote:
> PROBOX2 is a Hong Kong based manufacturer of TV boxes.
> 
> Cc: support@probox2.com
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> ---
>  I did not find a fully spelled out company name for this brand.
>  
>  http://probox2.com/contact-us/
>  https://www.facebook.com/pg/probox2/about/
>  
>  Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
>  1 file changed, 1 insertion(+)

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

[toc] | [prev] | [next] | [standalone]


#1725475 — Re: [PATCH 1/3] dt-bindings: Add vendor prefix for ProBox2

FromAndreas Färber <afaerber@suse.de>
Date2017-09-02 12:10 +0200
SubjectRe: [PATCH 1/3] dt-bindings: Add vendor prefix for ProBox2
Message-ID<uldxf-1Em-1@gated-at.bofh.it>
In reply to#1724588
Hi Wilson,

Please note that HTML-format mails are not permitted on most Linux
mailing lists, so your below message did not arrive for the other reviewers.

Am 01.09.2017 um 04:11 schrieb PROBOX2-CS:
> Hi Rob,
> 
> For the company of the brand is W2COMP COMPANY LIMITED or you can write
> PROBOX2.

My updated proposal is:

probox2         PROBOX2 (by W2COMP Co., Ltd.)

Rationale: Repeating the same name with just different casing on the
right does not provide additional information to a reader wondering whom
this prefix belongs to and whether to use it for new compatible strings.

If that proposal is okay with you, we still need to figure out how to
describe your company in the commit message below.

> thanks,
> Wilson
> PROBOX2
> 
> On Fri, Sep 1, 2017 at 5:14 AM, Rob Herring <robh@kernel.org
> <mailto:robh@kernel.org>> wrote:
> 
>     On Sun, Aug 27, 2017 at 02:54:23PM +0200, Andreas Färber wrote:
>     > PROBOX2 is a Hong Kong based manufacturer of TV boxes.

W2COMP describes itself as an "online reseller", and PROBOX2 does not
have any About Us page to derive a fair description from - "reseller"
appears to contradict my above description as "manufacturer".
Therefore my (unanswered) off-list inquiry from Aug 28, when you first
mentioned W2COMP to me.

So what about: "PROBOX2 is a TV box brand by Hong Kong based online
reseller W2COMP Company Limited."?

CC'ing William.

Thanks,
Andreas


>     >
>     > Cc: support@probox2.com <mailto:support@probox2.com>
>     > Signed-off-by: Andreas Färber <afaerber@suse.de
>     <mailto:afaerber@suse.de>>
>     > ---
>     >  I did not find a fully spelled out company name for this brand.
>     >
>     >  http://probox2.com/contact-us/
>     >  https://www.facebook.com/pg/probox2/about/
>     <https://www.facebook.com/pg/probox2/about/>
>     >
>     >  Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
>     >  1 file changed, 1 insertion(+)
> 
>     Acked-by: Rob Herring <robh@kernel.org <mailto:robh@kernel.org>>

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web