Re: [PATCH v2 09/10] MIPS: i8042: Probe this device only if it exists

2017-07-10 Thread Jonas Gorski
Hi, On 28 June 2017 at 17:47, Aleksandar Markovic wrote: > From: Miodrag Dinic > > ARCH_MIGHT_HAVE_PC_SERIO is selected by default for MIPS platforms. > As a consequence SERIO_I8042 would be automatically selected for any > MIPS board

Re: [PATCH v2 09/10] MIPS: i8042: Probe this device only if it exists

2017-07-10 Thread Jonas Gorski
Hi, On 28 June 2017 at 17:47, Aleksandar Markovic wrote: > From: Miodrag Dinic > > ARCH_MIGHT_HAVE_PC_SERIO is selected by default for MIPS platforms. > As a consequence SERIO_I8042 would be automatically selected for any > MIPS board which wants to enable input support like keyboard >

Re: [PATCH v2 09/10] MIPS: i8042: Probe this device only if it exists

2017-07-09 Thread Dmitry Torokhov
On Wed, Jun 28, 2017 at 05:47:02PM +0200, Aleksandar Markovic wrote: > From: Miodrag Dinic > > ARCH_MIGHT_HAVE_PC_SERIO is selected by default for MIPS platforms. > As a consequence SERIO_I8042 would be automatically selected for any > MIPS board which wants to enable

Re: [PATCH v2 09/10] MIPS: i8042: Probe this device only if it exists

2017-07-09 Thread Dmitry Torokhov
On Wed, Jun 28, 2017 at 05:47:02PM +0200, Aleksandar Markovic wrote: > From: Miodrag Dinic > > ARCH_MIGHT_HAVE_PC_SERIO is selected by default for MIPS platforms. > As a consequence SERIO_I8042 would be automatically selected for any > MIPS board which wants to enable input support like keyboard

[PATCH v2 09/10] MIPS: i8042: Probe this device only if it exists

2017-06-28 Thread Aleksandar Markovic
From: Miodrag Dinic ARCH_MIGHT_HAVE_PC_SERIO is selected by default for MIPS platforms. As a consequence SERIO_I8042 would be automatically selected for any MIPS board which wants to enable input support like keyboard (INPUT_KEYBOARD) regardless of i8042 controller

[PATCH v2 09/10] MIPS: i8042: Probe this device only if it exists

2017-06-28 Thread Aleksandar Markovic
From: Miodrag Dinic ARCH_MIGHT_HAVE_PC_SERIO is selected by default for MIPS platforms. As a consequence SERIO_I8042 would be automatically selected for any MIPS board which wants to enable input support like keyboard (INPUT_KEYBOARD) regardless of i8042 controller existence. The dependency is