aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/wm831x-dcdc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-17regulator: wm831x: Switch to SPDX identifierAxel Lin1-12/+7
2019-03-13regulator: wm831x: Fix notifier mutex lock warningSteve Twiss1-0/+4
2019-03-04regulator: wm831x-dcdc: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-36/+6
2019-03-03Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-5.1Mark Brown1-2/+2
2019-02-26regulator: wm831x-dcdc: Fix list of wm831x_dcdc_ilim from mA to uAAxel Lin1-2/+2
2019-01-22regulator: wm831x-dcdc: Convert to use regulator_linear_range for wm831x_buckvAxel Lin1-30/+9
2016-01-12Merge remote-tracking branch 'regulator/topic/wm831x' into regulator-nextMark Brown1-22/+9
2015-12-23regulator: wm8*: constify regulator_ops structuresJulia Lawall1-4/+4
2015-12-02regulator: wm831x-dcdc: Use platform_register/unregister_drivers()Thierry Reding1-22/+9
2015-06-02regulator: wm831x: Pass the IRQF_ONESHOT flagFabio Estevam1-4/+8
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-4/+0
2014-02-20regulator: wm831x-dcdc: Remove redundant error messageSachin Kamat1-12/+4
2013-12-31regulator: wm831x-dcdc: Remove unneeded 'err' labelFabio Estevam1-7/+3
2013-09-17regulator: wm831x-dcdc: Convert to devm_regulator_register()Mark Brown1-54/+12
2013-09-17regulator: wm831x-dcdc: Convert to devm_request_threaded_irq()Mark Brown1-22/+14
2013-09-17regulator: wm831x-dcdc: Convert to devm_gpio_request_one()Mark Brown1-10/+8
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-4/+4
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversAxel Lin1-7/+0
2012-12-10Merge remote-tracking branch 'regulator/topic/wm831x' into regulator-nextMark Brown1-1/+2
2012-12-10Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-nextMark Brown1-13/+13
2012-12-03regulator: wm831x-dcdc: Add MODULE_ALIAS for wm831x-boostpAxel Lin1-0/+1
2012-12-03regulator: wm831x-dcdc: Ensure selected voltage falls within requested rangeAxel Lin1-1/+1
2012-11-20regulator: remove use of __devexitBill Pemberton1-4/+4
2012-11-20regulator: wm831x: Set the new rather than old value for DVS VSELMark Brown1-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton1-5/+5
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-4/+4
2012-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-6/+6
2012-09-11mfd: wm831x: Convert to IORESOURCE_REGMark Brown1-6/+6
2012-08-28regulator: wm831x-dcdc: set_current_limit should select the maximum current in specific rangeAxel Lin1-6/+5
2012-06-17regulator: wm831x-dcdc: Convert wm831x_buckv_ops to set_voltage_sel and map_voltageAxel Lin1-13/+8
2012-06-17regulator: wm831x-dcdc: Convert wm831x_buckp_ops to regulator_set_voltage_sel_regmapAxel Lin1-35/+9
2012-06-17regulator: wm831x-dcdc: Convert wm831x_buckp_ops to regulator_list_voltage_linearAxel Lin1-11/+4
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-9/+15
2012-05-20mfd: Convert wm831x to irq_domainMark Brown1-9/+15
2012-05-14regulator: wm831x-dcdc: Add missing checks for pdata before useMark Brown1-2/+3
2012-05-12Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown1-11/+16
2012-05-10regulator: wm831x: Register all normal regulatorsMark Brown1-12/+6
2012-05-07regulator: wm831x-dcdc: Convert to gpio_request_one()Mark Brown1-10/+4
2012-04-23regulator: wm831x-dcdc: Specify supply namesMark Brown1-1/+12
2012-04-16regulator: wm831x-dcdc: Use generic regmap enable/disable operationsMark Brown1-47/+23
2012-04-16regulator: wm831x-dcdc: Use regulator_get_voltage_sel_regmap()Mark Brown1-15/+4
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversMark Brown1-3/+6
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-8/+24
2012-04-01regulator: wm831x-dcdc: Use devm_kzallocAxel Lin1-7/+2
2012-03-28regulator: wm831x-dcdc: Fix the logic to choose best current limit settingAxel Lin1-1/+2
2012-03-26regulator: Fix set and get current limit for wm831x_buckvAxel Lin1-2/+4
2011-12-20regulator: Convert wm831x regulator drivers to devm_kzalloc()Mark Brown1-6/+4
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-4/+4
2011-07-28regulator: Improve WM831x DVS VSEL selection algorithmMark Brown1-37/+15
2011-07-28regulator: Bootstrap wm831x DVS VSEL value from ON VSEL if not already setMark Brown1-0/+14