aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-jz4740.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-24pwm: jz4740: Add support for X1000 SoCAidan MacDonald1-0/+5
2021-09-02pwm: jz4740: Simplify using devm_pwmchip_add()Uwe Kleine-König1-11/+1
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König1-2/+0
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König1-1/+0
2020-09-24pwm: jz4740: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+3
2020-06-02pwm: jz4740: Add support for the JZ4725BPaul Cercueil1-4/+20
2020-06-02pwm: jz4740: Make PWM start with the active partPaul Cercueil1-9/+16
2020-06-02pwm: jz4740: Enhance precision in calculation of duty cyclePaul Cercueil1-3/+3
2020-03-30pwm: jz4740: Allow selection of PWM channels 0 and 1Paul Cercueil1-5/+14
2020-03-30pwm: jz4740: Obtain regmap from parent nodePaul Cercueil1-24/+43
2020-03-30pwm: jz4740: Improve algorithm of clock calculationPaul Cercueil1-15/+29
2020-03-30pwm: jz4740: Use clocks from TCU driverPaul Cercueil1-14/+40
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König1-1/+1
2019-09-21pwm: jz4740: Document known limitationsUwe Kleine-König1-0/+5
2019-07-09Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-28/+21
2019-06-26pwm: jz4740: Force TCU2 channels to return to their init levelPaul Cercueil1-1/+9
2019-06-25pwm: jz4740: Apply configuration atomicallyPaul Cercueil1-25/+12
2019-06-25pwm: jz4740: Remove unused devicetree compatible stringsPaul Cercueil1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner1-10/+1
2018-03-28pwm: jz4740: Add support for devicetreePaul Cercueil1-0/+14
2018-03-28pwm: jz4740: Implement ->set_polarity()Paul Cercueil1-0/+19
2018-03-28pwm: jz4740: Make disable operation compatible with TCU2 modeMaarten ter Huurne1-1/+7
2017-05-22pwm: jz4740: Let the pinctrl driver configure the pinsPaul Cercueil1-29/+0
2014-10-20pwm: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-12-12pwm: jz4740: Use devm_clk_get()Lars-Peter Clausen1-17/+3
2013-12-12pwm: jz4740: Pass device to clk_get()Lars-Peter Clausen1-1/+1
2012-11-28pwm: remove use of __devexitBill Pemberton1-1/+1
2012-11-28pwm: remove use of __devinitBill Pemberton1-1/+1
2012-11-28pwm: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-05pwm: Add Ingenic JZ4740 supportThierry Reding1-0/+221