mbox series

[v2,0/2] few bug fix for vf610 gpio driver

Message ID 20231017104237.1966094-1-haibo.chen@nxp.com
Headers show
Series few bug fix for vf610 gpio driver | expand

Message

Bough Chen Oct. 17, 2023, 10:42 a.m. UTC
From: Haibo Chen <haibo.chen@nxp.com>

Change for V2:
  add the fix tag for each patch.

Haibo Chen (2):
  gpio: vf610: mask the gpio irq in system suspend and support wakeup
  gpio: vf610: config the data value before the direction setting to
    avoid glitch

 drivers/gpio/gpio-vf610.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Bartosz Golaszewski Oct. 18, 2023, 9:03 a.m. UTC | #1
On Tue, Oct 17, 2023 at 12:37 PM <haibo.chen@nxp.com> wrote:
>
> From: Haibo Chen <haibo.chen@nxp.com>
>
> Change for V2:
>   add the fix tag for each patch.
>
> Haibo Chen (2):
>   gpio: vf610: mask the gpio irq in system suspend and support wakeup
>   gpio: vf610: config the data value before the direction setting to
>     avoid glitch
>
>  drivers/gpio/gpio-vf610.c | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
>
> --
> 2.34.1
>

Applied, thanks!

Bart