aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ltc3676.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-19regulator: ltc3676: Use maple tree register cacheMark Brown1-1/+1
2023-05-08regulator: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson1-0/+1
2020-09-07regulator: remove locking around regulator_notifier_call_chain()Michał Mirosław1-8/+2
2020-08-21regulator: ltc3676: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang1-1/+1
2020-06-18regulator: ltc3676: Constify ltc3676_regulatorsRikard Falkeborn1-1/+1
2020-01-13regulator: Convert i2c drivers to use .probe_newAxel Lin1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-10/+1
2019-03-13regulator: ltc3676: Fix notifier mutex lock warningSteve Twiss1-2/+8
2019-02-15regulator: ltc3676: Fix module descriptionAxel Lin1-1/+1
2019-02-15regulator: ltc3676: Simplify .readable_reg and .writable_reg callbacksAxel Lin1-58/+5
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-1/+2
2018-05-02regulator: ltc3676: Assure PGOOD mask is set before changing voltageMarek Vasut1-1/+19
2017-02-21regulator: ltc3676: Add OF device ID tableJavier Martinez Canillas1-0/+7
2017-01-31regulator: ltc3676: constify regulator_ops structureBhumika Goyal1-3/+3
2016-08-16regulator: Add LTC3676 supportTim Harvey1-0/+420