Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-02 | pwm: raspberrypi-poe: Simplify using devm_pwmchip_add() | Uwe Kleine-König | |
This allows to drop the platform_driver's remove function. This is the only user of driver data so this can go away, too. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Thierry Reding <thierry.reding@gmail.com> | |||
2021-03-22 | pwm: Add Raspberry Pi Firmware based PWM bus | Nicolas Saenz Julienne | |
Adds support to control the PWM bus available in official Raspberry Pi PoE HAT. Only RPi's co-processor has access to it, so commands have to be sent through RPi's firmware mailbox interface. Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de> Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Thierry Reding <thierry.reding@gmail.com> |