summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/wm831x-dcdc.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: wm831x: Convert to use GPIO descriptorsLinus Walleij2019-06-121-16/+13Star
* regulator: wm831x: Switch to SPDX identifierAxel Lin2019-04-171-12/+7Star
* regulator: wm831x: Fix notifier mutex lock warningSteve Twiss2019-03-131-0/+4
* regulator: wm831x-dcdc: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-041-36/+6Star
* Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-03-041-2/+2
|\
| * regulator: wm831x-dcdc: Fix list of wm831x_dcdc_ilim from mA to uAAxel Lin2019-02-261-2/+2
* | regulator: wm831x-dcdc: Convert to use regulator_linear_range for wm831x_buckvAxel Lin2019-01-221-30/+9Star
|/
* Merge remote-tracking branch 'regulator/topic/wm831x' into regulator-nextMark Brown2016-01-121-22/+9Star
|\
| * regulator: wm831x-dcdc: Use platform_register/unregister_drivers()Thierry Reding2015-12-021-22/+9Star
* | regulator: wm8*: constify regulator_ops structuresJulia Lawall2015-12-231-4/+4
|/
* regulator: wm831x: Pass the IRQF_ONESHOT flagFabio Estevam2015-06-021-4/+8
* regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-4/+0Star
* regulator: wm831x-dcdc: Remove redundant error messageSachin Kamat2014-02-201-12/+4Star
* regulator: wm831x-dcdc: Remove unneeded 'err' labelFabio Estevam2013-12-311-7/+3Star
* regulator: wm831x-dcdc: Convert to devm_regulator_register()Mark Brown2013-09-171-54/+12Star
* regulator: wm831x-dcdc: Convert to devm_request_threaded_irq()Mark Brown2013-09-171-22/+14Star
* regulator: wm831x-dcdc: Convert to devm_gpio_request_one()Mark Brown2013-09-171-10/+8Star
* regulator: use dev_get_platdata()Jingoo Han2013-07-301-4/+4
* regulator: Remove all platform_set_drvdata(pdev, NULL) in driversAxel Lin2013-05-121-7/+0Star
* Merge remote-tracking branch 'regulator/topic/wm831x' into regulator-nextMark Brown2012-12-101-1/+2
|\
| * regulator: wm831x-dcdc: Add MODULE_ALIAS for wm831x-boostpAxel Lin2012-12-021-0/+1
| * regulator: wm831x-dcdc: Ensure selected voltage falls within requested rangeAxel Lin2012-12-021-1/+1
* | Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-nextMark Brown2012-12-101-13/+13
|\ \
| * | regulator: remove use of __devexitBill Pemberton2012-11-201-4/+4
| * | regulator: remove use of __devinitBill Pemberton2012-11-201-5/+5
| * | regulator: remove use of __devexit_pBill Pemberton2012-11-201-4/+4
| |/
* / regulator: wm831x: Set the new rather than old value for DVS VSELMark Brown2012-11-201-1/+1
|/
* Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-10-051-6/+6
|\
| * mfd: wm831x: Convert to IORESOURCE_REGMark Brown2012-09-111-6/+6
* | regulator: wm831x-dcdc: set_current_limit should select the maximum current i...Axel Lin2012-08-281-6/+5Star
|/
* regulator: wm831x-dcdc: Convert wm831x_buckv_ops to set_voltage_sel and map_v...Axel Lin2012-06-171-13/+8Star
* regulator: wm831x-dcdc: Convert wm831x_buckp_ops to regulator_set_voltage_sel...Axel Lin2012-06-171-35/+9Star
* regulator: wm831x-dcdc: Convert wm831x_buckp_ops to regulator_list_voltage_li...Axel Lin2012-06-171-11/+4Star
* Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-05-291-9/+15
|\
| * mfd: Convert wm831x to irq_domainMark Brown2012-05-201-9/+15
* | regulator: wm831x-dcdc: Add missing checks for pdata before useMark Brown2012-05-141-2/+3
* | Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown2012-05-121-11/+16
|\ \
| * | regulator: wm831x-dcdc: Convert to gpio_request_one()Mark Brown2012-05-071-10/+4Star
| * | regulator: wm831x-dcdc: Specify supply namesMark Brown2012-04-231-1/+12
* | | regulator: wm831x: Register all normal regulatorsMark Brown2012-05-101-12/+6Star
* | | regulator: wm831x-dcdc: Use generic regmap enable/disable operationsMark Brown2012-04-161-47/+23Star
* | | regulator: wm831x-dcdc: Use regulator_get_voltage_sel_regmap()Mark Brown2012-04-161-15/+4Star
|/ /
* | Merge tag 'v3.4-rc2' into regulator-driversMark Brown2012-04-101-3/+6
|\|
| * regulator: wm831x-dcdc: Fix the logic to choose best current limit settingAxel Lin2012-03-281-1/+2
| * regulator: Fix set and get current limit for wm831x_buckvAxel Lin2012-03-261-2/+4
* | regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-8/+24
* | regulator: wm831x-dcdc: Use devm_kzallocAxel Lin2012-04-011-7/+2Star
|/
* regulator: Convert wm831x regulator drivers to devm_kzalloc()Mark Brown2011-12-201-6/+4Star
* regulator: pass additional of_node to regulator_register()Rajendra Nayak2011-11-231-4/+4
* regulator: Improve WM831x DVS VSEL selection algorithmMark Brown2011-07-281-37/+15Star