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 E4A912D0C8A; Tue, 15 Jul 2025 03:27:46 +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=1752550067; cv=none; b=AMN0F1JoA/r1r+6e66rJem1GkxKbpsWtYphoHSpmaz8FC5wTiQoT8XrcH0BN9QMRCWK2DepyEpo0iwbTQRvpcqZAIDn278eIZeNest3wbGNtzEh1BHlFLhcp/PCaFALBqkjW1ANLMNseqsp2bUtfqg66Hsg4d4ib4qw8OxEFlvI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752550067; c=relaxed/simple; bh=gpWphFRskOkWmdItx+4G3mN3kDgf9R0tX9A1e8ENaFg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=KCCDqCLCMMnB11fv+UeQOZM88lh5nOS4PVboEZj6qCHYg3L867dKBURyvs/bob2ufJaCUkJWVqb7IA81WfWL1umfOmA4emnQ72nLNMzqaDjGDIxN9hAooWwPzgMxp+NQBvBse/0PNNAsJWk6zqKTGuJFyb3kKjVvszCfb2gcJ+o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DyLfxnd5; 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="DyLfxnd5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 500C6C4CEED; Tue, 15 Jul 2025 03:27:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752550066; bh=gpWphFRskOkWmdItx+4G3mN3kDgf9R0tX9A1e8ENaFg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DyLfxnd5aRaciO4FC7A6nzSpnvTNxV6wZA2RMxaAwtfuE1Ntib1ESDGDJwSdlVqyc eHrXcR1sLHyblGIookDCwiNieMh5i/Xduwi15enCWC54vXagJPAERTM5BPt17cIXgl Ql8qRkXu1FCiMkz7ugxUojXAYyuS5cKSdvxwz+UNKpforJhYqeRWcd8g2PNhtkzsic 5lElPzgBsP6bBg6ikVDHcUhuSvo89ESVaV47ntmXQmapC90ztACHlX03245IIGDTY6 2vnAOQ6md0rAtLoo2Y29rzAm9bsAcpoSv8+LA+PYYqhBevhVTh7zYHIkdOrA/0YVhP 7znnUnyBiRHTg== Date: Mon, 14 Jul 2025 22:27:45 -0500 From: "Rob Herring (Arm)" To: Luca Weiss Cc: Conor Dooley , Joerg Roedel , Will Deacon , Bjorn Andersson , linux-pm@vger.kernel.org, Amit Kucheria , Das Srinagesh , Thomas Gleixner , ~postmarketos/upstreaming@lists.sr.ht, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Vinod Koul , Viresh Kumar , "David S. Miller" , Zhang Rui , Herbert Xu , Manivannan Sadhasivam , Thara Gopinath , linux-crypto@vger.kernel.org, Ulf Hansson , Jassi Brar , Robert Marko , Robin Murphy , Konrad Dybcio , linux-arm-msm@vger.kernel.org, Lukasz Luba , phone-devel@vger.kernel.org, linux-mmc@vger.kernel.org, dmaengine@vger.kernel.org, Krzysztof Kozlowski , iommu@lists.linux.dev, Daniel Lezcano , linux-arm-kernel@lists.infradead.org, "Rafael J. Wysocki" Subject: Re: [PATCH v2 03/15] dt-bindings: crypto: qcom,prng: document Milos Message-ID: <175255006480.4168742.250321076167127659.robh@kernel.org> References: <20250713-sm7635-fp6-initial-v2-0-e8f9a789505b@fairphone.com> <20250713-sm7635-fp6-initial-v2-3-e8f9a789505b@fairphone.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <20250713-sm7635-fp6-initial-v2-3-e8f9a789505b@fairphone.com> On Sun, 13 Jul 2025 10:05:25 +0200, Luca Weiss wrote: > Document Milos SoC compatible for the True Random Number Generator. > > Signed-off-by: Luca Weiss > --- > Documentation/devicetree/bindings/crypto/qcom,prng.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm)