summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-jz4740.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: jz4740: Add support for X1000 SoCAidan MacDonald2022-02-241-0/+5
* pwm: jz4740: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
* pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König2021-05-251-2/+0
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: jz4740: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-241-6/+3
* pwm: jz4740: Add support for the JZ4725BPaul Cercueil2020-06-021-4/+20
* pwm: jz4740: Make PWM start with the active partPaul Cercueil2020-06-021-9/+16
* pwm: jz4740: Enhance precision in calculation of duty cyclePaul Cercueil2020-06-021-3/+3
* pwm: jz4740: Allow selection of PWM channels 0 and 1Paul Cercueil2020-03-301-5/+14
* pwm: jz4740: Obtain regmap from parent nodePaul Cercueil2020-03-301-24/+43
* pwm: jz4740: Improve algorithm of clock calculationPaul Cercueil2020-03-301-15/+29
* pwm: jz4740: Use clocks from TCU driverPaul Cercueil2020-03-301-14/+40
* pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-211-1/+1
* pwm: jz4740: Document known limitationsUwe Kleine-König2019-09-211-0/+5
* Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-091-28/+21
|\
| * pwm: jz4740: Force TCU2 channels to return to their init levelPaul Cercueil2019-06-261-1/+9
| * pwm: jz4740: Apply configuration atomicallyPaul Cercueil2019-06-251-25/+12
| * pwm: jz4740: Remove unused devicetree compatible stringsPaul Cercueil2019-06-251-2/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner2019-05-301-10/+1
|/
* pwm: jz4740: Add support for devicetreePaul Cercueil2018-03-281-0/+14
* pwm: jz4740: Implement ->set_polarity()Paul Cercueil2018-03-281-0/+19
* pwm: jz4740: Make disable operation compatible with TCU2 modeMaarten ter Huurne2018-03-281-1/+7
* pwm: jz4740: Let the pinctrl driver configure the pinsPaul Cercueil2017-05-221-29/+0
* pwm: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* pwm: jz4740: Use devm_clk_get()Lars-Peter Clausen2013-12-121-17/+3
* pwm: jz4740: Pass device to clk_get()Lars-Peter Clausen2013-12-121-1/+1
* pwm: remove use of __devexitBill Pemberton2012-11-281-1/+1
* pwm: remove use of __devinitBill Pemberton2012-11-281-1/+1
* pwm: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* pwm: Add Ingenic JZ4740 supportThierry Reding2012-10-051-0/+221