linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Charles Keepax <ckeepax@opensource.cirrus.com>
To: Rob Herring <robh@kernel.org>
Cc: "Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Bard Liao" <yung-chuan.liao@linux.intel.com>,
	"Xiubo Li" <Xiubo.Lee@gmail.com>,
	"Cezary Rojewski" <cezary.rojewski@intel.com>,
	"Takashi Iwai" <tiwai@suse.com>, "Kevin Lu" <kevin-lu@ti.com>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	"Srinivas Kandagatla" <srinivas.kandagatla@linaro.org>,
	"Sylwester Nawrocki" <s.nawrocki@samsung.com>,
	"Claudiu Beznea" <claudiu.beznea@tuxon.dev>,
	"Fabio Estevam" <festevam@gmail.com>,
	"Kai Vehmanen" <kai.vehmanen@linux.intel.com>,
	"Lars-Peter Clausen" <lars@metafoo.de>,
	"Ban Tao" <fengzheng923@gmail.com>,
	"Samuel Holland" <samuel@sholland.org>,
	"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
	"Shengjiu Wang" <shengjiu.wang@gmail.com>,
	"Pierre-Louis Bossart" <pierre-louis.bossart@linux.intel.com>,
	"Jernej Skrabec" <jernej.skrabec@gmail.com>,
	"Jonathan Hunter" <jonathanh@nvidia.com>,
	"Nicolas Frattaroli" <frattaroli.nicolas@gmail.com>,
	"Chen-Yu Tsai" <wens@csie.org>,
	"NXP Linux Team" <linux-imx@nxp.com>,
	"Olivier Moysan" <olivier.moysan@foss.st.com>,
	"Arnaud Pouliquen" <arnaud.pouliquen@foss.st.com>,
	"Baojun Xu" <baojun.xu@ti.com>,
	"Jaroslav Kysela" <perex@perex.cz>,
	"Banajit Goswami" <bgoswami@quicinc.com>,
	alsa-devel@alsa-project.org, "Ray Jui" <rjui@broadcom.com>,
	"Sascha Hauer" <s.hauer@pengutronix.de>,
	linuxppc-dev@lists.ozlabs.org,
	"Shenghao Ding" <shenghao-ding@ti.com>,
	"James Schulman" <james.schulman@cirrus.com>,
	"Nicolin Chen" <nicoleotsuka@gmail.com>,
	"Richard Fitzgerald" <rf@opensource.cirrus.com>,
	"Mark Brown" <broonie@kernel.org>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"Nuno Sá" <nuno.sa@analog.com>,
	"Peter Ujfalusi" <peter.ujfalusi@linux.intel.com>,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	"Oder Chiou" <oder_chiou@realtek.com>,
	"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
	"Support Opensource" <support.opensource@diasemi.com>,
	"Scott Branden" <sbranden@broadcom.com>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Nicolas Ferre" <nicolas.ferre@microchip.com>,
	linux-kernel@vger.kernel.org,
	"Kiseok Jo" <kiseok.jo@irondevice.com>,
	"Peter Ujfalusi" <peter.ujfalusi@gmail.com>,
	"Pengutronix Kernel Team" <kernel@pengutronix.de>,
	patches@opensource.cirrus.com,
	"Ranjani Sridharan" <r.anjani.sridharan@linux.intel.com>,
	"Kevin Cernekee" <cernekee@chromium.org>,
	"David Rhodes" <david.rhodes@cirrus.com>,
	"Peter Rosin" <peda@axentia.se>,
	"Jarkko Nikula" <jarkko.nikula@bitmer.com>
Subject: Re: [PATCH 2/5] ASoC: Drop unnecessary of_match_device() calls
Date: Wed, 4 Oct 2023 08:33:32 +0000	[thread overview]
Message-ID: <20231004083332.GQ103419@ediswmail.ad.cirrus.com> (raw)
In-Reply-To: <20231003-dt-asoc-header-cleanups-v1-2-308666806378@kernel.org>

On Tue, Oct 03, 2023 at 11:43:08AM -0500, Rob Herring wrote:
> If probe is reached, we've already matched the device and in the case of
> DT matching, the struct device_node pointer will be set. Therefore, there
> is no need to call of_match_device() in probe.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---

For the cirrus bits:

Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

  reply	other threads:[~2023-10-04  8:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-03 16:43 [PATCH 0/5] ASoC: DT matching and header cleanups Rob Herring
2023-10-03 16:43 ` [PATCH 1/5] ASoC: Explicitly include correct DT includes Rob Herring
2023-10-04  7:45   ` AngeloGioacchino Del Regno
2023-10-04  8:28   ` Charles Keepax
2023-10-03 16:43 ` [PATCH 2/5] ASoC: Drop unnecessary of_match_device() calls Rob Herring
2023-10-04  8:33   ` Charles Keepax [this message]
2023-10-03 16:43 ` [PATCH 3/5] ASoC: da7218: Use i2c_get_match_data() Rob Herring
2023-10-03 16:43 ` [PATCH 4/5] ASoC: qcom/lpass: Constify struct lpass_variant Rob Herring
2023-10-03 16:43 ` [PATCH 5/5] ASoC: Use device_get_match_data() Rob Herring

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=20231004083332.GQ103419@ediswmail.ad.cirrus.com \
    --to=ckeepax@opensource.cirrus.com \
    --cc=Xiubo.Lee@gmail.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=arnaud.pouliquen@foss.st.com \
    --cc=baojun.xu@ti.com \
    --cc=bgoswami@quicinc.com \
    --cc=broonie@kernel.org \
    --cc=cernekee@chromium.org \
    --cc=cezary.rojewski@intel.com \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=david.rhodes@cirrus.com \
    --cc=fengzheng923@gmail.com \
    --cc=festevam@gmail.com \
    --cc=frattaroli.nicolas@gmail.com \
    --cc=heiko@sntech.de \
    --cc=james.schulman@cirrus.com \
    --cc=jarkko.nikula@bitmer.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonathanh@nvidia.com \
    --cc=kai.vehmanen@linux.intel.com \
    --cc=kernel@pengutronix.de \
    --cc=kevin-lu@ti.com \
    --cc=kiseok.jo@irondevice.com \
    --cc=lars@metafoo.de \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=matthias.bgg@gmail.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=nicolas.ferre@microchip.com \
    --cc=nicoleotsuka@gmail.com \
    --cc=nuno.sa@analog.com \
    --cc=oder_chiou@realtek.com \
    --cc=olivier.moysan@foss.st.com \
    --cc=patches@opensource.cirrus.com \
    --cc=peda@axentia.se \
    --cc=perex@perex.cz \
    --cc=peter.ujfalusi@gmail.com \
    --cc=peter.ujfalusi@linux.intel.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=r.anjani.sridharan@linux.intel.com \
    --cc=rf@opensource.cirrus.com \
    --cc=rjui@broadcom.com \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=s.nawrocki@samsung.com \
    --cc=samuel@sholland.org \
    --cc=sbranden@broadcom.com \
    --cc=shawnguo@kernel.org \
    --cc=shenghao-ding@ti.com \
    --cc=shengjiu.wang@gmail.com \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=support.opensource@diasemi.com \
    --cc=thierry.reding@gmail.com \
    --cc=tiwai@suse.com \
    --cc=wens@csie.org \
    --cc=yung-chuan.liao@linux.intel.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).