From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_ADSP_ALL, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EFF8EC35671 for ; Sun, 23 Feb 2020 03:16:54 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C33532067D for ; Sun, 23 Feb 2020 03:16:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ajCvdWH1"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=megous.com header.i=@megous.com header.b="l8Tf0h9K" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C33532067D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=megous.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=3n2Z7zzdj8qwIRpZGA9b3wp9911Z+VRBeQ7SMXBQ7jE=; b=ajCvdWH1mJ5L4t dD8mhoqgW0TFfy8nDqvP25qYpxa3ikcvBH2v+LsCcg8P1O8zqPxytSod2gdA+jCi9AWFdoOHywu7Y LA37iAMoUXLA/1g5goRZ65mOC01FyLj7vQcP8+pKGCZ0a+Uo2TOoOaoGXMk1nUWleJt1o/1xyHX8E xBhvhFvEd8ddX5XuO4dyyDy4rTElOwodWUZPTd5dtF2403GJKGvlgt7nxQA1aUNe8gtv9rpLnd177 /yDVYsgp630T0kKU+v8NwbnnWsUPt+zXpT93xbqi6emv288mc70UfhvnD/C6PItwzeA4+YBWztLny Ee0Nz09uVRxwy5ubSfsw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j5hlF-0007ja-Kf; Sun, 23 Feb 2020 03:16:53 +0000 Received: from vps.xff.cz ([195.181.215.36]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j5hkh-0007GF-3O for linux-arm-kernel@lists.infradead.org; Sun, 23 Feb 2020 03:16:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megous.com; s=mail; t=1582427776; bh=x4ETbhklf9C5iN2AAibtBUXNgpDN11ycD8F1mG47eMs=; h=From:To:Cc:Subject:Date:From; b=l8Tf0h9KZfoXwcar7dNECQUNppL6t+Q2ZCVJyIc+Sm5Y/xzkaYlxhELRRlcAL8U6s E9Ye2E+H/QruMazofyY3hlsrJAsKOkngPI5oKipvVb9MqDeYLQPHk6z2d4UFj9DReT hek33f/l/90bKn+HzwcvfPnGB1cq0oJ9fAM+HI8c= From: Ondrej Jirman To: linux-sunxi@googlegroups.com, Rob Herring , Maxime Ripard , Chen-Yu Tsai Subject: [PATCH 0/3] Add support for PocketBook Touch Lux 3 e-book reader Date: Sun, 23 Feb 2020 04:16:11 +0100 Message-Id: <20200223031614.515563-1-megous@megous.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200222_191619_486531_337538F5 X-CRM114-Status: UNSURE ( 8.30 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ondrej Jirman , Mark Rutland , Stephan Gerhold , devicetree@vger.kernel.org, Heiko Stuebner , linux-kernel@vger.kernel.org, Mark Brown , Corentin Labbe , Sunil Mohan Adapa , Sam Ravnborg , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel