public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman•id.au>
To: LEROY Christophe <christophe.leroy2@cs-soprasteria•com>,
	Mark Brown <broonie@kernel•org>,
	Herve Codina <herve.codina@bootlin•com>,
	Arnd Bergmann <arnd@arndb•de>
Cc: "linux-arm-kernel@lists•infradead.org"
	<linux-arm-kernel@lists•infradead.org>,
	Rob Herring <robh@kernel•org>, Conor Dooley <conor+dt@kernel•org>,
	"linuxppc-dev@lists•ozlabs.org" <linuxppc-dev@lists•ozlabs.org>,
	"alsa-devel@alsa-project•org" <alsa-devel@alsa-project•org>,
	Xiubo Li <Xiubo.Lee@gmail•com>,
	Fabio Estevam <festevam@gmail•com>, Takashi Iwai <tiwai@suse•com>,
	Liam Girdwood <lgirdwood@gmail•com>,
	Christophe Leroy <christophe.leroy@csgroup•eu>,
	Jaroslav Kysela <perex@perex•cz>,
	Nicolin Chen <nicoleotsuka@gmail•com>,
	"devicetree@vger•kernel.org" <devicetree@vger•kernel.org>,
	"linux-sound@vger•kernel.org" <linux-sound@vger•kernel.org>,
	Thomas Petazzoni <thomas.petazzoni@bootlin•com>,
	Krzysztof Kozlowski <krzk+dt@kernel•org>,
	Shengjiu Wang <shengjiu.wang@gmail•com>,
	"linux-kernel@vger•kernel.org" <linux-kernel@vger•kernel.org>,
	Qiang Zhao <qiang.zhao@nxp•com>
Subject: Re: [PATCH v2 07/10] soc: fsl: cpm1: qmc: Introduce functions to get a channel from a phandle list
Date: Fri, 12 Jul 2024 22:27:11 +1000	[thread overview]
Message-ID: <87v81a4wyo.fsf@mail.lhotse> (raw)
In-Reply-To: <9423930f-8cb8-4b31-927f-a93b1006fb18@cs-soprasteria.com>

LEROY Christophe <christophe.leroy2@cs-soprasteria•com> writes:
> Le 04/07/2024 à 05:01, Michael Ellerman a écrit :
>> Mark Brown <broonie@kernel•org> writes:
>>> On Mon, Jul 01, 2024 at 01:30:34PM +0200, Herve Codina wrote:
>>>> qmc_chan_get_byphandle() and the resource managed version retrieve a
>>>> channel from a simple phandle.
>>>>
>>>> Extend the API and introduce qmc_chan_get_byphandles_index() and the
>>>> resource managed version in order to retrieve a channel from a phandle
>>>> list using the provided index to identify the phandle in the list.
>>>
>>> These two PowerPC patches seem trivial enough and have got no response,
>>> unless someone objects I'll go ahead and apply them.
>> 
>> Ack.
>> 
>> MAINTAINERS says:
>> 
>> FREESCALE QUICC ENGINE LIBRARY
>> M:      Qiang Zhao <qiang.zhao@nxp•com>
>> L:      linuxppc-dev@lists•ozlabs.org
>> S:      Maintained
>> F:      drivers/soc/fsl/qe/
>> F:      include/soc/fsl/qe/
>> 
>> But I see no email from that address since January 2021:
>> 
>>    https://lore.kernel.org/all/?q=f%3Aqiang.zhao%40nxp.com
>> 
>> And actually drivers/soc/fsl was marked orphan in April, maybe this
>> should be also.
>> 
>> Or does Herve want to take over maintaining it?
>
> We had some discussion about that in April, see 
> https://lore.kernel.org/linuxppc-dev/20240219153016.ntltc76bphwrv6hn@skbuf/T/#mf6d4a5eef79e8eae7ae0456a2794c01e630a6756
>
> Hervé has some of our hardware for a limited period of time because he 
> is doing some implementation for us, but he won't keep that hardware on 
> the long run.
>
> I will send a patch to take over maintaining drivers/soc/fsl/

Thanks.

cheers

  reply	other threads:[~2024-07-12 12:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-01 11:30 [PATCH v2 00/10] Add support for non-interleaved mode in qmc_audio Herve Codina
2024-07-01 11:30 ` [PATCH v2 01/10] ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value Herve Codina
2024-07-01 11:30 ` [PATCH v2 02/10] ASoC: fsl: fsl_qmc_audio: Fix issues detected by checkpatch Herve Codina
2024-07-01 11:30 ` [PATCH v2 03/10] ASoC: fsl: fsl_qmc_audio: Split channel buffer and PCM pointer handling Herve Codina
2024-07-01 11:30 ` [PATCH v2 04/10] ASoC: fsl: fsl_qmc_audio: Identify the QMC channel involved in completion routines Herve Codina
2024-07-01 11:30 ` [PATCH v2 05/10] ASoC: fsl: fsl_qmc_audio: Introduce qmc_audio_pcm_{read,write}_submit() Herve Codina
2024-07-01 11:30 ` [PATCH v2 06/10] ASoC: fsl: fsl_qmc_audio: Introduce qmc_dai_constraints_interleaved() Herve Codina
2024-07-01 11:30 ` [PATCH v2 07/10] soc: fsl: cpm1: qmc: Introduce functions to get a channel from a phandle list Herve Codina
2024-07-03 21:02   ` Mark Brown
2024-07-04  3:01     ` Michael Ellerman
2024-07-12  7:59       ` LEROY Christophe
2024-07-12 12:27         ` Michael Ellerman [this message]
2024-07-01 11:30 ` [PATCH v2 08/10] soc: fsl: cpm1: qmc: Introduce qmc_chan_count_phandles() Herve Codina
2024-07-01 11:30 ` [PATCH v2 09/10] dt-bindings: sound: fsl,qmc-audio: Add support for multiple QMC channels per DAI Herve Codina
2024-07-01 11:30 ` [PATCH v2 10/10] ASoC: fsl: fsl_qmc_audio: Add support for non-interleaved mode Herve Codina
2024-07-04 18:35 ` [PATCH v2 00/10] Add support for non-interleaved mode in qmc_audio Mark Brown

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=87v81a4wyo.fsf@mail.lhotse \
    --to=mpe@ellerman$(echo .)id.au \
    --cc=Xiubo.Lee@gmail$(echo .)com \
    --cc=alsa-devel@alsa-project$(echo .)org \
    --cc=arnd@arndb$(echo .)de \
    --cc=broonie@kernel$(echo .)org \
    --cc=christophe.leroy2@cs-soprasteria$(echo .)com \
    --cc=christophe.leroy@csgroup$(echo .)eu \
    --cc=conor+dt@kernel$(echo .)org \
    --cc=devicetree@vger$(echo .)kernel.org \
    --cc=festevam@gmail$(echo .)com \
    --cc=herve.codina@bootlin$(echo .)com \
    --cc=krzk+dt@kernel$(echo .)org \
    --cc=lgirdwood@gmail$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-sound@vger$(echo .)kernel.org \
    --cc=linuxppc-dev@lists$(echo .)ozlabs.org \
    --cc=nicoleotsuka@gmail$(echo .)com \
    --cc=perex@perex$(echo .)cz \
    --cc=qiang.zhao@nxp$(echo .)com \
    --cc=robh@kernel$(echo .)org \
    --cc=shengjiu.wang@gmail$(echo .)com \
    --cc=thomas.petazzoni@bootlin$(echo .)com \
    --cc=tiwai@suse$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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