Age | Commit message (Expand) | Author | Files | Lines |
2020-10-05 | Merge remote-tracking branch 'regulator/for-5.10' into regulator-next | Mark Brown | 1 | -1/+1 |
2020-09-02 | regulator: pwm: Fix machine constraints application | Vincent Whitchurch | 1 | -1/+1 |
2020-08-21 | regulator: pwm: Fix W=1 build warning when CONFIG_OF=n | Jisheng Zhang | 1 | -1/+1 |
2020-06-26 | regulator: pwm-regulator: Demote kerneldoc header to standard comment | Lee Jones | 1 | -1/+1 |
2020-03-02 | regulator: pwm: Don't warn on probe deferral | Jon Hunter | 1 | -1/+5 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-01-14 | regulator: pwm: No need to make a copy of regulator_ops per instance | Axel Lin | 1 | -12/+5 |
2017-07-24 | regulator: pwm-regulator: Remove unneeded gpiod NULL check | Fabio Estevam | 1 | -4/+2 |
2016-09-16 | regulator: core: Add set_voltage_time op | Matthias Kaehlcke | 1 | -10/+0 |
2016-07-25 | regulator: pwm: Support extra continuous mode cases | Boris Brezillon | 1 | -10/+82 |
2016-07-11 | regulator: pwm: Retrieve correct voltage | Boris Brezillon | 1 | -6/+6 |
2016-07-11 | regulator: pwm: Properly initialize the ->state field | Boris Brezillon | 1 | -0/+22 |
2016-07-11 | regulator: pwm: Switch to the atomic PWM API | Boris Brezillon | 1 | -28/+10 |
2016-07-11 | regulator: pwm: Adjust PWM config at probe time | Boris Brezillon | 1 | -5/+3 |
2016-07-07 | regulator: pwm: Fix regulator ramp delay for continuous mode | Douglas Anderson | 1 | -2/+7 |
2016-06-23 | regulator: pwm: Support for enable GPIO | Alexandre Courbot | 1 | -0/+26 |
2016-06-03 | regulator: pwm: Drop unneeded pwm_enable() call | Boris Brezillon | 1 | -5/+0 |
2016-05-03 | Merge branch 'for-4.7/pwm-regulator' of git://git.kernel.org/pub/scm/linux/ke... | Mark Brown | 1 | -8/+15 |
2016-05-03 | regulator: pwm: Use pwm_get_args() where appropriate | Boris Brezillon | 1 | -6/+14 |
2016-04-05 | regulator: pwm: Try to avoid voltage error in duty cycle calculation | Laxman Dewangan | 1 | -15/+23 |
2016-03-15 | regulator: pwm: Prints error number along with detail | Laxman Dewangan | 1 | -11/+12 |
2016-03-12 | regulator: pwm: Add support to have multiple instance of pwm regulator | Laxman Dewangan | 1 | -7/+20 |
2016-03-12 | regulator: pwm: Fix calculation of voltage-to-duty cycle | Laxman Dewangan | 1 | -1/+1 |
2015-09-22 | regulator: pwm: implement ->enable(), ->disable() and ->is_enabled methods | Boris Brezillon | 1 | -6/+29 |
2015-07-10 | regulator: pwm-regulator: Fix ' comparison between signed and unsigned intege... | Lee Jones | 1 | -1/+1 |
2015-07-10 | regulator: pwm-regulator: Fix 'used uninitialized' warning | Lee Jones | 1 | -1/+1 |
2015-07-10 | regulator: pwm-regulator: Fix 'unused-variable' warning | Lee Jones | 1 | -2/+0 |
2015-07-09 | regulator: pwm-regulator: Small clean-ups | Lee Jones | 1 | -6/+5 |
2015-07-09 | regulator: pwm-regulator: Remove obsoleted property | Lee Jones | 1 | -9/+0 |
2015-07-07 | regulator: pwm-regulator: Don't assign structure attributes right away | Lee Jones | 1 | -3/+5 |
2015-07-07 | regulator: pwm-regulator: Simplify voltage to duty-cycle call | Lee Jones | 1 | -20/+7 |
2015-07-07 | regulator: pwm-regulator: Add support for continuous-voltage | Lee Jones | 1 | -8/+106 |
2015-07-07 | regulator: pwm-regulator: Separate voltage-table initialisation | Lee Jones | 1 | -32/+45 |
2015-06-08 | regulator: pwm-regulator: Diffientiate between dev (device) and rdev (regulat... | Lee Jones | 1 | -9/+9 |
2015-06-08 | regulator: pwm-regulator: Remove superfluous is_enabled check | Lee Jones | 1 | -8/+4 |
2015-06-08 | regulator: pwm-regulator: Remove unnecessary descriptor attribute from ddata | Lee Jones | 1 | -9/+6 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-11-26 | regulator: of: Add regulator desc param to of_get_regulator_init_data() | Javier Martinez Canillas | 1 | -1/+2 |
2014-10-20 | regulator: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-09-28 | regulator: pwm-regulator: get voltage and duty table from dts | Chris Zhong | 1 | -0/+197 |