Re: [PATCH v2 0/9] Add Support for MediaTek PMIC MT6358

2019-03-11 Thread Alexandre Belloni
Hello, On 11/03/2019 11:46:22+0800, Hsin-Hsiung Wang wrote: > This patchset including refactoring interrupt add support to MT6358 PMIC. > MT6358 is the primary PMIC for MT8183 platform. > > changes since v1: > - refine for better code quality. > - remove of_match_table in the MT6358 regulator dri

[PATCH v2 0/9] Add Support for MediaTek PMIC MT6358

2019-03-10 Thread Hsin-Hsiung Wang
This patchset including refactoring interrupt add support to MT6358 PMIC. MT6358 is the primary PMIC for MT8183 platform. changes since v1: - refine for better code quality. - remove of_match_table in the MT6358 regulator driver. - some minor bug fix of mfd driver, like getting pmic id flow. - add