On 10/06/2016 04:42 PM, Eva Rachel Retuya wrote: > This driver predates the availability of IIO_CHAN_INFO_OVERSAMPLING_RATIO > attribute wherein usage has some advantages like it can be accessed by > in-kernel consumers as well as reduces the code size. > > Therefore, use IIO_CHAN_INFO_OVERSAMPLING_RATIO to implement the > oversampling_ratio attribute instead of using IIO_DEVICE_ATTR() macro. > > Move code from the functions associated with IIO_DEVICE_ATTR() into > the read_raw hook as well as add the write_raw hook with both masks set > to IIO_CHAN_INFO_OVERSAMPLING_RATIO. > > Signed-off-by: Eva Rachel Retuya <eraretuya@xxxxxxxxx> Looks good, thanks. Acked-by: Lars-Peter Clausen <lars@xxxxxxxxxx> I did some cleanup on this driver last week (not yet submitted), this was the last bit I hadn't gotten to yet that needs to be done before the driver can be moved out of staging. -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html