summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-atmel-tcb.c
AgeCommit message (Expand)Author
2023-07-28pwm: atmel-tcb: Don't track polarity in driver dataUwe Kleine-König
2023-07-28pwm: atmel-tcb: Unroll atmel_tcb_pwm_set_polarity() into only callerUwe Kleine-König
2023-07-28pwm: atmel-tcb: Put per-channel data into driver dataUwe Kleine-König
2023-07-28pwm: atmel-tcb: Fix resource freeing in error path and removeUwe Kleine-König
2023-07-28pwm: atmel-tcb: Harmonize resource allocation orderUwe Kleine-König
2023-07-24pwm: Explicitly include correct DT includesRob Herring
2023-03-30pwm: atmel-tcb: Convert to platform remove callback returning voidUwe Kleine-König
2022-06-22pwm: atmel-tcb: Fix typo in commentJulia Lawall
2022-04-22pwm: atmel-tcb: Make atmel_tcb_divisors staticUwe Kleine-König
2022-04-22pwm: atmel-tcb: Drop duplicated tracking of per-channel dataUwe Kleine-König
2021-09-02pwm: atmel-tcb: Don't check the return code of pwmchip_remove()Uwe Kleine-König
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König
2021-03-22pwm: atmel-tcb: Only free resources after pwm_chip_remove() returnedUwe Kleine-König
2021-03-22pwm: atmel-tcb: Implement .apply callbackUwe Kleine-König
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König
2020-12-17pwm: atmel-tcb: Add sama5d2 supportAlexandre Belloni
2020-12-17pwm: atmel-tcb: Switch to new bindingAlexandre Belloni
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner
2019-05-02ARM: at91: move SoC specific definitions to SoC folderAlexandre Belloni
2018-04-30pwm: simplify getting .drvdataWolfram Sang
2018-03-27pwm: atmel-tcb: Delete an error message for a failed memory allocationMarkus Elfring
2017-11-15pwm: atmel-tcb: Support backup modeRomain Izard
2015-10-06misc: atmel_tclib: get and use slow clockBoris Brezillon
2015-07-20pwm: Add the pwm_is_enabled() helperBoris Brezillon
2014-10-20pwm: drop owner assignment from platform_driversWolfram Sang
2014-09-08ARM: at91/tclib: move initialization from alloc to probeGaël PORTAY
2013-09-19pwm: atmel-tcb: fix max time computation for slow clk sourceBoris BREZILLON
2013-09-19pwm: atmel-tcb: add missing clk source configBoris BREZILLON
2013-06-12pwm: Fill in missing .owner fieldsThierry Reding
2013-06-12pwm: atmel-tcb: prepare clk before calling enableBoris BREZILLON
2013-04-02pwm: atmel-tcb: Add .owner to struct pwm_opsAxel Lin
2013-01-08pwm: atmel: add Timer Counter Block PWM driverBoris BREZILLON