From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torsten Duwe Date: Sun, 20 Dec 2020 00:41:01 +0100 Subject: AXP803 Driver In-Reply-To: <20201219171521.229a5aa0@blackhole.lan> References: <20201219171521.229a5aa0@blackhole.lan> Message-ID: <20201220004101.0a403708@blackhole.lan> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 19 Dec 2020 17:15:21 +0100 Torsten Duwe wrote: > On Fri, 18 Dec 2020 21:41:28 +0300 > Anton Gorlov wrote: > > > Hi all. > > > > Are there any plans to support AXP803 power regulator in u-boot? > > Well, I already wrote some generic AXP driver, inspired by the code in > the Linux kernel: > > https://build.opensuse.org/source/home:duwe:Teres-I/u-boot/0103-Add-AXP803-PMIC-support.patch Sorry, linked too deeply; open build service gets picky here. https://build.opensuse.org/package/show/home:duwe:Teres-I/u-boot Should get you to "0103-Add-AXP803-PMIC-support.patch" without logging in. > It needs some more clean-up and maybe separation into smaller patches, > which both I've not gotten at yet. Torsten