summaryrefslogtreecommitdiff
path: root/drivers/regulator/lp8755.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson2023-03-201-0/+1
* regulator: lp8755: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* regulator: lp8755: Convert to use regulator_set_ramp_delay_regmapAxel Lin2021-06-011-47/+8
* regulator: remove locking around regulator_notifier_call_chain()Michał Mirosław2020-09-071-6/+0
* regulator: lp8755: Get rid of lp8755_read/lp8755_write/lp8755_update_bitsAxel Lin2020-08-181-61/+21
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* regulator: lp8755: Fix notifier mutex lock warningSteve Twiss2019-03-131-3/+12
* regulator: lp8755: Constify lp8755_regulatorsAxel Lin2019-01-281-1/+1
* regulator: Fix trivial language typosKrzysztof Kozlowski2019-01-081-2/+2
* regulator: lp8755: fix spelling mistake "acceess" -> "access"Colin Ian King2017-05-191-7/+7
* regulator: lp8755: constify regulator_ops structureBhumika Goyal2017-01-311-1/+1
* regulator: lp8755: Convert to devm_request_threaded_irqAxel Lin2015-06-021-15/+8
* regulator: lp8755: Use devm_regulator_registerHimangi Saraogi2014-07-091-17/+6
* Merge remote-tracking branch 'regulator/topic/max8660' into regulator-nextMark Brown2013-09-011-1/+1
|\
| * regulator: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
* | Merge remote-tracking branch 'regulator/topic/lp8755' into regulator-nextMark Brown2013-09-011-0/+1
|\ \ | |/ |/|
| * regulator: lp8755: Provide map_voltage()Mark Brown2013-07-021-0/+1
* | regulator: Remove unnecessary include of linux/delay.h from regulator driversAxel Lin2013-05-121-1/+0
|/
* regulator: lp8755: Use LP8755_BUCK_MAX instead of magic numberAxel Lin2013-01-271-3/+3
* regulator: lp8755: Remove enum bucksAxel Lin2013-01-171-33/+17
* regulator: lp8755: Don't show unrelated messags in lp8755_probe error pathsAxel Lin2013-01-171-9/+10
* regulator: lp8755: Fix mask for pchip->mphaseAxel Lin2013-01-081-1/+1
* regulator: lp8755: Fix lp8755_regulator_init unwind codeAxel Lin2013-01-081-4/+5
* regulator: lp8755: new driver for LP8755Daniel Jeong2012-12-241-0/+580