Re: [PATCH v2 1/2] Input: i8042 - Prevent intermixing i8042 commands

2020-12-06 Thread Dmitry Torokhov
Hi Raul, On Thu, Aug 27, 2020 at 02:41:53PM -0600, Raul E Rangel wrote: > The i8042_mutex must be held by writers of the AUX and KBD ports, as > well as users of i8042_command. There were a lot of users of > i8042_command that were not calling i8042_lock_chip/i8042_unlock_chip. > This resulted in

Re: [PATCH v2 1/2] Input: i8042 - Prevent intermixing i8042 commands

2020-10-28 Thread Hans de Goede
Hi, Quick self intro: I have take over drivers/platform/x86 maintainership from Andy; and I'm working my way through the backlog of old patches in patchwork: https://patchwork.kernel.org/project/platform-driver-x86/list/ On 8/27/20 10:41 PM, Raul E Rangel wrote: > The i8042_mutex must be held by

[PATCH v2 1/2] Input: i8042 - Prevent intermixing i8042 commands

2020-08-27 Thread Raul E Rangel
The i8042_mutex must be held by writers of the AUX and KBD ports, as well as users of i8042_command. There were a lot of users of i8042_command that were not calling i8042_lock_chip/i8042_unlock_chip. This resulted in i8042_commands being issues in between PS/2 transactions. This change moves the