Re: [RFC PATCH 06/10] pwm: ntxec: Add driver for PWM function in Netronix EC

2020-07-03 Thread Jonathan Neuschäfer
On Mon, Jun 22, 2020 at 10:18:02AM +0200, Uwe Kleine-König wrote: > Hello, > > On Sun, Jun 21, 2020 at 12:42:17AM +0200, Jonathan Neuschäfer wrote: > > The Netronix EC provides a PWM output, which is used for the backlight > > s/,// > > > on ebook readers. This patches adds a driver for the PWM

Re: [RFC PATCH 06/10] pwm: ntxec: Add driver for PWM function in Netronix EC

2020-06-22 Thread Uwe Kleine-König
Hello, On Sun, Jun 21, 2020 at 12:42:17AM +0200, Jonathan Neuschäfer wrote: > The Netronix EC provides a PWM output, which is used for the backlight s/,// > on ebook readers. This patches adds a driver for the PWM output. on *some* ebook readers > +#define NTXEC_UNK_A 0xa1 >

[RFC PATCH 06/10] pwm: ntxec: Add driver for PWM function in Netronix EC

2020-06-20 Thread Jonathan Neuschäfer
The Netronix EC provides a PWM output, which is used for the backlight on ebook readers. This patches adds a driver for the PWM output. Signed-off-by: Jonathan Neuschäfer --- drivers/pwm/Kconfig | 4 ++ drivers/pwm/Makefile| 1 + drivers/pwm/pwm-ntxec.c | 148