Re: [PATCH v1 1/2] x86: tangier: Enable support for SD/SDIO family in the pinmux driver

2021-10-27 Thread Andy Shevchenko
On Wed, Oct 27, 2021 at 1:14 PM Bin Meng wrote: > On Wed, Oct 27, 2021 at 4:54 PM Andy Shevchenko > wrote: > > On Wed, Oct 27, 2021 at 5:49 AM Bin Meng wrote: > > > On Sat, Oct 16, 2021 at 1:27 AM Andy Shevchenko > > > wrote: ... > > > This function can be consolidated with mrfld_pinconfig_pr

Re: [PATCH v1 1/2] x86: tangier: Enable support for SD/SDIO family in the pinmux driver

2021-10-27 Thread Bin Meng
On Wed, Oct 27, 2021 at 4:54 PM Andy Shevchenko wrote: > > On Wed, Oct 27, 2021 at 5:49 AM Bin Meng wrote: > > On Sat, Oct 16, 2021 at 1:27 AM Andy Shevchenko > > wrote: > > > > > > We would need to quirk out Card Detect case and for that we allow > > > configuring SD/SDIO family of pins. > > ..

Re: [PATCH v1 1/2] x86: tangier: Enable support for SD/SDIO family in the pinmux driver

2021-10-27 Thread Andy Shevchenko
On Wed, Oct 27, 2021 at 5:49 AM Bin Meng wrote: > On Sat, Oct 16, 2021 at 1:27 AM Andy Shevchenko > wrote: > > > > We would need to quirk out Card Detect case and for that we allow > > configuring SD/SDIO family of pins. ... > > +static int mrfld_pinconfig(unsigned int pin, u32 mask, u32 bits)

Re: [PATCH v1 1/2] x86: tangier: Enable support for SD/SDIO family in the pinmux driver

2021-10-26 Thread Bin Meng
Hi Andy, On Sat, Oct 16, 2021 at 1:27 AM Andy Shevchenko wrote: > > We would need to quirk out Card Detect case and for that we allow > configuring SD/SDIO family of pins. > > Signed-off-by: Andy Shevchenko > --- > arch/x86/cpu/tangier/pinmux.c | 39 ++- > 1 file

[PATCH v1 1/2] x86: tangier: Enable support for SD/SDIO family in the pinmux driver

2021-10-15 Thread Andy Shevchenko
We would need to quirk out Card Detect case and for that we allow configuring SD/SDIO family of pins. Signed-off-by: Andy Shevchenko --- arch/x86/cpu/tangier/pinmux.c | 39 ++- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/arch/x86/cpu/tangier/pin