From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2A5E1C433EF for ; Fri, 10 Jun 2022 21:41:14 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4480A8440D; Fri, 10 Jun 2022 23:40:18 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="lMpqyg6x"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5C2808440D; Fri, 10 Jun 2022 23:40:16 +0200 (CEST) Received: from mail-qv1-xf31.google.com (mail-qv1-xf31.google.com [IPv6:2607:f8b0:4864:20::f31]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 9607C84443 for ; Fri, 10 Jun 2022 23:40:13 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf31.google.com with SMTP id cv1so466961qvb.5 for ; Fri, 10 Jun 2022 14:40:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=P9tPFr9zPIWXW5/ywGAOY72yBr8tor3F0Gao26pQwys=; b=lMpqyg6xZl6jGr+2oeqQBDf7T4JI2cBofFAJ4XPzsJFYgKJKkR2uq/4jhDBEft5Flg 8ANfN0fKP2NFmnJ65WmyU4mGtgsDB17qp/Fyslmmfmoz3gzgjZ/sJbUKnXKRF3Yz9jbn 4k169vLIMhdXvt6fSiDsX+rYJqmIN0xjMDglI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=P9tPFr9zPIWXW5/ywGAOY72yBr8tor3F0Gao26pQwys=; b=RPIN+0USL7mWEGkanTjcmKU5ZPbWgfQwro9hv6pHhLSE/7YfqIEq4o1o6Do9tH4zTd pN7vL8yzKRKo+n1uixrg3sJfoDDAVlSXGnVwODXspGaKwA7RLsejNah5nv3R4L1+e7Uo L2Ngwb5vYNragqFF5H/pDbE42pGuNAl21HSfniHUeaMDfR+6yc/NPCy6d8skSjGWfZ6n BasegcDx4xPhfAiMexWywOCGLdWh4o9cskPTB8hStPNtuWIpYAKlN1OcRcTDuS3TDXLP uzoRiB4GRu2vl+mMA0zg02T+hPx5j8IW7W1/FBkAzol1DYa/hZPsc4RdU3d8l0ZiBwhj wU2Q== X-Gm-Message-State: AOAM532VqMS2TTVUJhP8iTxXgCkelB+WELBl+3Bqe8ClUtSDgfAYZXZ9 1htEZYOOfNTF62hF0AKwuFzK3A== X-Google-Smtp-Source: ABdhPJzGwNt/PsvtDCXx8F2VARYohWEl7aU/bI+Ax9pMJBlJfegXeUxl/9/W2smKW0O7iteCufjntA== X-Received: by 2002:a05:6214:190d:b0:464:4b7a:bbef with SMTP id er13-20020a056214190d00b004644b7abbefmr50683298qvb.106.1654897212360; Fri, 10 Jun 2022 14:40:12 -0700 (PDT) Received: from bill-the-cat (cpe-65-184-195-139.ec.res.rr.com. [65.184.195.139]) by smtp.gmail.com with ESMTPSA id w2-20020a05622a134200b003051ba1f8bcsm185697qtk.15.2022.06.10.14.40.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jun 2022 14:40:11 -0700 (PDT) Date: Fri, 10 Jun 2022 17:40:09 -0400 From: Tom Rini To: Jim Liu Cc: JJLIU0@nuvoton.com, YSCHU@nuvoton.com, KWLIU@nuvoton.com, sughosh.ganu@linaro.org, xypron.glpk@gmx.de, u-boot@lists.denx.de Subject: Re: [PATCH v1] rng: nuvoton: Add NPCM7xx rng driver Message-ID: <20220610214009.GZ2484912@bill-the-cat> References: <20220524085657.7388-1-JJLIU0@nuvoton.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ocvL5ZWDEAsQ5ck/" Content-Disposition: inline In-Reply-To: <20220524085657.7388-1-JJLIU0@nuvoton.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean --ocvL5ZWDEAsQ5ck/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 24, 2022 at 04:56:57PM +0800, Jim Liu wrote: > Add Nuvoton BMC NPCM750 rng driver. >=20 > Signed-off-by: Jim Liu Applied to u-boot/next, thanks! --=20 Tom --ocvL5ZWDEAsQ5ck/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmKjujkACgkQFHw5/5Y0 tyzdoQwApK42K+rM9aLpAj6h6cci6BxVpOB02UTrzR8mxhmxCy900EZdcpcfzgpQ toebenbm+MGi86jotmT0X7M6WJouGr2f2JJV77MG0zMpuqYWMfDDpYKRwq0Lu/bA B8bdCodFVhlAQoSp2M1ykt7g1cDF94XvrhQ91xlwbUI/QElUdx1nrnVs7AMHj4gb nqDoho4eIzke2Ue9+bNep55L99nL46Xc+eTNeVXtH0FL1WELzJtzJ2yB2kwfJRWT wurpOwKx6AqBV5mbtx6Cymz4O3TlQPYJH5HndtKw9l/r7IZkEzeuURW6p31Nuphx ho+laUdQnFL2fmI02mDwgmlQcNbb2OcBZU1NXaVH+83STTLmDXlwcDxQ9DUFz9r5 7Ve3joNfmjrRLvfd2Qq9qTBBbWNwcu+0GuCEh0OLWrY/lYQQ6Cc6ae7lQi+51EQ7 mTXbyyoNtlLdhMSOx47e5fcJxsCDh17xOVD+g0nZxCHM1lxUrugeJo0zi73lmWTR qVl0ZyfW =kwLp -----END PGP SIGNATURE----- --ocvL5ZWDEAsQ5ck/--