aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/pv88090-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-08regulator: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Gravatar Douglas Anderson 1-0/+1
2020-09-07regulator: remove locking around regulator_notifier_call_chain()Gravatar Michał Mirosław 1-8/+2
2020-01-13regulator: Convert i2c drivers to use .probe_newGravatar Axel Lin 1-3/+2
2019-05-03regulator: pv880x0: Switch to SPDX identifierGravatar Axel Lin 1-14/+4
2019-03-13regulator: pv88090: Fix notifier mutex lock warningGravatar Steve Twiss 1-0/+4
2019-03-04regulator: pv88090: Convert to use regulator_set/get_current_limit_regmapGravatar Axel Lin 1-45/+8
2019-02-19regulator: pv88090: Fix array out-of-bounds accessGravatar Axel Lin 1-1/+1
2017-08-30regulator: pv88090: Exception handling for out of boundsGravatar Eric Jeong 1-3/+8
2017-01-31regulator: pv88090-regulator: constify regulator_ops structureGravatar Bhumika Goyal 1-2/+2
2016-05-30regulator: pv880x0: Clean up unnecessary header inclusionGravatar Axel Lin 1-3/+0
2016-03-07regulator: pv88090: fix incorrect clear of event registerGravatar James Ban 1-4/+4
2015-12-12regulator: pv88090: logical vs bitwise AND typoGravatar Dan Carpenter 1-5/+5
2015-12-12regulator: pv88090: Fix irq leakGravatar Axel Lin 1-1/+1
2015-12-08regulator: pv88090: new regulator driverGravatar James Ban 1-0/+458