aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/anatop-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-08regulator: anatop-regulator: Remove unneeded memset()Fabio Estevam1-1/+0
2014-01-06regulator: anatop-regulator: Remove unneeded kstrdup()Fabio Estevam1-26/+8
2013-12-31regulator: anatop-regulator: Add MODULE_ALIAS()Fabio Estevam1-0/+1
2013-10-24Merge remote-tracking branch 'regulator/topic/anatop' into regulator-nextMark Brown1-2/+2
2013-10-15regulator: anatop: Fix checkpatch issueJingoo Han1-2/+2
2013-09-17regulator: anatop-regulator: Use devm_regulator_registerSachin Kamat1-2/+1
2013-02-08regulator: anatop: improve precision of delay timeShawn Guo1-2/+2
2013-01-31regulators: anatop: add set_voltage_time_sel interfaceAnson Huang1-0/+41
2013-01-03Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-10Merge remote-tracking branch 'regulator/topic/min' into regulator-nextMark Brown1-19/+9
2012-12-10regulator: anatop: Use regulator_[get|set]_voltage_sel_regmapAxel Lin1-15/+6
2012-12-10regulator: anatop: Use linear_min_sel with linear mappingAxel Lin1-8/+7
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-10/+21
2012-09-17regulator: anatop-regulator: Convert to use syscon to access anatop registerDong Aisheng1-10/+21
2012-08-07regulator: anatop: Fix wrong mask used in anatop_get_voltage_selAxel Lin1-2/+3
2012-06-25Merge tag 'v3.5-rc4' into regulator-driversMark Brown1-1/+1
2012-06-11regulator: anatop: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin1-23/+6
2012-06-04regulator: anatop: Use correct __devexit_p annotationAxel Lin1-1/+1
2012-06-03regulator: anatop: Convert to regulator_list_voltage_linear()Axel Lin1-12/+3
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-10/+8
2012-05-20mfd: Make anatop register accessor more flexible and rename meaningfullyRichard Zhao1-10/+8
2012-05-12Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/regmap' and 'regulator/topic/register' into regulator-nextMark Brown1-2/+7
2012-04-10Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-3/+3
2012-04-10regulator: Convert anatop to use a struct to pass in regulator runtime configurationAxel Lin1-2/+7
2012-04-02regulator: anatop: fix 'anatop_regulator' name collisionShawn Guo1-3/+3
2012-03-28regulator: anatop: patching to device-tree property "reg".Ying-Chun Liu (PaulLiu)1-2/+3
2012-03-14regulator: Add Anatop regulator driverYing-Chun Liu (PaulLiu)1-0/+241