From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6E1C41AC441; Tue, 10 Sep 2024 22:20:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726006809; cv=none; b=WGr+SDJ7nEAuDMb5/1rxGhU1HWwqszL/XcTfg2wVlTRJxfbcCjlfRQ64K8VASt2UofKhaoTeiDOwu+Q7IDmHMaJp7TD4dKvnfTIHkd2Lla5Ze5gyJI6FVqdH99d8MbrEtxOn44UlKJpaDg+LT5ki8FXN3EUrSo4VMYPC6ENJTJY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726006809; c=relaxed/simple; bh=48YI4pbgmYlCiPT43kBVwkkPa58PT2DK2GN26WL06Zs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=W5J6Fxxy6VkoR4QujUyqUBtynYNfaL/N5k3jFm5J3aS8/07jaA3LJo16JyJoFHAJgjGONwzV5OGJEkT1MV+VHPW2jneUy1/fBaCvqplPhmbiK8dADnl8QPvhb9orcCvlW+gFKIUjH+BV92+iMJS0+wLhD9SbGNlFK0+sfTC+/VU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bXvC/AMd; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bXvC/AMd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA255C4CEC3; Tue, 10 Sep 2024 22:20:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1726006808; bh=48YI4pbgmYlCiPT43kBVwkkPa58PT2DK2GN26WL06Zs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bXvC/AMdALgzeciEYcNb3c7MPlwl1Ldpk8m3EmiuiaLfyLLWLC4BnWS4SIe+MdZa6 6mZMlroCrRgIPDG8EyJyzVb39LE+5OAes1gED325p1M9hGm7e8hNTrWk1oAxCuxmy9 iEVZo/7+4ouPBj6jySGz6RzsogWcFaGmQrpjVQchYuIJoCEY5cSdDgGO/udItb1/3t MqPWOsC7+j7ZUEm8A9BmF0Es+nKRaVpzowcRgRqJMhsA0rYSK6BUJoTclK4mXQN8iV dPdtSGzTqhto6BkXQMoVkYE3eQs122rcEq6o1b5I1D5+KbbY3Ry5QIsFY3f/9nVqAJ /zH+eyi3rKtdA== Date: Tue, 10 Sep 2024 17:20:07 -0500 From: "Rob Herring (Arm)" To: Piotr Wojtaszczyk Cc: Stephen Boyd , Liam Girdwood , Li Zetao , linux-clk@vger.kernel.org, dmaengine@vger.kernel.org, Conor Dooley , Yangtao Li , alsa-devel@alsa-project.org, Andi Shyti , Mark Brown , Krzysztof Kozlowski , Jaroslav Kysela , Chancel Liu , Russell King , linux-sound@vger.kernel.org, Vladimir Zapolskiy , Corentin Labbe , Michael Turquette , Vignesh Raghavendra , "J.M.B. Downing" , Takashi Iwai , devicetree@vger.kernel.org, linux-mtd@lists.infradead.org, Michael Ellerman , linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Richard Weinberger , Arnd Bergmann , Vinod Koul , Miquel Raynal Subject: Re: [Patch v5 02/12] dt-bindings: dma: Add lpc32xx DMA mux binding Message-ID: <172600677256.860315.3249804427139743181.robh@kernel.org> References: <20240627150046.258795-1-piotr.wojtaszczyk@timesys.com> <20240627150046.258795-3-piotr.wojtaszczyk@timesys.com> Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240627150046.258795-3-piotr.wojtaszczyk@timesys.com> On Thu, 27 Jun 2024 17:00:20 +0200, Piotr Wojtaszczyk wrote: > LPC32XX SoCs use pl080 dma controller which have few request signals > multiplexed between peripherals. This binding describes how devices can > use the multiplexed request signals. > > Signed-off-by: Piotr Wojtaszczyk > --- > Changes for v5: > - Corrected property order > - Added maxItems to properties > - Fixed example > - Removed "N:: from the MAINTAINERS entry > - Added Piotr Wojtaszczyk to LPC32XX maintainers > > Changes for v4: > - This patch is new in v4 > > .../bindings/dma/nxp,lpc3220-dmamux.yaml | 49 +++++++++++++++++++ > MAINTAINERS | 9 ++++ > 2 files changed, 58 insertions(+) > create mode 100644 Documentation/devicetree/bindings/dma/nxp,lpc3220-dmamux.yaml > Applied, thanks!