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@xxxxxxxxxx/ 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