summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/pwm-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: pwm-regulator: Use dev_err_probe() for error paths in .probe()Uwe Kleine-König2024-02-191-23/+17
* regulator: pwm-regulator: Manage boot-on with disabled PWM channelsMartin Blumenstingl2024-01-221-0/+33
* regulator: pwm-regulator: Calculate the output voltage for disabled PWMsMartin Blumenstingl2024-01-221-0/+7
* regulator: pwm-regulator: Add validity checks in continuous .get_voltageMartin Blumenstingl2024-01-221-0/+3
* pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young2023-12-201-2/+2
* regulator: Explicitly include correct DT includesRob Herring2023-07-141-1/+1
* regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson2023-03-201-0/+1
* regulator: Use of_property_present() for testing DT property presenceRob Herring2023-03-111-1/+1
* regulator: pwm-regulator: Make use of the helper function dev_err_probe()Anand Moon2021-09-271-9/+3
* Merge remote-tracking branch 'regulator/for-5.10' into regulator-nextMark Brown2020-10-051-1/+1
|\
| * regulator: pwm: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang2020-08-211-1/+1
* | regulator: pwm: Fix machine constraints applicationVincent Whitchurch2020-09-021-1/+1
|/
* regulator: pwm-regulator: Demote kerneldoc header to standard commentLee Jones2020-06-261-1/+1
* regulator: pwm: Don't warn on probe deferralJon Hunter2020-03-021-1/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* regulator: pwm: No need to make a copy of regulator_ops per instanceAxel Lin2019-01-141-12/+5
* regulator: pwm-regulator: Remove unneeded gpiod NULL checkFabio Estevam2017-07-241-4/+2
* regulator: core: Add set_voltage_time opMatthias Kaehlcke2016-09-161-10/+0
* regulator: pwm: Support extra continuous mode casesBoris Brezillon2016-07-251-10/+82
* regulator: pwm: Retrieve correct voltageBoris Brezillon2016-07-111-6/+6
* regulator: pwm: Properly initialize the ->state fieldBoris Brezillon2016-07-111-0/+22
* regulator: pwm: Switch to the atomic PWM APIBoris Brezillon2016-07-111-28/+10
* regulator: pwm: Adjust PWM config at probe timeBoris Brezillon2016-07-111-5/+3
* regulator: pwm: Fix regulator ramp delay for continuous modeDouglas Anderson2016-07-071-2/+7
* regulator: pwm: Support for enable GPIOAlexandre Courbot2016-06-231-0/+26
* regulator: pwm: Drop unneeded pwm_enable() callBoris Brezillon2016-06-031-5/+0
* Merge branch 'for-4.7/pwm-regulator' of git://git.kernel.org/pub/scm/linux/ke...Mark Brown2016-05-031-8/+15
|\
| * regulator: pwm: Use pwm_get_args() where appropriateBoris Brezillon2016-05-031-6/+14
* | regulator: pwm: Try to avoid voltage error in duty cycle calculationLaxman Dewangan2016-04-051-15/+23
* | regulator: pwm: Prints error number along with detailLaxman Dewangan2016-03-151-11/+12
|/
* regulator: pwm: Add support to have multiple instance of pwm regulatorLaxman Dewangan2016-03-121-7/+20
* regulator: pwm: Fix calculation of voltage-to-duty cycleLaxman Dewangan2016-03-121-1/+1
* regulator: pwm: implement ->enable(), ->disable() and ->is_enabled methodsBoris Brezillon2015-09-211-6/+29
* regulator: pwm-regulator: Fix ' comparison between signed and unsigned intege...Lee Jones2015-07-101-1/+1
* regulator: pwm-regulator: Fix 'used uninitialized' warningLee Jones2015-07-101-1/+1
* regulator: pwm-regulator: Fix 'unused-variable' warningLee Jones2015-07-101-2/+0
* regulator: pwm-regulator: Small clean-upsLee Jones2015-07-091-6/+5
* regulator: pwm-regulator: Remove obsoleted propertyLee Jones2015-07-091-9/+0
* regulator: pwm-regulator: Don't assign structure attributes right awayLee Jones2015-07-071-3/+5
* regulator: pwm-regulator: Simplify voltage to duty-cycle callLee Jones2015-07-071-20/+7
* regulator: pwm-regulator: Add support for continuous-voltageLee Jones2015-07-071-8/+106
* regulator: pwm-regulator: Separate voltage-table initialisationLee Jones2015-07-071-32/+45
* regulator: pwm-regulator: Diffientiate between dev (device) and rdev (regulat...Lee Jones2015-06-081-9/+9
* regulator: pwm-regulator: Remove superfluous is_enabled checkLee Jones2015-06-081-8/+4
* regulator: pwm-regulator: Remove unnecessary descriptor attribute from ddataLee Jones2015-06-081-9/+6
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas2014-11-261-1/+2
|/
* regulator: pwm-regulator: get voltage and duty table from dtsChris Zhong2014-09-281-0/+197