| Commit message (Expand) | Author | Age | Files | Lines |
* | regulator: tps65910: Remove redundant error message | Sachin Kamat | 2014-02-20 | 1 | -16/+5 |
* | regulator: tps65910: Simplify setting enable_mask for regulators | Axel Lin | 2013-12-30 | 1 | -15/+1 |
* | regulator: tps65910: Add backup battery regulator | Markus Pargmann | 2013-12-21 | 1 | -1/+55 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-11-15 | 1 | -1/+1 |
|\ |
|
| * | treewide: Fix typo in printk | Masanari Iida | 2013-10-14 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'regulator/topic/tps65910' into regulator-next | Mark Brown | 2013-10-24 | 1 | -5/+5 |
|\ \ |
|
| * | | regulator: tps65910: Fix checkpatch issue | Jingoo Han | 2013-10-15 | 1 | -4/+4 |
| * | | regulator: tps65910: get regulators node from parent node only | Laxman Dewangan | 2013-10-09 | 1 | -1/+1 |
| |/ |
|
* / | regulator: tps65910: Use devm_regulator_register | Sachin Kamat | 2013-09-17 | 1 | -20/+3 |
|/ |
|
* | regulator: tps65910: Convert to use regulator_map_voltage_ascend | Axel Lin | 2013-04-23 | 1 | -0/+4 |
* | regulator: Add missing of_node_put() | Axel Lin | 2013-01-30 | 1 | -2/+4 |
* | regulator: tps65910: Fix using wrong dev argument for calling of_regulator_match | Axel Lin | 2013-01-24 | 1 | -1/+1 |
* | Merge remote-tracking branch 'regulator/topic/tps65910' into regulator-next | Mark Brown | 2012-12-10 | 1 | -0/+7 |
|\ |
|
| * | regulator: tps65910: fix BUG_ON() shown with vrtc regulator | AnilKumar Ch | 2012-10-17 | 1 | -0/+7 |
* | | regulator: remove use of __devexit | Bill Pemberton | 2012-11-20 | 1 | -1/+1 |
* | | regulator: remove use of __devinit | Bill Pemberton | 2012-11-20 | 1 | -1/+1 |
* | | regulator: remove use of __devexit_p | Bill Pemberton | 2012-11-20 | 1 | -1/+1 |
|/ |
|
* | regulator: tps65910: set input_supply on desc unconditionally | Laxman Dewangan | 2012-07-17 | 1 | -10/+1 |
* | regulator: tps65910: Remvoe tps65910_reg_[read|modify_bits|read_locked|write_... | Axel Lin | 2012-07-12 | 1 | -111/+73 |
* | regulator: tps65910: correct init value of n_voltages | Laxman Dewangan | 2012-07-10 | 1 | -11/+11 |
* | regulator: tps65910: add support for input supply | Laxman Dewangan | 2012-07-06 | 1 | -0/+36 |
* | regulator: tps65910: Set enable enable_time in regulator_desc | Axel Lin | 2012-07-04 | 1 | -11/+1 |
* | regulator: tps65910: Convert to regulator_list_voltage_table | Axel Lin | 2012-06-22 | 1 | -54/+40 |
* | regulator: tps65910: Remove unused min_uV and max_uV from struct tps_info | Axel Lin | 2012-06-22 | 1 | -50/+0 |
* | regulator: tps65910: Convert to regulator_set_voltage_time_sel() | Axel Lin | 2012-06-21 | 1 | -28/+6 |
* | regulator: tps65910: Don't use 0 as NULL | Mark Brown | 2012-06-18 | 1 | -1/+1 |
* | Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2012-05-29 | 1 | -43/+39 |
|\ |
|
| * | mfd: Commonize tps65910 regmap access through header | Rhyland Klein | 2012-05-20 | 1 | -46/+42 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-05-22 | 1 | -10/+10 |
|\ \ |
|
| * | | Merge branch 'master' into for-next | Jiri Kosina | 2012-04-08 | 1 | -55/+345 |
| |\| |
|
| * | | Fix typo milivolt => millivolt | Thomas Weber | 2012-04-05 | 1 | -10/+10 |
* | | | regulator: tps65910: use of_node of matched regulator being register | Laxman Dewangan | 2012-05-20 | 1 | -7/+12 |
* | | | regulator: tps65910: dt: support when "regulators" node found | Laxman Dewangan | 2012-05-20 | 1 | -0/+4 |
* | | | regulator: tps65910: add error message in case of failure | Laxman Dewangan | 2012-05-20 | 1 | -4/+8 |
* | | | regulator: tps65910: use devm_* for memory allocation | Laxman Dewangan | 2012-05-19 | 1 | -18/+9 |
* | | | regulator: tps65910: use small letter for regulator names | Laxman Dewangan | 2012-05-19 | 1 | -52/+52 |
* | | | regulator: tps65910 regulator: add device tree support | Rhyland Klein | 2012-05-12 | 1 | -0/+108 |
* | | | Merge remote-tracking branch 'regulator/topic/drivers' into regulator-next | Mark Brown | 2012-05-12 | 1 | -26/+9 |
|\ \ \ |
|
| * | | | regulator: tps65910: Convert to get_voltage_sel | Axel Lin | 2012-05-09 | 1 | -25/+9 |
| * | | | regulator: Remove unneeded include of linux/delay.h from regulator drivers | Axel Lin | 2012-04-23 | 1 | -1/+0 |
* | | | | regulator: tps65910: Use generic regmap enable/disable operations | Axel Lin | 2012-04-23 | 1 | -54/+15 |
|/ / / |
|
* | | | regulator: Convert tps65xxx regulator drivers to use devm_kzalloc | Axel Lin | 2012-04-11 | 1 | -6/+3 |
* | | | regulator: core: Use a struct to pass in regulator runtime configuration | Mark Brown | 2012-04-09 | 1 | -2/+6 |
| |/
|/| |
|
* | | Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Linus Torvalds | 2012-03-21 | 1 | -54/+344 |
|\ \ |
|
| * | | regulator: tps65910: Provide settling time for DCDC voltage change | Laxman Dewangan | 2012-03-14 | 1 | -13/+32 |
| * | | regulator: tps65910: Provide settling time for enabling rails | Laxman Dewangan | 2012-03-13 | 1 | -0/+37 |
| * | | regulator: Fix the logic of tps65910_get_mode | Axel Lin | 2012-03-13 | 1 | -1/+1 |
| * | | regulator: Rename set_voltage_sel callback function name to *_sel | Axel Lin | 2012-03-11 | 1 | -7/+9 |
| * | | regulator: tps65910: Sleep off rails when ext sleep configured | Laxman Dewangan | 2012-03-11 | 1 | -4/+13 |
| * | | regulator: Fix module desciption for tps65910 regulator | Axel Lin | 2012-03-11 | 1 | -1/+1 |