Age | Commit message (Expand) | Author | Files | Lines |
2014-04-15 | regulator: pbias: Convert to use regmap helper functions | Axel Lin | 1 | -55/+19 |
2014-04-15 | regulator: pbias: Fix is_enabled callback implementation | Axel Lin | 1 | -1/+1 |
2014-04-12 | Merge tag 'regulator-v3.15-fixes' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -14/+12 |
2014-04-11 | Merge remote-tracking branches 'regulator/fix/bcm590xx', 'regulator/fix/s2m' ... | Mark Brown | 4 | -14/+12 |
2014-04-11 | regulator: bcm590xx: Set n_voltages for linear reg | Tim Kryger | 1 | -0/+1 |
2014-04-09 | Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -0/+265 |
2014-04-07 | regulator: s5m8767: Fix carried over ena_gpio assignment | Krzysztof Kozlowski | 1 | -0/+1 |
2014-04-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2014-04-02 | regulator: s2mps11: Don't check enable_shift before setting enable ramp rate | Axel Lin | 1 | -7/+5 |
2014-04-02 | regulator: s2mpa01: Don't check enable_shift before setting enable ramp rate | Axel Lin | 1 | -7/+5 |
2014-03-26 | Merge remote-tracking branches 'regulator/topic/tps65218', 'regulator/topic/t... | Mark Brown | 12 | -67/+320 |
2014-03-26 | Merge remote-tracking branches 'regulator/topic/s5m8767', 'regulator/topic/st... | Mark Brown | 10 | -184/+400 |
2014-03-26 | Merge remote-tracking branches 'regulator/topic/max8973', 'regulator/topic/ma... | Mark Brown | 10 | -192/+954 |
2014-03-26 | Merge remote-tracking branches 'regulator/topic/max1586', 'regulator/topic/ma... | Mark Brown | 8 | -97/+70 |
2014-03-26 | Merge remote-tracking branches 'regulator/topic/doc', 'regulator/topic/enable... | Mark Brown | 7 | -78/+77 |
2014-03-26 | Merge remote-tracking branches 'regulator/topic/bcm590xx', 'regulator/topic/d... | Mark Brown | 9 | -26/+520 |
2014-03-26 | Merge remote-tracking branches 'regulator/topic/88pm800', 'regulator/topic/88... | Mark Brown | 9 | -59/+130 |
2014-03-26 | Merge remote-tracking branch 'regulator/topic/core' into regulator-next | Mark Brown | 4 | -4/+22 |
2014-03-26 | regulator: aat2870: Use regulator_map_voltage_ascend | Axel Lin | 1 | -0/+1 |
2014-03-24 | regulator: st-pwm: Convert to get_voltage_sel | Axel Lin | 1 | -6/+3 |
2014-03-21 | regulator: Add new driver for ST's PWM controlled voltage regulators | Lee Jones | 3 | -0/+200 |
2014-03-21 | regulator: bcm590xx: Remove **rdev from struct bcm590xx_reg | Axel Lin | 1 | -10/+0 |
2014-03-21 | regulator: bcm590xx: Make the modalias matches the driver name | Axel Lin | 1 | -1/+1 |
2014-03-21 | regulator: s5m8767: Convert to use regulator_[enable|disable|is_enabled]_regmap | Axel Lin | 1 | -59/+19 |
2014-03-21 | regulator: db8500-prcmu: Set 1.8V as a fixed voltage for vsmps2 | Ulf Hansson | 1 | -0/+2 |
2014-03-19 | regulator: s2mps11: Add missing of_node_put | Sachin Kamat | 1 | -0/+1 |
2014-03-19 | regulator: s2mps11: Use of_get_child_by_name | Sachin Kamat | 1 | -1/+1 |
2014-03-19 | regulator: s2mps11: Add set_suspend_disable for S2MPS14 | Krzysztof Kozlowski | 1 | -1/+50 |
2014-03-19 | regulator: s2mps11: Add support for S2MPS14 regulators | Krzysztof Kozlowski | 2 | -65/+196 |
2014-03-19 | Merge branch 'ib-mfd-regulator-3.15' of git://git.kernel.org/pub/scm/linux/ke... | Mark Brown | 8 | -8/+505 |
2014-03-19 | regulator: max8660: Fix brace alignment | Sachin Kamat | 1 | -1/+2 |
2014-03-19 | regulator: dbx500: use seq_puts() instead of seq_printf() | Jingoo Han | 1 | -2/+2 |
2014-03-19 | regulator: dbx500-prcmu: Silence checkpatch warnings | Sachin Kamat | 1 | -0/+2 |
2014-03-18 | regulator: anatop: Remove checking control_reg in [set|get]_voltage_sel | Axel Lin | 1 | -23/+2 |
2014-03-18 | regulator: max8952: Silence checkpatch warning | Sachin Kamat | 1 | -0/+1 |
2014-03-18 | regulator: max8925: Silence checkpatch warning | Sachin Kamat | 1 | -0/+1 |
2014-03-18 | regulator: max8660: Silence checkpatch warnings | Sachin Kamat | 1 | -4/+11 |
2014-03-18 | regulator: arizona-ldo1: Correct default regulator init_data | Charles Keepax | 1 | -4/+3 |
2014-03-18 | regulator: Add support for S2MPA01 regulator | Sachin Kamat | 3 | -0/+489 |
2014-03-13 | regulator: tps6586x: Remove unnecessary rdev[] array | Axel Lin | 1 | -10/+4 |
2014-03-11 | regulator: da9063: fix assignment of da9063_reg_matches to NULL | Colin Ian King | 1 | -1/+1 |
2014-03-11 | regulator: add bcm590xx regulator driver | Matt Porter | 3 | -0/+422 |
2014-03-10 | regulator: act8865: Remove unnecessary *rdev[] from struct act8865 | Axel Lin | 1 | -8/+5 |
2014-03-10 | regulator: max1586: Don't allocate memory for regulator_dev pointers | Krzysztof Kozlowski | 1 | -2/+1 |
2014-03-10 | regulator: max8998: Remove unnecessary **rdev from struct max8998_data | Axel Lin | 1 | -14/+6 |
2014-03-10 | regulator: max8997: Remove unnecessary **rdev from struct max8997_data | Axel Lin | 1 | -13/+6 |
2014-03-10 | regulator: max8660: Remove regulator_dev pointer from state container | Krzysztof Kozlowski | 1 | -10/+6 |
2014-03-10 | regulator: max8973: Remove unused field from 'struct max8973_chip' | Krzysztof Kozlowski | 1 | -2/+0 |
2014-03-10 | regulator: max8952: Use managed regulator registration | Krzysztof Kozlowski | 1 | -13/+8 |
2014-03-10 | regulator: max8925: Remove unused state container fields | Krzysztof Kozlowski | 1 | -3/+0 |