Re: [PATCH 4/6] pinctrl: uniphier: omit redundant input enable bit information

2017-08-01 Thread Linus Walleij
On Mon, Jul 31, 2017 at 8:21 AM, Masahiro Yamada wrote: > For LD11/20 SoCs (capable of per-pin input enable), the iectrl bit > number matches its pin number. So, this is redundant information. > Instead, we just need a flag to know if the iectrl gating exists or not. > > With this refactoring, 5

[PATCH 4/6] pinctrl: uniphier: omit redundant input enable bit information

2017-07-30 Thread Masahiro Yamada
For LD11/20 SoCs (capable of per-pin input enable), the iectrl bit number matches its pin number. So, this is redundant information. Instead, we just need a flag to know if the iectrl gating exists or not. With this refactoring, 5 bits in pin data will be saved. Signed-off-by: Masahiro Yamada -