summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/da9063-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: remove locking around regulator_notifier_call_chain()Michał Mirosław2020-09-071-2/+0
* regulator: da9063: fix LDO9 suspend and warning.Martin Fuzzey2020-06-121-1/+0
* Merge branch 'regulator-5.7' into regulator-nextMark Brown2020-03-241-29/+37
|\
| * regulator: da9063: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
| * regulator: da9063: remove redundant return statementRishi Gupta2020-02-111-4/+2
| * regulator: da9063: fix code formatting warnings and errorsRishi Gupta2020-02-111-24/+34
* | regulator: da9063: Fix get_mode() functions to read sleep fieldAdam Thomson2020-03-241-26/+2
* | regulator: da9063: fix suspendMartin Fuzzey2020-03-181-18/+2
|/
* regulator: da9063: Simplify da9063_buck_set_mode for BUCK_MODE_MANUAL caseAxel Lin2019-10-011-6/+3
* regulator: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-021-3/+1
* regulator: da9063: platform_data is gone, depend on OFWolfram Sang2019-05-201-10/+0
* regulator: da9063: move definitions out of a header into the driverWolfram Sang2019-05-201-1/+43
* regulator: da9063: remove platform_data supportWolfram Sang2019-05-201-6/+1
* regulator: da9063: convert header to SPDXWolfram Sang2019-03-261-14/+8
* regulator: da9063: Convert to use regulator_set/get_current_limit_regmapAxel Lin2019-03-181-79/+28
* regulator: da9063: Fix notifier mutex lock warningSteve Twiss2019-03-131-1/+4
* regulator: da9063: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-02-221-4/+2
* regulator: da9063: Select maximum current in specific range for set_current_l...Axel Lin2019-02-191-1/+1
* regulator: da9063: Check return value of devm_regmap_field_alloc callsAxel Lin2019-01-281-5/+24
* regulator: da9063: Handle less LDOs on DA9063LMarek Vasut2018-07-041-31/+45
* mfd: da9063: Replace model with typeMarek Vasut2018-07-041-4/+4
* mfd: da9063: Rename PMIC_DA9063 to PMIC_CHIP_ID_DA9063Marek Vasut2018-07-041-1/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
* regulator: da9063: Return an error code on probe failureDan Carpenter2017-08-301-1/+1
* regulator: da9063: Correct module alias prefix to fix module autoloadingGeert Uytterhoeven2016-05-101-1/+1
* regulator: da9*: constify regulator_ops structuresJulia Lawall2015-12-221-2/+2
* regulator: da9063: Remove unneeded semicolonJavier Martinez Canillas2015-09-141-1/+1
* regulator: da9063: Fix up irq leakAxel Lin2015-06-021-18/+3
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | regulator: da9063: Do not transform local IRQ to virtualDmitry Lavnikevich2014-11-211-11/+8
|/
*-. Merge remote-tracking branches 'regulator/topic/bcm590xx', 'regulator/topic/d...Mark Brown2014-03-261-7/+6
|\ \
| | * regulator: da9063: fix assignment of da9063_reg_matches to NULLColin Ian King2014-03-111-1/+1
| | * regulator: da9063: Remove redundant error messageSachin Kamat2014-02-201-3/+1
| | * regulator: da9063: Do not hardcode return valuesSachin Kamat2014-02-201-2/+2
| | * regulator: da9063: Add missing of_node_putSachin Kamat2014-02-181-0/+1
| | * regulator: da9063: Use of_get_child_by_nameSachin Kamat2014-02-141-1/+1
| |/
* / regulator: da9063: Bug fix when setting max voltage on LDOs 5-11Steve Twiss2014-02-121-1/+3
|/
* Merge remote-tracking branch 'regulator/topic/devm' into regulator-nextMark Brown2013-10-241-17/+4
|\
| * regulator: da9063: use devm_regulator_register()Jingoo Han2013-09-301-17/+4
* | Merge remote-tracking branch 'regulator/topic/da9063' into regulator-nextMark Brown2013-10-241-1/+1
|\ \
| * | regulator: da9063: Add missing initialization of da9063_reg_matchesGeert Uytterhoeven2013-09-171-1/+1
| |/
* / regulator: da9063: Fix PTR_ERR/ERR_PTR mismatchGeert Uytterhoeven2013-09-101-1/+1
|/
* regulator: da9063: Statize da9063_ldo_lim_eventAxel Lin2013-09-011-1/+1
* regulator: da9063: Use IS_ERR to check return value of regulator_register()Axel Lin2013-08-301-1/+1
* regulator: da9063: Optimize da9063_set_current_limit implementationAxel Lin2013-08-301-11/+4
* regulator: da9063: Add Dialog DA9063 voltage regulators support.Krystian Garbaciak2013-08-291-0/+941