mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
d4551c189d
IIO Backend support =================== New approach from Nuno Sa to the problem of reuse of drivers with IIO devices that are actually the combination of a highspeed chip and an FPGA core handling the data capture and flows. It will hopefully also apply to some other split designs. The ad9467 and axi-adi drivers are converted over to this framework. New device support ================== adi,admfm2000 - New driver for this dual microwave down converter. ams,as73211 - Add support for as7331 UV sensor. richtek,rtq6056 - Add support for related parts RTQ6053 and RTQ6059 st,lsm6dsx - Add ASM330LHHXG1 accelerometer and gyro support (mainly IDs) ti,ads1298 - New driver for this medical ADC. Features ======== tests - Unit tests for the gain-time-scale helper library. bosch,bmi088 - I2C support. bosh,bmi160 - Add 10EC5280 ACPI ID. Used in a number of devices that won't get fixed. The ID is actually a PCI ID belonging to realtech. No response was received to earlier attempts to notify them of this. The manufacturers of some devices have replied to say they will not fix this incorrect ID. Add the ID and hope it isn't a problem. bosch,bmi323 - Add BOSC0200 ACPI ID. Note this is a duplicate of one in the bmc150 driver (it appears these parts share a windows driver). Both drivers perform an ID check that is safe on the other part before successfully probing. hid-sensors-als - Add color temperature and chromaticity support. Note this is a replacement for the series reverted in 6.8 that correctly handles all the potential channel combinations. honeywell,hsc030pa - Triggered buffer support (after driver cleanup). honeywell,mprls00025pa - Improved error handling. - New DT binding to allow use of part number triplet as provided in data sheet to specify equivalent of most of the binding more efficiently. - SPI support. memsic,mxc4005 - ACPI ID MDA6655 as seen in the Chuwi Minibook X 2023 ti,hdc3020 - Add threshold event support (after some driver cleanup) veml,vcnl4000 - Switch to high resolution proximity measurement. Cleanup ======= Various minor typo fixes and better use of defines etc. Treewide - Stop using ACPI_PTR(). The savings in space are small and not worth the complexity of __maybe_unused of ifdef guards. To avoid use in new IIO drivers based on copy and paste, clean it out. - cleanup.h based handling of iio_device_claim_direct_mode()/ iio_device_release_direct_mode() using scope_cond_guard(). In many drivers this is combined with other automated cleanup to give maximum simplifications. An initial set of drivers are converted over to this infrastructure. Tools - Use rewinddir() instead of seekdir() to return to start of file. core - Make iio_bus_type constant. adi,ad16475 - Use irq_get_trigger_type() instead of opencoding. adi,ad16480 - Use irq_get_trigger_type() instead of opencoding. adi,ad-sigma-delta - Avoid overwriting IRQ flags if provided by firmware. ams,as73211 - Use IIO_VAL_FRACTIONAL for scales to simplify the code and potentially improve accuracy. gts-library - Use a div64_u64() instead of a loop to do a division. honeywell,mprls00025pa - Clean up dt-binding doc. - Drop defaults when DT binding not providing values. Very unlikely these were useful given they were wrong for vast majority of supported devices. - Whitespace cleanup miramems,da280 - Use i2c_get_match_data() to replace hand rolled ACPI matching code. semtech,sx9324 - Avoid unnecessary copying of property strings. st,lsm6dsx - Improve docs, particularly wrt to making addition of new device support less noisy. st,lsm9ds0 - Use dev_err_probe() in all probe() error handling. - Improved header includes. - Tidy up termination of ID tables. ti,ads1014 - Correct upper bound on PGA (wrong value had no actual impact) ti,afe4403/4404 - devm_ useage to simplify error handling in probe() and allow() remove to be dropped. voltage-divider - Add dt-binding for io-channel-cells to allow such a device to be both an IIO consumer and IIO producer at the same time. -----BEGIN PGP SIGNATURE----- iQJFBAABCAAvFiEEbilms4eEBlKRJoGxVIU0mcT0FogFAmXXmXERHGppYzIzQGtl cm5lbC5vcmcACgkQVIU0mcT0Foj8Bg/+OZgU0FOEhUXidF58ulMBPTmWG4qBsCCK nB8MhimNn9XcoUDkZwns5ABgRKJvYVqK3VXaGj7HXRcpHzjOAHDCD1aS9EDdwHuo prH9Q5L7iVMhOjKcK3UwtzbUOAjrrmE4Oa74RH4oDLKV9ws6mb1VQfoOgpRNTsTK rA0A3B4W78U+UxLZPWIuYDUS/BgDfSfB024VFtUhMvo0B6G52u6hoDk04//hQuW8 IE0db4VxJLuRDYinBiTbtFtXWO8FNWd8r37MlQKx/llEKtjzI1ZttOK8DyQRudJ7 rLP3nO8svCcQ9oJn0YrnFL9y6PlW/ASUaXH47xBfAiCdKgHlQTf3kDyzwddCqQRD 3cqghbUbYp65Nm1o2TXYQio4zEInS/1ZMzpezb9K1+oiz/xGarjMCR+J4Za4cw76 5jCfnp8vBPDX7JdGwYgbK9nXkXAJ5ewdm7ad03t3oPwfAQPlXfAHIWDT8evNDVlc L94RSmKeMKL1BG3jOr7mJbqIwivf799pgudVJMuBfnlYR+gkBBVvFWhXrgvsJWhQ gKhqfEYCjtJ/t483zcJporvWBmmmf6gUvNOB4x6oA0j85GPGoDlTdfK54dkD+98k KP83Wd4LqDOM6V6PE+L7yTW05sOgT2qDHYrw/qAPoEogThSSCoqRm/kWwPBv3toL 0ykQId5/UBk= =xkgf -----END PGP SIGNATURE----- Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next Jonathan writes: IIO: 1st set of new device support, features and cleanup for 6.9 IIO Backend support =================== New approach from Nuno Sa to the problem of reuse of drivers with IIO devices that are actually the combination of a highspeed chip and an FPGA core handling the data capture and flows. It will hopefully also apply to some other split designs. The ad9467 and axi-adi drivers are converted over to this framework. New device support ================== adi,admfm2000 - New driver for this dual microwave down converter. ams,as73211 - Add support for as7331 UV sensor. richtek,rtq6056 - Add support for related parts RTQ6053 and RTQ6059 st,lsm6dsx - Add ASM330LHHXG1 accelerometer and gyro support (mainly IDs) ti,ads1298 - New driver for this medical ADC. Features ======== tests - Unit tests for the gain-time-scale helper library. bosch,bmi088 - I2C support. bosh,bmi160 - Add 10EC5280 ACPI ID. Used in a number of devices that won't get fixed. The ID is actually a PCI ID belonging to realtech. No response was received to earlier attempts to notify them of this. The manufacturers of some devices have replied to say they will not fix this incorrect ID. Add the ID and hope it isn't a problem. bosch,bmi323 - Add BOSC0200 ACPI ID. Note this is a duplicate of one in the bmc150 driver (it appears these parts share a windows driver). Both drivers perform an ID check that is safe on the other part before successfully probing. hid-sensors-als - Add color temperature and chromaticity support. Note this is a replacement for the series reverted in 6.8 that correctly handles all the potential channel combinations. honeywell,hsc030pa - Triggered buffer support (after driver cleanup). honeywell,mprls00025pa - Improved error handling. - New DT binding to allow use of part number triplet as provided in data sheet to specify equivalent of most of the binding more efficiently. - SPI support. memsic,mxc4005 - ACPI ID MDA6655 as seen in the Chuwi Minibook X 2023 ti,hdc3020 - Add threshold event support (after some driver cleanup) veml,vcnl4000 - Switch to high resolution proximity measurement. Cleanup ======= Various minor typo fixes and better use of defines etc. Treewide - Stop using ACPI_PTR(). The savings in space are small and not worth the complexity of __maybe_unused of ifdef guards. To avoid use in new IIO drivers based on copy and paste, clean it out. - cleanup.h based handling of iio_device_claim_direct_mode()/ iio_device_release_direct_mode() using scope_cond_guard(). In many drivers this is combined with other automated cleanup to give maximum simplifications. An initial set of drivers are converted over to this infrastructure. Tools - Use rewinddir() instead of seekdir() to return to start of file. core - Make iio_bus_type constant. adi,ad16475 - Use irq_get_trigger_type() instead of opencoding. adi,ad16480 - Use irq_get_trigger_type() instead of opencoding. adi,ad-sigma-delta - Avoid overwriting IRQ flags if provided by firmware. ams,as73211 - Use IIO_VAL_FRACTIONAL for scales to simplify the code and potentially improve accuracy. gts-library - Use a div64_u64() instead of a loop to do a division. honeywell,mprls00025pa - Clean up dt-binding doc. - Drop defaults when DT binding not providing values. Very unlikely these were useful given they were wrong for vast majority of supported devices. - Whitespace cleanup miramems,da280 - Use i2c_get_match_data() to replace hand rolled ACPI matching code. semtech,sx9324 - Avoid unnecessary copying of property strings. st,lsm6dsx - Improve docs, particularly wrt to making addition of new device support less noisy. st,lsm9ds0 - Use dev_err_probe() in all probe() error handling. - Improved header includes. - Tidy up termination of ID tables. ti,ads1014 - Correct upper bound on PGA (wrong value had no actual impact) ti,afe4403/4404 - devm_ useage to simplify error handling in probe() and allow() remove to be dropped. voltage-divider - Add dt-binding for io-channel-cells to allow such a device to be both an IIO consumer and IIO producer at the same time. * tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio: (106 commits) iio: imu: bmi323: Add ACPI Match Table iio: accel: bmc150: Document duplicate ACPI entries with bmi323 driver iio: adc: ti-ads1298: Add driver dt-bindings: iio: adc: ti-ads1298: Add bindings iio: pressure: hsc030pa add triggered buffer iio: pressure: hsc030pa add mandatory delay iio: pressure: hsc030pa: update datasheet URLs iio: pressure: hsc030pa: include cleanup iio: pressure: hsc030pa: use signed type to hold div_64() result dt-bindings: iio: pressure: honeywell,hsc030pa.yaml add spi props iio: st_sensors: lsm9ds0: Use common style for terminator in ID tables iio: st_sensors: lsm9ds0: Don't use "proxy" headers iio: st_sensors: lsm9ds0: Use dev_err_probe() everywhere iio: adc: adi-axi-adc: move to backend framework iio: adc: ad9467: convert to backend framework iio: add the IIO backend framework iio: buffer-dmaengine: export buffer alloc and free functions of: property: add device link support for io-backends dt-bindings: adc: axi-adc: update bindings for backend framework dt-bindings: adc: ad9467: add new io-backend property ...
478 lines
13 KiB
C
478 lines
13 KiB
C
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* HID Sensors Driver
|
|
* Copyright (c) 2012, Intel Corporation.
|
|
*/
|
|
#include <linux/device.h>
|
|
#include <linux/platform_device.h>
|
|
#include <linux/module.h>
|
|
#include <linux/mod_devicetable.h>
|
|
#include <linux/slab.h>
|
|
#include <linux/hid-sensor-hub.h>
|
|
#include <linux/iio/iio.h>
|
|
#include <linux/iio/buffer.h>
|
|
#include "../common/hid-sensors/hid-sensor-trigger.h"
|
|
|
|
enum {
|
|
CHANNEL_SCAN_INDEX_INTENSITY,
|
|
CHANNEL_SCAN_INDEX_ILLUM,
|
|
CHANNEL_SCAN_INDEX_COLOR_TEMP,
|
|
CHANNEL_SCAN_INDEX_CHROMATICITY_X,
|
|
CHANNEL_SCAN_INDEX_CHROMATICITY_Y,
|
|
CHANNEL_SCAN_INDEX_MAX
|
|
};
|
|
|
|
#define CHANNEL_SCAN_INDEX_TIMESTAMP CHANNEL_SCAN_INDEX_MAX
|
|
|
|
struct als_state {
|
|
struct hid_sensor_hub_callbacks callbacks;
|
|
struct hid_sensor_common common_attributes;
|
|
struct hid_sensor_hub_attribute_info als[CHANNEL_SCAN_INDEX_MAX];
|
|
struct iio_chan_spec channels[CHANNEL_SCAN_INDEX_MAX + 1];
|
|
struct {
|
|
u32 illum[CHANNEL_SCAN_INDEX_MAX];
|
|
u64 timestamp __aligned(8);
|
|
} scan;
|
|
int scale_pre_decml;
|
|
int scale_post_decml;
|
|
int scale_precision;
|
|
int value_offset;
|
|
int num_channels;
|
|
s64 timestamp;
|
|
unsigned long als_scan_mask[2];
|
|
};
|
|
|
|
/* The order of usage ids must match scan index starting from CHANNEL_SCAN_INDEX_INTENSITY */
|
|
static const u32 als_usage_ids[] = {
|
|
HID_USAGE_SENSOR_LIGHT_ILLUM,
|
|
HID_USAGE_SENSOR_LIGHT_ILLUM,
|
|
HID_USAGE_SENSOR_LIGHT_COLOR_TEMPERATURE,
|
|
HID_USAGE_SENSOR_LIGHT_CHROMATICITY_X,
|
|
HID_USAGE_SENSOR_LIGHT_CHROMATICITY_Y,
|
|
};
|
|
|
|
static const u32 als_sensitivity_addresses[] = {
|
|
HID_USAGE_SENSOR_DATA_LIGHT,
|
|
HID_USAGE_SENSOR_LIGHT_ILLUM,
|
|
};
|
|
|
|
/* Channel definitions */
|
|
static const struct iio_chan_spec als_channels[] = {
|
|
{
|
|
.type = IIO_INTENSITY,
|
|
.modified = 1,
|
|
.channel2 = IIO_MOD_LIGHT_BOTH,
|
|
.info_mask_separate = BIT(IIO_CHAN_INFO_RAW),
|
|
.info_mask_shared_by_type = BIT(IIO_CHAN_INFO_OFFSET) |
|
|
BIT(IIO_CHAN_INFO_SCALE) |
|
|
BIT(IIO_CHAN_INFO_SAMP_FREQ) |
|
|
BIT(IIO_CHAN_INFO_HYSTERESIS) |
|
|
BIT(IIO_CHAN_INFO_HYSTERESIS_RELATIVE),
|
|
.scan_index = CHANNEL_SCAN_INDEX_INTENSITY,
|
|
},
|
|
{
|
|
.type = IIO_LIGHT,
|
|
.info_mask_separate = BIT(IIO_CHAN_INFO_RAW),
|
|
.info_mask_shared_by_type = BIT(IIO_CHAN_INFO_OFFSET) |
|
|
BIT(IIO_CHAN_INFO_SCALE) |
|
|
BIT(IIO_CHAN_INFO_SAMP_FREQ) |
|
|
BIT(IIO_CHAN_INFO_HYSTERESIS) |
|
|
BIT(IIO_CHAN_INFO_HYSTERESIS_RELATIVE),
|
|
.scan_index = CHANNEL_SCAN_INDEX_ILLUM,
|
|
},
|
|
{
|
|
.type = IIO_COLORTEMP,
|
|
.info_mask_separate = BIT(IIO_CHAN_INFO_RAW),
|
|
.info_mask_shared_by_type = BIT(IIO_CHAN_INFO_OFFSET) |
|
|
BIT(IIO_CHAN_INFO_SCALE) |
|
|
BIT(IIO_CHAN_INFO_SAMP_FREQ) |
|
|
BIT(IIO_CHAN_INFO_HYSTERESIS) |
|
|
BIT(IIO_CHAN_INFO_HYSTERESIS_RELATIVE),
|
|
.scan_index = CHANNEL_SCAN_INDEX_COLOR_TEMP,
|
|
},
|
|
{
|
|
.type = IIO_CHROMATICITY,
|
|
.modified = 1,
|
|
.channel2 = IIO_MOD_X,
|
|
.info_mask_separate = BIT(IIO_CHAN_INFO_RAW),
|
|
.info_mask_shared_by_type = BIT(IIO_CHAN_INFO_OFFSET) |
|
|
BIT(IIO_CHAN_INFO_SCALE) |
|
|
BIT(IIO_CHAN_INFO_SAMP_FREQ) |
|
|
BIT(IIO_CHAN_INFO_HYSTERESIS) |
|
|
BIT(IIO_CHAN_INFO_HYSTERESIS_RELATIVE),
|
|
.scan_index = CHANNEL_SCAN_INDEX_CHROMATICITY_X,
|
|
},
|
|
{
|
|
.type = IIO_CHROMATICITY,
|
|
.modified = 1,
|
|
.channel2 = IIO_MOD_Y,
|
|
.info_mask_separate = BIT(IIO_CHAN_INFO_RAW),
|
|
.info_mask_shared_by_type = BIT(IIO_CHAN_INFO_OFFSET) |
|
|
BIT(IIO_CHAN_INFO_SCALE) |
|
|
BIT(IIO_CHAN_INFO_SAMP_FREQ) |
|
|
BIT(IIO_CHAN_INFO_HYSTERESIS) |
|
|
BIT(IIO_CHAN_INFO_HYSTERESIS_RELATIVE),
|
|
.scan_index = CHANNEL_SCAN_INDEX_CHROMATICITY_Y,
|
|
},
|
|
IIO_CHAN_SOFT_TIMESTAMP(CHANNEL_SCAN_INDEX_TIMESTAMP)
|
|
};
|
|
|
|
/* Adjust channel real bits based on report descriptor */
|
|
static void als_adjust_channel_bit_mask(struct iio_chan_spec *channels,
|
|
int channel, int size)
|
|
{
|
|
channels[channel].scan_type.sign = 's';
|
|
/* Real storage bits will change based on the report desc. */
|
|
channels[channel].scan_type.realbits = size * 8;
|
|
/* Maximum size of a sample to capture is u32 */
|
|
channels[channel].scan_type.storagebits = sizeof(u32) * 8;
|
|
}
|
|
|
|
/* Channel read_raw handler */
|
|
static int als_read_raw(struct iio_dev *indio_dev,
|
|
struct iio_chan_spec const *chan,
|
|
int *val, int *val2,
|
|
long mask)
|
|
{
|
|
struct als_state *als_state = iio_priv(indio_dev);
|
|
struct hid_sensor_hub_device *hsdev = als_state->common_attributes.hsdev;
|
|
int report_id = -1;
|
|
u32 address;
|
|
int ret_type;
|
|
s32 min;
|
|
|
|
*val = 0;
|
|
*val2 = 0;
|
|
switch (mask) {
|
|
case IIO_CHAN_INFO_RAW:
|
|
switch (chan->scan_index) {
|
|
case CHANNEL_SCAN_INDEX_INTENSITY:
|
|
case CHANNEL_SCAN_INDEX_ILLUM:
|
|
report_id = als_state->als[chan->scan_index].report_id;
|
|
min = als_state->als[chan->scan_index].logical_minimum;
|
|
address = HID_USAGE_SENSOR_LIGHT_ILLUM;
|
|
break;
|
|
case CHANNEL_SCAN_INDEX_COLOR_TEMP:
|
|
report_id = als_state->als[chan->scan_index].report_id;
|
|
min = als_state->als[chan->scan_index].logical_minimum;
|
|
address = HID_USAGE_SENSOR_LIGHT_COLOR_TEMPERATURE;
|
|
break;
|
|
case CHANNEL_SCAN_INDEX_CHROMATICITY_X:
|
|
report_id = als_state->als[chan->scan_index].report_id;
|
|
min = als_state->als[chan->scan_index].logical_minimum;
|
|
address = HID_USAGE_SENSOR_LIGHT_CHROMATICITY_X;
|
|
break;
|
|
case CHANNEL_SCAN_INDEX_CHROMATICITY_Y:
|
|
report_id = als_state->als[chan->scan_index].report_id;
|
|
min = als_state->als[chan->scan_index].logical_minimum;
|
|
address = HID_USAGE_SENSOR_LIGHT_CHROMATICITY_Y;
|
|
break;
|
|
default:
|
|
report_id = -1;
|
|
break;
|
|
}
|
|
if (report_id >= 0) {
|
|
hid_sensor_power_state(&als_state->common_attributes,
|
|
true);
|
|
*val = sensor_hub_input_attr_get_raw_value(
|
|
hsdev, hsdev->usage, address, report_id,
|
|
SENSOR_HUB_SYNC, min < 0);
|
|
hid_sensor_power_state(&als_state->common_attributes,
|
|
false);
|
|
} else {
|
|
*val = 0;
|
|
return -EINVAL;
|
|
}
|
|
ret_type = IIO_VAL_INT;
|
|
break;
|
|
case IIO_CHAN_INFO_SCALE:
|
|
*val = als_state->scale_pre_decml;
|
|
*val2 = als_state->scale_post_decml;
|
|
ret_type = als_state->scale_precision;
|
|
break;
|
|
case IIO_CHAN_INFO_OFFSET:
|
|
*val = als_state->value_offset;
|
|
ret_type = IIO_VAL_INT;
|
|
break;
|
|
case IIO_CHAN_INFO_SAMP_FREQ:
|
|
ret_type = hid_sensor_read_samp_freq_value(
|
|
&als_state->common_attributes, val, val2);
|
|
break;
|
|
case IIO_CHAN_INFO_HYSTERESIS:
|
|
ret_type = hid_sensor_read_raw_hyst_value(
|
|
&als_state->common_attributes, val, val2);
|
|
break;
|
|
case IIO_CHAN_INFO_HYSTERESIS_RELATIVE:
|
|
ret_type = hid_sensor_read_raw_hyst_rel_value(
|
|
&als_state->common_attributes, val, val2);
|
|
break;
|
|
default:
|
|
ret_type = -EINVAL;
|
|
break;
|
|
}
|
|
|
|
return ret_type;
|
|
}
|
|
|
|
/* Channel write_raw handler */
|
|
static int als_write_raw(struct iio_dev *indio_dev,
|
|
struct iio_chan_spec const *chan,
|
|
int val,
|
|
int val2,
|
|
long mask)
|
|
{
|
|
struct als_state *als_state = iio_priv(indio_dev);
|
|
int ret = 0;
|
|
|
|
switch (mask) {
|
|
case IIO_CHAN_INFO_SAMP_FREQ:
|
|
ret = hid_sensor_write_samp_freq_value(
|
|
&als_state->common_attributes, val, val2);
|
|
break;
|
|
case IIO_CHAN_INFO_HYSTERESIS:
|
|
ret = hid_sensor_write_raw_hyst_value(
|
|
&als_state->common_attributes, val, val2);
|
|
break;
|
|
case IIO_CHAN_INFO_HYSTERESIS_RELATIVE:
|
|
ret = hid_sensor_write_raw_hyst_rel_value(
|
|
&als_state->common_attributes, val, val2);
|
|
break;
|
|
default:
|
|
ret = -EINVAL;
|
|
}
|
|
|
|
return ret;
|
|
}
|
|
|
|
static const struct iio_info als_info = {
|
|
.read_raw = &als_read_raw,
|
|
.write_raw = &als_write_raw,
|
|
};
|
|
|
|
/* Callback handler to send event after all samples are received and captured */
|
|
static int als_proc_event(struct hid_sensor_hub_device *hsdev,
|
|
unsigned usage_id,
|
|
void *priv)
|
|
{
|
|
struct iio_dev *indio_dev = platform_get_drvdata(priv);
|
|
struct als_state *als_state = iio_priv(indio_dev);
|
|
|
|
dev_dbg(&indio_dev->dev, "als_proc_event\n");
|
|
if (atomic_read(&als_state->common_attributes.data_ready)) {
|
|
if (!als_state->timestamp)
|
|
als_state->timestamp = iio_get_time_ns(indio_dev);
|
|
|
|
iio_push_to_buffers_with_timestamp(indio_dev, &als_state->scan,
|
|
als_state->timestamp);
|
|
als_state->timestamp = 0;
|
|
}
|
|
|
|
return 0;
|
|
}
|
|
|
|
/* Capture samples in local storage */
|
|
static int als_capture_sample(struct hid_sensor_hub_device *hsdev,
|
|
unsigned usage_id,
|
|
size_t raw_len, char *raw_data,
|
|
void *priv)
|
|
{
|
|
struct iio_dev *indio_dev = platform_get_drvdata(priv);
|
|
struct als_state *als_state = iio_priv(indio_dev);
|
|
int ret = -EINVAL;
|
|
u32 sample_data = *(u32 *)raw_data;
|
|
|
|
switch (usage_id) {
|
|
case HID_USAGE_SENSOR_LIGHT_ILLUM:
|
|
als_state->scan.illum[CHANNEL_SCAN_INDEX_INTENSITY] = sample_data;
|
|
als_state->scan.illum[CHANNEL_SCAN_INDEX_ILLUM] = sample_data;
|
|
ret = 0;
|
|
break;
|
|
case HID_USAGE_SENSOR_LIGHT_COLOR_TEMPERATURE:
|
|
als_state->scan.illum[CHANNEL_SCAN_INDEX_COLOR_TEMP] = sample_data;
|
|
ret = 0;
|
|
break;
|
|
case HID_USAGE_SENSOR_LIGHT_CHROMATICITY_X:
|
|
als_state->scan.illum[CHANNEL_SCAN_INDEX_CHROMATICITY_X] = sample_data;
|
|
ret = 0;
|
|
break;
|
|
case HID_USAGE_SENSOR_LIGHT_CHROMATICITY_Y:
|
|
als_state->scan.illum[CHANNEL_SCAN_INDEX_CHROMATICITY_Y] = sample_data;
|
|
ret = 0;
|
|
break;
|
|
case HID_USAGE_SENSOR_TIME_TIMESTAMP:
|
|
als_state->timestamp = hid_sensor_convert_timestamp(&als_state->common_attributes,
|
|
*(s64 *)raw_data);
|
|
ret = 0;
|
|
break;
|
|
default:
|
|
break;
|
|
}
|
|
|
|
return ret;
|
|
}
|
|
|
|
/* Parse report which is specific to an usage id*/
|
|
static int als_parse_report(struct platform_device *pdev,
|
|
struct hid_sensor_hub_device *hsdev,
|
|
unsigned usage_id,
|
|
struct als_state *st)
|
|
{
|
|
struct iio_chan_spec *channels;
|
|
int ret, index = 0;
|
|
int i;
|
|
|
|
channels = st->channels;
|
|
|
|
for (i = 0; i < CHANNEL_SCAN_INDEX_MAX; ++i) {
|
|
ret = sensor_hub_input_get_attribute_info(hsdev,
|
|
HID_INPUT_REPORT,
|
|
usage_id,
|
|
als_usage_ids[i],
|
|
&st->als[i]);
|
|
if (ret < 0)
|
|
continue;
|
|
|
|
channels[index] = als_channels[i];
|
|
st->als_scan_mask[0] |= BIT(i);
|
|
als_adjust_channel_bit_mask(channels, index, st->als[i].size);
|
|
++index;
|
|
|
|
dev_dbg(&pdev->dev, "als %x:%x\n", st->als[i].index,
|
|
st->als[i].report_id);
|
|
}
|
|
|
|
st->num_channels = index;
|
|
/* Return success even if one usage id is present */
|
|
if (index)
|
|
ret = 0;
|
|
|
|
st->scale_precision = hid_sensor_format_scale(usage_id,
|
|
&st->als[CHANNEL_SCAN_INDEX_INTENSITY],
|
|
&st->scale_pre_decml, &st->scale_post_decml);
|
|
|
|
return ret;
|
|
}
|
|
|
|
/* Function to initialize the processing for usage id */
|
|
static int hid_als_probe(struct platform_device *pdev)
|
|
{
|
|
int ret = 0;
|
|
static const char *name = "als";
|
|
struct iio_dev *indio_dev;
|
|
struct als_state *als_state;
|
|
struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data;
|
|
|
|
indio_dev = devm_iio_device_alloc(&pdev->dev, sizeof(struct als_state));
|
|
if (!indio_dev)
|
|
return -ENOMEM;
|
|
platform_set_drvdata(pdev, indio_dev);
|
|
|
|
als_state = iio_priv(indio_dev);
|
|
als_state->common_attributes.hsdev = hsdev;
|
|
als_state->common_attributes.pdev = pdev;
|
|
|
|
ret = hid_sensor_parse_common_attributes(hsdev,
|
|
hsdev->usage,
|
|
&als_state->common_attributes,
|
|
als_sensitivity_addresses,
|
|
ARRAY_SIZE(als_sensitivity_addresses));
|
|
if (ret) {
|
|
dev_err(&pdev->dev, "failed to setup common attributes\n");
|
|
return ret;
|
|
}
|
|
|
|
ret = als_parse_report(pdev, hsdev,
|
|
hsdev->usage,
|
|
als_state);
|
|
if (ret) {
|
|
dev_err(&pdev->dev, "failed to setup attributes\n");
|
|
return ret;
|
|
}
|
|
|
|
/* Add timestamp channel */
|
|
als_state->channels[als_state->num_channels] = als_channels[CHANNEL_SCAN_INDEX_TIMESTAMP];
|
|
|
|
/* +1 for adding timestamp channel */
|
|
indio_dev->num_channels = als_state->num_channels + 1;
|
|
|
|
indio_dev->channels = als_state->channels;
|
|
indio_dev->available_scan_masks = als_state->als_scan_mask;
|
|
|
|
indio_dev->info = &als_info;
|
|
indio_dev->name = name;
|
|
indio_dev->modes = INDIO_DIRECT_MODE;
|
|
|
|
atomic_set(&als_state->common_attributes.data_ready, 0);
|
|
|
|
ret = hid_sensor_setup_trigger(indio_dev, name,
|
|
&als_state->common_attributes);
|
|
if (ret < 0) {
|
|
dev_err(&pdev->dev, "trigger setup failed\n");
|
|
return ret;
|
|
}
|
|
|
|
ret = iio_device_register(indio_dev);
|
|
if (ret) {
|
|
dev_err(&pdev->dev, "device register failed\n");
|
|
goto error_remove_trigger;
|
|
}
|
|
|
|
als_state->callbacks.send_event = als_proc_event;
|
|
als_state->callbacks.capture_sample = als_capture_sample;
|
|
als_state->callbacks.pdev = pdev;
|
|
ret = sensor_hub_register_callback(hsdev, hsdev->usage, &als_state->callbacks);
|
|
if (ret < 0) {
|
|
dev_err(&pdev->dev, "callback reg failed\n");
|
|
goto error_iio_unreg;
|
|
}
|
|
|
|
return ret;
|
|
|
|
error_iio_unreg:
|
|
iio_device_unregister(indio_dev);
|
|
error_remove_trigger:
|
|
hid_sensor_remove_trigger(indio_dev, &als_state->common_attributes);
|
|
return ret;
|
|
}
|
|
|
|
/* Function to deinitialize the processing for usage id */
|
|
static void hid_als_remove(struct platform_device *pdev)
|
|
{
|
|
struct hid_sensor_hub_device *hsdev = pdev->dev.platform_data;
|
|
struct iio_dev *indio_dev = platform_get_drvdata(pdev);
|
|
struct als_state *als_state = iio_priv(indio_dev);
|
|
|
|
sensor_hub_remove_callback(hsdev, hsdev->usage);
|
|
iio_device_unregister(indio_dev);
|
|
hid_sensor_remove_trigger(indio_dev, &als_state->common_attributes);
|
|
}
|
|
|
|
static const struct platform_device_id hid_als_ids[] = {
|
|
{
|
|
/* Format: HID-SENSOR-usage_id_in_hex_lowercase */
|
|
.name = "HID-SENSOR-200041",
|
|
},
|
|
{
|
|
/* Format: HID-SENSOR-custom_sensor_tag-usage_id_in_hex_lowercase */
|
|
.name = "HID-SENSOR-LISS-0041",
|
|
},
|
|
{ /* sentinel */ }
|
|
};
|
|
MODULE_DEVICE_TABLE(platform, hid_als_ids);
|
|
|
|
static struct platform_driver hid_als_platform_driver = {
|
|
.id_table = hid_als_ids,
|
|
.driver = {
|
|
.name = KBUILD_MODNAME,
|
|
.pm = &hid_sensor_pm_ops,
|
|
},
|
|
.probe = hid_als_probe,
|
|
.remove_new = hid_als_remove,
|
|
};
|
|
module_platform_driver(hid_als_platform_driver);
|
|
|
|
MODULE_DESCRIPTION("HID Sensor ALS");
|
|
MODULE_AUTHOR("Srinivas Pandruvada <srinivas.pandruvada@intel.com>");
|
|
MODULE_LICENSE("GPL");
|
|
MODULE_IMPORT_NS(IIO_HID);
|