summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'regulator/topic/palmas' into v3.9-rc8Mark Brown2013-04-282-73/+316
|\
| * regulator: palmas: Fix off-by-one for ramp_delay and register value mappingAxel Lin2013-04-221-2/+2
| * regulator: palmas: Add missing ctrl_addr setting for SMPS10Axel Lin2013-04-221-0/+1
| * regulator: palmas: Don't update tstep register for SMPS3 and SMPS7Axel Lin2013-04-191-0/+7
| * regulator: palmas: Fix min_uV for LDO8 tracking modeAxel Lin2013-04-181-0/+1
| * regulator: palmas: preserve modes of rails during enable/disableLaxman Dewangan2013-04-182-7/+24
| * regulator: palma: add ramp delay support through regulator constraintsLaxman Dewangan2013-04-182-28/+79
| * regulator: palmas: add support for LDO8 tracking modeLaxman Dewangan2013-04-172-0/+56
| * regulator: palmas: support for external regulator through control outputsLaxman Dewangan2013-04-172-12/+89
| * regulator: palmas: clear sleep bits if not selectedLaxman Dewangan2013-04-171-6/+12
| * regulator: palmas: add input supply namesLaxman Dewangan2013-03-281-0/+24
| * regulator: palmas remove palmas-charger option from DT bindingsIan Lartey2013-03-251-1/+0
| * regulator: palmas: rename probe/remove callback functionsLaxman Dewangan2013-03-201-4/+4
| * regulator: palmas: Use of_property_read_bool to read "ti,warm-reset" DT propertyAxel Lin2013-03-121-2/+2
| * regulator: palmas correct dt parsingGraeme Gregory2013-03-081-16/+20
| * regulator: palmas: Change the DT node property names to follow the conventionJ Keerthy2013-03-041-4/+4
* | Merge remote-tracking branch 'regulator/topic/mc13892' into v3.9-rc8Mark Brown2013-04-280-0/+0
|\ \
| * | regulator: mc13892: Fix MC13892_SWITCHERS0_SWxHI bit in set_voltage_selAxel Lin2013-04-251-3/+3
* | | Merge remote-tracking branch 'regulator/topic/max8998' into v3.9-rc8Mark Brown2013-04-281-3/+6
|\ \ \
| * | | regulators: max8998.c: use dev_err() instead of printk()Thiago Farina2013-03-041-3/+6
| | |/ | |/|
* | | Merge remote-tracking branch 'regulator/topic/max8997' into v3.9-rc8Mark Brown2013-04-281-2/+2
|\ \ \
| * | | regulator: max8997: Test pdata by NULL checking instead of IS_ERR_OR_NULLAxel Lin2013-04-151-2/+2
* | | | Merge remote-tracking branch 'regulator/topic/max8973' into v3.9-rc8Mark Brown2013-04-281-5/+5
|\ \ \ \
| * | | | regulator: max8973: Don't override control1 variable when set ramp delay bitsAxel Lin2013-04-241-5/+5
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'regulator/topic/max8952' into v3.9-rc8Mark Brown2013-04-284-20/+144
|\ \ \ \
| * | | | regulator: max8952: Add missing config.of_node setting for regulator registerAxel Lin2013-04-261-0/+1
| * | | | regulator: max8952: Add Device Tree supportTomasz Figa2013-04-053-4/+126
| * | | | regulator: max8952: Separate constraints from platform data structTomasz Figa2013-04-053-16/+17
* | | | | Merge remote-tracking branch 'regulator/topic/max8925' into v3.9-rc8Mark Brown2013-04-281-3/+2
|\ \ \ \ \
| * | | | | regulator: max8925: Remove unused parameter from max8925_regulator_dt_initAxel Lin2013-03-041-3/+2
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'regulator/topic/max77686' into v3.9-rc8Mark Brown2013-04-281-11/+21
|\ \ \ \ \
| * | | | | regulator: max77686: Don't update max77686->opmode if update register failsAxel Lin2013-04-281-11/+21
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'regulator/topic/max1586' into v3.9-rc8Mark Brown2013-04-281-1/+1
|\ \ \ \ \
| * | | | | regulator: max1586: Constify v6_voltages_uv tableAxel Lin2013-03-301-1/+1
* | | | | | Merge remote-tracking branch 'regulator/topic/lp8788' into v3.9-rc8Mark Brown2013-04-281-48/+11
|\ \ \ \ \ \
| * | | | | | regulator: lp8788: Implement list_voltage for lp8788_ldo_voltage_fixed_opsAxel Lin2013-04-031-18/+9
| * | | | | | regulator: lp8788: Remove lp8788_dldo_id and lp8788_aldo_id arraysAxel Lin2013-04-031-30/+2
* | | | | | | Merge remote-tracking branch 'regulator/topic/gpio' into v3.9-rc8Mark Brown2013-04-283-102/+142
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | regulator: lp8788-ldo: use ena_pin of regulator-core for external controlKim, Milo2013-03-041-81/+17
| * | | | | | regulator: core: use regulator_ena_pin memberKim, Milo2013-03-042-5/+3
| * | | | | | regulator: core: manage enable GPIO listKim, Milo2013-03-041-6/+44
| * | | | | | regulator: core: support shared enable GPIO conceptKim, Milo2013-03-042-10/+78
| | |_|/ / / | |/| | | |
* | | | | | Merge remote-tracking branch 'regulator/topic/fan53555' into v3.9-rc8Mark Brown2013-04-281-3/+1
|\ \ \ \ \ \
| * | | | | | regulator: fan53555: Use PTR_RET functionAlexandru Gheorghiu2013-03-201-3/+1
* | | | | | | Merge remote-tracking branch 'regulator/topic/enable-invert' into v3.9-rc8Mark Brown2013-04-284-69/+33
|\ \ \ \ \ \ \
| * | | | | | | regulator: max8649: Use enable_is_inverted flag with regulator_enable_regmap ...Axel Lin2013-03-051-33/+6
| * | | | | | | regulator: 88pm8607: Use enable_is_inverted flag with regulator_enable_regmap...Axel Lin2013-03-051-32/+4
| * | | | | | | regulator: core: Add enable_is_inverted flag to indicate set enable_mask bits...Axel Lin2013-03-052-4/+23
| * | | | | | | Merge remote-tracking branch 'regulator/fix/doc' into regulator-enable-invertMark Brown2013-03-052-1/+3
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 'regulator/topic/core' into v3.9-rc8Mark Brown2013-04-287-24/+34
|\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud