aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/da9063-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-07regulator: remove locking around regulator_notifier_call_chain()Michał Mirosław1-2/+0
2020-06-12regulator: da9063: fix LDO9 suspend and warning.Martin Fuzzey1-1/+0
2020-03-24Merge branch 'regulator-5.7' into regulator-nextMark Brown1-29/+37
2020-03-24regulator: da9063: Fix get_mode() functions to read sleep fieldAdam Thomson1-26/+2
2020-03-18regulator: da9063: fix suspendMartin Fuzzey1-18/+2
2020-02-12regulator: da9063: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-11regulator: da9063: remove redundant return statementRishi Gupta1-4/+2
2020-02-11regulator: da9063: fix code formatting warnings and errorsRishi Gupta1-24/+34
2019-10-01regulator: da9063: Simplify da9063_buck_set_mode for BUCK_MODE_MANUAL caseAxel Lin1-6/+3
2019-08-02regulator: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-05-20regulator: da9063: platform_data is gone, depend on OFWolfram Sang1-10/+0
2019-05-20regulator: da9063: move definitions out of a header into the driverWolfram Sang1-1/+43
2019-05-20regulator: da9063: remove platform_data supportWolfram Sang1-6/+1
2019-03-26regulator: da9063: convert header to SPDXWolfram Sang1-14/+8
2019-03-18regulator: da9063: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-79/+28
2019-03-13regulator: da9063: Fix notifier mutex lock warningSteve Twiss1-1/+4
2019-02-22regulator: da9063: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-4/+2
2019-02-19regulator: da9063: Select maximum current in specific range for set_current_limitAxel Lin1-1/+1
2019-01-28regulator: da9063: Check return value of devm_regmap_field_alloc callsAxel Lin1-5/+24
2018-07-04regulator: da9063: Handle less LDOs on DA9063LMarek Vasut1-31/+45
2018-07-04mfd: da9063: Replace model with typeMarek Vasut1-4/+4
2018-07-04mfd: da9063: Rename PMIC_DA9063 to PMIC_CHIP_ID_DA9063Marek Vasut1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2017-08-30regulator: da9063: Return an error code on probe failureDan Carpenter1-1/+1
2016-05-10regulator: da9063: Correct module alias prefix to fix module autoloadingGeert Uytterhoeven1-1/+1
2015-12-22regulator: da9*: constify regulator_ops structuresJulia Lawall1-2/+2
2015-09-14regulator: da9063: Remove unneeded semicolonJavier Martinez Canillas1-1/+1
2015-06-02regulator: da9063: Fix up irq leakAxel Lin1-18/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-21regulator: da9063: Do not transform local IRQ to virtualDmitry Lavnikevich1-11/+8
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-26Merge remote-tracking branches 'regulator/topic/bcm590xx', 'regulator/topic/da9052', 'regulator/topic/da9055', 'regulator/topic/da9063', 'regulator/topic/da9210', 'regulator/topic/db8500' and 'regulator/topic/dbx500' into regulator-nextMark Brown1-7/+6
2014-03-11regulator: da9063: fix assignment of da9063_reg_matches to NULLColin Ian King1-1/+1
2014-02-20regulator: da9063: Remove redundant error messageSachin Kamat1-3/+1
2014-02-20regulator: da9063: Do not hardcode return valuesSachin Kamat1-2/+2
2014-02-18regulator: da9063: Add missing of_node_putSachin Kamat1-0/+1
2014-02-14regulator: da9063: Use of_get_child_by_nameSachin Kamat1-1/+1
2014-02-12regulator: da9063: Bug fix when setting max voltage on LDOs 5-11Steve Twiss1-1/+3
2013-10-24Merge remote-tracking branch 'regulator/topic/devm' into regulator-nextMark Brown1-17/+4
2013-10-24Merge remote-tracking branch 'regulator/topic/da9063' into regulator-nextMark Brown1-1/+1
2013-09-30regulator: da9063: use devm_regulator_register()Jingoo Han1-17/+4
2013-09-17regulator: da9063: Add missing initialization of da9063_reg_matchesGeert Uytterhoeven1-1/+1
2013-09-10regulator: da9063: Fix PTR_ERR/ERR_PTR mismatchGeert Uytterhoeven1-1/+1
2013-09-01regulator: da9063: Statize da9063_ldo_lim_eventAxel Lin1-1/+1
2013-08-30regulator: da9063: Use IS_ERR to check return value of regulator_register()Axel Lin1-1/+1
2013-08-30regulator: da9063: Optimize da9063_set_current_limit implementationAxel Lin1-11/+4
2013-08-29regulator: da9063: Add Dialog DA9063 voltage regulators support.Krystian Garbaciak1-0/+941