From: Charles Keepax <ckeepax@opensource.cirrus.com>
To: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"moderated list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER
MANAGEM..." <alsa-devel@alsa-project.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Rob Herring <robh+dt@kernel.org>, Mark Brown <broonie@kernel.org>,
patches@opensource.cirrus.com, Lee Jones <lee.jones@linaro.org>
Subject: Re: [PATCH 1/6] device property: Add new array helper
Date: Wed, 29 May 2019 10:48:14 +0100 [thread overview]
Message-ID: <20190529094814.GH28362@ediswmail.ad.cirrus.com> (raw)
In-Reply-To: <CAJZ5v0h28OAiT7KP=TLu069hNvYjCLoFndS+zx7_iE+jKfOF2w@mail.gmail.com>
On Tue, May 28, 2019 at 07:01:38PM +0200, Rafael J. Wysocki wrote:
> On Tue, May 28, 2019 at 5:43 PM Charles Keepax
> <ckeepax@opensource.cirrus.com> wrote:
> >
> > It is fairly common to want to read an integer array property
> > that is composed of an unknown number of fixed size integer
> > groups. For example, say each group consists of three values
> > which correspond to the settings for one input on the device
> > and the driver supports several chips with different numbers
> > of inputs.
> >
> > Add a new helper function to provide this functionality, it
> > differs for the existing helpers in that it allows reading a
> > smaller number of values than the full array size and checks
> > that the number of values read is a multiple of the group size.
>
> As a rule, you need also CC all of the device property framework
> changes to linux-acpi@vger.kernel.org, so please resend the series
> with that taken into account.
>
Sorry will resend with them included.
Thanks,
Charles
next prev parent reply other threads:[~2019-05-29 9:48 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-28 15:43 [PATCH 1/6] device property: Add new array helper Charles Keepax
2019-05-28 15:43 ` [PATCH v2 2/6] ASoC: madera: Add DT bindings for Cirrus Logic Madera codecs Charles Keepax
2019-05-28 15:43 ` [PATCH v2 3/6] ASoC: madera: Add common support " Charles Keepax
2019-06-05 10:17 ` Charles Keepax
2019-05-28 15:43 ` [PATCH v2 4/6] ASoC: cs47l35: Add codec driver for Cirrus Logic CS47L35 Charles Keepax
2019-05-28 15:43 ` [PATCH v2 5/6] ASoC: cs47l85: Add codec driver for Cirrus Logic CS47L85 Charles Keepax
2019-05-28 15:43 ` [PATCH v2 6/6] ASoC: cs47l90: Add codec driver for Cirrus Logic CS47L90 Charles Keepax
2019-05-28 17:01 ` [PATCH 1/6] device property: Add new array helper Rafael J. Wysocki
2019-05-29 9:48 ` Charles Keepax [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-05-29 10:19 Charles Keepax
2019-05-29 10:19 ` Charles Keepax
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=20190529094814.GH28362@ediswmail.ad.cirrus.com \
--to=ckeepax@opensource.cirrus.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=lee.jones@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=mark.rutland@arm.com \
--cc=patches@opensource.cirrus.com \
--cc=rafael@kernel.org \
--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.