Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1561636 > unrolled thread
| Started by | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| First post | 2017-01-18 12:30 +0100 |
| Last post | 2017-01-20 17:00 +0100 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH 0/3] ARM64: meson-gxbb: Add WeTek Boards Neil Armstrong <narmstrong@baylibre.com> - 2017-01-18 12:30 +0100
[PATCH 1/3] dt-bindings: vendor-prefix: Add wetek vendor prefix Neil Armstrong <narmstrong@baylibre.com> - 2017-01-18 12:30 +0100
Re: [PATCH 1/3] dt-bindings: vendor-prefix: Add wetek vendor prefix Rob Herring <robh@kernel.org> - 2017-01-21 21:40 +0100
Re: [PATCH 0/3] ARM64: meson-gxbb: Add WeTek Boards Kevin Hilman <khilman@baylibre.com> - 2017-01-20 17:00 +0100
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Date | 2017-01-18 12:30 +0100 |
| Subject | [PATCH 0/3] ARM64: meson-gxbb: Add WeTek Boards |
| Message-ID | <t0W8b-2X3-51@gated-at.bofh.it> |
This serie adds support for the WeTek Hub and Play2 boards. The Hub is an extremely small IPTv Set-Top-Box and the Play2 is a more traditionnal Satellite or Terrestrial and IPTv Set-Top-Box. Both are based on the p200 Reference Design and out-of-tree support is based on OpenELEC kernel at [1]. [1] https://github.com/wetek-enigma/linux-amlogic Neil Armstrong (3): dt-bindings: vendor-prefix: Add wetek vendor prefix ARM64: dts: meson-gxbb: Add support for WeTek Hub and Play dt-bindings: amlogic: Add WeTek boards Documentation/devicetree/bindings/arm/amlogic.txt | 2 + .../devicetree/bindings/vendor-prefixes.txt | 1 + arch/arm64/boot/dts/amlogic/Makefile | 2 + .../boot/dts/amlogic/meson-gxbb-wetek-hub.dts | 66 +++++++++++++++ .../boot/dts/amlogic/meson-gxbb-wetek-play2.dts | 94 ++++++++++++++++++++++ 5 files changed, 165 insertions(+) create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-hub.dts create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-play2.dts -- 1.9.1
[toc] | [next] | [standalone]
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Date | 2017-01-18 12:30 +0100 |
| Subject | [PATCH 1/3] dt-bindings: vendor-prefix: Add wetek vendor prefix |
| Message-ID | <t0WBe-3tQ-77@gated-at.bofh.it> |
| In reply to | #1561636 |
Add prefix for WeTek Electronics, limited, a company producing multimedia Set-Top-Boxes and supporting KODI and OpenELEC distributions. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- 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 16d3b5e..0c16d85 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -320,6 +320,7 @@ virtio Virtual I/O Device Specification, developed by the OASIS consortium vivante Vivante Corporation voipac Voipac Technologies s.r.o. wd Western Digital Corp. +wetek WeTek Electronics, limited. wexler Wexler winbond Winbond Electronics corp. wlf Wolfson Microelectronics -- 1.9.1
[toc] | [prev] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-01-21 21:40 +0100 |
| Subject | Re: [PATCH 1/3] dt-bindings: vendor-prefix: Add wetek vendor prefix |
| Message-ID | <t2aC6-8pz-19@gated-at.bofh.it> |
| In reply to | #1561644 |
On Wed, Jan 18, 2017 at 11:50:40AM +0100, Neil Armstrong wrote: > Add prefix for WeTek Electronics, limited, a company producing multimedia > Set-Top-Boxes and supporting KODI and OpenELEC distributions. > > Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> > --- > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + Acked-by: Rob Herring <robh@kernel.org>
[toc] | [prev] | [next] | [standalone]
| From | Kevin Hilman <khilman@baylibre.com> |
|---|---|
| Date | 2017-01-20 17:00 +0100 |
| Message-ID | <t1JLA-Gk-21@gated-at.bofh.it> |
| In reply to | #1561636 |
Neil Armstrong <narmstrong@baylibre.com> writes: > This serie adds support for the WeTek Hub and Play2 boards. > The Hub is an extremely small IPTv Set-Top-Box and the Play2 is a more > traditionnal Satellite or Terrestrial and IPTv Set-Top-Box. > > Both are based on the p200 Reference Design and out-of-tree support is > based on OpenELEC kernel at [1]. Applied to v4.11/dt64 after s/OpenELEC/LibreELEC/ Kevin > [1] https://github.com/wetek-enigma/linux-amlogic > > Neil Armstrong (3): > dt-bindings: vendor-prefix: Add wetek vendor prefix > ARM64: dts: meson-gxbb: Add support for WeTek Hub and Play > dt-bindings: amlogic: Add WeTek boards > > Documentation/devicetree/bindings/arm/amlogic.txt | 2 + > .../devicetree/bindings/vendor-prefixes.txt | 1 + > arch/arm64/boot/dts/amlogic/Makefile | 2 + > .../boot/dts/amlogic/meson-gxbb-wetek-hub.dts | 66 +++++++++++++++ > .../boot/dts/amlogic/meson-gxbb-wetek-play2.dts | 94 ++++++++++++++++++++++ > 5 files changed, 165 insertions(+) > create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-hub.dts > create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-play2.dts
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web