aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/da9063-regulator.c
AgeCommit message (Expand)Author
2019-03-26regulator: da9063: convert header to SPDXWolfram Sang
2019-03-18regulator: da9063: Convert to use regulator_set/get_current_limit_regmapAxel Lin
2019-03-13regulator: da9063: Fix notifier mutex lock warningSteve Twiss
2019-02-22regulator: da9063: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2019-02-19regulator: da9063: Select maximum current in specific range for set_current_l...Axel Lin
2019-01-28regulator: da9063: Check return value of devm_regmap_field_alloc callsAxel Lin
2018-07-04regulator: da9063: Handle less LDOs on DA9063LMarek Vasut
2018-07-04mfd: da9063: Replace model with typeMarek Vasut
2018-07-04mfd: da9063: Rename PMIC_DA9063 to PMIC_CHIP_ID_DA9063Marek Vasut
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2017-08-30regulator: da9063: Return an error code on probe failureDan Carpenter
2016-05-10regulator: da9063: Correct module alias prefix to fix module autoloadingGeert Uytterhoeven
2015-12-22regulator: da9*: constify regulator_ops structuresJulia Lawall
2015-09-14regulator: da9063: Remove unneeded semicolonJavier Martinez Canillas
2015-06-02regulator: da9063: Fix up irq leakAxel Lin
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-21regulator: da9063: Do not transform local IRQ to virtualDmitry Lavnikevich
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang
2014-03-26Merge remote-tracking branches 'regulator/topic/bcm590xx', 'regulator/topic/d...Mark Brown
2014-03-11regulator: da9063: fix assignment of da9063_reg_matches to NULLColin Ian King
2014-02-20regulator: da9063: Remove redundant error messageSachin Kamat
2014-02-20regulator: da9063: Do not hardcode return valuesSachin Kamat
2014-02-18regulator: da9063: Add missing of_node_putSachin Kamat
2014-02-14regulator: da9063: Use of_get_child_by_nameSachin Kamat
2014-02-12regulator: da9063: Bug fix when setting max voltage on LDOs 5-11Steve Twiss
2013-10-24Merge remote-tracking branch 'regulator/topic/devm' into regulator-nextMark Brown
2013-10-24Merge remote-tracking branch 'regulator/topic/da9063' into regulator-nextMark Brown
2013-09-30regulator: da9063: use devm_regulator_register()Jingoo Han
2013-09-17regulator: da9063: Add missing initialization of da9063_reg_matchesGeert Uytterhoeven
2013-09-10regulator: da9063: Fix PTR_ERR/ERR_PTR mismatchGeert Uytterhoeven
2013-09-01regulator: da9063: Statize da9063_ldo_lim_eventAxel Lin
2013-08-30regulator: da9063: Use IS_ERR to check return value of regulator_register()Axel Lin
2013-08-30regulator: da9063: Optimize da9063_set_current_limit implementationAxel Lin
2013-08-29regulator: da9063: Add Dialog DA9063 voltage regulators support.Krystian Garbaciak