Re: [PATCH v8] Add matrix keypad driver support for Mediatek SoCs

2020-05-15 Thread Andy Shevchenko
On Fri, May 15, 2020 at 02:20:04PM +0800, Fengping Yu wrote: > > Change since v7: > - specify compatible property as const string > - add maxItem in required property > - squash keypad example nodes > - sort header file with alphabetic order > - align all define values and add MTK_ prefix to make

[PATCH v8] Add matrix keypad driver support for Mediatek SoCs

2020-05-14 Thread Fengping Yu
Change since v7: - specify compatible property as const string - add maxItem in required property - squash keypad example nodes - sort header file with alphabetic order - align all define values and add MTK_ prefix to make more uniform - change debounce value to default 16ms if not specified in dt