From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:59344 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752289AbbDRLYL (ORCPT ); Sat, 18 Apr 2015 07:24:11 -0400 Message-ID: <55323ED9.8050103@kernel.org> Date: Sat, 18 Apr 2015 12:24:09 +0100 From: Jonathan Cameron MIME-Version: 1.0 To: Hartmut Knaack , Martin Fuzzey , linux-iio@vger.kernel.org Subject: Re: [PATCH 5/9] iio: doc: Describe scale attributes for event thresholds References: <20150219141553.27001.18825.stgit@localhost> <20150219141604.27001.24235.stgit@localhost> <54FDA09A.6060705@kernel.org> <5530396F.2050406@gmx.de> In-Reply-To: <5530396F.2050406@gmx.de> Content-Type: text/plain; charset=utf-8 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 16/04/15 23:36, Hartmut Knaack wrote: > Jonathan Cameron schrieb am 09.03.2015 um 14:31: >> On 19/02/15 14:16, Martin Fuzzey wrote: >>> Signed-off-by: Martin Fuzzey >> Applied to the togreg branch of iio.git. >> These have been in the effective ABI for a while even if >> we didn't have them documented so this patch stands >> fine on it's own. >> > Annoyingly, there is a new version scheme. Who likes to adjust > this one here? > I'm expressing my irritation at Linus by ignoring these, though will happily take other's patches for them ;) >> Jonathan >>> --- >>> Documentation/ABI/testing/sysfs-bus-iio | 18 ++++++++++++++++++ >>> 1 file changed, 18 insertions(+) >>> >>> diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio >>> index ab592dd..d15a61d 100644 >>> --- a/Documentation/ABI/testing/sysfs-bus-iio >>> +++ b/Documentation/ABI/testing/sysfs-bus-iio >>> @@ -613,6 +613,24 @@ Description: >>> value is in raw device units or in processed units (as _raw >>> and _input do on sysfs direct channel read attributes). >>> >>> +What: /sys/.../events/in_accel_scale >>> +What: /sys/.../events/in_accel_peak_scale >>> +What: /sys/.../events/in_anglvel_scale >>> +What: /sys/.../events/in_magn_scale >>> +What: /sys/.../events/in_rot_from_north_magnetic_scale >>> +What: /sys/.../events/in_rot_from_north_true_scale >>> +What: /sys/.../events/in_voltage_scale >>> +What: /sys/.../events/in_voltage_supply_scale >>> +What: /sys/.../events/in_temp_scale >>> +What: /sys/.../events/in_illuminance_scale >>> +What: /sys/.../events/in_proximity_scale >>> +KernelVersion: 3.21 >>> +Contact: linux-iio@vger.kernel.org >>> +Description: >>> + Specifies the conversion factor from the standard units >>> + to device specific units used to set the event trigger >>> + threshold. >>> + >>> What: /sys/.../events/in_accel_x_thresh_rising_hysteresis >>> What: /sys/.../events/in_accel_x_thresh_falling_hysteresis >>> What: /sys/.../events/in_accel_x_thresh_either_hysteresis >>> >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-iio" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> >