From: Rob Herring <robh@kernel.org>
To: Richard Fitzgerald <rf@opensource.cirrus.com>
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
alsa-devel@alsa-project.org, patches@opensource.cirrus.com,
broonie@kernel.org, linux-kernel@vger.kernel.org,
robh+dt@kernel.org, linux-rpi-kernel@lists.infradead.org,
nsaenzjulienne@suse.de
Subject: Re: [PATCH v2 1/7] of: base: Add of_count_phandle_with_fixed_args()
Date: Mon, 26 Oct 2020 08:19:57 -0500 [thread overview]
Message-ID: <20201026131957.GA19011@bogus> (raw)
In-Reply-To: <20201016173541.21180-2-rf@opensource.cirrus.com>
On Fri, 16 Oct 2020 18:35:35 +0100, Richard Fitzgerald wrote:
> Add an equivalent of of_count_phandle_with_args() for fixed argument
> sets, to pair with of_parse_phandle_with_fixed_args().
>
> The existing of_count_phandle_with_args() is modified to be a
> private function that handles both cases and the public functions
> are trivial wrappers round that.
>
> Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
> ---
> drivers/of/base.c | 73 +++++++++++++++++++++++++++++++---------------
> include/linux/of.h | 9 ++++++
> 2 files changed, 59 insertions(+), 23 deletions(-)
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Richard Fitzgerald <rf@opensource.cirrus.com>
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
alsa-devel@alsa-project.org, patches@opensource.cirrus.com,
broonie@kernel.org, linux-kernel@vger.kernel.org,
robh+dt@kernel.org, linux-rpi-kernel@lists.infradead.org,
nsaenzjulienne@suse.de
Subject: Re: [PATCH v2 1/7] of: base: Add of_count_phandle_with_fixed_args()
Date: Mon, 26 Oct 2020 08:19:57 -0500 [thread overview]
Message-ID: <20201026131957.GA19011@bogus> (raw)
In-Reply-To: <20201016173541.21180-2-rf@opensource.cirrus.com>
On Fri, 16 Oct 2020 18:35:35 +0100, Richard Fitzgerald wrote:
> Add an equivalent of of_count_phandle_with_args() for fixed argument
> sets, to pair with of_parse_phandle_with_fixed_args().
>
> The existing of_count_phandle_with_args() is modified to be a
> private function that handles both cases and the public functions
> are trivial wrappers round that.
>
> Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
> ---
> drivers/of/base.c | 73 +++++++++++++++++++++++++++++++---------------
> include/linux/of.h | 9 ++++++
> 2 files changed, 59 insertions(+), 23 deletions(-)
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Richard Fitzgerald <rf@opensource.cirrus.com>
Cc: linux-rpi-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, robh+dt@kernel.org,
devicetree@vger.kernel.org, nsaenzjulienne@suse.de,
alsa-devel@alsa-project.org, broonie@kernel.org,
patches@opensource.cirrus.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/7] of: base: Add of_count_phandle_with_fixed_args()
Date: Mon, 26 Oct 2020 08:19:57 -0500 [thread overview]
Message-ID: <20201026131957.GA19011@bogus> (raw)
In-Reply-To: <20201016173541.21180-2-rf@opensource.cirrus.com>
On Fri, 16 Oct 2020 18:35:35 +0100, Richard Fitzgerald wrote:
> Add an equivalent of of_count_phandle_with_args() for fixed argument
> sets, to pair with of_parse_phandle_with_fixed_args().
>
> The existing of_count_phandle_with_args() is modified to be a
> private function that handles both cases and the public functions
> are trivial wrappers round that.
>
> Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
> ---
> drivers/of/base.c | 73 +++++++++++++++++++++++++++++++---------------
> include/linux/of.h | 9 ++++++
> 2 files changed, 59 insertions(+), 23 deletions(-)
>
Reviewed-by: Rob Herring <robh@kernel.org>
next prev parent reply other threads:[~2020-10-26 13:21 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-16 17:35 [PATCH v2 0/7] Add support for Rpi4b + Cirrus Lochnagar2 and CS47L15 Richard Fitzgerald
2020-10-16 17:35 ` Richard Fitzgerald
2020-10-16 17:35 ` Richard Fitzgerald
2020-10-16 17:35 ` [PATCH v2 1/7] of: base: Add of_count_phandle_with_fixed_args() Richard Fitzgerald
2020-10-16 17:35 ` Richard Fitzgerald
2020-10-16 17:35 ` Richard Fitzgerald
2020-10-26 13:19 ` Rob Herring [this message]
2020-10-26 13:19 ` Rob Herring
2020-10-26 13:19 ` Rob Herring
2020-10-16 17:35 ` [PATCH v2 2/7] ASoC: audio-graph-card: Add plls and sysclks DT bindings Richard Fitzgerald
2020-10-16 17:35 ` Richard Fitzgerald
2020-10-16 17:35 ` Richard Fitzgerald
2020-10-26 13:27 ` Rob Herring
2020-10-26 13:27 ` Rob Herring
2020-10-26 13:27 ` Rob Herring
2020-10-26 13:38 ` Mark Brown
2020-10-26 13:38 ` Mark Brown
2020-10-26 13:38 ` Mark Brown
2020-11-02 11:48 ` Richard Fitzgerald
2020-11-02 11:48 ` Richard Fitzgerald
2020-11-02 11:48 ` Richard Fitzgerald
2020-10-16 17:35 ` [PATCH v2 3/7] ASoC: audio-graph-card: Support setting component plls and sysclks Richard Fitzgerald
2020-10-16 17:35 ` Richard Fitzgerald
2020-10-16 17:35 ` Richard Fitzgerald
2020-10-16 17:35 ` [PATCH v2 4/7] ASoC: arizona: Allow codecs to be selected from kernel config Richard Fitzgerald
2020-10-16 17:35 ` Richard Fitzgerald
2020-10-16 17:35 ` Richard Fitzgerald
2020-10-16 17:35 ` [PATCH v2 5/7] ASoC: madera: " Richard Fitzgerald
2020-10-16 17:35 ` Richard Fitzgerald
2020-10-16 17:35 ` Richard Fitzgerald
2020-10-16 17:35 ` [PATCH v2 6/7] ARM: dts: Add dts for RPi4b + Cirrus Logic Lochnagar2 + CS47L15 Richard Fitzgerald
2020-10-16 17:35 ` Richard Fitzgerald
2020-10-16 17:35 ` Richard Fitzgerald
2020-10-16 17:35 ` [PATCH v2 7/7] MAINTAINERS: Add dts for Cirrus Logic Lochnagar on RPi4 Richard Fitzgerald
2020-10-16 17:35 ` Richard Fitzgerald
2020-10-16 17:35 ` Richard Fitzgerald
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=20201026131957.GA19011@bogus \
--to=robh@kernel.org \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rpi-kernel@lists.infradead.org \
--cc=nsaenzjulienne@suse.de \
--cc=patches@opensource.cirrus.com \
--cc=rf@opensource.cirrus.com \
--cc=robh+dt@kernel.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.