This series adds support for light color temperature and chromaticity. v1->v2: *Rename the series. *Rename als_illum to als channel as it supports other channels. *Update patch description to include same reading for the two existing channels to use channel index to support more hub attributes. *Keep line length under 80chars in hid-sensor-als. *Add new channel type IIO_COLORTEMP. *Update patch description and its subject to add channel type for chromaticity. Basavaraj Natikar (9): iio: hid-sensor-als: Use channel index to support more hub attributes iio: Add channel type light color temperature iio: hid-sensor-als: Add light color temperature support HID: amd_sfh: Add support for light color temperature HID: amd_sfh: Add support for SFH1.1 light color temperature iio: Add channel type for chromaticity iio: hid-sensor-als: Add light chromaticity support HID: amd_sfh: Add light chromaticity support HID: amd_sfh: Add light chromaticity for SFH1.1 Documentation/ABI/testing/sysfs-bus-iio | 15 ++ .../hid_descriptor/amd_sfh_hid_desc.c | 7 + .../hid_descriptor/amd_sfh_hid_desc.h | 3 + .../hid_descriptor/amd_sfh_hid_report_desc.h | 21 +++ drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_desc.c | 9 ++ .../amd-sfh-hid/sfh1_1/amd_sfh_interface.h | 15 ++ drivers/iio/industrialio-core.c | 2 + drivers/iio/light/hid-sensor-als.c | 130 +++++++++++++++--- include/linux/hid-sensor-ids.h | 4 + include/uapi/linux/iio/types.h | 2 + tools/iio/iio_event_monitor.c | 3 + 11 files changed, 195 insertions(+), 16 deletions(-) -- 2.25.1