linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Nuno Sá" <noname.nuno@gmail.com>
To: "Andy Shevchenko" <andy.shevchenko@gmail.com>,
	"Nuno Sá" <nuno.sa@analog.com>
Cc: linux-iio <linux-iio@vger.kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Tomer Maimon <tmaimon77@gmail.com>,
	Fabrice Gasnier <fabrice.gasnier@foss.st.com>,
	Lorenzo Bianconi <lorenzo@kernel.org>,
	Michael Hennerich <Michael.Hennerich@analog.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	Benson Leung <bleung@chromium.org>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Claudiu Beznea <claudiu.beznea@microchip.com>,
	Tali Perry <tali.perry1@gmail.com>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Nicolas Ferre <nicolas.ferre@microchip.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Jonathan Cameron <jic23@kernel.org>,
	Wan Jiabing <wanjiabing@vivo.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	Gwendal Grignou <gwendal@chromium.org>,
	Amit Kucheria <amitk@kernel.org>, Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Cai Huoqing <cai.huoqing@linux.dev>,
	Saravanan Sekar <sravanhome@gmail.com>,
	Avi Fishman <avifishman70@gmail.com>,
	Nancy Yuen <yuenn@google.com>,
	Guenter Roeck <groeck@chromium.org>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Eugen Hristev <eugen.hristev@microchip.com>,
	Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	Olivier Moysan <olivier.moysan@foss.st.com>,
	Patrick Venture <venture@google.com>,
	Haibo Chen <haibo.chen@nxp.com>,
	Fabio Estevam <festevam@gmail.com>,
	Benjamin Fair <benjaminfair@google.com>,
	Thara Gopinath <thara.gopinath@linaro.org>,
	Paul Cercueil <paul@crapouillou.net>,
	Shawn Guo <shawnguo@kernel.org>
Subject: Re: [RFC PATCH 5/6] iio: inkern: move to fwnode properties
Date: Fri, 03 Jun 2022 14:54:49 +0200	[thread overview]
Message-ID: <46d4d0062324846faf65c697dcb10e4e53305edf.camel@gmail.com> (raw)
In-Reply-To: <CAHp75Vc5DzQTd8hOydc5jn8BUGQFf=06Sad749387TYuHTTxew@mail.gmail.com>

On Fri, 2022-06-03 at 13:57 +0200, Andy Shevchenko wrote:
> On Thu, Jun 2, 2022 at 4:04 PM Nuno Sá <nuno.sa@analog.com> wrote:
> 
> ...
> 
> > +       parent = fwnode_get_parent(fwnode);
> > +       while (parent) {
> 
> > +               parent = fwnode_get_next_parent(parent);
> >         }
> 
> Forgot to mention:
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=87ffea09470d94c93dd6a5a22d4b2216b395d1ea
> 

I did looked for something like that but it's still not in the IIO
testing tree.

(still I actually followed that patchset but completely forgot about
the helper)

- Nuno Sá

  reply	other threads:[~2022-06-03 12:54 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220602140400.213449-1-nuno.sa@analog.com>
2022-06-02 14:26 ` [RFC PATCH 0/6] iio: inkern: make interface firmware agnostic Andy Shevchenko
2022-06-02 14:32 ` Andy Shevchenko
2022-06-03  7:02   ` Nuno Sá
     [not found] ` <20220602140400.213449-2-nuno.sa@analog.com>
2022-06-03 11:16   ` [RFC PATCH 1/6] iio: inkern: fix return value in devm_of_iio_channel_get_by_name() Andy Shevchenko
2022-06-03 12:36     ` Nuno Sá
2022-06-04 13:19       ` Jonathan Cameron
     [not found] ` <20220602140400.213449-4-nuno.sa@analog.com>
2022-06-03 11:29   ` [RFC PATCH 3/6] iio: treewide: explicitly add proper header files Andy Shevchenko
     [not found] ` <20220602140400.213449-5-nuno.sa@analog.com>
2022-06-03 11:37   ` [RFC PATCH 4/6] iio: inkern: split of_iio_channel_get_by_name() Andy Shevchenko
2022-06-03 12:40     ` Nuno Sá
     [not found] ` <20220602140400.213449-6-nuno.sa@analog.com>
2022-06-03 11:52   ` [RFC PATCH 5/6] iio: inkern: move to fwnode properties Andy Shevchenko
2022-06-03 12:52     ` Nuno Sá
2022-06-03 14:48       ` Andy Shevchenko
2022-06-03 11:57   ` Andy Shevchenko
2022-06-03 12:54     ` Nuno Sá [this message]
2022-06-03 14:34       ` Andy Shevchenko

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=46d4d0062324846faf65c697dcb10e4e53305edf.camel@gmail.com \
    --to=noname.nuno@gmail.com \
    --cc=Michael.Hennerich@analog.com \
    --cc=agross@kernel.org \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=amitk@kernel.org \
    --cc=andy.shevchenko@gmail.com \
    --cc=avifishman70@gmail.com \
    --cc=benjaminfair@google.com \
    --cc=bjorn.andersson@linaro.org \
    --cc=bleung@chromium.org \
    --cc=cai.huoqing@linux.dev \
    --cc=claudiu.beznea@microchip.com \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=eugen.hristev@microchip.com \
    --cc=fabrice.gasnier@foss.st.com \
    --cc=festevam@gmail.com \
    --cc=groeck@chromium.org \
    --cc=gwendal@chromium.org \
    --cc=haibo.chen@nxp.com \
    --cc=jic23@kernel.org \
    --cc=kernel@pengutronix.de \
    --cc=lars@metafoo.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=lorenzo@kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=nicolas.ferre@microchip.com \
    --cc=nuno.sa@analog.com \
    --cc=olivier.moysan@foss.st.com \
    --cc=paul@crapouillou.net \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=sravanhome@gmail.com \
    --cc=tali.perry1@gmail.com \
    --cc=thara.gopinath@linaro.org \
    --cc=tmaimon77@gmail.com \
    --cc=venture@google.com \
    --cc=wanjiabing@vivo.com \
    --cc=yuenn@google.com \
    /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 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).