aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/88pm8607.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-19regulator: 88pm8607: Convert to regulator core's simplified DT parsing codeAxel Lin1-34/+9
2019-02-26regulator: 88pm8607: Remove unused fields from struct pm8607_regulator_infoAxel Lin1-14/+5
2019-02-26regulator: 88pm8607: Simplify pm8607_list_voltage implementationAxel Lin1-9/+10
2018-12-06regulator: Use of_node_name_eq for node name comparisonsRob Herring1-1/+1
2017-01-31regulator: 88pm8607: constify regulator_ops structureBhumika Goyal1-2/+2
2015-05-01regulator: 88pm8607: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas1-1/+2
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-10regulator: remove unnecessary of_node_get() to parentGuodong Xu1-1/+1
2014-02-27regulator: 88pm8607: fix indent code styleJingoo Han1-3/+3
2014-02-14regulator: 88pm8607: Use of_get_child_by_nameSachin Kamat1-1/+1
2013-09-17regulator: 88pm8607: Convert to devm_regulator_registerAxel Lin1-10/+2
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversAxel Lin1-1/+0
2013-03-05regulator: 88pm8607: Use enable_is_inverted flag with regulator_enable_regmap and friends APIsAxel Lin1-32/+4
2013-02-19Merge remote-tracking branch 'regulator/topic/of' into regulator-nextMark Brown1-1/+2
2013-01-30regulator: Add missing of_node_put()Axel Lin1-1/+2
2012-12-27regulator: 88pm8607: Use apply_[reg|bit] with regmap based voltage_sel operationsAxel Lin1-32/+6
2012-12-27regulator: 88pm8607: Update update_bit for BUCK2 in pm8607_set_voltage_selAxel Lin1-0/+1
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-02mfd: 88pm860x: Device tree supportHaojian Zhuang1-1/+34
2012-09-19mfd: 88pm860x: Avoid to check resource for preg regulatorHaojian Zhuang1-13/+19
2012-09-19regulator: 88pm860x: Add pre-regulator support for 88pm860x regulatorJett.Zhou1-0/+66
2012-09-11mfd: 88pm860x: Use REG resource in regulatorHaojian Zhuang1-3/+2
2012-09-11mfd: 88pm860x: Convert to IORESOURCE_REGMark Brown1-1/+1
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