Age | Commit message (Expand) | Author |
2023-08-04 | regulator: da9063: better fix null deref with partial DT | Martin Fuzzey |
2023-07-17 | regulator: da9063: fix null pointer deref with partial DT config | Martin Fuzzey |
2023-04-12 | regulator: da9063: implement setter for voltage monitoring | Benjamin Bara |
2023-04-12 | regulator: da9063: add voltage monitoring registers | Benjamin Bara |
2023-03-20 | regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14 | Douglas Anderson |
2021-07-15 | regulator: da9063: Add support for full-current mode. | Vincent Pelletier |
2020-09-07 | regulator: remove locking around regulator_notifier_call_chain() | Michał Mirosław |
2020-06-12 | regulator: da9063: fix LDO9 suspend and warning. | Martin Fuzzey |
2020-03-24 | Merge branch 'regulator-5.7' into regulator-next | Mark Brown |
2020-03-24 | regulator: da9063: Fix get_mode() functions to read sleep field | Adam Thomson |
2020-03-18 | regulator: da9063: fix suspend | Martin Fuzzey |
2020-02-12 | regulator: da9063: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-02-11 | regulator: da9063: remove redundant return statement | Rishi Gupta |
2020-02-11 | regulator: da9063: fix code formatting warnings and errors | Rishi Gupta |
2019-10-01 | regulator: da9063: Simplify da9063_buck_set_mode for BUCK_MODE_MANUAL case | Axel Lin |
2019-08-02 | regulator: Remove dev_err() usage after platform_get_irq() | Stephen Boyd |
2019-05-20 | regulator: da9063: platform_data is gone, depend on OF | Wolfram Sang |
2019-05-20 | regulator: da9063: move definitions out of a header into the driver | Wolfram Sang |
2019-05-20 | regulator: da9063: remove platform_data support | Wolfram Sang |
2019-03-26 | regulator: da9063: convert header to SPDX | Wolfram Sang |
2019-03-18 | regulator: da9063: Convert to use regulator_set/get_current_limit_regmap | Axel Lin |
2019-03-13 | regulator: da9063: Fix notifier mutex lock warning | Steve Twiss |
2019-02-22 | regulator: da9063: Use struct_size() in devm_kzalloc() | Gustavo A. R. Silva |
2019-02-19 | regulator: da9063: Select maximum current in specific range for set_current_l... | Axel Lin |
2019-01-28 | regulator: da9063: Check return value of devm_regmap_field_alloc calls | Axel Lin |
2018-07-04 | regulator: da9063: Handle less LDOs on DA9063L | Marek Vasut |
2018-07-04 | mfd: da9063: Replace model with type | Marek Vasut |
2018-07-04 | mfd: da9063: Rename PMIC_DA9063 to PMIC_CHIP_ID_DA9063 | Marek Vasut |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook |
2017-08-30 | regulator: da9063: Return an error code on probe failure | Dan Carpenter |
2016-05-10 | regulator: da9063: Correct module alias prefix to fix module autoloading | Geert Uytterhoeven |
2015-12-22 | regulator: da9*: constify regulator_ops structures | Julia Lawall |
2015-09-14 | regulator: da9063: Remove unneeded semicolon | Javier Martinez Canillas |
2015-06-02 | regulator: da9063: Fix up irq leak | Axel Lin |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-11-21 | regulator: da9063: Do not transform local IRQ to virtual | Dmitry Lavnikevich |
2014-10-20 | regulator: drop owner assignment from platform_drivers | Wolfram Sang |
2014-03-26 | Merge remote-tracking branches 'regulator/topic/bcm590xx', 'regulator/topic/d... | Mark Brown |
2014-03-11 | regulator: da9063: fix assignment of da9063_reg_matches to NULL | Colin Ian King |
2014-02-20 | regulator: da9063: Remove redundant error message | Sachin Kamat |
2014-02-20 | regulator: da9063: Do not hardcode return values | Sachin Kamat |
2014-02-18 | regulator: da9063: Add missing of_node_put | Sachin Kamat |
2014-02-14 | regulator: da9063: Use of_get_child_by_name | Sachin Kamat |
2014-02-12 | regulator: da9063: Bug fix when setting max voltage on LDOs 5-11 | Steve Twiss |
2013-10-24 | Merge remote-tracking branch 'regulator/topic/devm' into regulator-next | Mark Brown |
2013-10-24 | Merge remote-tracking branch 'regulator/topic/da9063' into regulator-next | Mark Brown |
2013-09-30 | regulator: da9063: use devm_regulator_register() | Jingoo Han |
2013-09-17 | regulator: da9063: Add missing initialization of da9063_reg_matches | Geert Uytterhoeven |
2013-09-10 | regulator: da9063: Fix PTR_ERR/ERR_PTR mismatch | Geert Uytterhoeven |
2013-09-01 | regulator: da9063: Statize da9063_ldo_lim_event | Axel Lin |