aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/88pm8607.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-04regulator: 88pm8607: Use regulator_get_voltage_sel_regmap()Axel Lin1-27/+9
2012-04-23regulator: 88pm8607: Use generic regmap enable/disable operationsAxel Lin1-38/+12
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-01regulator: Convert 88pm8607 to get_voltage_selAxel Lin1-3/+3
2012-04-01regulator: Convert 88pm8607 to set_voltage_selAxel Lin1-39/+4
2012-04-01regulator: Add missing n_voltages setting for 88pm8607Axel Lin1-26/+25
2012-04-01regulator: Set list_voltage callback for 88pm8607Axel Lin1-0/+1
2012-02-24regulator: fix the ldo configure according to 88pm860x specJett.Zhou1-3/+3
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31regulator: Add module.h to drivers/regulator users as requiredPaul Gortmaker1-0/+1
2011-08-08regulator: 88pm8607: Fix off-by-one value range checking in the case of no id is matchedAxel Lin1-1/+1
2011-05-26regulator: Fix 88pm8607.c printk format warningRandy Dunlap1-2/+2
2011-05-26mfd: Avoid to use constraint name in 88pm860x regulator driverHaojian Zhuang1-12/+13
2011-05-26mfd: Use mfd cell platform_data for 88pm860x cells platform bitsSamuel Ortiz1-6/+1
2011-03-23mfd: Adopt mfd_data in 88pm860x regulatorHaojian Zhuang1-22/+24
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-1/+2
2010-09-05regulator: 88pm8607 - fix value range checking for accessing info->vol_tableAxel Lin1-2/+2
2010-05-25regulator: use voltage number array in 88pm860xHaojian Zhuang1-262/+220
2010-05-25regulator: make 88pm860x sharing one driver structureHaojian Zhuang1-41/+10
2010-03-07regulator: Unsupport 88pm8607 A0 and A1Haojian Zhuang1-213/+77
2010-03-07mfd: Support 88pm8606 in 860x driverHaojian Zhuang1-17/+15
2009-12-17regulator: Ensure val is initialised in 88pm8607 choose_voltage()Mark Brown1-1/+2
2009-12-17regulator: add 88PM8607 PMIC driverHaojian Zhuang1-0/+684