Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp142901pxu; Tue, 5 Jan 2021 07:14:31 -0800 (PST) X-Google-Smtp-Source: ABdhPJxFbJMPlab5pYCqb7+dyBYGIANmjfnjWbBO/gnhqlm/TYvSd/Q88R2DHznbMtVhDd3SVb34 X-Received: by 2002:aa7:d354:: with SMTP id m20mr179356edr.195.1609859670865; Tue, 05 Jan 2021 07:14:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1609859670; cv=none; d=google.com; s=arc-20160816; b=sIHGE5fVCTnY73RIiWGmCiXuLPAGkw+oaliN3PFombstxSryOwqLPiV4f6Z6lscJeL 8zAln/qBu6Guk11X04TpYuW42gvFz8jDPnjtCtMWh1znZmTvY29J1L42VgDniQk8WglE SMhM2sXiJvCGfRBpHR0JPmruhEdj/B9qzpoPzw0hTMtQy4BnLbXGSiITRimm8s+Fb0e0 hwG2WHVXeDiRdc4KxxUrJZMdLD+fKIidYy7CISFS/RtpSIcgDshOf3O53Ot09aIGYGlJ xI/NtHVGHKSsbLYRklrnbn2wGakAVEoK6JG04UZyGzPe9QVoszJHoKFAW1L9Egwb1H8L ebvw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:content-disposition:mime-version :message-id:subject:to:from:date; bh=ybm4WycC+Jqa8d4aHgK5bAMW1m1VbSWTLl8Yp7y4WjI=; b=R0ExojX1OOKln8D7qxtjnkXGSBlQljOhAsKzWBCIraWpnsUGeiDJcrYceml2IxnsGX yhlkEi6O/osCnzJaEa2Z7z68IJ95G8fOHMTYcLvf5ceSbWGoDhEuQ+GXcmkYC5yQX5No J74pZetlAonSicCGA1ntz7sNKvTsGOcHweWGlDZa8xKSHfqT9TTWOieiYpIDWCX+00UW 3wC5twnzvBx0YfpWb070IlBRQM6viZEIacEzQcJWmZ4/xx+AM9hfOXGEMde5K5XFdRVm wX0+B6WCGV2uQu0knKaH2vk+A/ylnP7/ihQCT4/x587zm6P20OFojYhzVAXaXN9kXNgs qdIA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c4si28893977ejk.182.2021.01.05.07.14.07; Tue, 05 Jan 2021 07:14:30 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727164AbhAEPLJ (ORCPT + 99 others); Tue, 5 Jan 2021 10:11:09 -0500 Received: from tux.runtux.com ([176.9.82.136]:59742 "EHLO tux.runtux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726499AbhAEPLJ (ORCPT ); Tue, 5 Jan 2021 10:11:09 -0500 X-Greylist: delayed 540 seconds by postgrey-1.27 at vger.kernel.org; Tue, 05 Jan 2021 10:11:08 EST Received: from localhost (localhost [127.0.0.1]) by tux.runtux.com (Postfix) with ESMTP id 864A26F08A; Tue, 5 Jan 2021 16:01:27 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at tux.runtux.com Received: from tux.runtux.com ([127.0.0.1]) by localhost (tux2.runtux.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id IqvrxiLmhTSR; Tue, 5 Jan 2021 16:01:25 +0100 (CET) Received: from bee.priv.zoo (62-99-217-90.static.upcbusiness.at [62.99.217.90]) (Authenticated sender: postmaster@runtux.com) by tux.runtux.com (Postfix) with ESMTPSA id 3D7C16EF52; Tue, 5 Jan 2021 16:01:25 +0100 (CET) Received: by bee.priv.zoo (Postfix, from userid 1002) id 62263473; Tue, 5 Jan 2021 16:01:24 +0100 (CET) Date: Tue, 5 Jan 2021 16:01:24 +0100 From: Ralf Schlatterbeck To: Miguel Ojeda Sandonis , linux-kernel@vger.kernel.org Subject: [PATCH 0/2] auxdisplay: HD44780 connected to I2C via PCF8574 Message-ID: <20210105150124.dvlochv3qrp4wpre@runtux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-ray: beware User-Agent: NeoMutt/20180716 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Character LCD driver for the Hitachi HD44780 with I2C connection: There already is a driver for displays with parallel gpio connections. Re-uses the high-level API. Concerning the compatible-string: I'm currently using "hit,hd44780+nxp,pcf8575" - "hit,hd44780" is used for the parallel-connected version of the display - nxp,pcf8575 already exists in drivers/gpio/gpio-pcf857x.c which uses the same chip for gpio expansion. Let me know if this choice of names is fine or should be changed. For the other device-tree names I'm reusing (some of) the names from the parallel connected display. .../auxdisplay/hit,hd44780+nxp,pcf8575.yaml (new) | 65 +++++++ drivers/auxdisplay/Kconfig | 14 +- drivers/auxdisplay/Makefile | 1 + drivers/auxdisplay/hd44780-pcf8574.c (new) | 207 +++++++++++++++++++++ 4 files changed, 286 insertions(+), 1 deletion(-) -- Ralf Schlatterbeck Tel: +43/2243/26465-16 Open Source Consulting www: www.runtux.com Reichergasse 131, A-3411 Weidling email: office@runtux.com