Re: [PATCH V8 3/8] pinctrl: add DT binding doc for pincontrol of PMIC max77620/max20024

From: Laxman Dewangan
Date: Tue Mar 01 2016 - 04:50:12 EST


Hi Linus,

On Tuesday 16 February 2016 04:46 AM, Linus Walleij wrote:
On Thu, Feb 11, 2016 at 12:56 PM, Laxman Dewangan <ldewangan@xxxxxxxxxx> wrote:

Maxim Semiconductor's PMIC MAX77620/MAX20024 has 8 GPIO pins
which act as GPIO as well as special function mode.

Add DT binding document to configure pins in function mode as
well as pin configuration parameters.

Signed-off-by: Laxman Dewangan <ldewangan@xxxxxxxxxx>
Acked-by: Rob Herring <robh@xxxxxxxxxx>
Acked-by: Linus Walleij <linus.walleij@xxxxxxxxxx>


I saw that regulator driver is merged in regulator subsystem by Mark Brown. So I think patches can go on their individual subsystem. The config for these driver depends on the MFD and hence it will not build.

Also the common header file is part of mfd subsystem and other patches will not touch this so no conflict on the drivers.

Same for max77620 GPIO patch also.