From: "Ivan T. Ivanov" <iivanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
To: Srinivas Pandruvada
<srinivas.pandruvada-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
Cc: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>,
Hartmut Knaack <knaack.h-Mmb7MZpHnFY@public.gmane.org>,
Peter Meerwald <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>,
Sachin Kamat
<sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>,
linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v2] iio: inkern: Add of_xlate function to struct iio_info
Date: Mon, 03 Nov 2014 12:50:44 +0200 [thread overview]
Message-ID: <1415011844.407.14.camel@mm-sol.com> (raw)
In-Reply-To: <1415010975.3828.21.camel@spandruv-hsb-test>
On Mon, 2014-11-03 at 02:36 -0800, Srinivas Pandruvada wrote:
> On Mon, 2014-11-03 at 12:07 +0200, Ivan T. Ivanov wrote:
> > On Sat, 2014-10-25 at 11:04 +0100, Jonathan Cameron wrote:
> > > On 22/10/14 16:32, Lars-Peter Clausen wrote:
> > > > On 10/22/2014 05:29 PM, Ivan T. Ivanov wrote:
> > > > > When #iio-cells is greater than '0', the driver could provide
> > > > > a custom of_xlate function that reads the *args* and returns
> > > > > the appropriate index in registered IIO channels array.
> > > > >
> > > > > Add simple translation function, suitable for the most 1:1
> > > > > mapped channels in IIO chips, and use it when driver did not
> > > > > provide custom implementation.
> > > > >
> > > > > Signed-off-by: Ivan T. Ivanov <iivanov-NEYub+7Iv8PQT0dZR+AlfA@public.gmane.org>
> > > >
> > > > Reviewed-by: Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
> > > >
> > > Applied to the togreg branch of iio.git - initially pushed out as testing
> > > for the autobuilders to play with it.
> >
> > Thank you. Probably my git skills failed me, but I can not
> > find it in aforementioned branches. Is it publicly pushed?
> >
> check here
> https://www.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
> checkout branch: remotes/origin/testing
Thank you.
Ivan
WARNING: multiple messages have this Message-ID (diff)
From: "Ivan T. Ivanov" <iivanov@mm-sol.com>
To: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: Jonathan Cameron <jic23@kernel.org>,
Lars-Peter Clausen <lars@metafoo.de>,
Hartmut Knaack <knaack.h@gmx.de>,
Peter Meerwald <pmeerw@pmeerw.net>,
Sachin Kamat <sachin.kamat@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH v2] iio: inkern: Add of_xlate function to struct iio_info
Date: Mon, 03 Nov 2014 12:50:44 +0200 [thread overview]
Message-ID: <1415011844.407.14.camel@mm-sol.com> (raw)
In-Reply-To: <1415010975.3828.21.camel@spandruv-hsb-test>
On Mon, 2014-11-03 at 02:36 -0800, Srinivas Pandruvada wrote:
> On Mon, 2014-11-03 at 12:07 +0200, Ivan T. Ivanov wrote:
> > On Sat, 2014-10-25 at 11:04 +0100, Jonathan Cameron wrote:
> > > On 22/10/14 16:32, Lars-Peter Clausen wrote:
> > > > On 10/22/2014 05:29 PM, Ivan T. Ivanov wrote:
> > > > > When #iio-cells is greater than '0', the driver could provide
> > > > > a custom of_xlate function that reads the *args* and returns
> > > > > the appropriate index in registered IIO channels array.
> > > > >
> > > > > Add simple translation function, suitable for the most 1:1
> > > > > mapped channels in IIO chips, and use it when driver did not
> > > > > provide custom implementation.
> > > > >
> > > > > Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com>
> > > >
> > > > Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
> > > >
> > > Applied to the togreg branch of iio.git - initially pushed out as testing
> > > for the autobuilders to play with it.
> >
> > Thank you. Probably my git skills failed me, but I can not
> > find it in aforementioned branches. Is it publicly pushed?
> >
> check here
> https://www.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
> checkout branch: remotes/origin/testing
Thank you.
Ivan
next prev parent reply other threads:[~2014-11-03 10:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-22 15:29 [PATCH v2] iio: inkern: Add of_xlate function to struct iio_info Ivan T. Ivanov
2014-10-22 15:32 ` Lars-Peter Clausen
2014-10-25 10:04 ` Jonathan Cameron
[not found] ` <544B75B8.1010505-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2014-11-03 10:07 ` Ivan T. Ivanov
2014-11-03 10:07 ` Ivan T. Ivanov
2014-11-03 10:31 ` Lars-Peter Clausen
[not found] ` <5457598B.1050408-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
2014-11-03 10:51 ` Ivan T. Ivanov
2014-11-03 10:51 ` Ivan T. Ivanov
2014-11-03 10:36 ` Srinivas Pandruvada
2014-11-03 10:50 ` Ivan T. Ivanov [this message]
2014-11-03 10:50 ` Ivan T. Ivanov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1415011844.407.14.camel@mm-sol.com \
--to=iivanov-neyub+7iv8pqt0dzr+alfa@public.gmane.org \
--cc=jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=knaack.h-Mmb7MZpHnFY@public.gmane.org \
--cc=lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org \
--cc=linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org \
--cc=sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=srinivas.pandruvada-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.