Re: [U-Boot] [linux-sunxi] Re: [PATCH 1/2] sunxi: power: add AXP803 support

2017-01-08 Thread Maxime Ripard
On Fri, Jan 06, 2017 at 06:47:30AM +0800, Icenowy Zheng wrote: > > > +++ b/drivers/power/axp803.c > > > @@ -0,0 +1,255 @@ > > > +/* > > > + * AXP803 driver based on AXP818 driver > > > + * > > > + * Based on axp818.c > > > + * (C) Copyright 2015 Vishnu Patekar >

Re: [U-Boot] [linux-sunxi] Re: [PATCH 1/2] sunxi: power: add AXP803 support

2017-01-05 Thread Icenowy Zheng
2017年1月6日 05:59于 Maxime Ripard 写道: > > On Fri, Dec 23, 2016 at 04:31:32PM +0800, Icenowy Zheng wrote: > > The A64 uses the AXP803 as its PMIC. > > > > Signed-off-by: Icenowy Zheng > > --- > >  arch/arm/mach-sunxi/Makefile   |   3 + > >