Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efd1bb99 authored by Package Warehouse Build User's avatar Package Warehouse Build User Committed by Gerrit - the friendly Code Review server
Browse files

Merge "thermal: adc_tm: Update support for non-thermal ADC_TM clients" into msm-4.14

parents 9cd5740f 7641103d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -332,6 +332,10 @@ int32_t adc_tm_absolute_rthr(const struct adc_tm_data *data,
void notify_adc_tm_fn(struct work_struct *work);

struct adc_tm_chip *get_adc_tm(struct device *dev, const char *name);
int32_t adc_tm5_channel_measure(struct adc_tm_chip *chip,
					struct adc_tm_param *param);
int32_t adc_tm5_disable_chan_meas(struct adc_tm_chip *chip,
					struct adc_tm_param *param);

int adc_tm_is_valid(struct adc_tm_chip *chip);