[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200515114044.GR185537@smile.fi.intel.com>
Date: Fri, 15 May 2020 14:40:44 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Marco Felsch <m.felsch@...gutronix.de>
Cc: Fengping Yu <fengping.yu@...iatek.com>,
Yingjoe Chen <yingjoe.chen@...iatek.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v8 2/3] drivers: input: keyboard: Add mtk keypad driver
On Fri, May 15, 2020 at 11:30:16AM +0200, Marco Felsch wrote:
> On 20-05-15 14:20, Fengping Yu wrote:
...
> > + depends on OF && HAVE_CLK
>
> Please drop those deps and instead use:
+1
> depends on ARCH_MEDIATEK && ARM64
I would go even further
depends on (ARCH_MEDIATEK && ARM64) || COMPILE_TEST
> There are still some missing deps:
>
> select CONFIG_REGMAP_MMIO
> select INPUT_MATRIXKMAP
...
> > +#define MTK_KPD_DEBOUNCE_MAX_US 256000 /*256ms */
>
> Thanks for aligning the defines but the 256ms comment is still useless
> as Andy already said.
Yes, it seems my comments partially (?) have been ignored.
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists