[PATCH] input:keyboard: add Cypress button driver for Intel Platform

2015-10-08 Thread Qipeng Zha
This driver is to support Cypress CY8CMBR3XXX family controller, which is used as button input for Intel platforms. Signed-off-by: Qipeng Zha <qipeng@intel.com> --- drivers/input/keyboard/Kconfig| 7 + drivers/input/keyboard/Makefile | 1 + drivers/input/ke

[PATCH] input:keyboard: add Cypress button driver for Intel Platform

2015-09-21 Thread Qipeng Zha
This driver is to support Cypress CY8CMBR3XXX family controller, which is used as button input for Intel platforms. Signed-off-by: Qipeng Zha <qipeng@intel.com> --- drivers/input/keyboard/Kconfig| 7 + drivers/input/keyboard/Makefile | 1 + drivers/input/ke

[PATCH] input:gpio-key: set IRQF_NO_SUSPEND for wake capable key

2015-09-17 Thread Qipeng Zha
When wakeup attribute is set, GPIO key is supposed to wake up the system from system sleep state, So set IRQF_NO_SUSPEND flag to keep IRQ enabled during suspend. Signed-off-by: Qi Zheng <qi.zh...@intel.com> Signed-off-by: Aubrey Li <aubrey...@intel.com> Signed-off-by: Qipeng