mbox series

[v2,0/3] Add support of color temperature and chromaticity

Message ID 20231218203026.1156375-1-srinivas.pandruvada@linux.intel.com (mailing list archive)
Headers show
Series Add support of color temperature and chromaticity | expand

Message

srinivas pandruvada Dec. 18, 2023, 8:30 p.m. UTC
The original series submitted to 6.7 (before revert) is modified to
solve regression issues on several platforms. There is one change
introduced before adding support for new features to allow dynamic
addition of channels.

This series is for the kernel version 6.8+.

v2:
New change to add channels dynamically
Modified color temperature and chromaticity to skip in case
of failures

Basavaraj Natikar (2):
  iio: hid-sensor-als: Add light color temperature support
  iio: hid-sensor-als: Add light chromaticity support

Srinivas Pandruvada (1):
  iio: hid-sensor-als: Allocate channels dynamically

 drivers/iio/light/hid-sensor-als.c | 164 ++++++++++++++++++++++++-----
 include/linux/hid-sensor-ids.h     |   4 +
 2 files changed, 144 insertions(+), 24 deletions(-)