aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps62360-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-14regulator: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas1-14/+17
2014-02-20regulator: tps62360: Remove redundant error messageSachin Kamat1-7/+2
2014-01-06regulator: tps62360: Fix up a pointer-integer size mismatch warningDavid Howells1-1/+1
2013-09-17regulator: tps62360: Use devm_regulator_registerSachin Kamat1-16/+1
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-06-18regulator: tps62360: Fix crash in i2c_driver .probeTuomas Tynkkynen1-2/+6
2013-04-23regulator: tps62360: Fix off-by-one shift for ramp_ctrlAxel Lin1-1/+1
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton1-2/+2
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-15regulator: tps62360: use devm_* for gpio requestLaxman Dewangan1-22/+6
2012-07-02regulator: tps62360: Convert to regulator_set_voltage_time_sel()Axel Lin1-13/+2
2012-06-23regulator: tps62360: Remove chip_id and voltage_base from struct tps62360_chipAxel Lin1-5/+2
2012-06-17regulator: tps62360: Simplify tps62360_set_voltage_time_sel implementationAxel Lin1-10/+3
2012-05-20regulator: tps62360: dt: initialize of_node param for regulator register.Laxman Dewangan1-0/+1
2012-05-14regulator: tps62360: support force PWM mode via regulator modeLaxman Dewangan1-37/+65
2012-05-14regulator: tps62360: Fix build error due to missing semicolonAxel Lin1-1/+1
2012-05-14regulator: tps62360: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin1-17/+7
2012-05-14regulator: tps62360: Convert to regulator_list_voltage_linear()Axel Lin1-14/+6
2012-05-13regulator: tps62360: add dt supportLaxman Dewangan1-1/+72
2012-05-13regulator: tps62360: make init_data of platform data to pointer.Laxman Dewangan1-1/+1
2012-05-08regulator: tps62360: fix stylistic issue and optimize codeLaxman Dewangan1-71/+60
2012-05-07regulator: tps62360: Provide settling time for voltage changeLaxman Dewangan1-6/+40
2012-05-07regulator: tps62360: enable register cacheLaxman Dewangan1-2/+4
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin1-1/+0
2012-04-10regulator: tps62360: Convert to devm_regmap_init_i2c()Axel Lin1-3/+1
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-02regulator: Add support for tps62362 and tps62363 in tps62360-regulator driverAxel Lin1-8/+22
2012-04-01regulator: Remove unused name and client fields from struct tps62360_chipAxel Lin1-4/+0
2012-03-11regulator: tps62360: Remove pointless test for unsigned less than zeroAxel Lin1-1/+1
2012-01-20regulator: TPS62360: Add tps62360 regulator driverLaxman Dewangan1-0/+472