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

Anjelique Melendez posted 3 patches 4 years, 5 months ago
drivers/input/misc/pm8941-pwrkey.c | 130 ++++++++++++++++++++++++++---
1 file changed, 120 insertions(+), 10 deletions(-)
[PATCH 0/3] Add support for pm8941-pwrkey.c
Posted by Anjelique Melendez 4 years, 5 months ago
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(-)

-- 
2.34.1

Re: [PATCH 0/3] Add support for pm8941-pwrkey.c
Posted by Stephen Boyd 4 years, 5 months ago
"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
Re: [PATCH 0/3] Add support for pm8941-pwrkey.c
Posted by Anjelique Melendez 4 years, 5 months ago

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