aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/tps65023-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-05regulator: tps65023: Constify struct regmap_config and regulator_opsGravatar Krzysztof Kozlowski 1-3/+3
2014-08-12regulator: tps65023: Remove duplicate test for I2C_FUNC_SMBUS_BYTE_DATA funct...Gravatar Axel Lin 1-3/+0
2013-10-24Merge remote-tracking branch 'regulator/topic/tps65023' into regulator-nextGravatar Mark Brown 1-1/+2
2013-10-15regulator: tps65023: Fix checkpatch issueGravatar Jingoo Han 1-1/+2
2013-09-17regulator: tps65023: Use devm_regulator_registerGravatar Sachin Kamat 1-19/+3
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-04-28Merge remote-tracking branch 'regulator/topic/tps65023' into v3.9-rc8Gravatar Mark Brown 1-22/+9
2013-04-25regulator: tps65023: Use regulator_map_voltage_ascendGravatar Axel Lin 1-0/+2
2013-04-25regulator: tps65023: Merge tps65020 ldo1 and ldo2 vsel tableGravatar Axel Lin 1-10/+5
2013-04-23regulator: tps65023: Use [set|get]_voltage_sel_regmap instead of open codedGravatar Axel Lin 1-22/+9
2012-11-20regulator: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-06-19regulator: tps65023: Convert tps65023_ldo_ops to regulator_[get|set]_voltage_...Gravatar Axel Lin 1-38/+13
2012-06-19regulator: tps65023: Convert to get_voltage_selGravatar Axel Lin 1-7/+7
2012-06-19regulator: tps65023: Convert to regulator_list_voltage_tableGravatar Axel Lin 1-104/+49
2012-06-17regulator: tps65023: Set n_voltages to 1 for fixed voltageGravatar Axel Lin 1-1/+4
2012-05-12Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextGravatar Mark Brown 1-1/+0
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversGravatar Axel Lin 1-1/+0
2012-04-16regulator: tps65023: Use generic regmap enable/disable operationsGravatar Axel Lin 1-96/+16
2012-04-10regulator: tps65023: Use devm_* APIsGravatar Axel Lin 1-11/+3
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-2/+6
2012-04-01regulator: tps65023: Remove unused client field from struct tps_pmicGravatar Axel Lin 1-2/+0
2012-04-01regulator: Convert tps65023 to set_voltage_selGravatar Axel Lin 1-86/+21
2012-02-06regulator: Remove redundant regmap_update_bits call for TPS65023_REG_CON_CTRL2Gravatar Axel Lin 1-4/+0
2011-11-23Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextGravatar Mark Brown 1-1/+1
2011-11-23regulator: pass additional of_node to regulator_register()Gravatar Rajendra Nayak 1-1/+1
2011-11-23regulator: Use regmap_read/write(), regmap_update_bits functions directlyGravatar Jonghwan Choi 1-55/+32
2011-10-09regulator: remove duplicate REG_CTRL2 defines in tps65023Gravatar H Hartley Sweeten 1-7/+0
2011-08-28regulator: tps65023: Added support for the similiar TPS65020 chipGravatar Marcus Folkesson 1-0/+53
2011-08-28regulator: tps65023: Setting correct core regulator for tps65021Gravatar Marcus Folkesson 1-21/+75
2011-08-28regulator: tps65023: Set missing bit for update core-voltageGravatar Marcus Folkesson 1-4/+15
2011-08-28regulator: tps65023: Fixes i2c configuration issuesGravatar Marcus Folkesson 1-0/+11
2011-08-08regulator: tps65023: Fixes i2c configuration issuesGravatar Marcus Folkesson 1-0/+11
2011-07-23regulator: Convert tps65023 to use regmap APIGravatar Mark Brown 1-70/+27
2011-05-27regulator: Fix desc_id for tps65023/6507x/65910Gravatar Axel Lin 1-2/+1
2011-01-12regulator: Report actual configured voltage to set_voltage()Gravatar Mark Brown 1-2/+7
2010-08-11tps65023: Allow registering similar TPS65021Gravatar Marek Vasut 1-0/+2
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversGravatar Wolfram Sang 1-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-03Regulators: tps65023-regulator - mark probe method as __devinitGravatar Dmitry Torokhov 1-19/+16
2009-09-22regulator: tps650xx - build fixes for x86_64Gravatar Liam Girdwood 1-5/+6
2009-09-22Regulator: Add TPS65023 regulator driverGravatar Anuj Aggarwal 1-0/+631