summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/anatop-regulator.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge remote-tracking branches 'regulator/topic/anatop', 'regulator/topic/ari...Mark Brown2017-04-301-4/+15
|\ \
| * | regulator: anatop: make sure regulator name is properly definedDong Aisheng2017-04-141-2/+5
| * | regulator: anatop: set default voltage selector for pcieDong Aisheng2017-04-131-0/+5
| * | regulator: anatop: remove unneeded name field of struct anatop_regulatorDong Aisheng2017-04-111-4/+3
| * | regulator: anatop: use of_property_read_string to read the nameDong Aisheng2017-04-111-1/+2
| * | regulator: anatop: check return value of of_get_regulator_init_dataDong Aisheng2017-04-111-0/+3
| |/
* / regulator: anatop: Add support for "anatop-enable-bit"Andrey Smirnov2017-01-231-0/+12
|/
* regulator: anatop: allow regulator to be in bypass modeMika Båtsman2016-06-171-1/+1
*-. Merge remote-tracking branches 'regulator/topic/act8865', 'regulator/topic/an...Mark Brown2015-11-041-0/+3
|\ \
| | * regulator: i.MX anatop: Allow supply regulatorSascha Hauer2015-10-161-0/+3
| |/
* / regulator: anatop: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-191-0/+1
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| |
| \
*-. \ Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/m...Mark Brown2014-12-051-2/+3
|\ \ \ | | |/ | |/|
| | * regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas2014-11-261-2/+3
| |/
* | regulator: anatop: Fail on invalid voltage selectorMarkus Pargmann2014-10-201-0/+5
* | regulator: anatop: Set default voltage selector for vddpuMarkus Pargmann2014-10-201-0/+8
|/
* regulator: anatop: Make of_device_id array constJingoo Han2014-05-071-1/+1
* regulator: anatop: Remove checking control_reg in [set|get]_voltage_selAxel Lin2014-03-181-23/+2
* regulator: anatop: Add bypass support to digital LDOsPhilipp Zabel2014-02-141-3/+42
* regulator: anatop: Add power gating support to digital LDOsPhilipp Zabel2014-02-141-2/+74
* regulator: anatop-regulator: Remove unneeded memset()Fabio Estevam2014-01-081-1/+0
* regulator: anatop-regulator: Remove unneeded kstrdup()Fabio Estevam2014-01-061-26/+8
* regulator: anatop-regulator: Add MODULE_ALIAS()Fabio Estevam2013-12-311-0/+1
* Merge remote-tracking branch 'regulator/topic/anatop' into regulator-nextMark Brown2013-10-241-2/+2
|\
| * regulator: anatop: Fix checkpatch issueJingoo Han2013-10-151-2/+2
* | regulator: anatop-regulator: Use devm_regulator_registerSachin Kamat2013-09-171-2/+1
|/
* regulator: anatop: improve precision of delay timeShawn Guo2013-02-081-2/+2
* regulators: anatop: add set_voltage_time_sel interfaceAnson Huang2013-01-311-0/+41
* Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* Merge remote-tracking branch 'regulator/topic/min' into regulator-nextMark Brown2012-12-101-19/+9
|\
| * regulator: anatop: Use regulator_[get|set]_voltage_sel_regmapAxel Lin2012-12-101-15/+6
| * regulator: anatop: Use linear_min_sel with linear mappingAxel Lin2012-12-101-8/+7
* | regulator: remove use of __devexitBill Pemberton2012-11-201-1/+1
* | regulator: remove use of __devinitBill Pemberton2012-11-201-1/+1
* | regulator: remove use of __devexit_pBill Pemberton2012-11-201-1/+1
|/
* Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-10-051-10/+21
|\
| * regulator: anatop-regulator: Convert to use syscon to access anatop registerDong Aisheng2012-09-171-10/+21
* | regulator: anatop: Fix wrong mask used in anatop_get_voltage_selAxel Lin2012-08-071-2/+3
|/
* Merge tag 'v3.5-rc4' into regulator-driversMark Brown2012-06-251-1/+1
|\
| * regulator: anatop: Use correct __devexit_p annotationAxel Lin2012-06-041-1/+1
* | regulator: anatop: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin2012-06-111-23/+6
* | regulator: anatop: Convert to regulator_list_voltage_linear()Axel Lin2012-06-031-12/+3
|/
* Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-05-291-10/+8
|\
| * mfd: Make anatop register accessor more flexible and rename meaningfullyRichard Zhao2012-05-201-10/+8
| |
| \
*-. \ Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/regma...Mark Brown2012-05-121-2/+7
|\ \ \ | |_|/ |/| |
| | * regulator: Convert anatop to use a struct to pass in regulator runtime config...Axel Lin2012-04-101-2/+7
* | | Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-04-101-3/+3
|\ \ \ | |_|/ |/| |
| * | regulator: anatop: fix 'anatop_regulator' name collisionShawn Guo2012-04-021-3/+3
| |/
* / regulator: anatop: patching to device-tree property "reg".Ying-Chun Liu (PaulLiu)2012-03-281-2/+3
|/