Re: [PATCH] sandbox: cros-ec: Add tests for the cros-ec-pwm driver

2021-05-19 Thread Simon Glass
On Sun, 16 May 2021 at 09:42, Alper Nebi Yasak wrote: > > This patch lets sandbox-cros-ec emulate a limited pwm device which has > multiple channels but can only set a duty cycle for each, as the actual > EC doesn't expose any functionality or information other than that. > Mapping non-generic EC_

Re: [PATCH] sandbox: cros-ec: Add tests for the cros-ec-pwm driver

2021-05-19 Thread Alper Nebi Yasak
On 16/05/2021 23:05, Heinrich Schuchardt wrote: > Am 16. Mai 2021 17:41:44 MESZ schrieb Alper Nebi Yasak > : >> This patch lets sandbox-cros-ec emulate a limited pwm device which has >> multiple channels but can only set a duty cycle for each, as the actual >> EC doesn't expose any functionality o

Re: [PATCH] sandbox: cros-ec: Add tests for the cros-ec-pwm driver

2021-05-16 Thread Heinrich Schuchardt
Am 16. Mai 2021 17:41:44 MESZ schrieb Alper Nebi Yasak : >This patch lets sandbox-cros-ec emulate a limited pwm device which has >multiple channels but can only set a duty cycle for each, as the actual >EC doesn't expose any functionality or information other than that. >Mapping non-generic EC_PWM

[PATCH] sandbox: cros-ec: Add tests for the cros-ec-pwm driver

2021-05-16 Thread Alper Nebi Yasak
This patch lets sandbox-cros-ec emulate a limited pwm device which has multiple channels but can only set a duty cycle for each, as the actual EC doesn't expose any functionality or information other than that. Mapping non-generic EC_PWM_TYPE_* values to these emulated pwm channels is not implement