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=-10.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=unavailable 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 77389C433DB for ; Mon, 8 Feb 2021 21:58:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 28ECC64E6E for ; Mon, 8 Feb 2021 21:58:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237008AbhBHV6N (ORCPT ); Mon, 8 Feb 2021 16:58:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54524 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231307AbhBHV5s (ORCPT ); Mon, 8 Feb 2021 16:57:48 -0500 Received: from mail.andi.de1.cc (mail.andi.de1.cc [IPv6:2a01:238:4321:8900:456f:ecd6:43e:202c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0E5E5C061786; Mon, 8 Feb 2021 13:57:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20180802; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=muAMtb9ILWZ6iaLm4pWkawLMXFX8+VhM7QtMLbbVjO8=; b=CSepVBcl/mu1uxOGAD7x76EaSG +LBzoX4IQP+rspzFB9N16nU4JP/i3Kcwahr9P/Ql2k/DNe1nbPGqc5uIiTlGT8PeiIsMn74s1kfG8 8yLycgCCScpr5qAROdrbkv7+lDLrEqor+QByAeBVoAXT/d8PJYHy2u7k7XXX7w5xLA9k=; Received: from p200300ccff06e1001a3da2fffebfd33a.dip0.t-ipconnect.de ([2003:cc:ff06:e100:1a3d:a2ff:febf:d33a] helo=aktux) by mail.andi.de1.cc with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1l9EWT-0005aA-En; Mon, 08 Feb 2021 22:56:45 +0100 Date: Mon, 8 Feb 2021 22:56:44 +0100 From: Andreas Kemnade To: Jonathan =?UTF-8?B?TmV1c2Now6RmZXI=?= Cc: linux-kernel@vger.kernel.org, Lee Jones , Rob Herring , Thierry Reding , Uwe =?UTF-8?B?S2xlaW5lLUvDtm5pZw==?= , Alessandro Zummo , Alexandre Belloni , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Sam Ravnborg , Linus Walleij , Heiko Stuebner , Stephan Gerhold , Lubomir Rintel , Mark Brown , allen , Mauro Carvalho Chehab , "David S. Miller" , devicetree@vger.kernel.org, linux-pwm@vger.kernel.org, linux-rtc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Heiko Stuebner , Josua Mayer , Arnd Bergmann , Daniel Palmer , Andy Shevchenko Subject: Re: [PATCH v9 0/7] Netronix embedded controller driver for Kobo and Tolino ebook readers Message-ID: <20210208225644.3df4da99@aktux> In-Reply-To: <20210124214127.3631530-1-j.neuschaefer@gmx.net> References: <20210124214127.3631530-1-j.neuschaefer@gmx.net> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 24 Jan 2021 22:41:20 +0100 Jonathan Neusch=C3=A4fer wrote: > This patchset adds basic support for the embedded controller found on > older ebook reader boards designed by/with the ODM Netronix Inc.[1] and > sold by Kobo or Tolino, for example the Kobo Aura and the Tolino Shine. > These drivers are based on information contained in the vendor kernel > sources, but in order to all information in a single place, I documented > the register interface of the EC on GitHub[2]. >=20 > [1]: http://www.netronixinc.com/products.aspx?ID=3D1 > [2]: https://github.com/neuschaefer/linux/wiki/Netronix-MSP430-embedded-c= ontroller >=20 > v9: > - Fixed a bug in the error handling of ntxec_probe, > Reported-by: kernel test robot > - Added Thierry Reding's ACK to the PWM patch >=20 what is the fate of this one, looks like it got all acks from maintainers. Regards, Andreas