| Age | Commit message (Collapse) | Author | Files | Lines |
|
Use the pwm_get_xxx() helpers instead of directly accessing the fields
in struct pwm_device. This will allow us to smoothly move to the atomic
update approach.
Signed-off-by: Boris Brezillon <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
The rk3288 has the ability to invert the polarity of the PWM. Let's
enable that ability. Note that this increases pwm_cells to 3 for
rk3288.
Signed-off-by: Doug Anderson <[email protected]>
Reviewed-by: Caesar Wang <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
This patch added to support the PWM controller found on
RK3288 SoC.
Signed-off-by: Caesar Wang <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|
|
This commit adds a driver for the PWM controller found on Rockchip
RK29, RK30 and RK31 SoCs.
Signed-off-by: Beniamino Galvani <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
|