aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/twl-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-14regulator: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Gravatar Douglas Anderson 1-0/+1
2021-12-13drivers/regulator: remove redundant ret variableGravatar Minghao Chi 1-8/+2
2020-05-08regulator: use linear_ranges helperGravatar Matti Vaittinen 1-2/+2
2019-08-15regulator: twl: voltage lists for vdd1/2 on twl4030Gravatar Andreas Kemnade 1-3/+20
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-03regulator: twl: Constify regulator_opsGravatar Axel Lin 1-3/+3
2019-01-22regulator: twl: Use of_device_get_match_data()Gravatar Axel Lin 1-6/+1
2018-04-20regulator: Don't return or expect -errno from of_map_mode()Gravatar Douglas Anderson 1-1/+1
2017-09-04mfd: twl: Move header file out of I2C realmGravatar Wolfram Sang 1-1/+1
2016-11-23regulator: twl: Remove unused fields from struct twlreg_infoGravatar Axel Lin 1-7/+0
2016-11-16regulator: twl: split twl6030 logic into its own fileGravatar Nicolae Rosia 1-595/+5
2016-11-16regulator: twl: kill unused functionsGravatar Nicolae Rosia 1-27/+2
2016-11-16regulator: twl: make driver DT onlyGravatar Nicolae Rosia 1-31/+6
2016-11-16regulator: twl-regulator: rework fixed regulator definitionGravatar Nicolae Rosia 1-14/+24
2016-06-08regulator: twl: fix use of integer as pointerGravatar Ben Dooks 1-1/+1
2016-04-06regulator: twl: Fix a typo in twl4030_send_pb_msgGravatar Ivaylo Dimitrov 1-1/+1
2016-04-05regulator: twl: Provide of_map_mode for twl4030Gravatar Ivaylo Dimitrov 1-3/+19
2016-03-28regulator: twl: Regulator mode should not depend on regulator enabled stateGravatar Ivaylo Dimitrov 1-8/+0
2016-03-28regulator: twl: Make sure we have access to powerbus before trying to write t...Gravatar Ivaylo Dimitrov 1-8/+70
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Gravatar Javier Martinez Canillas 1-1/+2
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-06-27regulator: twl: Convert to use devm_kmemdup()Gravatar Axel Lin 1-12/+1
2014-01-08regulator: twl: Fix checkpatch issueGravatar Jingoo Han 1-2/+2
2013-09-30regulator: twl: use devm_regulator_register()Gravatar Jingoo Han 1-2/+1
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-06-20mfd: twl-core: Change TWL6025 references to TWL6032Gravatar Graeme Gregory 1-38/+38
2013-04-28Merge remote-tracking branch 'regulator/topic/twl' into v3.9-rc8Gravatar Mark Brown 1-31/+3
2013-03-01regulator: twl: Remove TWL6030_FIXED_RESOURCEGravatar Axel Lin 1-13/+0
2013-03-01regulator: twl: Remove VDD1_VSEL_table and VDD2_VSEL_tableGravatar Axel Lin 1-6/+0
2013-03-01regulator: twl: Convert twl4030ldo_ops to get_voltage_selGravatar Axel Lin 1-5/+4
2013-03-01regulator: twl: Convert twl[6030|4030]fixed_ops to regulator_list_voltage_linearGravatar Axel Lin 1-12/+3
2013-01-03Drivers: regulator: remove __dev* attributes.Gravatar Greg Kroah-Hartman 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-09-09regulator: twl: Remove another unused variable warningGravatar Mark Brown 1-7/+0
2012-08-28regulator: using kfree() requires including slab.hGravatar Stephen Rothwell 1-0/+2
2012-08-28regulator: twl: make twl_info tables constGravatar Arnd Bergmann 1-14/+24
2012-08-28regulator: twl: Remove get_voltage implementation for single voltage regulatorsGravatar Axel Lin 1-11/+0
2012-08-28regulator: twl: Convert twlsmps_ops to get_voltage_sel and map_voltageGravatar Axel Lin 1-11/+13
2012-08-28regulator: twl: Fix checking voltage range in twl6030smps_set_voltage()Gravatar Axel Lin 1-20/+16
2012-08-15regulator: twl-regulator: fix up VINTANA1/VINTANA2Gravatar Aaro Koskinen 1-2/+2
2012-08-09regulator: twl: Remove references to the twl4030 regulatorGravatar Mark Brown 1-1/+0
2012-07-16regulator: twl: Fix list_voltate for twl6030ldo_opsGravatar Axel Lin 1-7/+24
2012-07-15regulator: twl: Convert twl6030ldo_ops to [get|set]_voltage_selGravatar Axel Lin 1-17/+7
2012-07-15regulator: twl: Fix the formula to calculate vsel and voltage for twl6030ldoGravatar Axel Lin 1-13/+4
2012-07-04regulator: twl: Set enable enable_time in regulator_descGravatar Axel Lin 1-27/+4
2012-06-18regulator: twl: Remove references to 32kHz clock from DT bindingsGravatar Mark Brown 1-2/+0