summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/twl-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: twl: Remove unused fields from struct twlreg_infoAxel Lin2016-11-231-7/+0
* regulator: twl: split twl6030 logic into its own fileNicolae Rosia2016-11-161-595/+5
* regulator: twl: kill unused functionsNicolae Rosia2016-11-161-27/+2
* regulator: twl: make driver DT onlyNicolae Rosia2016-11-161-31/+6
* regulator: twl-regulator: rework fixed regulator definitionNicolae Rosia2016-11-161-14/+24
* regulator: twl: fix use of integer as pointerBen Dooks2016-06-081-1/+1
* regulator: twl: Fix a typo in twl4030_send_pb_msgIvaylo Dimitrov2016-04-061-1/+1
* regulator: twl: Provide of_map_mode for twl4030Ivaylo Dimitrov2016-04-051-3/+19
* regulator: twl: Regulator mode should not depend on regulator enabled stateIvaylo Dimitrov2016-03-281-8/+0
* regulator: twl: Make sure we have access to powerbus before trying to write t...Ivaylo Dimitrov2016-03-281-8/+70
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas2014-11-261-1/+2
|/
* regulator: twl: Convert to use devm_kmemdup()Axel Lin2014-06-271-12/+1
* regulator: twl: Fix checkpatch issueJingoo Han2014-01-081-2/+2
* regulator: twl: use devm_regulator_register()Jingoo Han2013-09-301-2/+1
* regulator: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
* mfd: twl-core: Change TWL6025 references to TWL6032Graeme Gregory2013-06-201-38/+38
* Merge remote-tracking branch 'regulator/topic/twl' into v3.9-rc8Mark Brown2013-04-281-31/+3
|\
| * regulator: twl: Remove TWL6030_FIXED_RESOURCEAxel Lin2013-03-011-13/+0
| * regulator: twl: Remove VDD1_VSEL_table and VDD2_VSEL_tableAxel Lin2013-03-011-6/+0
| * regulator: twl: Convert twl[6030|4030]fixed_ops to regulator_list_voltage_linearAxel Lin2013-03-011-12/+3
* | regulator: twl: Convert twl4030ldo_ops to get_voltage_selAxel Lin2013-03-011-5/+4
|/
* Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* regulator: remove use of __devexitBill Pemberton2012-11-201-1/+1
* regulator: remove use of __devinitBill Pemberton2012-11-201-1/+1
* regulator: remove use of __devexit_pBill Pemberton2012-11-201-1/+1
* regulator: twl: Remove another unused variable warningMark Brown2012-09-091-7/+0
* regulator: using kfree() requires including slab.hStephen Rothwell2012-08-281-0/+2
* regulator: twl: make twl_info tables constArnd Bergmann2012-08-281-14/+24
* regulator: twl: Remove get_voltage implementation for single voltage regulatorsAxel Lin2012-08-281-11/+0
* regulator: twl: Convert twlsmps_ops to get_voltage_sel and map_voltageAxel Lin2012-08-281-11/+13
* regulator: twl: Fix checking voltage range in twl6030smps_set_voltage()Axel Lin2012-08-281-20/+16
* regulator: twl-regulator: fix up VINTANA1/VINTANA2Aaro Koskinen2012-08-151-2/+2
* regulator: twl: Remove references to the twl4030 regulatorMark Brown2012-08-091-1/+0
* regulator: twl: Fix list_voltate for twl6030ldo_opsAxel Lin2012-07-161-7/+24
* regulator: twl: Convert twl6030ldo_ops to [get|set]_voltage_selAxel Lin2012-07-151-17/+7
* regulator: twl: Fix the formula to calculate vsel and voltage for twl6030ldoAxel Lin2012-07-151-13/+4
* regulator: twl: Set enable enable_time in regulator_descAxel Lin2012-07-041-27/+4
* regulator: twl: Remove references to 32kHz clock from DT bindingsMark Brown2012-06-181-2/+0
* regulator: twl: Convert twl6030ldo_ops to use regulator_list_voltage_linearAxel Lin2012-06-111-8/+5
* regulator: twl-regulator: make TWL4030_ALLOW_UNSUPPORTED more configurable.NeilBrown2012-05-091-6/+4
* regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin2012-04-231-1/+0
* regulator: twl-regulator: Use twlreg_grp helper functionAxel Lin2012-04-131-11/+10
* regulator: twl-regulator: Implement enable_time callbackAxel Lin2012-04-131-4/+19
* regulator: twl-regulator: Fix off-by-one vsel setting in twl6030smps_set_voltageAxel Lin2012-04-101-4/+10
* regulator: twl-regulator: Use DIV_ROUND_UP at appropriate placesAxel Lin2012-04-101-24/+6
* regulator: twl-regulator: Simplify the code matching regulator idAxel Lin2012-04-101-3/+5
* regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-2/+7
* regulator: Convert twl4030ldo_set_voltage to set_voltage_selAxel Lin2012-04-061-23/+4
OpenPOWER on IntegriCloud