aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/rt5190a-regulator.c
AgeCommit message (Collapse)AuthorFilesLines
2022-06-06regulator: rt5190a: check if init_data is NULL, bypass rt5190a_of_parse_cbGravatar ChiYuan Huang 1-0/+3
If the node for the match name cannot be found, 'of_regulator_match' will returns init_data as NULL for this regulator. Add the check for the init_data. If it's NULL, make 'rt5190a_of_parse_cb' function directly return. Signed-off-by: ChiYuan Huang <cy_huang@richtek.com> Link: https://lore.kernel.org/r/1654148646-12182-1-git-send-email-u0084500@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
2022-03-09regulator: rt5190a: Add support for Richtek RT5190A PMICGravatar ChiYuan Huang 1-0/+513
Add support for Richtek RT5190A PMIC. Signed-off-by: ChiYuan Huang <cy_huang@richtek.com> Link: https://lore.kernel.org/r/1646812903-32496-3-git-send-email-u0084500@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>