aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/wm831x-ldo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-12Merge remote-tracking branch 'regulator/topic/wm831x' into regulator-nextMark Brown1-19/+8
2015-12-23regulator: wm8*: constify regulator_ops structuresJulia Lawall1-3/+3
2015-12-02regulator: wm831x-ldo: Use platform_register/unregister_drivers()Thierry Reding1-19/+8
2015-06-02regulator: wm831x: Pass the IRQF_ONESHOT flagFabio Estevam1-2/+4
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-3/+0
2014-02-20regulator: wm831x-ldo: Remove redundant error messageSachin Kamat1-9/+3
2013-10-24Merge remote-tracking branch 'regulator/topic/linear' into regulator-nextMark Brown1-8/+4
2013-10-24Merge remote-tracking branch 'regulator/topic/alias' into regulator-nextMark Brown1-48/+15
2013-10-11regulator: Add REGULATOR_LINEAR_RANGE macroAxel Lin1-4/+4
2013-10-11regulator: Remove max_uV from struct regulator_linear_rangeAxel Lin1-8/+4
2013-09-23regulator: wm831x-ldo: Fix max_uV for gp_ldo and aldo linear range settingsAxel Lin1-2/+2
2013-09-17regulator: wm831x-ldo: Convert to devm_regulator_register()Mark Brown1-39/+8
2013-09-17regulator: wm831x-ldo: Use devm_request_threaded_irq()Mark Brown1-9/+7
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-3/+3
2013-07-15regulator: wm831x-ldo: Convert to use linear rangesMark Brown1-80/+24
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversAxel Lin1-2/+0
2012-11-20regulator: remove use of __devexitBill Pemberton1-3/+3
2012-11-20regulator: remove use of __devinitBill Pemberton1-3/+3
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-3/+3
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-28Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypass', 'regulator/topic/tol', 'regulator/topic/drivers' and 'regulator/topic/tps6586x' into regulator-nextMark Brown1-0/+12
2012-09-11mfd: wm831x: Convert to IORESOURCE_REGMark Brown1-6/+6
2012-09-10regulator: wm831x-ldo: Add bypass supportMark Brown1-0/+8
2012-08-28regulator: wm831x-ldo: Check return value of wm831x_reg_read()Axel Lin1-0/+4
2012-07-03regulator: wm831x-ldo: Specify enable time for alive LDOMark Brown1-0/+1
2012-06-17regulator: wm831x-ldo: Convert to regulator_set_voltage_sel_regmap and map_voltageAxel Lin1-91/+38
2012-06-03regulator: wm831x-ldo: Use regulator_map_voltage_linear for wm831x_alive_ldo_opsAxel Lin1-0/+1
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-4/+6
2012-05-20mfd: Convert wm831x to irq_domainMark Brown1-4/+6
2012-05-12regulator: wm831x: Convert to regulator_list_voltage_linear()Mark Brown1-11/+4
2012-05-12Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown1-1/+17
2012-05-10regulator: wm831x: Register all normal regulatorsMark Brown1-12/+6
2012-04-23regulator: wm831x-ldo: Set up supply namesMark Brown1-1/+17
2012-04-16regulator: wm831x-ldo: Use generic regmap enable/disable operationsMark Brown1-44/+15
2012-04-16regulator: wm831x-ldo: Use regulator_get_voltage_sel_regmap()Mark Brown1-51/+12
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversMark Brown1-5/+2
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-6/+18
2012-04-01regulator: Trivial comment fix for wm831x-ldo driverAxel Lin1-2/+2
2012-03-29regulator: Fix setting low power mode for wm831x aldoAxel Lin1-5/+2
2011-12-20regulator: Convert wm831x regulator drivers to devm_kzalloc()Mark Brown1-9/+3
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-3/+3
2011-07-28regulator: Fix WM831x regulator ID lookups for multiple WM831xsMark Brown1-3/+22
2011-03-26regulator: Convert WM831x regulators to genirqMark Brown1-10/+7
2011-01-12regulator: Convert WM831x drivers to use get_voltage_sel()Mark Brown1-9/+9
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-12/+29
2010-09-06regulator: wm831x-ldo - fix the logic to set REGULATOR_MODE_IDLE and REGULATOR_MODE_STANDBY modesAxel Lin1-3/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Regulators: wm831x-xxx - clean up driver data after removalDmitry Torokhov1-0/+5
2009-12-17regulator: wm831x_reg_read() failure unnoticed in wm831x_aldo_get_mode()Roel Kluin1-1/+1
2009-11-16regulator: Fix check of unsigned return value and transmit errors in wm831x_gp_ldo_get_mode()Roel Kluin1-3/+3