Re: [PATCH v1 1/2] sifive_u_pwm: Initial commit

2021-04-07 Thread Bin Meng
On Fri, Apr 2, 2021 at 8:46 PM Alistair Francis wrote: > nits: it's better to write the commit title as: "hw/timer: Add SiFive PWM support" Also please write something to describe the hardware in the commit message. > Signed-off-by: Justin Restivo > Signed-off-by: Alexandra Clifford > Signed-

[PATCH v1 1/2] sifive_u_pwm: Initial commit

2021-04-02 Thread Alistair Francis
Signed-off-by: Justin Restivo Signed-off-by: Alexandra Clifford Signed-off-by: Amanda Strnad Signed-off-by: Alistair Francis --- include/hw/dma/sifive_pdma.h| 2 +- include/hw/timer/sifive_u_pwm.h | 62 hw/timer/sifive_u_pwm.c | 483 MAINTAI