Re: [U-Boot] [PATCH 2/4] x86: tangier: pinmux: add API to configure protected pins

2018-09-03 Thread Bin Meng
On Mon, Sep 3, 2018 at 11:07 PM Georgii Staroselskii wrote: > > This API is going to be used to configure some pins that are protected > for simple modification. > > It's not a comprehensive pinctrl driver but can be turned into one > when we need this in the future. Now it is planned to be used o

Re: [U-Boot] [PATCH 2/4] x86: tangier: pinmux: add API to configure protected pins

2018-09-03 Thread Bin Meng
Hi Georgii, On Mon, Sep 3, 2018 at 11:07 PM Georgii Staroselskii wrote: > > This API is going to be used to configure some pins that are protected > for simple modification. > > It's not a comprehensive pinctrl driver but can be turned into one > when we need this in the future. Now it is planned

Re: [U-Boot] [PATCH 2/4] x86: tangier: pinmux: add API to configure protected pins

2018-09-03 Thread Andy Shevchenko
On Mon, Sep 3, 2018 at 7:39 PM Georgii Staroselskii wrote: > > This API is going to be used to configure some pins that are protected > for simple modification. > > It's not a comprehensive pinctrl driver but can be turned into one > when we need this in the future. Now it is planned to be used on

[U-Boot] [PATCH 2/4] x86: tangier: pinmux: add API to configure protected pins

2018-09-03 Thread Georgii Staroselskii
This API is going to be used to configure some pins that are protected for simple modification. It's not a comprehensive pinctrl driver but can be turned into one when we need this in the future. Now it is planned to be used only in one place. So that's why I decided not to polute the codebase wit