| Commit message (Expand) | Author | Age | Files | Lines |
* | regulator: gpio-regulator: fix forgotten gpios-states reading | Heiko Stuebner | 2014-02-14 | 1 | -9/+13 |
* | regulator: gpio-regulator: do not open-code counting and access of dt array e... | Heiko Stuebner | 2014-02-12 | 1 | -9/+6 |
* | regulator: gpio: print warning if gpios <-> gpios-states mismatch on DT | Kuninori Morimoto | 2014-02-12 | 1 | -1/+1 |
* | regulator: gpio: add gpios-status for DT | Kuninori Morimoto | 2014-02-04 | 1 | -0/+11 |
* | regulator: gpio-regulator: Remove unneeded OOM error message | Fabio Estevam | 2014-02-03 | 1 | -3/+1 |
*---. | Merge remote-tracking branches 'regulator/topic/db8500', 'regulator/topic/gpi... | Mark Brown | 2014-01-23 | 1 | -8/+9 |
|\ \ \ |
|
| | * | | regulator: gpio: Warn if an invalid regulator-type is supplied | Mark Brown | 2013-12-06 | 1 | -0/+3 |
| | * | | regulator: gpio: Don't require a regulator-type property | Mark Brown | 2013-12-05 | 1 | -8/+6 |
* | | | | Merge remote-tracking branch 'regulator/fix/gpio' into regulator-linus | Mark Brown | 2013-11-24 | 1 | -1/+6 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * / | regulator: gpio-regulator: Don't oops on missing regulator-type property | Laurent Pinchart | 2013-11-09 | 1 | -1/+6 |
| |/ |
|
* / | regulator: gpio: Remove redundant break | Sachin Kamat | 2013-10-04 | 1 | -1/+0 |
|/ |
|
* | regulator: use dev_get_platdata() | Jingoo Han | 2013-07-30 | 1 | -1/+1 |
* | regulator: gpio-regulator: Staticize of_get_gpio_regulator_config() | Axel Lin | 2013-01-28 | 1 | -1/+1 |
* | regulator: gpio-regulator: Use of_gpio_count() | Axel Lin | 2013-01-28 | 1 | -4/+1 |
* | Drivers: regulator: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -1/+1 |
* | Merge remote-tracking branch 'regulator/topic/gpio' into regulator-next | Mark Brown | 2012-12-10 | 1 | -3/+3 |
|\ |
|
| * | regulator: gpio-regulator: gpio_set_value should use cansleep | Lee Jones | 2012-12-10 | 1 | -2/+2 |
| * | regulator: gpio-regulator: Fix logical error in for() loop | Lee Jones | 2012-12-10 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-next | Mark Brown | 2012-12-10 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | 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: gpio-regulator: Add ifdef CONFIG_OF guard for regulator_gpio_of_match | Axel Lin | 2012-12-06 | 1 | -1/+3 |
|/ |
|
* | regulator: gpio-regulator: Catch 'no states property' misuse | Lee Jones | 2012-11-14 | 1 | -0/+5 |
* | regulator: gpio-regulator: fix can't find regulator node in dt | Frank Li | 2012-11-13 | 1 | -0/+1 |
* | regulator: gpio-regulator: Allow use of GPIO controlled regulators though DT | Lee Jones | 2012-10-17 | 1 | -0/+94 |
* | regulator: gpio-regulator: Split setting of voltages and currents | Heiko Stübner | 2012-08-08 | 1 | -12/+26 |
* | regulator: gpio-regulator: Use core GPIO enable support | Axel Lin | 2012-07-04 | 1 | -87/+16 |
* | regulator: gpio-regulator: Set enable enable_time in regulator_desc | Axel Lin | 2012-07-04 | 1 | -11/+1 |
* | regulator: gpio-regulator: populate selector from set_voltage | Heiko Stübner | 2012-06-04 | 1 | -3/+5 |
* | regulator: gpio-regulator: Fix finding of smallest value | Heiko Stübner | 2012-06-04 | 1 | -2/+4 |
* | regulator: gpio-regulator: do not pass drvdata pointer as reference | Heiko Stübner | 2012-06-04 | 1 | -1/+1 |
* | regulator: Remove unneeded include of linux/delay.h from regulator drivers | Axel Lin | 2012-04-23 | 1 | -1/+0 |
* | regulator: core: Use a struct to pass in regulator runtime configuration | Mark Brown | 2012-04-09 | 1 | -2/+6 |
* | regulator: gpio-regulator: Basic devm_kzalloc() conversion | Mark Brown | 2012-04-04 | 1 | -3/+2 |
* | regulator: gpio-regulator: Set the smallest voltage/current in the specified ... | Axel Lin | 2012-04-01 | 1 | -4/+4 |
* | regulator: Fix compile break due to missing arguments to regulator_register | Rajendra Nayak | 2011-11-24 | 1 | -1/+1 |
* | regulator: Add module.h include to gpio-regulator | Mark Brown | 2011-10-11 | 1 | -0/+1 |
* | regulator: Add driver for gpio-controlled regulators | Heiko Stübner | 2011-10-09 | 1 | -0/+357 |