From 81e8f2bc82cd591a749c0cc5694f57676db749ae Mon Sep 17 00:00:00 2001 From: Hui Wang Date: Wed, 12 Oct 2011 21:11:16 -0700 Subject: [PATCH] Input: imx_keypad - add pm suspend and resume support The imx_keypad driver was indicating that it was wakeup capable in imx_keypad_probe(), but it didn't implement suspend or resume methods. According to the i.MX series MCU Reference Manual, the kpp (keypad port) is a major wake up source which can detect any key press even in low power mode and even when there is no clock. Signed-off-by: Hui Wang Reviewed-by: Wanlong Gao Signed-off-by: Dmitry Torokhov --- Reading git-format-patch failed