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 72953186295; Mon, 12 Aug 2024 16:05:47 +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=1723478747; cv=none; b=TWy3n1RZiRTT9GsFSNh0maPjfJ0cY25FlsxRLadh89qfAcvFjSJUkre0kGUJxKwMif+ZRw7smU9VW3J3+NO4O1hOEJu3dF1OAQEDmwUlxn3GDqkhIEhl2dndNrE332frL8TUUK73X8+pDKshKsBsJStv9UqSnrjdUCPiszsC8c0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723478747; c=relaxed/simple; bh=frzS/aHm5VA9TIrOS8VWHyLLQx6PC/h1Pbt6Q1VlcEQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tcXASHDQb6CpGntSEj/NmTH0vKqZ8qkZseSyWG4hR6Pdq5Wo3XAMVQD/SpgkxzrhpQ6maAFb3nX74f/dww/5T4yJsqMXRM5cafXhBgxTI40H5EA6XyYTI3CPYgBfPeF30/mIphNpO3NqxZy4j2hZGvRrxrJfEY8XHF0w+/Jft/8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fCt89cgk; 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="fCt89cgk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 211C3C4AF0D; Mon, 12 Aug 2024 16:05:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1723478747; bh=frzS/aHm5VA9TIrOS8VWHyLLQx6PC/h1Pbt6Q1VlcEQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fCt89cgkcUtxbLSoQ0CdTdSdiR1I6LG08Ri65kjhxXhaLmiDckoTreTX17Q8NWM3S DKFNgbRwQAvrJdPmzYzVXEFsmwNWBqpKpVNIKimbjl3HgXIpXHnmh2wHPJiT4EzMQj GbuNr8nLCZ1/hNBAGf39TDY6FutgGVbKUl78QX7JpvzUZb/ex8zQ6NZsIWm8Xo+Nck ywO4zkw9Gt65D6F1yT4fZ9x81FgCmkCr/VMMlu7Nf5LoccvEj3mRQlYBAnndXwWEOK hG1DgomQT5RU+3hXHIStbHkOhb0IfBu1cqKoFfrix5pm/w6uFGTpkwltxzvCLufKt4 O9xwbbtTG5Elg== Date: Mon, 12 Aug 2024 17:05:40 +0100 From: Conor Dooley To: Krzysztof Kozlowski Cc: Rob Herring , Greg Kroah-Hartman , Jiri Slaby , Krzysztof Kozlowski , Conor Dooley , Marcel Holtmann , Luiz Augusto von Dentz , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Matthias Brugger , AngeloGioacchino Del Regno , Linus Walleij , Johan Hovold , Liam Girdwood , Mark Brown , Daniel Kaehn , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-sound@vger.kernel.org Subject: Re: [PATCH 0/6] dt-bindings: add serial-peripheral-props.yaml Message-ID: <20240812-borax-coming-c1d36272eab4@spud> References: <20240811-dt-bindings-serial-peripheral-props-v1-0-1dba258b7492@linaro.org> Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="t2c4tmW/pTswK+f0" Content-Disposition: inline In-Reply-To: <20240811-dt-bindings-serial-peripheral-props-v1-0-1dba258b7492@linaro.org> --t2c4tmW/pTswK+f0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 11, 2024 at 08:17:03PM +0200, Krzysztof Kozlowski wrote: > Hi, >=20 > Add serial-peripheral-props.yaml for devices being connected over > serial/UART. >=20 > Maybe the schema should be rather called serial-common-props.yaml? Or > serial-device-common-props.yaml? >=20 > Dependencies/merging - Devicetree tree? > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Entire patchset should be taken via one tree, preferably Rob's > Devicetree because of context/hunk dependencies and dependency on > introduced serial-peripheral-props.yaml file. The whole idea seems reasonable to me, but I question whether it is worth tagging it if Rob's gonna be the one applying it. Reviewed-by: Conor Dooley --t2c4tmW/pTswK+f0 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZroy0wAKCRB4tDGHoIJi 0gZwAPsHEotRe8E8aoh94BQjbYy7hCdbThvD/gmgsp1hB7+4XwD+IRh/n/brLbFT vFkmgJw6itiKcyKJAzQ0mdJN5iux5QM= =1pSD -----END PGP SIGNATURE----- --t2c4tmW/pTswK+f0--