]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - drivers/mfd/sec-core.c
mfd: sec-core: Rename MFD and regulator names differently
authorAlim Akhtar <alim.akhtar@samsung.com>
Fri, 20 Nov 2015 10:48:26 +0000 (16:18 +0530)
committerLee Jones <lee.jones@linaro.org>
Tue, 24 Nov 2015 11:11:16 +0000 (11:11 +0000)
commit2fadbbf02d81c825b1627f673499d0e0b9d132b6
treee8e4ed48b924186c86902c5759e5712c0ac0cbcc
parent6223a30935852369fd797f44eeafac445e422ac4
mfd: sec-core: Rename MFD and regulator names differently

Currently S2MPSXX multifunction device is named as *-pmic,
and these MFDs also supports regulator as a one of its MFD cell which
has the same name, because current name is confusing and we want to
sort it out.

We did discussed different approaches about how the MFD and it
cells need to be named here [1].
Based in the discussion this patch rename MFD regulator name as
*-regulator instead of current *-pmic.

This patch also changes the corresponding entries in the regulator driver
to keep git-bisect happy.

[1]-> https://lkml.org/lkml/2015/10/28/417

Suggested-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/sec-core.c
drivers/regulator/s2mps11.c