aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/wm831x-ldo.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Gravatar Douglas Anderson 1-0/+3
2020-09-07regulator: remove locking around regulator_notifier_call_chain()Gravatar Michał Mirosław 1-2/+0
2020-05-08regulator: use linear_ranges helperGravatar Matti Vaittinen 1-2/+2
2019-04-17regulator: wm831x: Switch to SPDX identifierGravatar Axel Lin 1-12/+7
2019-03-13regulator: wm831x ldo: Fix notifier mutex lock warningGravatar Steve Twiss 1-0/+2
2016-01-12Merge remote-tracking branch 'regulator/topic/wm831x' into regulator-nextGravatar Mark Brown 1-19/+8
2015-12-23regulator: wm8*: constify regulator_ops structuresGravatar Julia Lawall 1-3/+3
2015-12-02regulator: wm831x-ldo: Use platform_register/unregister_drivers()Gravatar Thierry Reding 1-19/+8
2015-06-02regulator: wm831x: Pass the IRQF_ONESHOT flagGravatar Fabio Estevam 1-2/+4
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-3/+0
2014-02-20regulator: wm831x-ldo: Remove redundant error messageGravatar Sachin Kamat 1-9/+3
2013-10-24Merge remote-tracking branch 'regulator/topic/linear' into regulator-nextGravatar Mark Brown 1-8/+4
2013-10-24Merge remote-tracking branch 'regulator/topic/alias' into regulator-nextGravatar Mark Brown 1-48/+15
2013-10-11regulator: Add REGULATOR_LINEAR_RANGE macroGravatar Axel Lin 1-4/+4
2013-10-11regulator: Remove max_uV from struct regulator_linear_rangeGravatar Axel Lin 1-8/+4
2013-09-23regulator: wm831x-ldo: Fix max_uV for gp_ldo and aldo linear range settingsGravatar Axel Lin 1-2/+2
2013-09-17regulator: wm831x-ldo: Convert to devm_regulator_register()Gravatar Mark Brown 1-39/+8
2013-09-17regulator: wm831x-ldo: Use devm_request_threaded_irq()Gravatar Mark Brown 1-9/+7
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-3/+3
2013-07-15regulator: wm831x-ldo: Convert to use linear rangesGravatar Mark Brown 1-80/+24
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversGravatar Axel Lin 1-2/+0
2012-11-20regulator: remove use of __devexitGravatar Bill Pemberton 1-3/+3
2012-11-20regulator: remove use of __devinitGravatar Bill Pemberton 1-3/+3
2012-11-20regulator: remove use of __devexit_pGravatar Bill Pemberton 1-3/+3
2012-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 1-6/+6
2012-09-28Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypas...Gravatar Mark Brown 1-0/+12
2012-09-11mfd: wm831x: Convert to IORESOURCE_REGGravatar Mark Brown 1-6/+6
2012-09-10regulator: wm831x-ldo: Add bypass supportGravatar Mark Brown 1-0/+8
2012-08-28regulator: wm831x-ldo: Check return value of wm831x_reg_read()Gravatar Axel Lin 1-0/+4
2012-07-03regulator: wm831x-ldo: Specify enable time for alive LDOGravatar Mark Brown 1-0/+1
2012-06-17regulator: wm831x-ldo: Convert to regulator_set_voltage_sel_regmap and map_vo...Gravatar Axel Lin 1-91/+38
2012-06-03regulator: wm831x-ldo: Use regulator_map_voltage_linear for wm831x_alive_ldo_opsGravatar Axel Lin 1-0/+1
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 1-4/+6
2012-05-20mfd: Convert wm831x to irq_domainGravatar Mark Brown 1-4/+6
2012-05-12regulator: wm831x: Convert to regulator_list_voltage_linear()Gravatar Mark Brown 1-11/+4
2012-05-12Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextGravatar Mark Brown 1-1/+17
2012-05-10regulator: wm831x: Register all normal regulatorsGravatar Mark Brown 1-12/+6
2012-04-23regulator: wm831x-ldo: Set up supply namesGravatar Mark Brown 1-1/+17
2012-04-16regulator: wm831x-ldo: Use generic regmap enable/disable operationsGravatar Mark Brown 1-44/+15
2012-04-16regulator: wm831x-ldo: Use regulator_get_voltage_sel_regmap()Gravatar Mark Brown 1-51/+12
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversGravatar Mark Brown 1-5/+2
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-6/+18
2012-04-01regulator: Trivial comment fix for wm831x-ldo driverGravatar Axel Lin 1-2/+2
2012-03-29regulator: Fix setting low power mode for wm831x aldoGravatar Axel Lin 1-5/+2
2011-12-20regulator: Convert wm831x regulator drivers to devm_kzalloc()Gravatar Mark Brown 1-9/+3
2011-11-23regulator: pass additional of_node to regulator_register()Gravatar Rajendra Nayak 1-3/+3
2011-07-28regulator: Fix WM831x regulator ID lookups for multiple WM831xsGravatar Mark Brown 1-3/+22
2011-03-26regulator: Convert WM831x regulators to genirqGravatar Mark Brown 1-10/+7
2011-01-12regulator: Convert WM831x drivers to use get_voltage_sel()Gravatar Mark Brown 1-9/+9
2011-01-12regulator: Report actual configured voltage to set_voltage()Gravatar Mark Brown 1-12/+29