public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iio: Documentation change for inkern interface.
@ 2012-09-08 19:42 anish kumar
  2012-09-13 20:12 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: anish kumar @ 2012-09-08 19:42 UTC (permalink / raw)
  To: jic23; +Cc: linux-kernel, linux-iio, anish kumar

From: anish kumar <anish198519851985@gmail.com>

This commit- 314be14bb renamed the _st_ functions to loose the bit
that was meant for staging version but forgot to change
the documentation which still have _st_ sprinkled in some of the
places.

Signed-off-by: anish kumar <anish198519851985@gmail.com>
---
 drivers/staging/iio/Documentation/inkernel.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/iio/Documentation/inkernel.txt b/drivers/staging/iio/Documentation/inkernel.txt
index a05823e..ab52840 100644
--- a/drivers/staging/iio/Documentation/inkernel.txt
+++ b/drivers/staging/iio/Documentation/inkernel.txt
@@ -48,11 +48,11 @@ There are then a number of functions that can be used to get information
 about this channel such as it's current reading.
 
 e.g.
-iio_st_read_channel_raw() - get a reading
-iio_st_read_channel_type() - get the type of channel
+iio_read_channel_raw() - get a reading
+iio_get_channel_type() - get the type of channel
 
 There is also provision for retrieving all of the channels associated
 with a given consumer.  This is useful for generic drivers such as
 iio_hwmon where the number and naming of channels is not known by the
-consumer driver.  To do this, use iio_st_channel_get_all.
+consumer driver.  To do this, use iio_channel_get_all.
 
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] iio: Documentation change for inkern interface.
  2012-09-08 19:42 [PATCH] iio: Documentation change for inkern interface anish kumar
@ 2012-09-13 20:12 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2012-09-13 20:12 UTC (permalink / raw)
  To: anish kumar; +Cc: jic23, linux-kernel, linux-iio

On 09/08/2012 08:42 PM, anish kumar wrote:
> From: anish kumar <anish198519851985@gmail.com>
> 
> This commit- 314be14bb renamed the _st_ functions to loose the bit
> that was meant for staging version but forgot to change
> the documentation which still have _st_ sprinkled in some of the
> places.
> 
> Signed-off-by: anish kumar <anish198519851985@gmail.com>
merge to togreg branch of

git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git

> ---
>  drivers/staging/iio/Documentation/inkernel.txt |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/staging/iio/Documentation/inkernel.txt b/drivers/staging/iio/Documentation/inkernel.txt
> index a05823e..ab52840 100644
> --- a/drivers/staging/iio/Documentation/inkernel.txt
> +++ b/drivers/staging/iio/Documentation/inkernel.txt
> @@ -48,11 +48,11 @@ There are then a number of functions that can be used to get information
>  about this channel such as it's current reading.
>  
>  e.g.
> -iio_st_read_channel_raw() - get a reading
> -iio_st_read_channel_type() - get the type of channel
> +iio_read_channel_raw() - get a reading
> +iio_get_channel_type() - get the type of channel
>  
>  There is also provision for retrieving all of the channels associated
>  with a given consumer.  This is useful for generic drivers such as
>  iio_hwmon where the number and naming of channels is not known by the
> -consumer driver.  To do this, use iio_st_channel_get_all.
> +consumer driver.  To do this, use iio_channel_get_all.
>  
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-13 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-08 19:42 [PATCH] iio: Documentation change for inkern interface anish kumar
2012-09-13 20:12 ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox