aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/pwm-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-19regulator: pwm-regulator: Use dev_err_probe() for error paths in .probe()Uwe Kleine-König1-23/+17
2024-01-22regulator: pwm-regulator: Manage boot-on with disabled PWM channelsMartin Blumenstingl1-0/+33
2024-01-22regulator: pwm-regulator: Calculate the output voltage for disabled PWMsMartin Blumenstingl1-0/+7
2024-01-22regulator: pwm-regulator: Add validity checks in continuous .get_voltageMartin Blumenstingl1-0/+3
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young1-2/+2
2023-07-14regulator: Explicitly include correct DT includesRob Herring1-1/+1
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson1-0/+1
2023-03-11regulator: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2021-09-27regulator: pwm-regulator: Make use of the helper function dev_err_probe()Anand Moon1-9/+3
2020-10-05Merge remote-tracking branch 'regulator/for-5.10' into regulator-nextMark Brown1-1/+1
2020-09-02regulator: pwm: Fix machine constraints applicationVincent Whitchurch1-1/+1
2020-08-21regulator: pwm: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-06-26regulator: pwm-regulator: Demote kerneldoc header to standard commentLee Jones1-1/+1
2020-03-02regulator: pwm: Don't warn on probe deferralJon Hunter1-1/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-14regulator: pwm: No need to make a copy of regulator_ops per instanceAxel Lin1-12/+5
2017-07-24regulator: pwm-regulator: Remove unneeded gpiod NULL checkFabio Estevam1-4/+2
2016-09-16regulator: core: Add set_voltage_time opMatthias Kaehlcke1-10/+0
2016-07-25regulator: pwm: Support extra continuous mode casesBoris Brezillon1-10/+82
2016-07-11regulator: pwm: Retrieve correct voltageBoris Brezillon1-6/+6
2016-07-11regulator: pwm: Properly initialize the ->state fieldBoris Brezillon1-0/+22
2016-07-11regulator: pwm: Switch to the atomic PWM APIBoris Brezillon1-28/+10
2016-07-11regulator: pwm: Adjust PWM config at probe timeBoris Brezillon1-5/+3
2016-07-07regulator: pwm: Fix regulator ramp delay for continuous modeDouglas Anderson1-2/+7
2016-06-23regulator: pwm: Support for enable GPIOAlexandre Courbot1-0/+26
2016-06-03regulator: pwm: Drop unneeded pwm_enable() callBoris Brezillon1-5/+0
2016-05-03Merge branch 'for-4.7/pwm-regulator' of git://git.kernel.org/pub/scm/linux/ke...Mark Brown1-8/+15
2016-05-03regulator: pwm: Use pwm_get_args() where appropriateBoris Brezillon1-6/+14
2016-04-05regulator: pwm: Try to avoid voltage error in duty cycle calculationLaxman Dewangan1-15/+23
2016-03-15regulator: pwm: Prints error number along with detailLaxman Dewangan1-11/+12
2016-03-12regulator: pwm: Add support to have multiple instance of pwm regulatorLaxman Dewangan1-7/+20
2016-03-12regulator: pwm: Fix calculation of voltage-to-duty cycleLaxman Dewangan1-1/+1
2015-09-21regulator: pwm: implement ->enable(), ->disable() and ->is_enabled methodsBoris Brezillon1-6/+29
2015-07-10regulator: pwm-regulator: Fix ' comparison between signed and unsigned intege...Lee Jones1-1/+1
2015-07-10regulator: pwm-regulator: Fix 'used uninitialized' warningLee Jones1-1/+1
2015-07-10regulator: pwm-regulator: Fix 'unused-variable' warningLee Jones1-2/+0
2015-07-09regulator: pwm-regulator: Small clean-upsLee Jones1-6/+5
2015-07-09regulator: pwm-regulator: Remove obsoleted propertyLee Jones1-9/+0
2015-07-07regulator: pwm-regulator: Don't assign structure attributes right awayLee Jones1-3/+5
2015-07-07regulator: pwm-regulator: Simplify voltage to duty-cycle callLee Jones1-20/+7
2015-07-07regulator: pwm-regulator: Add support for continuous-voltageLee Jones1-8/+106
2015-07-07regulator: pwm-regulator: Separate voltage-table initialisationLee Jones1-32/+45
2015-06-08regulator: pwm-regulator: Diffientiate between dev (device) and rdev (regulat...Lee Jones1-9/+9
2015-06-08regulator: pwm-regulator: Remove superfluous is_enabled checkLee Jones1-8/+4
2015-06-08regulator: pwm-regulator: Remove unnecessary descriptor attribute from ddataLee Jones1-9/+6
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas1-1/+2
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-28regulator: pwm-regulator: get voltage and duty table from dtsChris Zhong1-0/+197