Re: [PATCH 05/10] pinctrl: mediatek: Add Pinctrl/GPIO driver for mt6397.
From: Hongzhou Yang <hidden>
Date: 2015-05-15 03:12:51
Also in:
linux-arm-kernel, linux-gpio, linux-mediatek
From: Hongzhou Yang <hidden>
Date: 2015-05-15 03:12:51
Also in:
linux-arm-kernel, linux-gpio, linux-mediatek
On Thu, 2015-05-14 at 08:22 +0100, Lee Jones wrote:
On Wed, 13 May 2015, Hongzhou Yang wrote:quoted
Add mt6397 support using mediatek common pinctrl driver. mt6397 is a PMIC, and pinctrl/GPIO is part of 6397 chip. Pinctrl/GPIO driver should obtain regmap from PMIC, so adding this support to common code. Also, mt6397 is no need to support interrupt controller, so changing common code to skip it. Signed-off-by: Hongzhou Yang <hongzhou.yang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> --- drivers/mfd/mt6397-core.c | 3 +Please break this out into a separate patch that I can take through my tree. There is no need for you to bind up changes in multiple subsystems here.
Ok, I will separate it, thank you. Yours, Hongzhou