mbox series

[v2,0/9] Miscellaneous fixes for Azoteq IQS7222A/B/C

Message ID 20220626072412.475211-1-jeff@labundy.com (mailing list archive)
Headers show
Series Miscellaneous fixes for Azoteq IQS7222A/B/C | expand

Message

Jeff LaBundy June 26, 2022, 7:24 a.m. UTC
This series comprises a handful of minor fixes that result from
continued testing and updated guidance from the vendor.

Jeff LaBundy (9):
  Input: iqs7222 - correct slider event disable logic
  Input: iqs7222 - fortify slider event reporting
  Input: iqs7222 - protect volatile registers
  Input: iqs7222 - acknowledge reset before writing registers
  Input: iqs7222 - handle reset during ATI
  Input: iqs7222 - remove support for RF filter
  dt-bindings: input: iqs7222: Remove support for RF filter
  dt-bindings: input: iqs7222: Correct bottom speed step size
  dt-bindings: input: iqs7222: Extend slider-mapped GPIO to IQS7222C

 .../bindings/input/azoteq,iqs7222.yaml        |  28 +--
 drivers/input/misc/iqs7222.c                  | 178 ++++++++++++------
 2 files changed, 130 insertions(+), 76 deletions(-)

Comments

Dmitry Torokhov June 27, 2022, 10:19 p.m. UTC | #1
On Sun, Jun 26, 2022 at 02:24:03AM -0500, Jeff LaBundy wrote:
> This series comprises a handful of minor fixes that result from
> continued testing and updated guidance from the vendor.
> 
> Jeff LaBundy (9):
>   Input: iqs7222 - correct slider event disable logic
>   Input: iqs7222 - fortify slider event reporting
>   Input: iqs7222 - protect volatile registers
>   Input: iqs7222 - acknowledge reset before writing registers
>   Input: iqs7222 - handle reset during ATI
>   Input: iqs7222 - remove support for RF filter
>   dt-bindings: input: iqs7222: Remove support for RF filter
>   dt-bindings: input: iqs7222: Correct bottom speed step size
>   dt-bindings: input: iqs7222: Extend slider-mapped GPIO to IQS7222C
> 
>  .../bindings/input/azoteq,iqs7222.yaml        |  28 +--
>  drivers/input/misc/iqs7222.c                  | 178 ++++++++++++------
>  2 files changed, 130 insertions(+), 76 deletions(-)

Applied the lot, thank you.