Age | Commit message (Expand) | Author | Files | Lines |
2019-04-10 | regulator: anatop: Remove unneeded fields from struct anatop_regulator | Axel Lin | 1 | -36/+27 |
2018-05-24 | regulator: anatop: Switch to SPDX identifier | Fabio Estevam | 1 | -19/+3 |
2017-04-30 | Merge remote-tracking branches 'regulator/topic/anatop', 'regulator/topic/ari... | Mark Brown | 1 | -4/+15 |
2017-04-14 | regulator: anatop: make sure regulator name is properly defined | Dong Aisheng | 1 | -2/+5 |
2017-04-13 | regulator: anatop: set default voltage selector for pcie | Dong Aisheng | 1 | -0/+5 |
2017-04-11 | regulator: anatop: remove unneeded name field of struct anatop_regulator | Dong Aisheng | 1 | -4/+3 |
2017-04-11 | regulator: anatop: use of_property_read_string to read the name | Dong Aisheng | 1 | -1/+2 |
2017-04-11 | regulator: anatop: check return value of of_get_regulator_init_data | Dong Aisheng | 1 | -0/+3 |
2017-01-23 | regulator: anatop: Add support for "anatop-enable-bit" | Andrey Smirnov | 1 | -0/+12 |
2016-06-17 | regulator: anatop: allow regulator to be in bypass mode | Mika Båtsman | 1 | -1/+1 |
2015-11-04 | Merge remote-tracking branches 'regulator/topic/act8865', 'regulator/topic/an... | Mark Brown | 1 | -0/+3 |
2015-10-16 | regulator: i.MX anatop: Allow supply regulator | Sascha Hauer | 1 | -0/+3 |
2015-09-19 | regulator: anatop: Fix module autoload for OF platform driver | Luis de Bethencourt | 1 | -0/+1 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-12-05 | Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/m... | Mark Brown | 1 | -2/+3 |
2014-11-26 | regulator: of: Add regulator desc param to of_get_regulator_init_data() | Javier Martinez Canillas | 1 | -2/+3 |
2014-10-20 | regulator: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-10-20 | regulator: anatop: Fail on invalid voltage selector | Markus Pargmann | 1 | -0/+5 |
2014-10-20 | regulator: anatop: Set default voltage selector for vddpu | Markus Pargmann | 1 | -0/+8 |
2014-05-07 | regulator: anatop: Make of_device_id array const | Jingoo Han | 1 | -1/+1 |
2014-03-18 | regulator: anatop: Remove checking control_reg in [set|get]_voltage_sel | Axel Lin | 1 | -23/+2 |
2014-02-15 | regulator: anatop: Add bypass support to digital LDOs | Philipp Zabel | 1 | -3/+42 |
2014-02-15 | regulator: anatop: Add power gating support to digital LDOs | Philipp Zabel | 1 | -2/+74 |
2014-01-08 | regulator: anatop-regulator: Remove unneeded memset() | Fabio Estevam | 1 | -1/+0 |
2014-01-06 | regulator: anatop-regulator: Remove unneeded kstrdup() | Fabio Estevam | 1 | -26/+8 |
2013-12-31 | regulator: anatop-regulator: Add MODULE_ALIAS() | Fabio Estevam | 1 | -0/+1 |
2013-10-24 | Merge remote-tracking branch 'regulator/topic/anatop' into regulator-next | Mark Brown | 1 | -2/+2 |
2013-10-15 | regulator: anatop: Fix checkpatch issue | Jingoo Han | 1 | -2/+2 |
2013-09-17 | regulator: anatop-regulator: Use devm_regulator_register | Sachin Kamat | 1 | -2/+1 |
2013-02-08 | regulator: anatop: improve precision of delay time | Shawn Guo | 1 | -2/+2 |
2013-01-31 | regulators: anatop: add set_voltage_time_sel interface | Anson Huang | 1 | -0/+41 |
2013-01-04 | Drivers: regulator: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -1/+1 |
2012-12-10 | Merge remote-tracking branch 'regulator/topic/min' into regulator-next | Mark Brown | 1 | -19/+9 |
2012-12-10 | regulator: anatop: Use regulator_[get|set]_voltage_sel_regmap | Axel Lin | 1 | -15/+6 |
2012-12-10 | regulator: anatop: Use linear_min_sel with linear mapping | Axel Lin | 1 | -8/+7 |
2012-11-20 | regulator: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-20 | regulator: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
2012-11-20 | regulator: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-10-05 | Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 1 | -10/+21 |
2012-09-17 | regulator: anatop-regulator: Convert to use syscon to access anatop register | Dong Aisheng | 1 | -10/+21 |
2012-08-07 | regulator: anatop: Fix wrong mask used in anatop_get_voltage_sel | Axel Lin | 1 | -2/+3 |
2012-06-25 | Merge tag 'v3.5-rc4' into regulator-drivers | Mark Brown | 1 | -1/+1 |
2012-06-11 | regulator: anatop: Convert to set_voltage_sel and regulator_map_voltage_linear | Axel Lin | 1 | -23/+6 |
2012-06-04 | regulator: anatop: Use correct __devexit_p annotation | Axel Lin | 1 | -1/+1 |
2012-06-03 | regulator: anatop: Convert to regulator_list_voltage_linear() | Axel Lin | 1 | -12/+3 |
2012-05-29 | Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 1 | -10/+8 |
2012-05-20 | mfd: Make anatop register accessor more flexible and rename meaningfully | Richard Zhao | 1 | -10/+8 |
2012-05-12 | Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/regma... | Mark Brown | 1 | -2/+7 |
2012-04-10 | Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Linus Torvalds | 1 | -3/+3 |
2012-04-10 | regulator: Convert anatop to use a struct to pass in regulator runtime config... | Axel Lin | 1 | -2/+7 |