aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps6507x-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-24regulator: tps6507x: Drop pointless static qualifier for *reg_data variableAxel Lin1-1/+1
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-20regulator: tps6507x: Remove redundant error messageSachin Kamat1-6/+2
2014-02-18regulator: tps6507x: Add missing of_node_putSachin Kamat1-0/+1
2014-02-14regulator: tps6507x: Use of_get_child_by_nameSachin Kamat1-1/+1
2014-02-07regulator: tps6507x: Use "IS_ENABLED" for DT code.Manish Badarkhe1-13/+5
2013-09-17regulator: tps6507x: Use devm_regulator_registerSachin Kamat1-20/+3
2013-04-25regulator: tps6507x: Use regulator_map_voltage_ascendAxel Lin1-0/+1
2013-01-30regulator: tps6507x: Fix using wrong dev argument for calling of_regulator_matchAxel Lin1-1/+1
2013-01-27regulator: tps6507x: add device tree support.Vishwanathrao Badarkhe, Manish1-0/+92
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-06-05regulator: tps6507x: Avoid duplicating the same mapping table for LDO2 and VDCDCxAxel Lin1-18/+2
2012-06-05regulator: tps6507x: Remove unused min_uV and max_uV from struct tps_infoAxel Lin1-12/+0
2012-06-03regulator: tps6507x: Use regulator_list_voltage_table()Axel Lin1-57/+43
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin1-1/+0
2012-04-20regulator: tps6507x: Convert to get_voltage_selAxel Lin1-3/+3
2012-04-11regulator: Convert tps65xxx regulator drivers to use devm_kzallocAxel Lin1-6/+1
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-03-14regulator: Convert tps6507x to set_voltage_selAxel Lin1-26/+5
2012-03-14regulator: Refactor tps6507x to use one tps6507x_pmic_ops for all LDOs and DCDCsAxel Lin1-201/+67
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-08-08regulator: tps6507x: Remove num_voltages arrayAxel Lin1-7/+1
2011-05-27regulator: Fix desc_id for tps65023/6507x/65910Axel Lin1-2/+1
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-2/+8
2010-09-01regulator: tps6507x - remove incorrect commentsAxel Lin1-6/+0
2010-08-11regulator: tps6507x - add missing platform_set_drvdata in tps6507x_pmic_probeAxel Lin1-0/+1
2010-07-28regulator: tps6507x: allow driver to use DEFDCDC{2,3}_HIGH registerAnuj Aggarwal1-7/+29
2010-05-28mfd: Add TPS6507x supportTodd Fischer1-79/+74
2010-05-28regulator: tps6057x namespace cleanupTodd Fischer1-85/+87
2010-05-28mfd: Add tps6507x board data structureTodd Fischer1-2/+12
2010-05-28mfd: Move TPS6507x register definition to header file.Todd Fischer1-59/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Regulators: tps6507x-regulator - mark probe method as __devinitDmitry Torokhov1-19/+15
2009-09-22regulator: tps650xx - build fixes for x86_64Liam Girdwood1-5/+6
2009-09-22Regulator: Add TPS6507x regulator driverAnuj Aggarwal1-0/+713