Linux Input/HID development
 help / color / mirror / Atom feed
* [PATCH 0/3] Add new SFH interfaces
@ 2023-12-20  7:00 Basavaraj Natikar
  2023-12-20  7:00 ` [PATCH 1/3] HID: amd_sfh: rename float_to_int() to amd_sfh_float_to_int() Basavaraj Natikar
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Basavaraj Natikar @ 2023-12-20  7:00 UTC (permalink / raw)
  To: jikos, benjamin.tissoires, hdegoede, ilpo.jarvinen,
	mario.limonciello, Shyam-sundar.S-k, linux-input
  Cc: Basavaraj Natikar

This series adds new interfaces to export User presence information and
Ambient light to other drivers within the kernel.

Link: https://lore.kernel.org/all/ad064333-48a4-4cfa-9428-69e8a7c44667@redhat.com/

Basavaraj Natikar (3):
  HID: amd_sfh: rename float_to_int() to amd_sfh_float_to_int()
  HID: amd_sfh: Add a new interface for exporting HPD data
  HID: amd_sfh: Add a new interface for exporting ALS data

 drivers/hid/amd-sfh-hid/amd_sfh_common.h      |  6 ++
 drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_desc.c | 28 +++++----
 drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c | 20 +++++++
 .../amd-sfh-hid/sfh1_1/amd_sfh_interface.c    | 59 +++++++++++++++++++
 .../amd-sfh-hid/sfh1_1/amd_sfh_interface.h    |  2 +
 include/linux/amd-pmf-io.h                    | 50 ++++++++++++++++
 6 files changed, 152 insertions(+), 13 deletions(-)
 create mode 100644 include/linux/amd-pmf-io.h

-- 
2.25.1


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

end of thread, other threads:[~2024-01-04 14:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-20  7:00 [PATCH 0/3] Add new SFH interfaces Basavaraj Natikar
2023-12-20  7:00 ` [PATCH 1/3] HID: amd_sfh: rename float_to_int() to amd_sfh_float_to_int() Basavaraj Natikar
2023-12-20  7:00 ` [PATCH 2/3] HID: amd_sfh: Add a new interface for exporting HPD data Basavaraj Natikar
2023-12-20  7:00 ` [PATCH 3/3] HID: amd_sfh: Add a new interface for exporting ALS data Basavaraj Natikar
2024-01-02 10:23 ` [PATCH 0/3] Add new SFH interfaces Jiri Kosina
2024-01-04  8:29   ` Shyam Sundar S K
2024-01-04  9:21     ` Hans de Goede
2024-01-04 14:20       ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox