Hi Dmitry, On Wed, Feb 05, 2025 at 08:45:13AM +0800, Peng Fan (OSS) wrote: >This is a pick-up of patch 2-5 from patchset [1] > >Since devm_pm_set_wake_irq is in 6.14, so resend the input parts. Do you have time to give a look on this patchset? Thanks, Peng > >[1] https://lore.kernel.org/all/CAJZ5v0jb=0c5m=FeA-W-aG30H4706Ay_xCHTsiC1S-7MuGxqTQ@xxxxxxxxxxxxxx/#r > >Signed-off-by: Peng Fan <peng.fan@xxxxxxx> >--- >Peng Fan (4): > input: keyboard: ep93xx_keypad: Use devm_pm_set_wake_irq > input: keyboard: omap4_keypad: Use devm_pm_set_wake_irq > input: misc: nxp-bbnsm-pwrkey: Use resource managed API to simplify code > input: touchscreen: ti_am335x_tsc: Use resource managed API to simplify code > > drivers/input/keyboard/ep93xx_keypad.c | 8 +----- > drivers/input/keyboard/omap4-keypad.c | 8 +----- > drivers/input/misc/nxp-bbnsm-pwrkey.c | 15 ++++------- > drivers/input/touchscreen/ti_am335x_tsc.c | 43 ++++++++++--------------------- > 4 files changed, 21 insertions(+), 53 deletions(-) >--- >base-commit: 40b8e93e17bff4a4e0cc129e04f9fdf5daa5397e >change-id: 20250205-input-cleanup-219afcebf38a > >Best regards, >-- >Peng Fan <peng.fan@xxxxxxx> > >