aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/wm8350-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-11regulator: wm8350: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Gravatar Douglas Anderson 1-0/+1
2022-03-07regulator: cleanup commentsGravatar Tom Rix 1-1/+1
2020-09-07regulator: remove locking around regulator_notifier_call_chain()Gravatar Michał Mirosław 1-2/+0
2020-06-25regulator: wm8350-regulator: Repair odd formatting in documentationGravatar Lee Jones 1-5/+5
2020-05-08regulator: use linear_ranges helperGravatar Matti Vaittinen 1-1/+1
2019-04-17regulator: wm8350: Switch to SPDX identifierGravatar Axel Lin 1-13/+8
2019-03-13regulator: wm8350: Convert to use regulator_set/get_current_limit_regmapGravatar Axel Lin 1-70/+11
2019-03-13regulator: wm8350: Select maximum current in specific rangeGravatar Axel Lin 1-1/+1
2018-11-19regulator: core: Use ww_mutex for regulators lockingGravatar Dmitry Osipenko 1-2/+2
2018-04-23regulator: wm8350: fix missing increment of loop index iGravatar Colin Ian King 1-0/+1
2015-12-23regulator: wm8*: constify regulator_ops structuresGravatar Julia Lawall 1-4/+4
2015-03-05regulator: wm8350: Remove unused variableGravatar Fabio Estevam 1-1/+0
2015-02-24regulator: wm8350: Pass NULL data with REGULATION_OUT and UNDER_VOLTAGE eventsGravatar Geert Uytterhoeven 1-2/+2
2014-02-19regulator: wm8350: Do not hardcode return valueGravatar Sachin Kamat 1-2/+2
2013-10-24Merge remote-tracking branch 'regulator/topic/linear' into regulator-nextGravatar Mark Brown 1-4/+2
2013-10-24Merge remote-tracking branch 'regulator/topic/alias' into regulator-nextGravatar Mark Brown 1-4/+2
2013-10-11regulator: Add REGULATOR_LINEAR_RANGE macroGravatar Axel Lin 1-2/+2
2013-10-11regulator: Remove max_uV from struct regulator_linear_rangeGravatar Axel Lin 1-4/+2
2013-09-19regulator: wm8350: correct the max_uV of LDOGravatar Laxman Dewangan 1-1/+1
2013-09-17regulator: wm8350: Convert to devm_regulator_register()Gravatar Mark Brown 1-4/+2
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-07-15regulator: wm8350: Convert to use linear rangesGravatar Mark Brown 1-38/+17
2012-06-17regulator: wm8350: Reuse map_voltage() to get selector of a given uVGravatar Axel Lin 1-77/+50
2012-06-17regulator: wm8350: Use wm8350_ldo_list_voltage instead of open code to verify...Gravatar Axel Lin 1-31/+21
2012-06-13regulator: wm8350: Add missing min_uV and uV_step settings for DCDC4Gravatar Axel Lin 1-0/+2
2012-06-04regulator: wm8350: Convert LDOs to set_voltage_sel()Gravatar Mark Brown 1-30/+8
2012-06-03regulator: wm8350: Use regulator_map_voltage_linear for wm8350_dcdc_opsGravatar Axel Lin 1-0/+1
2012-06-03regulator: wm8350: Convert DCDCs to set_voltage_sel() and linear voltagesGravatar Mark Brown 1-56/+8
2012-06-03regulator: wm8350: Convert to core regmap-based enable operationsGravatar Mark Brown 1-92/+29
2012-06-03regulator: wm8350: Convert to use core regmap vsel readbackGravatar Mark Brown 1-56/+19
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversGravatar Mark Brown 1-17/+17
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-3/+6
2012-04-04regulator: wm8350: Constify regulator_descGravatar Mark Brown 1-1/+1
2012-03-29regulator: Only update [LDOx|DCx]_HIB_MODE bits in wm8350_[ldo|dcdc]_set_susp...Gravatar Axel Lin 1-5/+5
2012-03-28regulator: Return microamps in wm8350_isink_get_currentGravatar Axel Lin 1-1/+1
2012-03-28regulator: wm8350: Fix the logic to choose best current limit settingGravatar Axel Lin 1-1/+1
2012-03-26regulator: Do proper shift to set correct bit for DC[2|5]_HIB_MODE settingGravatar Axel Lin 1-6/+6
2012-03-26regulator: Fix restoring pmic.dcdcx_hib_mode settings in wm8350_dcdc_set_susp...Gravatar Axel Lin 1-4/+4
2012-03-12regulator: Use DIV_ROUND_CLOSEST in wm8350_isink_get_currentGravatar Axel Lin 1-1/+1
2012-02-02regulator: wm8350: Don't specify consumer supplies with struct deviceGravatar Mark Brown 1-2/+2
2011-11-23regulator: pass additional of_node to regulator_register()Gravatar Rajendra Nayak 1-1/+1
2011-01-12regulator: Convert WM835x to use get_voltage_sel()Gravatar Mark Brown 1-10/+6
2011-01-12regulator: Report actual configured voltage to set_voltage()Gravatar Mark Brown 1-2/+6
2010-09-06regulator: wm8350-regulator - fix the logic of checking REGULATOR_MODE_STANDB...Gravatar Axel Lin 1-1/+1
2010-07-27wm8350-regulator: fix wm8350_register_regulator error handlingGravatar Axel Lin 1-1/+1
2010-03-07mfd: Add a data argument to the WM8350 IRQ free functionGravatar Mark Brown 1-1/+1
2010-03-03regulator: Implement enable_time() for WM835x ISINKsGravatar Mark Brown 1-0/+46
2010-02-01regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraintsGravatar Mark Brown 1-1/+3
2009-12-13mfd: Mask and unmask wm8350 IRQs on request and freeGravatar Mark Brown 1-3/+0