summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ltc3676.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: ltc3676: Use maple tree register cacheMark Brown2023-06-191-1/+1
* regulator: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson2023-03-201-0/+1
* regulator: remove locking around regulator_notifier_call_chain()Michał Mirosław2020-09-071-8/+2
* regulator: ltc3676: Fix W=1 build warning when CONFIG_OF=nJisheng Zhang2020-08-211-1/+1
* regulator: ltc3676: Constify ltc3676_regulatorsRikard Falkeborn2020-06-181-1/+1
* regulator: Convert i2c drivers to use .probe_newAxel Lin2020-01-131-3/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-10/+1
* regulator: ltc3676: Fix notifier mutex lock warningSteve Twiss2019-03-131-2/+8
* regulator: ltc3676: Fix module descriptionAxel Lin2019-02-151-1/+1
* regulator: ltc3676: Simplify .readable_reg and .writable_reg callbacksAxel Lin2019-02-151-58/+5
* regmap: split up regmap_config.use_single_rwDavid Frey2018-09-071-1/+2
* regulator: ltc3676: Assure PGOOD mask is set before changing voltageMarek Vasut2018-05-021-1/+19
* regulator: ltc3676: Add OF device ID tableJavier Martinez Canillas2017-02-211-0/+7
* regulator: ltc3676: constify regulator_ops structureBhumika Goyal2017-01-311-3/+3
* regulator: Add LTC3676 supportTim Harvey2016-08-161-0/+420