Re: [PATCH v6] Add mtk matrix keypad driver for keypad on MTK SoC

2020-05-09 Thread Marco Felsch
Hi Yu, sorry if this is not your first name.. Something went wrong with you v6 since you are sending diffs to files that are not present in input-master/next. Regards, Marco On 20-05-09 10:04, Fengping Yu wrote: > Change since v5: > - remove unnecessary include files > - remove redundant comme

[PATCH v6] Add mtk matrix keypad driver for keypad on MTK SoC

2020-05-08 Thread Fengping Yu
Change since v5: - remove unnecessary include files - remove redundant comments and newlines - use local irqnr variable instead of member variable of mtk_keypad struct - use regmap to read and write registers - drop kpd_get_dts_info directly into probe function - use devm_add_action_or_reset to avo