Re: [PATCH] drivers: pmic: Add sysreset driver to da9063 pmic device

2021-09-24 Thread Alexandre Ghiti
Hi Jaehoon, On Thu, Sep 23, 2021 at 2:23 PM Jaehoon Chung wrote: > > Hi Alexandre, > > On 9/21/21 12:48 AM, Alexandre Ghiti wrote: > > This pmic device is present on the SiFive Unmatched board and this > > new driver adds the possibility to reset it. > > Is there any patch before applying this? >

Re: [PATCH] drivers: pmic: Add sysreset driver to da9063 pmic device

2021-09-23 Thread Jaehoon Chung
Hi Alexandre, On 9/21/21 12:48 AM, Alexandre Ghiti wrote: > This pmic device is present on the SiFive Unmatched board and this > new driver adds the possibility to reset it. Is there any patch before applying this? I cant' apply this from patchwork for checking. If i missed something, let me know

Re: [PATCH] drivers: pmic: Add sysreset driver to da9063 pmic device

2021-09-22 Thread Alexandre Ghiti
On Tue, Sep 21, 2021 at 9:23 AM Heinrich Schuchardt wrote: > > > > On 9/20/21 5:48 PM, Alexandre Ghiti wrote: > > This pmic device is present on the SiFive Unmatched board and this > > new driver adds the possibility to reset it. > > > > Signed-off-by: Alexandre Ghiti > > --- > > configs/sifive

Re: [PATCH] drivers: pmic: Add sysreset driver to da9063 pmic device

2021-09-21 Thread Heinrich Schuchardt
On 9/20/21 5:48 PM, Alexandre Ghiti wrote: This pmic device is present on the SiFive Unmatched board and this new driver adds the possibility to reset it. Signed-off-by: Alexandre Ghiti --- configs/sifive_unmatched_defconfig | 2 ++ drivers/power/pmic/da9063.c| 49 +++

[PATCH] drivers: pmic: Add sysreset driver to da9063 pmic device

2021-09-20 Thread Alexandre Ghiti
This pmic device is present on the SiFive Unmatched board and this new driver adds the possibility to reset it. Signed-off-by: Alexandre Ghiti --- configs/sifive_unmatched_defconfig | 2 ++ drivers/power/pmic/da9063.c| 49 ++ 2 files changed, 51 insertions(+)