summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-lpc18xx-sct.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: lpc18xx-sct: Make use of devm_pwmchip_alloc() functionUwe Kleine-König2024-02-191-9/+5
* pwm: lpc18xx-sct: Prepare removing pwm_chip from driver dataUwe Kleine-König2024-02-191-7/+10
* pwm: lpc18xx-sct: Make use of pwmchip_parent() accessorUwe Kleine-König2024-02-191-3/+3
* pwm: lpc18xx-sct: Drop hardly used member from driver private dataUwe Kleine-König2024-02-191-4/+1
* pwm: lpc18xx-sct: Don't modify the cached period of other PWM outputsUwe Kleine-König2023-12-201-3/+1
* pwm: Stop referencing pwm->chipThierry Reding2023-12-201-1/+1
* pwm: Manage owner assignment implicitly for driversUwe Kleine-König2023-10-131-1/+0
* pwm: lpc18xx-sct: Simplify using devm_clk_get_enabled()Uwe Kleine-König2023-07-281-25/+8
* pwm: Explicitly include correct DT includesRob Herring2023-07-241-0/+1
* pwm: lpc18xx-sct: Convert to platform remove callback returning voidUwe Kleine-König2023-03-301-4/+2
* pwm: lpc18xx-sct: Fix a comment to match codeUwe Kleine-König2022-12-061-1/+1
* pwm: lpc18xx: Fix period handlingUwe Kleine-König2022-07-291-16/+31
* pwm: lpc18xx: Convert to use dev_err_probe()Uwe Kleine-König2022-07-291-11/+9
* pwm: lpc18xx: Implement .apply() callbackUwe Kleine-König2022-05-201-13/+30
* pwm: lpc18xx-sct: Simplify driver by not using pwm_[gs]et_chip_data()Uwe Kleine-König2022-02-021-17/+6
* pwm: lpc18xx-sct: Reduce number of devm memory allocationsUwe Kleine-König2022-02-021-7/+5
* pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add()Uwe Kleine-König2022-02-021-11/+9
* pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König2021-05-251-2/+0
* pwm: lpc18xx-sct: Free resources only after pwmchip_remove()Uwe Kleine-König2021-04-091-1/+3
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: lpc18xx-sct: remove unneeded semicolonYang Li2021-02-221-1/+1
* pwm: lpc18xx-sct: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner2019-05-301-4/+1
* pwm: lpc18xx-sct: Don't reconfigure PWM in .request and .freeUwe Kleine-König2018-11-161-3/+0
* pwm: lpc-18xx: use pwm_set_chip_dataoliver@schinagl.nl2016-09-081-4/+8
* pwm: Use pwm_get/set_xxx() helpers where appropriateBoris Brezillon2016-05-171-1/+1
* pwm: lpc18xx-sct: Test clock rate to avoid division by 0Wolfram Sang2016-03-231-0/+5
* pwm: NXP LPC18xx PWM/SCT driverAriel D'Alessandro2015-09-091-0/+465