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 91A7EC4332F for ; Wed, 2 Nov 2022 15:34:47 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 22FC5806D8; Wed, 2 Nov 2022 16:34:45 +0100 (CET) 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="D8FZbvoy"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6FD6785094; Wed, 2 Nov 2022 16:34:43 +0100 (CET) Received: from mail-qv1-xf32.google.com (mail-qv1-xf32.google.com [IPv6:2607:f8b0:4864:20::f32]) (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 DCE4C85025 for ; Wed, 2 Nov 2022 16:34:40 +0100 (CET) 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-xf32.google.com with SMTP id mi9so12690448qvb.8 for ; Wed, 02 Nov 2022 08:34:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=p37CvIotlZYCvKpOsaE5nwIZShnPiVgKUJ6+rW0tXwY=; b=D8FZbvoyilUarF5tCpQs/T/Cvs23YVPm6d6rAGXQlStancEV7D2Wc6rWx/+uDYsrwd zTYcFS5qDWKv9c3oooRcskbPPVb2CYojZyYQ4nNHAT9p+cAtERpnkG3AXDqC2v4Jm/Jm Ixi77iFQO3QZ3rT+IMC61jFXcKOo7WRmpk0Ls= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=p37CvIotlZYCvKpOsaE5nwIZShnPiVgKUJ6+rW0tXwY=; b=ecPp6B7D9GbSvDYCD3wvlJcQMGH+h/7Nf7H2DLc1hlW1beTYeE7b0eLDKXj8gmaS4S rNG5qMHahcCoGYVKKvmTMikfVu0b4EzjEkcxUlX+d6aQAul9uhTSljmLLrCuHQ9KLjRz PCnPEmh9BHq2ARmv2dIGNnzlolt9GJgu7h/rCf8V7tMTmOdn1lqmXv48zfMWmZ/B6yvV l5pSxTVckbwC7knnM6FouCAGYa/4042bcZQq3L19/d7wLWPBP/6/OKiAxMfPkdMmyVZw wA4vjC9sL8kmnrQrJpdCc1Ye2BIm0pu+qWNyOPTYXyIUy7s9bjGfQAFv5wAgFjR6/Z4q ix3g== X-Gm-Message-State: ACrzQf3/EiS+ww1aLUhW0rzmU8+R8FhZaPzc+fxiuUthYlqwPbgJ8Skr o+vL1jQCSSoGhGxpUZPAktdp5WzJIufK3w== X-Google-Smtp-Source: AMsMyM5mnX3nhUSNiOp3VTwr3+GZ5NCMu2Jr0WOsWV48M99v25P4xwxoRf61pq7Kg9VCyIylEAegaQ== X-Received: by 2002:a05:6214:f23:b0:4bb:f5db:39b3 with SMTP id iw3-20020a0562140f2300b004bbf5db39b3mr15055789qvb.117.1667403279684; Wed, 02 Nov 2022 08:34:39 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-219b-ff9c-9fd1-15b0.res6.spectrum.com. [2603:6081:7b00:6400:219b:ff9c:9fd1:15b0]) by smtp.gmail.com with ESMTPSA id bi29-20020a05620a319d00b006f956766f76sm8849836qkb.1.2022.11.02.08.34.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Nov 2022 08:34:39 -0700 (PDT) Date: Wed, 2 Nov 2022 11:34:37 -0400 From: Tom Rini To: Jagan Teki Cc: u-boot@lists.denx.de Subject: Re: Pull request: u-boot-spi/master Message-ID: <20221102153437.GR2116612@bill-the-cat> References: <20221102060815.28956-1-jagan@amarulasolutions.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="BVXm2WAry1WzRMtx" Content-Disposition: inline In-Reply-To: <20221102060815.28956-1-jagan@amarulasolutions.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.6 at phobos.denx.de X-Virus-Status: Clean --BVXm2WAry1WzRMtx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 02, 2022 at 11:38:15AM +0530, Jagan Teki wrote: > Hi Tom, >=20 > Please pull this PR. >=20 > Summary: > - NPCM PSPI controller (Jim) >=20 > CI: > https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/13951 >=20 > thanks, > Jagan. >=20 > The following changes since commit 8bc87a4c55a1723728374a5643f13bced37dad= 6b: >=20 > Merge branch '2022-10-26-assorted-fixes-and-updates' (2022-10-26 15:24:= 59 -0400) >=20 > are available in the Git repository at: >=20 > https://source.denx.de/u-boot/custodians/u-boot-spi master >=20 > for you to fetch changes up to c1dc8473fab8d1228f28d9716d90687bc2d99d57: >=20 > spi: nuvoton: add NPCM PSPI controller driver (2022-10-27 12:41:36 +053= 0) >=20 Applied to u-boot/master, thanks! --=20 Tom --BVXm2WAry1WzRMtx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmNijgcACgkQFHw5/5Y0 tywytgv+KjaDY97WuK3XjpGk7qdBtB4V/DfO9uiea7Jc5sVgibSyZ7SRekQYJ8iU Th6hrXP6dSNCjdExr1M7+mAI6zOLwmksMtk2JCNv5zJIj58dVWP/I+8P3MJ2YU16 1EuHHIbxw5Pyqbr1hBz6KoH+1a3756Wz2S4TU1hm9hxmWiXYlRkbFHctJOR6yDSI ET0saobWIXmzFf96Y/a4uTgIjk7KTju3lBlOMBuXOgQSTcbsDgYV+Q/wOKo42LbE mGaaGDorLJVg1RZyGhMM1Mn8oe5ukw76Z1ngnWntuOGYiUSCLncQE+d2k8bV9/Hr 9NfcDujTZ+DhPBd793UGUBiU/Fs+I4ZMN54S8TU2oPe/SukR3ZEIXvx8HZYD9qYi VGGBX3oa3dmeITZ74pCKf7llNGfH7RGCrqOGF3kTI15WkSPRGO2mzes+SspspyXl V7iWR9+xe+g1nTgw5Dq1u+K0DqqT2BHYfN60f8qGRDebEpHjw1/5klCPqyhO8D5G LKLWfYVt =YKZE -----END PGP SIGNATURE----- --BVXm2WAry1WzRMtx--