summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps6507x-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: tps6507x: Drop pointless static qualifier for *reg_data variableAxel Lin2016-10-241-1/+1
* regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* regulator: tps6507x: Remove redundant error messageSachin Kamat2014-02-201-6/+2
* regulator: tps6507x: Add missing of_node_putSachin Kamat2014-02-181-0/+1
* regulator: tps6507x: Use of_get_child_by_nameSachin Kamat2014-02-141-1/+1
* regulator: tps6507x: Use "IS_ENABLED" for DT code.Manish Badarkhe2014-02-071-13/+5
* regulator: tps6507x: Use devm_regulator_registerSachin Kamat2013-09-171-20/+3
* regulator: tps6507x: Use regulator_map_voltage_ascendAxel Lin2013-04-251-0/+1
* regulator: tps6507x: Fix using wrong dev argument for calling of_regulator_matchAxel Lin2013-01-301-1/+1
* regulator: tps6507x: add device tree support.Vishwanathrao Badarkhe, Manish2013-01-271-0/+92
* 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
* regulator: tps6507x: Avoid duplicating the same mapping table for LDO2 and VD...Axel Lin2012-06-051-18/+2
* regulator: tps6507x: Remove unused min_uV and max_uV from struct tps_infoAxel Lin2012-06-051-12/+0
* regulator: tps6507x: Use regulator_list_voltage_table()Axel Lin2012-06-031-57/+43
* regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin2012-04-231-1/+0
* regulator: tps6507x: Convert to get_voltage_selAxel Lin2012-04-201-3/+3
* regulator: Convert tps65xxx regulator drivers to use devm_kzallocAxel Lin2012-04-111-6/+1
* regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-2/+6
* regulator: Convert tps6507x to set_voltage_selAxel Lin2012-03-141-26/+5
* regulator: Refactor tps6507x to use one tps6507x_pmic_ops for all LDOs and DCDCsAxel Lin2012-03-141-201/+67
* regulator: pass additional of_node to regulator_register()Rajendra Nayak2011-11-231-1/+1
* regulator: tps6507x: Remove num_voltages arrayAxel Lin2011-08-081-7/+1
* regulator: Fix desc_id for tps65023/6507x/65910Axel Lin2011-05-271-2/+1
* regulator: Report actual configured voltage to set_voltage()Mark Brown2011-01-121-2/+8
* regulator: tps6507x - remove incorrect commentsAxel Lin2010-09-011-6/+0
* regulator: tps6507x - add missing platform_set_drvdata in tps6507x_pmic_probeAxel Lin2010-08-111-0/+1
* regulator: tps6507x: allow driver to use DEFDCDC{2,3}_HIGH registerAnuj Aggarwal2010-07-281-7/+29
* mfd: Add TPS6507x supportTodd Fischer2010-05-281-79/+74
* regulator: tps6057x namespace cleanupTodd Fischer2010-05-281-85/+87
* mfd: Add tps6507x board data structureTodd Fischer2010-05-281-2/+12
* mfd: Move TPS6507x register definition to header file.Todd Fischer2010-05-281-59/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Regulators: tps6507x-regulator - mark probe method as __devinitDmitry Torokhov2010-03-031-19/+15
* regulator: tps650xx - build fixes for x86_64Liam Girdwood2009-09-221-5/+6
* Regulator: Add TPS6507x regulator driverAnuj Aggarwal2009-09-221-0/+713