mbox series

[0/4] Fixes and updates to amd-sfh driver

Message ID 20210923122930.3873914-1-Basavaraj.Natikar@amd.com (mailing list archive)
Headers show
Series Fixes and updates to amd-sfh driver | expand

Message

Basavaraj Natikar Sept. 23, 2021, 12:29 p.m. UTC
Changes include fix to NULL pointer dereference, remove pci_ wrappers,
use dma_set_mask_and_coherent and copyright updates.

Basavaraj Natikar (4):
  amd_sfh: Fix potential NULL pointer dereference
  amd_sfh: Use dma_set_mask_and_coherent()
  amd_sfh: switch from 'pci_' to 'dev_' API
  amd_sfh: Update Copyright details

 drivers/hid/amd-sfh-hid/amd_sfh_client.c      |  3 +-
 drivers/hid/amd-sfh-hid/amd_sfh_hid.c         |  2 ++
 drivers/hid/amd-sfh-hid/amd_sfh_hid.h         |  2 ++
 drivers/hid/amd-sfh-hid/amd_sfh_pcie.c        | 33 +++++++++----------
 drivers/hid/amd-sfh-hid/amd_sfh_pcie.h        |  3 +-
 .../hid_descriptor/amd_sfh_hid_desc.c         |  3 +-
 .../hid_descriptor/amd_sfh_hid_desc.h         |  3 +-
 .../hid_descriptor/amd_sfh_hid_report_desc.h  |  3 +-
 8 files changed, 30 insertions(+), 22 deletions(-)

Comments

Jiri Kosina Sept. 27, 2021, 7:46 a.m. UTC | #1
On Thu, 23 Sep 2021, Basavaraj Natikar wrote:

> Changes include fix to NULL pointer dereference, remove pci_ wrappers,
> use dma_set_mask_and_coherent and copyright updates.
> 
> Basavaraj Natikar (4):
>   amd_sfh: Fix potential NULL pointer dereference
>   amd_sfh: Use dma_set_mask_and_coherent()

Thanks for the patches. My plan is to push the two above as 5.15 material 
(fixes), and queue the 2 below as 5.16 merge window material. Please 
holler if you disagree.

>   amd_sfh: switch from 'pci_' to 'dev_' API
>   amd_sfh: Update Copyright details
Basavaraj Natikar Sept. 27, 2021, 7:56 a.m. UTC | #2
On 9/27/2021 1:16 PM, Jiri Kosina wrote:
> [CAUTION: External Email]
>
> On Thu, 23 Sep 2021, Basavaraj Natikar wrote:
>
>> Changes include fix to NULL pointer dereference, remove pci_ wrappers,
>> use dma_set_mask_and_coherent and copyright updates.
>>
>> Basavaraj Natikar (4):
>>   amd_sfh: Fix potential NULL pointer dereference
>>   amd_sfh: Use dma_set_mask_and_coherent()
> Thanks for the patches. My plan is to push the two above as 5.15 material
> (fixes), and queue the 2 below as 5.16 merge window material. Please
> holler if you disagree.
>
>>   amd_sfh: switch from 'pci_' to 'dev_' API
>>   amd_sfh: Update Copyright details

Makes sense. Appreciate your help.

Thanks,
Basavaraj