Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1651998
| From | Andy Shevchenko <andy.shevchenko@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/2] drivers: pwm: core: implement pwm dead-times |
| Date | 2017-05-28 00:30 +0200 |
| Message-ID | <tLSnD-1Ei-7@gated-at.bofh.it> (permalink) |
| References | <tF8GR-7BJ-7@gated-at.bofh.it> <tF8Qy-7He-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, May 9, 2017 at 11:19 AM, Claudiu Beznea <claudiu.beznea@microchip.com> wrote: > Extends PWM framework to support PWM dead-times. > The notions introduced are rising edge dead-time > and falling edge dead-time. These are useful for > PWM controllers with channels that have more than > one outputs. > The implementation add sysfs interface for > configuration. It extends the pwm_state structure > with two new members which keeps the values for > dead-times. > There were no additions in device tree for PWM channels > initialized by device tree. AFAIU it's effectively called phase of the signal. It looks to me much simpler if you allow to have linked / virtual channels instead of creating a lot of (duplicated) properties. -- With Best Regards, Andy Shevchenko
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH v2 1/2] drivers: pwm: core: implement pwm dead-times Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-05-28 00:30 +0200 Re: [PATCH v2 1/2] drivers: pwm: core: implement pwm dead-times m18063 <Claudiu.Beznea@microchip.com> - 2017-05-30 12:30 +0200
csiph-web