Message ID | 20210124214127.3631530-1-j.neuschaefer@gmx.net (mailing list archive) |
---|---|
Headers | show |
Series | Netronix embedded controller driver for Kobo and Tolino ebook readers | expand |
On Sun, 24 Jan 2021 22:41:20 +0100 Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote: > This patchset adds basic support for the embedded controller found on > older ebook reader boards designed by/with the ODM Netronix Inc.[1] and > sold by Kobo or Tolino, for example the Kobo Aura and the Tolino Shine. > These drivers are based on information contained in the vendor kernel > sources, but in order to all information in a single place, I documented > the register interface of the EC on GitHub[2]. > > [1]: http://www.netronixinc.com/products.aspx?ID=1 > [2]: https://github.com/neuschaefer/linux/wiki/Netronix-MSP430-embedded-controller > > v9: > - Fixed a bug in the error handling of ntxec_probe, > Reported-by: kernel test robot <lkp@intel.com> > - Added Thierry Reding's ACK to the PWM patch > what is the fate of this one, looks like it got all acks from maintainers. Regards, Andreas
On Mon, 08 Feb 2021, Andreas Kemnade wrote: > On Sun, 24 Jan 2021 22:41:20 +0100 > Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote: > > > This patchset adds basic support for the embedded controller found on > > older ebook reader boards designed by/with the ODM Netronix Inc.[1] and > > sold by Kobo or Tolino, for example the Kobo Aura and the Tolino Shine. > > These drivers are based on information contained in the vendor kernel > > sources, but in order to all information in a single place, I documented > > the register interface of the EC on GitHub[2]. > > > > [1]: http://www.netronixinc.com/products.aspx?ID=1 > > [2]: https://github.com/neuschaefer/linux/wiki/Netronix-MSP430-embedded-controller > > > > v9: > > - Fixed a bug in the error handling of ntxec_probe, > > Reported-by: kernel test robot <lkp@intel.com> > > - Added Thierry Reding's ACK to the PWM patch > > > what is the fate of this one, looks like it got all acks from > maintainers. I'll apply it when -rc1 is out.