Re: [PATCH] pwm: sifive: make set_config() and set_enable() work properly

2021-05-11 Thread Heiko Schocher
Hello Vincent, On 03.05.21 09:26, Vincent Chen wrote: > The pwm_sifive_set_config() and pwm_sifive_set_enable() cannot work > properly due to the wrong implementations. It will cause the u-boot > PWM command to not work as expected. The bugs will be resolved in this > patch. > > Signed-off-by:

Re: FW: [PATCH] pwm: sifive: make set_config() and set_enable() work properly

2021-05-11 Thread Rick Chen
> From: U-Boot On Behalf Of Vincent Chen > Sent: Monday, May 03, 2021 3:27 PM > To: s...@chromium.org; h...@denx.de > Cc: u-boot@lists.denx.de; Vincent Chen > Subject: [PATCH] pwm: sifive: make set_config() and set_enable() work properly > > The pwm_sifive_set_config() and

[PATCH] pwm: sifive: make set_config() and set_enable() work properly

2021-05-03 Thread Vincent Chen
The pwm_sifive_set_config() and pwm_sifive_set_enable() cannot work properly due to the wrong implementations. It will cause the u-boot PWM command to not work as expected. The bugs will be resolved in this patch. Signed-off-by: Vincent Chen --- drivers/pwm/pwm-sifive.c | 21

[PATCH] pwm: sifive: make set_config() and set_enable() work properly

2021-04-12 Thread Vincent Chen
The pwm_sifive_set_config() and pwm_sifive_set_enable() cannot work properly due to the wrong implementations. It will cause the u-boot PWM command to not work as expected. The bugs will be resolved in this patch. Signed-off-by: Vincent Chen --- drivers/pwm/pwm-sifive.c | 21