aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/tps65217-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-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Gravatar Thomas Gleixner 1-9/+1
2020-07-22regulator: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-06-26regulator: tps65217-regulator: Use the returned value of tps65217_reg_read()Gravatar Lee Jones 1-0/+3
2020-06-26regulator: tps65217-regulator: Remove pointless 'is unsigned int <0' checkGravatar Lee Jones 1-2/+2
2020-05-08regulator: use linear_ranges helperGravatar Matti Vaittinen 1-2/+2
2019-05-06Merge branch 'regulator-5.2' into regulator-nextGravatar Mark Brown 1-4/+3
2019-03-26regulator: tps65217: Fix off-by-one for latest seletor of tps65217_uv1_rangesGravatar Axel Lin 1-1/+1
2019-03-25regulator: tps65217: Constify regulator_opsGravatar Axel Lin 1-2/+2
2019-03-21regulator: tps65217: Simplify linear range for selector 25-52Gravatar Axel Lin 1-2/+1
2018-07-30regulator: tps65217: Fix NULL pointer dereference on probeGravatar Anton Vasilyev 1-0/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-2/+3
2017-10-13mfd: tps65217: Introduce dependency on CONFIG_OFGravatar Keerthy 1-5/+0
2017-01-23regulator: tps65217: Allow DCDC1 and DCDC3 up to 3.3VGravatar Måns Andersson 1-2/+4
2016-06-27regulator: tps65217: Enable suspend configurationGravatar Russ Dill 1-9/+60
2014-09-10regulator: tps65217: Use simplified DT parsingGravatar Mark Brown 1-77/+29
2014-09-09regulator: tps65217: Remove unused driver_data from of_match tableGravatar Mark Brown 1-7/+7
2014-09-06regulator: tps65217: Remove spurious platform data checkGravatar Mark Brown 1-6/+2
2014-06-24regulator: tps65217: Fix build warningsGravatar Sachin Kamat 1-2/+2
2014-04-18regulator: tps65217: Use regulator_map_voltage_ascend for LDO1Gravatar Axel Lin 1-0/+1
2014-04-18regulator: tps65217: Remove *rdev[] from struct tps65217Gravatar Axel Lin 1-3/+0
2014-03-03regulator: tps65217: Allow missing init_data for diagnosticsGravatar Axel Lin 1-13/+2
2014-02-14regulator: tps65217: Use of_get_child_by_nameGravatar Sachin Kamat 1-1/+1
2013-10-24Merge remote-tracking branch 'regulator/topic/linear' into regulator-nextGravatar Mark Brown 1-16/+8
2013-10-11regulator: Add REGULATOR_LINEAR_RANGE macroGravatar Axel Lin 1-8/+8
2013-10-11regulator: Remove max_uV from struct regulator_linear_rangeGravatar Axel Lin 1-16/+8
2013-09-17regulator: tps65217: Use devm_regulator_registerGravatar Sachin Kamat 1-22/+4
2013-08-30regulator: tps65217: Convert to use linear rangesGravatar Axel Lin 1-145/+37
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversGravatar Axel Lin 1-2/+0
2013-01-24regulator: tps65217: Fix using wrong dev argument for calling of_regulator_matchGravatar Axel Lin 1-2/+2
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-22mfd: Move tps65217 regulator plat data handling to regulatorGravatar AnilKumar Ch 1-15/+109
2012-07-12regulator: tps65217: Add device tree supportGravatar AnilKumar Ch 1-0/+1
2012-07-03regulator: tps65217: Fix voltage boundary checking in tps65217_pmic_map_voltageGravatar Axel Lin 1-3/+3
2012-07-02regulator: tps65217: invalid if checkGravatar Alan Cox 1-2/+2
2012-07-01regulator: tps65217: Convert LDO1 to use regulator_list_voltage_tableGravatar Axel Lin 1-25/+22
2012-06-13regulator: tps65217: Convert to regulator_[is_enabled|get_voltage_sel]_regmapGravatar Axel Lin 1-72/+42
2012-05-18regulator: tps65217: Convert to set_voltage_sel and map_voltageGravatar Axel Lin 1-38/+30
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-2/+6
2012-04-06regulator: tps65217: Constify regulator_descGravatar Axel Lin 1-1/+1
2012-03-12regulator: Merge tps65217_pmic_ldo234_ops and tps65217_pmic_dcdc_ops to tps65...Gravatar Axel Lin 1-187/+72
2012-03-11regulator: tps65217: Use DIV_ROUND_UP macro to calculate selectorGravatar Axel Lin 1-6/+6
2012-01-20regulator: Update tps65217-regulator for DT changesGravatar Axel Lin 1-1/+1
2012-01-20regulator: tps65217: Add tps65217 regulator driverGravatar AnilKumar Ch 1-0/+493