summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-tegra.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: tegra: Assert reset only after the PWM was unregisteredUwe Kleine-König2021-06-301-1/+3
* pwm: tegra: Don't needlessly enable and disable the clock in .remove()Uwe Kleine-König2021-06-301-6/+0
* pwm: tegra: Don't modify HW state in .remove callbackUwe Kleine-König2021-06-301-13/+0
* pwm: tegra: Drop an if block with an always false conditionUwe Kleine-König2021-06-301-3/+0
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: tegra: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
* pwm: tegra: Support dynamic clock frequency configurationSandipan Patra2020-06-021-4/+76
* pwm: tegra: Add support for Tegra194Sandipan Patra2020-03-301-0/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1
* pwm: tegra: Remove gratuituous blank lineThierry Reding2018-09-261-1/+0
* pwm: tegra: Explicitly request exclusive reset controlPhilipp Zabel2017-08-211-1/+1
* pwm: tegra: Set maximum pwm clock source per SoC tapeoutLaxman Dewangan2017-06-131-1/+17
* pwm: tegra: Read PWM clock source rate in driver initLaxman Dewangan2017-04-131-1/+6
* pwm: tegra: Avoid potential overflow for short periodsThierry Reding2017-04-131-6/+4
* pwm: tegra: Add support to configure pin state in suspends/resumeLaxman Dewangan2017-04-121-0/+18
* pwm: tegra: Increase precision in PWM rate calculationLaxman Dewangan2017-04-121-2/+5
* pwm: tegra: Use DIV_ROUND_CLOSEST_ULL() instead of local implementationLaxman Dewangan2017-04-121-2/+1
* pwm: tegra: Add support for Tegra186Laxman Dewangan2016-07-111-3/+19
* pwm: tegra: Avoid overflow when calculating duty cycleHyong Bin Kim2016-07-111-2/+3
* pwm: tegra: Allow 100 % duty cycleVictor(Weiguo) Pan2016-07-111-1/+1
* pwm: tegra: Add support for reset controlRohith Seelaboyina2016-07-111-0/+20
* pwm: tegra: Rename mmio_base to regsThierry Reding2016-07-111-6/+6
* pwm: tegra: Remove useless paddingThierry Reding2016-07-111-4/+4
* pwm: tegra: Drop NUM_PWM macroThierry Reding2016-07-111-5/+3
* pwm: Add the pwm_is_enabled() helperBoris Brezillon2015-07-201-3/+3
* pwm: tegra: Use NSEC_PER_SECThierry Reding2015-02-181-1/+1
* pwm: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* pwm: tegra: Remove unnecessary OOM messagesJingoo Han2014-04-281-3/+1
* pwm: Fill in missing .owner fieldsThierry Reding2013-06-121-0/+1
* drivers/pwm: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
* pwm: Constify OF match tablesThierry Reding2013-04-231-1/+1
* Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2013-02-261-3/+1
|\
| * pwm: tegra: assume CONFIG_OFStephen Warren2013-02-151-3/+1
* | pwm: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-3/+3
|/
* pwm: remove use of __devexitBill Pemberton2012-11-281-1/+1
* pwm: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* pwm: Remove a redundant error message when devm_request_and_ioremap failsAxel Lin2012-08-171-3/+1
* pwm: Convert pwm-tegra to use devm_clk_get()Axel Lin2012-07-231-6/+2
* pwm: tegra: Add device tree supportThierry Reding2012-07-021-0/+11
* pwm: Add NVIDIA Tegra SoC supportThierry Reding2012-07-021-0/+254