@@ -215,6 +215,22 @@ Contact: linux-iio@vger.kernel.org
Description:
This attribute indicates the number of overflows of count Y.
+What: /sys/bus/counter/devices/counterX/external_input_phase_clock_select
+KernelVersion: 6.2
+Contact: linux-iio@vger.kernel.org
+Description:
+ This attribute selects the external clock pin for phase
+ counting mode of counter X.
+
+What: /sys/bus/counter/devices/counterX/long_word_access_ctrl_mode
+KernelVersion: 6.2
+Contact: linux-iio@vger.kernel.org
+Description:
+ This attribute indicates the 16-bit or 32 bit-access of
+ counter X.
+
+What: /sys/bus/counter/devices/counterX/external_input_phase_clock_select
+What: /sys/bus/counter/devices/counterX/long_word_access_ctrl_mode
What: /sys/bus/counter/devices/counterX/countY/capture_component_id
What: /sys/bus/counter/devices/counterX/countY/ceiling_component_id
What: /sys/bus/counter/devices/counterX/countY/floor_component_id
This commit adds external_input_phase_clock_select and long_word_ access_ctrl_mode items to counter ABI file. (e.g. for Renesas MTU3 hardware used for phase counting). Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> --- v5->v6: * No change v5: * New patch --- Documentation/ABI/testing/sysfs-bus-counter | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)