Re: [PATCH RESEND] sunxi: add axp313a support

2023-10-18 Thread SASANO Takayoshi
hi, > Yes, we have been looking at this for a while, and there is code out > there. The latest drop is from Mikhail: > https://lore.kernel.org/u-boot/20231016053441.3197087-2-iunc...@gmail.com/ > If you can try this, maybe even review it, that would be great. I got mail from Mikhail and received

Re: [PATCH RESEND] sunxi: add axp313a support

2023-10-17 Thread Andre Przywara
On Tue, 17 Oct 2023 18:38:58 +0900 SASANO Takayoshi wrote: Hi, > Hello, sorry for late reply! no worries, glad you came back! > > Anyway, my plan is to not add anything to the SPL code in its current > > shape anymore, instead do some refactoring first, then have a much cleaner > > and smaller

Re: [PATCH RESEND] sunxi: add axp313a support

2023-10-17 Thread SASANO Takayoshi
Hello, sorry for late reply! > Anyway, my plan is to not add anything to the SPL code in its current > shape anymore, instead do some refactoring first, then have a much cleaner > and smaller patch with the AXP313a support. I am more than halfway through > with that, just stuck on some nasty prepr

Re: [PATCH RESEND] sunxi: add axp313a support

2023-09-08 Thread Andre Przywara
On Fri, 01 Sep 2023 06:05:10 +0900 SASANO Takayoshi wrote: Hi Takayoshi, thanks for sending this patch to the list, and for sticking to it! > There is no response from previous post, I think this patch is not reached to > suitable person and not reviewed yet. Running scripts/get_maintainer.pl

[PATCH RESEND] sunxi: add axp313a support

2023-08-31 Thread SASANO Takayoshi
There is no response from previous post, I think this patch is not reached to suitable person and not reviewed yet. axp313a code is a part of power/sunxi. This is needed for Mango Pi MQ-Quad and Orange Pi Zero3. From 9127de42691f86ef5ed22dcf5fa0b44b03288a07 Mon Sep 17 00:00:00 2001 From: SASANO