[linux-sunxi] Re: [PATCH 01/17] sunxi: Add support for AXP305 PMIC

2021-01-10 Thread Jaehoon Chung
On 1/11/21 9:02 AM, André Przywara wrote: > On 03/01/2021 09:26, Jernej Skrabec wrote: >> This PMIC can be found on H616 boards and it's very similar to AXP805 >> and AXP806. >>> Signed-off-by: Jernej Skrabec > > The existing sunxi PMIC code is the typical U-Boot mess, but I don't > want to

[linux-sunxi] Re: [PATCH 01/17] sunxi: Add support for AXP305 PMIC

2021-01-10 Thread André Przywara
On 03/01/2021 09:26, Jernej Skrabec wrote: > This PMIC can be found on H616 boards and it's very similar to AXP805 > and AXP806. >> Signed-off-by: Jernej Skrabec The existing sunxi PMIC code is the typical U-Boot mess, but I don't want to block this series on a rework. I put some comments and

[linux-sunxi] Re: [PATCH 01/17] sunxi: Add support for AXP305 PMIC

2021-01-07 Thread André Przywara
On 06/01/2021 23:33, Jaehoon Chung wrote: > On 1/6/21 7:11 PM, André Przywara wrote: >> On 05/01/2021 22:36, Jaehoon Chung wrote: >> >> Hi, >> >> thanks for having a look! >> >>> Hi Jernej >>> >>> On 1/3/21 6:26 PM, Jernej Skrabec wrote: This PMIC can be found on H616 boards and it's very

[linux-sunxi] Re: [PATCH 01/17] sunxi: Add support for AXP305 PMIC

2021-01-06 Thread Jaehoon Chung
On 1/6/21 7:11 PM, André Przywara wrote: > On 05/01/2021 22:36, Jaehoon Chung wrote: > > Hi, > > thanks for having a look! > >> Hi Jernej >> >> On 1/3/21 6:26 PM, Jernej Skrabec wrote: >>> This PMIC can be found on H616 boards and it's very similar to AXP805 >>> and AXP806. >> >> Is there any

[linux-sunxi] Re: [PATCH 01/17] sunxi: Add support for AXP305 PMIC

2021-01-06 Thread André Przywara
On 05/01/2021 22:36, Jaehoon Chung wrote: Hi, thanks for having a look! > Hi Jernej > > On 1/3/21 6:26 PM, Jernej Skrabec wrote: >> This PMIC can be found on H616 boards and it's very similar to AXP805 >> and AXP806. > > Is there any plan to cleanup codes? There is no support for either of

[linux-sunxi] Re: [PATCH 01/17] sunxi: Add support for AXP305 PMIC

2021-01-05 Thread Jaehoon Chung
Hi Jernej On 1/3/21 6:26 PM, Jernej Skrabec wrote: > This PMIC can be found on H616 boards and it's very similar to AXP805 > and AXP806. Is there any plan to cleanup codes? > > Signed-off-by: Jernej Skrabec > --- > arch/arm/mach-sunxi/pmic_bus.c | 6 +++ > board/sunxi/board.c|