linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] iio: Add ABI documentation for in_magn offset value
@ 2015-03-13 15:36 Darshana Padmadas
  2015-03-13 16:26 ` [Outreachy kernel] " Daniel Baluta
  0 siblings, 1 reply; 3+ messages in thread
From: Darshana Padmadas @ 2015-03-13 15:36 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: jic23, gregkh, linux-iio, Darshana Padmadas

This patch adds ABI documentation entries for in_magn_offset.
There is one user, hid-sensor-magn-3d in drivers/iio/magnetometer.

Signed-off-by: Darshana Padmadas <darshanapadmadas@gmail.com>
---
Changes in v2:
    - Removed attribute in_magn_raw as no driver in drivers/iio/magnetometer
      or staging/iio/magnetometer has info_mask_separate set to
      IIO_CHAN_INFO_RAW without any modifiers.
    - Changed subject and commit message accordingly.

 Documentation/ABI/testing/sysfs-bus-iio | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
index 9a70c31..4fd3976 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio
+++ b/Documentation/ABI/testing/sysfs-bus-iio
@@ -253,6 +253,7 @@ What:		/sys/bus/iio/devices/iio:deviceX/in_temp_offset
 What:		/sys/bus/iio/devices/iio:deviceX/in_pressureY_offset
 What:		/sys/bus/iio/devices/iio:deviceX/in_pressure_offset
 What:		/sys/bus/iio/devices/iio:deviceX/in_humidityrelative_offset
+What:		/sys/bus/iio/devices/iio:deviceX/in_magn_offset
 KernelVersion:	2.6.35
 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 in_magn offset value
  2015-03-13 15:36 [PATCH v2] iio: Add ABI documentation for in_magn offset value Darshana Padmadas
@ 2015-03-13 16:26 ` Daniel Baluta
  2015-03-14 14:21   ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Baluta @ 2015-03-13 16:26 UTC (permalink / raw)
  To: Darshana Padmadas
  Cc: outreachy-kernel, Jonathan Cameron, Greg Kroah-Hartman,
	linux-iio@vger.kernel.org

On Fri, Mar 13, 2015 at 5:36 PM, Darshana Padmadas
<darshanapadmadas@gmail.com> wrote:
> This patch adds ABI documentation entries for in_magn_offset.
> There is one user, hid-sensor-magn-3d in drivers/iio/magnetometer.
>
> Signed-off-by: Darshana Padmadas <darshanapadmadas@gmail.com>

Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>

> ---
> Changes in v2:
>     - Removed attribute in_magn_raw as no driver in drivers/iio/magnetometer
>       or staging/iio/magnetometer has info_mask_separate set to
>       IIO_CHAN_INFO_RAW without any modifiers.
>     - Changed subject and commit message accordingly.
>
>  Documentation/ABI/testing/sysfs-bus-iio | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
> index 9a70c31..4fd3976 100644
> --- a/Documentation/ABI/testing/sysfs-bus-iio
> +++ b/Documentation/ABI/testing/sysfs-bus-iio
> @@ -253,6 +253,7 @@ What:               /sys/bus/iio/devices/iio:deviceX/in_temp_offset
>  What:          /sys/bus/iio/devices/iio:deviceX/in_pressureY_offset
>  What:          /sys/bus/iio/devices/iio:deviceX/in_pressure_offset
>  What:          /sys/bus/iio/devices/iio:deviceX/in_humidityrelative_offset
> +What:          /sys/bus/iio/devices/iio:deviceX/in_magn_offset
>  KernelVersion: 2.6.35
>  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/1426261018-6025-1-git-send-email-darshanapadmadas%40gmail.com.
> 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 in_magn offset value
  2015-03-13 16:26 ` [Outreachy kernel] " Daniel Baluta
@ 2015-03-14 14:21   ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2015-03-14 14:21 UTC (permalink / raw)
  To: Daniel Baluta, Darshana Padmadas
  Cc: outreachy-kernel, Greg Kroah-Hartman, linux-iio@vger.kernel.org

On 13/03/15 16:26, Daniel Baluta wrote:
> On Fri, Mar 13, 2015 at 5:36 PM, Darshana Padmadas
> <darshanapadmadas@gmail.com> wrote:
>> This patch adds ABI documentation entries for in_magn_offset.
>> There is one user, hid-sensor-magn-3d in drivers/iio/magnetometer.
>>
>> Signed-off-by: Darshana Padmadas <darshanapadmadas@gmail.com>
> 
> Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Applied to the togreg branch of iio.git

Thanks,
> 
>> ---
>> Changes in v2:
>>     - Removed attribute in_magn_raw as no driver in drivers/iio/magnetometer
>>       or staging/iio/magnetometer has info_mask_separate set to
>>       IIO_CHAN_INFO_RAW without any modifiers.
>>     - Changed subject and commit message accordingly.
>>
>>  Documentation/ABI/testing/sysfs-bus-iio | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
>> index 9a70c31..4fd3976 100644
>> --- a/Documentation/ABI/testing/sysfs-bus-iio
>> +++ b/Documentation/ABI/testing/sysfs-bus-iio
>> @@ -253,6 +253,7 @@ What:               /sys/bus/iio/devices/iio:deviceX/in_temp_offset
>>  What:          /sys/bus/iio/devices/iio:deviceX/in_pressureY_offset
>>  What:          /sys/bus/iio/devices/iio:deviceX/in_pressure_offset
>>  What:          /sys/bus/iio/devices/iio:deviceX/in_humidityrelative_offset
>> +What:          /sys/bus/iio/devices/iio:deviceX/in_magn_offset
>>  KernelVersion: 2.6.35
>>  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/1426261018-6025-1-git-send-email-darshanapadmadas%40gmail.com.
>> 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:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13 15:36 [PATCH v2] iio: Add ABI documentation for in_magn offset value Darshana Padmadas
2015-03-13 16:26 ` [Outreachy kernel] " Daniel Baluta
2015-03-14 14:21   ` 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).