summaryrefslogtreecommitdiff
path: root/drivers/regulator/pbias-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson2023-03-201-0/+1
* regulator: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-221-1/+1
* regulator: pbias: Get rid of struct pbias_regulator_dataAxel Lin2019-10-071-43/+26
* regulator: pbias: Use of_device_get_match_dataAxel Lin2019-10-011-4/+2
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+3
* regulator: pbias: Select voltage table based on max-voltageRavikumar Kattekola2017-08-311-3/+18
* regulator: pbias-regulator: constify regulator_ops structureBhumika Goyal2017-01-311-1/+1
* Merge remote-tracking branches 'regulator/fix/anatop', 'regulator/fix/gpio', ...Mark Brown2015-09-211-6/+50
|\
| * regulator: pbias: program pbias register offset in pbias driverKishon Vijay Abraham I2015-09-031-6/+50
* | regulator: pbias: Fix broken pbias disable functionalityKishon Vijay Abraham I2015-08-141-0/+5
|/
* regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* regulator: pbias: remove unnecessary OOM messagesJingoo Han2014-06-021-3/+1
* regulator: pbias: Convert to use regulator_[enable|is_enabled]_regmapAxel Lin2014-04-151-22/+3
* regulator: pbias: Convert to use regmap helper functionsAxel Lin2014-04-141-55/+19
* regulator: pbias: Fix is_enabled callback implementationAxel Lin2014-04-141-1/+1
* regulator: add pbias regulator supportBalaji T K2014-03-041-0/+255