aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/isl6271a-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-28regulator: isl6271a: Constify isl_core_ops and isl_fixed_opsAxel Lin1-2/+2
2019-01-28regulator: isl6271a: Remove *rdev[3] from struct isl_pmicAxel Lin1-5/+4
2015-07-14regulator: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2013-09-17regulator: isl6271a-regulator: Use devm_regulator_registerSachin Kamat1-20/+4
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-12regulator: isl6271a: Use NULL instead of 0Sachin Kamat1-1/+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-08-28regulator: isl6271a: Remove get_voltage implementation for isl_fixed_opsAxel Lin1-6/+0
2012-06-11regulator: isl6271a: Remove setting map_voltage callback for isl_fixed_opsAxel Lin1-1/+0
2012-06-08regulator: isl6271a: Use regulator_[list|map]_voltage_linear for isl_fixed_opsAxel Lin1-9/+5
2012-05-16regulator: isl6271a: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin1-15/+6
2012-05-16regulator: isl6271a: Convert to get_voltage_selAxel Lin1-12/+5
2012-05-16regulator: isl6271a: Use regulator_list_voltage_linear()Axel Lin1-6/+3
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin1-1/+0
2012-04-13regulator: isl6271a-regulator: Use devm_kzalloc()Axel Lin1-6/+1
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+9
2012-04-09Merge branch 'regulator-register' into regulator-driversMark Brown1-1/+1
2012-04-05regulator: isl6271a: Constify regulator_descAxel Lin1-1/+1
2012-04-04regulator: isl6271a: Allow missing init_data for diagnosticsMark Brown1-5/+0
2012-03-11regulator: Simplify the code to get selector in isl6271a_set_voltageAxel Lin1-11/+3
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-01-12regulator: missing index in PTR_ERR() in isl6271a_probe()roel kluin1-1/+1
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-1/+5
2010-09-30i2c: Remove obsolete cleanup for clientdataWolfram Sang1-2/+0
2010-09-01regulator: isl6271a-regulator - fix regulator_desc parameter for regulator_register()Axel Lin1-1/+1
2010-08-11ISL6271A voltage regulator support.Marek Vasut1-0/+236