aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/wm8350-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-17regulator: wm8350: Switch to SPDX identifierAxel Lin1-13/+8
2019-03-13regulator: wm8350: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-70/+11
2019-03-13regulator: wm8350: Select maximum current in specific rangeAxel Lin1-1/+1
2018-11-19regulator: core: Use ww_mutex for regulators lockingDmitry Osipenko1-2/+2
2018-04-23regulator: wm8350: fix missing increment of loop index iColin Ian King1-0/+1
2015-12-23regulator: wm8*: constify regulator_ops structuresJulia Lawall1-4/+4
2015-03-05regulator: wm8350: Remove unused variableFabio Estevam1-1/+0
2015-02-24regulator: wm8350: Pass NULL data with REGULATION_OUT and UNDER_VOLTAGE eventsGeert Uytterhoeven1-2/+2
2014-02-19regulator: wm8350: Do not hardcode return valueSachin Kamat1-2/+2
2013-10-24Merge remote-tracking branch 'regulator/topic/linear' into regulator-nextMark Brown1-4/+2
2013-10-24Merge remote-tracking branch 'regulator/topic/alias' into regulator-nextMark Brown1-4/+2
2013-10-11regulator: Add REGULATOR_LINEAR_RANGE macroAxel Lin1-2/+2
2013-10-11regulator: Remove max_uV from struct regulator_linear_rangeAxel Lin1-4/+2
2013-09-19regulator: wm8350: correct the max_uV of LDOLaxman Dewangan1-1/+1
2013-09-17regulator: wm8350: Convert to devm_regulator_register()Mark Brown1-4/+2
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-15regulator: wm8350: Convert to use linear rangesMark Brown1-38/+17
2012-06-17regulator: wm8350: Reuse map_voltage() to get selector of a given uVAxel Lin1-77/+50
2012-06-17regulator: wm8350: Use wm8350_ldo_list_voltage instead of open code to verify selected voltageAxel Lin1-31/+21
2012-06-13regulator: wm8350: Add missing min_uV and uV_step settings for DCDC4Axel Lin1-0/+2
2012-06-04regulator: wm8350: Convert LDOs to set_voltage_sel()Mark Brown1-30/+8
2012-06-03regulator: wm8350: Use regulator_map_voltage_linear for wm8350_dcdc_opsAxel Lin1-0/+1
2012-06-03regulator: wm8350: Convert DCDCs to set_voltage_sel() and linear voltagesMark Brown1-56/+8
2012-06-03regulator: wm8350: Convert to core regmap-based enable operationsMark Brown1-92/+29
2012-06-03regulator: wm8350: Convert to use core regmap vsel readbackMark Brown1-56/+19
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversMark Brown1-17/+17
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-3/+6
2012-04-04regulator: wm8350: Constify regulator_descMark Brown1-1/+1
2012-03-29regulator: Only update [LDOx|DCx]_HIB_MODE bits in wm8350_[ldo|dcdc]_set_suspend_disableAxel Lin1-5/+5
2012-03-28regulator: Return microamps in wm8350_isink_get_currentAxel Lin1-1/+1
2012-03-28regulator: wm8350: Fix the logic to choose best current limit settingAxel Lin1-1/+1
2012-03-26regulator: Do proper shift to set correct bit for DC[2|5]_HIB_MODE settingAxel Lin1-6/+6
2012-03-26regulator: Fix restoring pmic.dcdcx_hib_mode settings in wm8350_dcdc_set_suspend_enableAxel Lin1-4/+4
2012-03-12regulator: Use DIV_ROUND_CLOSEST in wm8350_isink_get_currentAxel Lin1-1/+1
2012-02-02regulator: wm8350: Don't specify consumer supplies with struct deviceMark Brown1-2/+2
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-01-12regulator: Convert WM835x to use get_voltage_sel()Mark Brown1-10/+6
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-2/+6
2010-09-06regulator: wm8350-regulator - fix the logic of checking REGULATOR_MODE_STANDBY modeAxel Lin1-1/+1
2010-07-27wm8350-regulator: fix wm8350_register_regulator error handlingAxel Lin1-1/+1
2010-03-07mfd: Add a data argument to the WM8350 IRQ free functionMark Brown1-1/+1
2010-03-03regulator: Implement enable_time() for WM835x ISINKsMark Brown1-0/+46
2010-02-01regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraintsMark Brown1-1/+3
2009-12-13mfd: Mask and unmask wm8350 IRQs on request and freeMark Brown1-3/+0
2009-12-13mfd: Convert wm8350 IRQ handlers to irq_handler_tMark Brown1-2/+5
2009-09-22regulator: add check index of wm8350->pmic.pdev[]Roel Kluin1-0/+2
2009-06-15regulator: Set MODULE_ALIAS for regulator driversMark Brown1-0/+1
2009-03-31regulator: Implement list_voltage for WM835x LDOs and DCDCsMark Brown1-0/+29
2009-03-31regulator: Fix get_mode() for WM835x DCDCsMark Brown1-6/+18
2009-03-31regulator: Pass regulator init data as explict argument when registeringMark Brown1-1/+1