All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fixes and updates to amd-sfh driver
@ 2021-09-23 12:29 Basavaraj Natikar
  2021-09-23 12:29 ` [PATCH 1/4] amd_sfh: Fix potential NULL pointer dereference Basavaraj Natikar
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Basavaraj Natikar @ 2021-09-23 12:29 UTC (permalink / raw)
  To: Nehal Shah, Jiri Kosina, Benjamin Tissoires,
	open list:AMD SENSOR FUSION HUB DRIVER
  Cc: Basavaraj Natikar

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(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-27  7:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-23 12:29 [PATCH 0/4] Fixes and updates to amd-sfh driver Basavaraj Natikar
2021-09-23 12:29 ` [PATCH 1/4] amd_sfh: Fix potential NULL pointer dereference Basavaraj Natikar
2021-09-23 12:29 ` [PATCH 2/4] amd_sfh: Use dma_set_mask_and_coherent() Basavaraj Natikar
2021-09-23 12:29 ` [PATCH 3/4] amd_sfh: switch from 'pci_' to 'dev_' API Basavaraj Natikar
2021-09-23 12:29 ` [PATCH 4/4] amd_sfh: Update Copyright details Basavaraj Natikar
2021-09-27  7:46 ` [PATCH 0/4] Fixes and updates to amd-sfh driver Jiri Kosina
2021-09-27  7:56   ` Basavaraj Natikar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.