mbox series

[v2,0/5] Miscellaneous fixes for Azoteq IQS269A

Message ID Y7RsTqhYJOZs11sK@nixie71
Headers show
Series Miscellaneous fixes for Azoteq IQS269A | expand

Message

Jeff LaBundy Jan. 3, 2023, 5:56 p.m. UTC
This series comprises a handful of minor fixes that result from
continued testing and updated guidance from the vendor.

Jeff LaBundy (5):
  Input: iqs269a - drop unused device node references
  Input: iqs269a - increase interrupt handler return delay
  Input: iqs269a - configure device with a single block write
  Input: iqs269a - do not poll during suspend or resume
  Input: iqs269a - do not poll during ATI

 drivers/input/misc/iqs269a.c | 327 ++++++++++++++---------------------
 1 file changed, 128 insertions(+), 199 deletions(-)

Comments

Dmitry Torokhov Jan. 11, 2023, 1:18 a.m. UTC | #1
On Tue, Jan 03, 2023 at 11:56:30AM -0600, Jeff LaBundy wrote:
> This series comprises a handful of minor fixes that result from
> continued testing and updated guidance from the vendor.
> 
> Jeff LaBundy (5):
>   Input: iqs269a - drop unused device node references
>   Input: iqs269a - increase interrupt handler return delay
>   Input: iqs269a - configure device with a single block write
>   Input: iqs269a - do not poll during suspend or resume
>   Input: iqs269a - do not poll during ATI
> 
>  drivers/input/misc/iqs269a.c | 327 ++++++++++++++---------------------
>  1 file changed, 128 insertions(+), 199 deletions(-)

Applied the lot, thank you.