summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-dwc.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: dwc: Use devm_pwmchip_add()Ben Dooks2023-02-201-5/+1
* pwm: dwc: Move memory allocation to own functionBen Dooks2023-02-201-7/+17
* pwm: dwc: Change &pci->dev to dev in probeBen Dooks2023-02-201-6/+4
* pwm: Make .get_state() callback return an error codeUwe Kleine-König2022-12-061-2/+4
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: Add DesignWare PWM Controller DriverJarkko Nikula2020-12-171-0/+319