summaryrefslogtreecommitdiff
path: root/drivers/regulator/pwm-regulator.c
Commit message (Expand)AuthorAge
* regulator: pwm-regulator: Remove unneeded gpiod NULL checkFabio Estevam2017-07-24
* regulator: core: Add set_voltage_time opMatthias Kaehlcke2016-09-16
* regulator: pwm: Support extra continuous mode casesBoris Brezillon2016-07-25
* regulator: pwm: Retrieve correct voltageBoris Brezillon2016-07-11
* regulator: pwm: Properly initialize the ->state fieldBoris Brezillon2016-07-11
* regulator: pwm: Switch to the atomic PWM APIBoris Brezillon2016-07-11
* regulator: pwm: Adjust PWM config at probe timeBoris Brezillon2016-07-11
* regulator: pwm: Fix regulator ramp delay for continuous modeDouglas Anderson2016-07-07
* regulator: pwm: Support for enable GPIOAlexandre Courbot2016-06-23
* regulator: pwm: Drop unneeded pwm_enable() callBoris Brezillon2016-06-03
* Merge branch 'for-4.7/pwm-regulator' of git://git.kernel.org/pub/scm/linux/ke...Mark Brown2016-05-03
|\
| * regulator: pwm: Use pwm_get_args() where appropriateBoris Brezillon2016-05-03
* | regulator: pwm: Try to avoid voltage error in duty cycle calculationLaxman Dewangan2016-04-05
* | regulator: pwm: Prints error number along with detailLaxman Dewangan2016-03-15
|/
* regulator: pwm: Add support to have multiple instance of pwm regulatorLaxman Dewangan2016-03-12
* regulator: pwm: Fix calculation of voltage-to-duty cycleLaxman Dewangan2016-03-12
* regulator: pwm: implement ->enable(), ->disable() and ->is_enabled methodsBoris Brezillon2015-09-21
* regulator: pwm-regulator: Fix ' comparison between signed and unsigned intege...Lee Jones2015-07-10
* regulator: pwm-regulator: Fix 'used uninitialized' warningLee Jones2015-07-10
* regulator: pwm-regulator: Fix 'unused-variable' warningLee Jones2015-07-10
* regulator: pwm-regulator: Small clean-upsLee Jones2015-07-09
* regulator: pwm-regulator: Remove obsoleted propertyLee Jones2015-07-09
* regulator: pwm-regulator: Don't assign structure attributes right awayLee Jones2015-07-07
* regulator: pwm-regulator: Simplify voltage to duty-cycle callLee Jones2015-07-07
* regulator: pwm-regulator: Add support for continuous-voltageLee Jones2015-07-07
* regulator: pwm-regulator: Separate voltage-table initialisationLee Jones2015-07-07
* regulator: pwm-regulator: Diffientiate between dev (device) and rdev (regulat...Lee Jones2015-06-08
* regulator: pwm-regulator: Remove superfluous is_enabled checkLee Jones2015-06-08
* regulator: pwm-regulator: Remove unnecessary descriptor attribute from ddataLee Jones2015-06-08
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\
| * regulator: drop owner assignment from platform_driversWolfram Sang2014-10-20
* | regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas2014-11-26
|/
* regulator: pwm-regulator: get voltage and duty table from dtsChris Zhong2014-09-28