Re: [PATCH v3 3/7] mfd: Add base driver for Netronix embedded controller

2020-10-02 Thread Jonathan Neuschäfer
On Tue, Sep 29, 2020 at 07:37:21PM +0300, Andy Shevchenko wrote: > On Sat, Sep 26, 2020 at 12:32 AM Jonathan Neuschäfer > wrote: > > On Fri, Sep 25, 2020 at 12:29:45PM +0300, Andy Shevchenko wrote: > > > On Thu, Sep 24, 2020 at 10:26 PM Jonathan Neuschäfer > > > wrote: > > ... > > > > > +

Re: [PATCH v3 3/7] mfd: Add base driver for Netronix embedded controller

2020-09-29 Thread Andy Shevchenko
On Sat, Sep 26, 2020 at 12:32 AM Jonathan Neuschäfer wrote: > On Fri, Sep 25, 2020 at 12:29:45PM +0300, Andy Shevchenko wrote: > > On Thu, Sep 24, 2020 at 10:26 PM Jonathan Neuschäfer > > wrote: ... > > > + dev_alert(&poweroff_restart_client->dev, > > > + "

Re: [PATCH v3 3/7] mfd: Add base driver for Netronix embedded controller

2020-09-25 Thread Jonathan Neuschäfer
On Fri, Sep 25, 2020 at 12:29:45PM +0300, Andy Shevchenko wrote: > On Thu, Sep 24, 2020 at 10:26 PM Jonathan Neuschäfer > wrote: > > > > The Netronix embedded controller is a microcontroller found in some > > e-book readers designed by the ODM Netronix, Inc. It contains RTC, > > battery monitoring

Re: [PATCH v3 3/7] mfd: Add base driver for Netronix embedded controller

2020-09-25 Thread Andy Shevchenko
On Thu, Sep 24, 2020 at 10:26 PM Jonathan Neuschäfer wrote: > > The Netronix embedded controller is a microcontroller found in some > e-book readers designed by the ODM Netronix, Inc. It contains RTC, > battery monitoring, system power management, and PWM functionality. > > This driver implements

[PATCH v3 3/7] mfd: Add base driver for Netronix embedded controller

2020-09-24 Thread Jonathan Neuschäfer
The Netronix embedded controller is a microcontroller found in some e-book readers designed by the ODM Netronix, Inc. It contains RTC, battery monitoring, system power management, and PWM functionality. This driver implements register access and version detection. Third-party hardware documentati