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