2020-02-23 03:17:07

by Ondřej Jirman

[permalink] [raw]
Subject: [PATCH 0/3] Add support for PocketBook Touch Lux 3 e-book reader

This series adds a fairly complete support for this e-book reader.

Missing parts are eink display driver and the touch panel driver.
Support for both is available out-of-tree for now at:
https://megous.com/git/linux/log/?h=pb-5.6

The rest of the board is supported by the mainline drivers.

Please take a look.

thank you and regards,
Ondrej Jirman

Ondrej Jirman (3):
dt-bindings: vendor-prefixes: Add prefix for PocketBook International
SA
dt-bindings: arm: sunxi: Add PocketBook Touch Lux 3
ARM: dts: sun5i: Add PocketBook Touch Lux 3 support

.../devicetree/bindings/arm/sunxi.yaml | 5 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm/boot/dts/Makefile | 1 +
.../dts/sun5i-a13-pocketbook-touch-lux-3.dts | 257 ++++++++++++++++++
4 files changed, 265 insertions(+)
create mode 100644 arch/arm/boot/dts/sun5i-a13-pocketbook-touch-lux-3.dts

--
2.25.1


2020-02-23 03:18:33

by Ondřej Jirman

[permalink] [raw]
Subject: [PATCH 1/3] dt-bindings: vendor-prefixes: Add prefix for PocketBook International SA

Call it "pocketbook".

Signed-off-by: Ondrej Jirman <[email protected]>
---
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 9e67944bec9c6..434cf7de691d2 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -761,6 +761,8 @@ patternProperties:
description: Broadcom Corporation (formerly PLX Technology)
"^pni,.*":
description: PNI Sensor Corporation
+ "^pocketbook,.*":
+ description: PocketBook International SA
"^polaroid,.*":
description: Polaroid Corporation
"^portwell,.*":
--
2.25.1

2020-02-24 09:18:16

by Maxime Ripard

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: vendor-prefixes: Add prefix for PocketBook International SA

On Sun, Feb 23, 2020 at 04:16:12AM +0100, Ondrej Jirman wrote:
> Call it "pocketbook".
>
> Signed-off-by: Ondrej Jirman <[email protected]>


Acked-by: Maxime Ripard <[email protected]>

Thanks!
Maxime


Attachments:
(No filename) (213.00 B)
signature.asc (235.00 B)
Download all attachments

2020-02-24 09:18:46

by Maxime Ripard

[permalink] [raw]
Subject: Re: [PATCH 0/3] Add support for PocketBook Touch Lux 3 e-book reader

On Sun, Feb 23, 2020 at 04:16:11AM +0100, Ondrej Jirman wrote:
> This series adds a fairly complete support for this e-book reader.
>
> Missing parts are eink display driver and the touch panel driver.
> Support for both is available out-of-tree for now at:
> https://megous.com/git/linux/log/?h=pb-5.6
>
> The rest of the board is supported by the mainline drivers.
>
> Please take a look.

Applied 2 and 3, thanks!
Maxime


Attachments:
(No filename) (439.00 B)
signature.asc (235.00 B)
Download all attachments

2020-02-26 22:26:49

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: vendor-prefixes: Add prefix for PocketBook International SA

On Sun, 23 Feb 2020 04:16:12 +0100, Ondrej Jirman wrote:
> Call it "pocketbook".
>
> Signed-off-by: Ondrej Jirman <[email protected]>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Applied, thanks.

Rob