aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/wm8350-regulator.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-13mfd: Convert wm8350 IRQ handlers to irq_handler_tGravatar Mark Brown 1-2/+5
2009-09-22regulator: add check index of wm8350->pmic.pdev[]Gravatar Roel Kluin 1-0/+2
2009-06-15regulator: Set MODULE_ALIAS for regulator driversGravatar Mark Brown 1-0/+1
2009-03-31regulator: Implement list_voltage for WM835x LDOs and DCDCsGravatar Mark Brown 1-0/+29
2009-03-31regulator: Fix get_mode() for WM835x DCDCsGravatar Mark Brown 1-6/+18
2009-03-31regulator: Pass regulator init data as explict argument when registeringGravatar Mark Brown 1-1/+1
2009-03-31Regulator: Push lock out of _notifier_call_chain + add voltage change event.Gravatar Jonathan Cameron 1-0/+2
2009-01-30leds: Fix bounds checking of wm8350->pmic.ledGravatar Roel Kluin 1-1/+1
2009-01-08leds: Add WM8350 LED driverGravatar Mark Brown 1-0/+91
2009-01-04mfd: Support configurable numbers of DCDCs and ISINKs on WM8350Gravatar Mark Brown 1-0/+7
2008-10-13regulator: Add WM8350 regulator supportGravatar Mark Brown 1-0/+1431