soc: mediatek: PMIC wrap: remove pwrap_is_mt8135() and pwrap_is_mt8173()
authorJohn Crispin <blogic@openwrt.org>
Fri, 19 Feb 2016 08:44:12 +0000 (09:44 +0100)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 20 Apr 2016 11:03:04 +0000 (13:03 +0200)
commit25269cefb691d324a3fe2be4d2a7b81f6a733996
treeb054e69dc4e12ea5ed014c1435412d408211240c
parent95b25c589158d97fbc6d5504b434aef263798fa7
soc: mediatek: PMIC wrap: remove pwrap_is_mt8135() and pwrap_is_mt8173()

With more SoCs being added the list of helper functions like these would
grow. To mitigate this problem we remove the existing helpers and change
the code to test against the pmic type stored inside the pmic specific
datastructure that our context structure points at. There is one usage of
pwrap_is_mt8135() that is ambiguous as the test should not be dependent on
mt8135, but rather on the existence of a bridge. Add a new element to
pmic_wrapper_type to indicate if a bridge is present and use this where
appropriate.

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
drivers/soc/mediatek/mtk-pmic-wrap.c