Re: [PATCH 1/3] Input: synaptics_rmi4 - do not delete interrupt memory too early

2018-01-18 Thread thatslyude
Reviewed-by: Lyude Paul (hope you don't mind that I'm using my gmail address for this ;) On Thu, 2018-01-18 at 16:49 -0800, Dmitry Torokhov wrote: > We want to free memory reserved for interrupt mask handling only after we > free functions, as function drivers might want to

Re: [PATCH 1/3] Input: synaptics_rmi4 - do not delete interrupt memory too early

2018-01-18 Thread thatslyude
Reviewed-by: Lyude Paul (hope you don't mind that I'm using my gmail address for this ;) On Thu, 2018-01-18 at 16:49 -0800, Dmitry Torokhov wrote: > We want to free memory reserved for interrupt mask handling only after we > free functions, as function drivers might want to mask interrupts. This

[PATCH 1/3] Input: synaptics_rmi4 - do not delete interrupt memory too early

2018-01-18 Thread Dmitry Torokhov
We want to free memory reserved for interrupt mask handling only after we free functions, as function drivers might want to mask interrupts. This is needed for the followup patch to the F03 that would implement unmasking and masking interrupts from the serio pass-through port open() and close()

[PATCH 1/3] Input: synaptics_rmi4 - do not delete interrupt memory too early

2018-01-18 Thread Dmitry Torokhov
We want to free memory reserved for interrupt mask handling only after we free functions, as function drivers might want to mask interrupts. This is needed for the followup patch to the F03 that would implement unmasking and masking interrupts from the serio pass-through port open() and close()