Re: [PATCH] i8042: Do not abuse CONFIG namespace

2021-08-30 Thread Tom Rini
On Thu, Aug 19, 2021 at 02:58:00PM -0400, Tom Rini wrote: > This driver uses the CONFIG namespace to set the chips internal CONFIG > namespace related bits. However, CONFIG is reserved for the top-level > Kconfig based configuration system. Use CFG as the namespace here > instead to avoid pollut

Re: [PATCH] i8042: Do not abuse CONFIG namespace

2021-08-20 Thread Bin Meng
On Fri, Aug 20, 2021 at 2:58 AM Tom Rini wrote: > > This driver uses the CONFIG namespace to set the chips internal CONFIG > namespace related bits. However, CONFIG is reserved for the top-level > Kconfig based configuration system. Use CFG as the namespace here > instead to avoid pollution. > >

[PATCH] i8042: Do not abuse CONFIG namespace

2021-08-19 Thread Tom Rini
This driver uses the CONFIG namespace to set the chips internal CONFIG namespace related bits. However, CONFIG is reserved for the top-level Kconfig based configuration system. Use CFG as the namespace here instead to avoid pollution. Signed-off-by: Tom Rini --- drivers/input/i8042.c | 4 ++--