[PATCH v2 0/3] staging:iio:ad2s1210: Rework read/write operation for fclkin and fexin

2018-03-13 Thread Rodrigo Siqueira
This patchset changes the way that frequency of clock input (fclkin) and the excitation frequency (fexcit) are exposed to the userspace. The original code uses the IIO_DEVICE_ATTR to export the configuration of fclkin and fexcit to the userspace which is not in agreement with the current ABI. This

[PATCH v2 0/3] staging:iio:ad2s1210: Rework read/write operation for fclkin and fexin

2018-03-13 Thread Rodrigo Siqueira
This patchset changes the way that frequency of clock input (fclkin) and the excitation frequency (fexcit) are exposed to the userspace. The original code uses the IIO_DEVICE_ATTR to export the configuration of fclkin and fexcit to the userspace which is not in agreement with the current ABI. This