mbox series

[0/3] Add support for pm8941-pwrkey.c

Message ID 20220120204132.17875-1-quic_amelende@quicinc.com (mailing list archive)
Headers show
Series Add support for pm8941-pwrkey.c | expand

Message

Anjelique Melendez Jan. 20, 2022, 8:41 p.m. UTC
This change series includes support and fixes in pm8941-pwrkey.c.
Change details and description can be found in each patch. Thanks!

David Collins (3):
  input: misc: pm8941-pwrkey: simulate missed key press events
  input: misc: pm8941-pwrkey: add software key press debouncing support
  input: misc: pm8941-pwrkey: avoid potential null pointer dereference

 drivers/input/misc/pm8941-pwrkey.c | 130 ++++++++++++++++++++++++++---
 1 file changed, 120 insertions(+), 10 deletions(-)

Comments

Stephen Boyd Jan. 21, 2022, 3:51 a.m. UTC | #1
"Add support" in the subject sounds like it is new. Maybe "extend
pm8941-pwrkey driver" would be more appropriate.

Quoting Anjelique Melendez (2022-01-20 12:41:30)
> This change series includes support and fixes in pm8941-pwrkey.c.
> Change details and description can be found in each patch. Thanks!
>
> David Collins (3):
>   input: misc: pm8941-pwrkey: simulate missed key press events
>   input: misc: pm8941-pwrkey: add software key press debouncing support
>   input: misc: pm8941-pwrkey: avoid potential null pointer dereference
Anjelique Melendez Jan. 22, 2022, 12:04 a.m. UTC | #2
On 1/20/2022 7:51 PM, Stephen Boyd wrote:
> "Add support" in the subject sounds like it is new. Maybe "extend
> pm8941-pwrkey driver" would be more appropriate.

Will update subject in upcoming version.

> Quoting Anjelique Melendez (2022-01-20 12:41:30)
>> This change series includes support and fixes in pm8941-pwrkey.c.
>> Change details and description can be found in each patch. Thanks!
>>
>> David Collins (3):
>>   input: misc: pm8941-pwrkey: simulate missed key press events
>>   input: misc: pm8941-pwrkey: add software key press debouncing support
>>   input: misc: pm8941-pwrkey: avoid potential null pointer dereference