All of lore.kernel.org
 help / color / mirror / Atom feed
From: Basavaraj Natikar <Basavaraj.Natikar@amd.com>
To: Nehal Shah <nehal-bakulchandra.shah@amd.com>,
	Jiri Kosina <jikos@kernel.org>,
	Benjamin Tissoires <benjamin.tissoires@redhat.com>,
	"open list:AMD SENSOR FUSION HUB DRIVER" 
	<linux-input@vger.kernel.org>
Cc: Basavaraj Natikar <Basavaraj.Natikar@amd.com>
Subject: [PATCH 0/4] Fixes and updates to amd-sfh driver
Date: Thu, 23 Sep 2021 17:59:26 +0530	[thread overview]
Message-ID: <20210923122930.3873914-1-Basavaraj.Natikar@amd.com> (raw)

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


             reply	other threads:[~2021-09-23 12:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-23 12:29 Basavaraj Natikar [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210923122930.3873914-1-Basavaraj.Natikar@amd.com \
    --to=basavaraj.natikar@amd.com \
    --cc=benjamin.tissoires@redhat.com \
    --cc=jikos@kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=nehal-bakulchandra.shah@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.