summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-051-1/+1
|\
| * PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
* | Merge remote-tracking branch 'regulator/topic/tps65912' into regulator-nextMark Brown2013-09-011-20/+19Star
|\ \
| * | regulator: tps65912: Convert tps65912_ops_ldo to use linear rangesAxel Lin2013-07-241-20/+19Star
| |/
* | Merge remote-tracking branch 'regulator/topic/ti-abb' into regulator-nextMark Brown2013-09-011-10/+0Star
|\ \
| * | regulator: ti-abb: simplify platform_get_resource_byname/devm_ioremap_resourceJulia Lawall2013-08-221-10/+0Star
| |/
* | Merge remote-tracking branch 'regulator/topic/sec' into regulator-nextMark Brown2013-09-011-45/+200
|\ \
| * | regulator: s2mps11: Fix setting ramp_delayAxel Lin2013-08-131-2/+6
| * | regulator: s2mps11: Fix wrong arguments for regmap_update_bits() callAxel Lin2013-08-131-2/+2
| * | regulator: s2mps11: Convert driver completely to use set_ramp_delay callbackYadwinder Singh Brar2013-07-151-53/+9Star
| * | regulator: s2mps11: Add DT supportYadwinder Singh Brar2013-07-151-11/+38
| * | regulator: s2mps11: Implement set_ramp_rate callback for bucksYadwinder Singh Brar2013-07-151-0/+117
| * | Merge branch 'topic/ramp' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2013-07-152-6/+13
| |\ \
| * | | regulator: s2mps11: Implement set_voltage_time_sel() ops for bucksYadwinder Singh Brar2013-07-151-1/+52
| | |/ | |/|
* | | Merge remote-tracking branch 'regulator/topic/ramp' into regulator-nextMark Brown2013-09-012-6/+13
|\ \ \ | | |/ | |/|
| * | regulator: core: Remove redundant checksYadwinder Singh Brar2013-07-151-3/+2Star
| * | regulator: core: Add support for disabling ramp delayYadwinder Singh Brar2013-07-152-5/+13
| |/
* | Merge remote-tracking branch 'regulator/topic/pfuze100' into regulator-nextMark Brown2013-09-013-0/+454
|\ \
| * | regulator: pfuze100: Fix off-by-one for max_register settingAxel Lin2013-08-021-1/+1
| * | regulator: pfuze100: Simplify pfuze100_set_ramp_delay implementationAxel Lin2013-07-311-16/+5Star
| * | regulator: pfuze100: Fix n_voltages setting for SW2~SW4 with high bit setAxel Lin2013-07-301-8/+8
| * | regulator: pfuze100: Use regulator_map_voltage_ascendAxel Lin2013-07-291-0/+1
| * | regulator: pfuze100: Fix module alias prefixAxel Lin2013-07-291-1/+1
| * | regulator: pfuze100: Use i2c_[set|get]_clientdataAxel Lin2013-07-291-2/+2
| * | regulator: pfuze100: REGULATOR_PFUZE100 needs to select REGMAP_I2CAxel Lin2013-07-291-0/+1
| * | regulator: pfuze100: add MODULE_LICENSE() in pfuze100 driverRobin Gong2013-07-291-0/+1
| * | regulator:pfuze100: fix build warning and correct the binding docRobin Gong2013-07-261-1/+1
| * | regulator: pfuze100: add pfuze100 regulator driverRobin Gong2013-07-253-0/+462
* | | Merge remote-tracking branch 'regulator/topic/palmas' into regulator-nextMark Brown2013-09-011-6/+24
|\ \ \
| * | | regulator: palmas: model SMPS10 as two regulatorsKishon Vijay Abraham I2013-08-121-6/+24
| | |/ | |/|
* | | Merge remote-tracking branch 'regulator/topic/optional' into regulator-nextMark Brown2013-09-011-0/+89
|\ \ \
| * | | regulator: Add devm_regulator_get_exclusive()Matthias Kaehlcke2013-08-291-0/+30
| * | | regulator: core: Provide hints to the core about optional suppliesMark Brown2013-07-311-0/+59
| |/ /
* | | Merge remote-tracking branch 'regulator/topic/max8660' into regulator-nextMark Brown2013-09-0138-52/+140
|\ \ \
| * | | regulator: max8660: fix build warningsDaniel Mack2013-08-081-3/+3
| * | | regulators: max8660: add DT bindingsDaniel Mack2013-08-021-1/+81
| * | | regulators: max8660: add a shorthand to &client->devDaniel Mack2013-08-021-7/+8
| * | | regulators: max8660: use i2c_id->driver_data rather than ->nameDaniel Mack2013-08-021-3/+10
| * | | regulator: use dev_get_platdata()Jingoo Han2013-07-3038-43/+43
* | | | Merge remote-tracking branch 'regulator/topic/lp8755' into regulator-nextMark Brown2013-09-011-0/+1
|\ \ \ \
| * | | | regulator: lp8755: Provide map_voltage()Mark Brown2013-07-031-0/+1
* | | | | Merge remote-tracking branch 'regulator/topic/lp872x' into regulator-nextMark Brown2013-09-011-4/+5
|\ \ \ \ \
| * | | | | regulator: lp872x: fix a build waring and coding stylesMilo Kim2013-07-151-4/+5
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'regulator/topic/linear-range' into regulator-nextMark Brown2013-09-011-145/+37Star
|\ \ \ \ \
| * | | | | regulator: tps65217: Convert to use linear rangesAxel Lin2013-08-301-145/+37Star
* | | | | | Merge remote-tracking branch 'regulator/topic/kconfig' into regulator-nextMark Brown2013-09-011-6/+6
|\ \ \ \ \ \
| * | | | | | regulator: lp872x: Make REGULATOR_LP872X depend on I2C rather than I2C=yAxel Lin2013-08-301-1/+1
| * | | | | | regulator: build: Allow most regulators to be built as modulesMark Brown2013-08-291-5/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge remote-tracking branch 'regulator/topic/helpers' into regulator-nextMark Brown2013-09-014-463/+458Star
|\ \ \ \ \ \
| * | | | | | regulator: core: Move list_voltage_{linear,linear_range,table} to helpers.cAxel Lin2013-08-092-86/+86