* [PATCH v2] iio: Add ABI documentation for proximity scan_elements
@ 2015-03-12 15:52 Haneen Mohammed
2015-03-12 16:06 ` [Outreachy kernel] " Daniel Baluta
0 siblings, 1 reply; 3+ messages in thread
From: Haneen Mohammed @ 2015-03-12 15:52 UTC (permalink / raw)
To: outreachy-kernel; +Cc: linux-iio, jic23, gregkh, daniel.baluta
This patch adds ABI documentation entries for in_proximity_en,
in_proximity_type, and in_proximity_index in the scan_elements directory.
At least one user for these is present, the AS3935 Franklin lightning sensor.
Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com>
---
v2: Fix typos in commit subject/body.
Documentation/ABI/testing/sysfs-bus-iio | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
index 9a1a5fc..fd026d9 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio
+++ b/Documentation/ABI/testing/sysfs-bus-iio
@@ -999,6 +999,7 @@ What: /sys/.../iio:deviceX/scan_elements/in_incli_y_en
What: /sys/.../iio:deviceX/scan_elements/in_pressureY_en
What: /sys/.../iio:deviceX/scan_elements/in_pressure_en
What: /sys/.../iio:deviceX/scan_elements/in_rot_quaternion_en
+What: /sys/.../iio:deviceX/scan_elements/in_proximity_en
KernelVersion: 2.6.37
Contact: linux-iio@vger.kernel.org
Description:
@@ -1015,6 +1016,7 @@ What: /sys/.../iio:deviceX/scan_elements/in_timestamp_type
What: /sys/.../iio:deviceX/scan_elements/in_pressureY_type
What: /sys/.../iio:deviceX/scan_elements/in_pressure_type
What: /sys/.../iio:deviceX/scan_elements/in_rot_quaternion_type
+What: /sys/.../iio:deviceX/scan_elements/in_proximity_type
KernelVersion: 2.6.37
Contact: linux-iio@vger.kernel.org
Description:
@@ -1066,6 +1068,7 @@ What: /sys/.../iio:deviceX/scan_elements/in_timestamp_index
What: /sys/.../iio:deviceX/scan_elements/in_pressureY_index
What: /sys/.../iio:deviceX/scan_elements/in_pressure_index
What: /sys/.../iio:deviceX/scan_elements/in_rot_quaternion_index
+What: /sys/.../iio:deviceX/scan_elements/in_proximity_index
KernelVersion: 2.6.37
Contact: linux-iio@vger.kernel.org
Description:
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Outreachy kernel] [PATCH v2] iio: Add ABI documentation for proximity scan_elements
2015-03-12 15:52 [PATCH v2] iio: Add ABI documentation for proximity scan_elements Haneen Mohammed
@ 2015-03-12 16:06 ` Daniel Baluta
2015-03-14 14:25 ` Jonathan Cameron
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Baluta @ 2015-03-12 16:06 UTC (permalink / raw)
To: Haneen Mohammed
Cc: outreachy-kernel, linux-iio@vger.kernel.org, Jonathan Cameron,
Greg Kroah-Hartman, Daniel Baluta
On Thu, Mar 12, 2015 at 5:52 PM, Haneen Mohammed
<hamohammed.sa@gmail.com> wrote:
> This patch adds ABI documentation entries for in_proximity_en,
> in_proximity_type, and in_proximity_index in the scan_elements directory.
> At least one user for these is present, the AS3935 Franklin lightning sensor.
>
> Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com>
Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
> ---
> v2: Fix typos in commit subject/body.
>
> Documentation/ABI/testing/sysfs-bus-iio | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
> index 9a1a5fc..fd026d9 100644
> --- a/Documentation/ABI/testing/sysfs-bus-iio
> +++ b/Documentation/ABI/testing/sysfs-bus-iio
> @@ -999,6 +999,7 @@ What: /sys/.../iio:deviceX/scan_elements/in_incli_y_en
> What: /sys/.../iio:deviceX/scan_elements/in_pressureY_en
> What: /sys/.../iio:deviceX/scan_elements/in_pressure_en
> What: /sys/.../iio:deviceX/scan_elements/in_rot_quaternion_en
> +What: /sys/.../iio:deviceX/scan_elements/in_proximity_en
> KernelVersion: 2.6.37
> Contact: linux-iio@vger.kernel.org
> Description:
> @@ -1015,6 +1016,7 @@ What: /sys/.../iio:deviceX/scan_elements/in_timestamp_type
> What: /sys/.../iio:deviceX/scan_elements/in_pressureY_type
> What: /sys/.../iio:deviceX/scan_elements/in_pressure_type
> What: /sys/.../iio:deviceX/scan_elements/in_rot_quaternion_type
> +What: /sys/.../iio:deviceX/scan_elements/in_proximity_type
> KernelVersion: 2.6.37
> Contact: linux-iio@vger.kernel.org
> Description:
> @@ -1066,6 +1068,7 @@ What: /sys/.../iio:deviceX/scan_elements/in_timestamp_index
> What: /sys/.../iio:deviceX/scan_elements/in_pressureY_index
> What: /sys/.../iio:deviceX/scan_elements/in_pressure_index
> What: /sys/.../iio:deviceX/scan_elements/in_rot_quaternion_index
> +What: /sys/.../iio:deviceX/scan_elements/in_proximity_index
> KernelVersion: 2.6.37
> Contact: linux-iio@vger.kernel.org
> Description:
> --
> 1.9.1
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20150312155250.GA20385%40haneen-vb.
> For more options, visit https://groups.google.com/d/optout.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Outreachy kernel] [PATCH v2] iio: Add ABI documentation for proximity scan_elements
2015-03-12 16:06 ` [Outreachy kernel] " Daniel Baluta
@ 2015-03-14 14:25 ` Jonathan Cameron
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2015-03-14 14:25 UTC (permalink / raw)
To: Daniel Baluta, Haneen Mohammed
Cc: outreachy-kernel, linux-iio@vger.kernel.org, Greg Kroah-Hartman
On 12/03/15 16:06, Daniel Baluta wrote:
> On Thu, Mar 12, 2015 at 5:52 PM, Haneen Mohammed
> <hamohammed.sa@gmail.com> wrote:
>> This patch adds ABI documentation entries for in_proximity_en,
>> in_proximity_type, and in_proximity_index in the scan_elements directory.
>> At least one user for these is present, the AS3935 Franklin lightning sensor.
>>
>> Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com>
>
> Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Applied to the togreg branch of iio.git.
Thanks,
Jonathan
>
>> ---
>> v2: Fix typos in commit subject/body.
>>
>> Documentation/ABI/testing/sysfs-bus-iio | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
>> index 9a1a5fc..fd026d9 100644
>> --- a/Documentation/ABI/testing/sysfs-bus-iio
>> +++ b/Documentation/ABI/testing/sysfs-bus-iio
>> @@ -999,6 +999,7 @@ What: /sys/.../iio:deviceX/scan_elements/in_incli_y_en
>> What: /sys/.../iio:deviceX/scan_elements/in_pressureY_en
>> What: /sys/.../iio:deviceX/scan_elements/in_pressure_en
>> What: /sys/.../iio:deviceX/scan_elements/in_rot_quaternion_en
>> +What: /sys/.../iio:deviceX/scan_elements/in_proximity_en
>> KernelVersion: 2.6.37
>> Contact: linux-iio@vger.kernel.org
>> Description:
>> @@ -1015,6 +1016,7 @@ What: /sys/.../iio:deviceX/scan_elements/in_timestamp_type
>> What: /sys/.../iio:deviceX/scan_elements/in_pressureY_type
>> What: /sys/.../iio:deviceX/scan_elements/in_pressure_type
>> What: /sys/.../iio:deviceX/scan_elements/in_rot_quaternion_type
>> +What: /sys/.../iio:deviceX/scan_elements/in_proximity_type
>> KernelVersion: 2.6.37
>> Contact: linux-iio@vger.kernel.org
>> Description:
>> @@ -1066,6 +1068,7 @@ What: /sys/.../iio:deviceX/scan_elements/in_timestamp_index
>> What: /sys/.../iio:deviceX/scan_elements/in_pressureY_index
>> What: /sys/.../iio:deviceX/scan_elements/in_pressure_index
>> What: /sys/.../iio:deviceX/scan_elements/in_rot_quaternion_index
>> +What: /sys/.../iio:deviceX/scan_elements/in_proximity_index
>> KernelVersion: 2.6.37
>> Contact: linux-iio@vger.kernel.org
>> Description:
>> --
>> 1.9.1
>>
>> --
>> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
>> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
>> To post to this group, send email to outreachy-kernel@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20150312155250.GA20385%40haneen-vb.
>> For more options, visit https://groups.google.com/d/optout.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-14 14:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-12 15:52 [PATCH v2] iio: Add ABI documentation for proximity scan_elements Haneen Mohammed
2015-03-12 16:06 ` [Outreachy kernel] " Daniel Baluta
2015-03-14 14:25 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).