aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/isl6271a-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Gravatar Douglas Anderson 1-0/+1
2022-11-24regulator: isl6271a-regulator: Convert to i2c's .probe_new()Gravatar Uwe Kleine-König 1-3/+3
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Gravatar Thomas Gleixner 1-9/+1
2019-01-28regulator: isl6271a: Constify isl_core_ops and isl_fixed_opsGravatar Axel Lin 1-2/+2
2019-01-28regulator: isl6271a: Remove *rdev[3] from struct isl_pmicGravatar Axel Lin 1-5/+4
2015-07-14regulator: drivers: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2013-09-17regulator: isl6271a-regulator: Use devm_regulator_registerGravatar Sachin Kamat 1-20/+4
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-05-12regulator: isl6271a: Use NULL instead of 0Gravatar Sachin Kamat 1-1/+1
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-08-28regulator: isl6271a: Remove get_voltage implementation for isl_fixed_opsGravatar Axel Lin 1-6/+0
2012-06-11regulator: isl6271a: Remove setting map_voltage callback for isl_fixed_opsGravatar Axel Lin 1-1/+0
2012-06-08regulator: isl6271a: Use regulator_[list|map]_voltage_linear for isl_fixed_opsGravatar Axel Lin 1-9/+5
2012-05-16regulator: isl6271a: Convert to set_voltage_sel and regulator_map_voltage_linearGravatar Axel Lin 1-15/+6
2012-05-16regulator: isl6271a: Convert to get_voltage_selGravatar Axel Lin 1-12/+5
2012-05-16regulator: isl6271a: Use regulator_list_voltage_linear()Gravatar Axel Lin 1-6/+3
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversGravatar Axel Lin 1-1/+0
2012-04-13regulator: isl6271a-regulator: Use devm_kzalloc()Gravatar Axel Lin 1-6/+1
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-2/+9
2012-04-09Merge branch 'regulator-register' into regulator-driversGravatar Mark Brown 1-1/+1
2012-04-05regulator: isl6271a: Constify regulator_descGravatar Axel Lin 1-1/+1
2012-04-04regulator: isl6271a: Allow missing init_data for diagnosticsGravatar Mark Brown 1-5/+0
2012-03-11regulator: Simplify the code to get selector in isl6271a_set_voltageGravatar Axel Lin 1-11/+3
2011-11-23regulator: pass additional of_node to regulator_register()Gravatar Rajendra Nayak 1-1/+1
2011-01-12regulator: missing index in PTR_ERR() in isl6271a_probe()Gravatar roel kluin 1-1/+1
2011-01-12regulator: Report actual configured voltage to set_voltage()Gravatar Mark Brown 1-1/+5
2010-09-30i2c: Remove obsolete cleanup for clientdataGravatar Wolfram Sang 1-2/+0
2010-09-01regulator: isl6271a-regulator - fix regulator_desc parameter for regulator_re...Gravatar Axel Lin 1-1/+1
2010-08-11ISL6271A voltage regulator support.Gravatar Marek Vasut 1-0/+236