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 1145DC433F5 for ; Sun, 3 Apr 2022 00:17:20 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 36A0D83B10; Sun, 3 Apr 2022 02:15:41 +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="ZPQjh45G"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C7B8D83AAC; Sun, 3 Apr 2022 02:15:30 +0200 (CEST) Received: from mail-qk1-x734.google.com (mail-qk1-x734.google.com [IPv6:2607:f8b0:4864:20::734]) (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 C168B839BD for ; Sun, 3 Apr 2022 02:15:23 +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-qk1-x734.google.com with SMTP id h196so4959495qke.12 for ; Sat, 02 Apr 2022 17:15:23 -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=Lqg/7LtGhR/CFN4fC8HjLXPg7pE/MvCIWlgUd7AYFJw=; b=ZPQjh45Gd8IyHo7jTw/9y38dqYCJyhWgJ2hmfAvHqoYE2TcXzdbyzswFNKNbBWpU+J lS6zwzMEG3S19YQyyXyDhCt3lYGLc+4Jc11I+vmpODv4H116KsZJrOBDD7MAb6dpDl2F gm8/hJbzESDoFl8NBpSdVXamp/I950tSI6NvM= 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=Lqg/7LtGhR/CFN4fC8HjLXPg7pE/MvCIWlgUd7AYFJw=; b=PGP4jkj+a+6f0uxtMWwpuu0VMnm7Wkq5AYJkHLkfox+lHSLxPmLu2LvYjdyadlGOqt fTuF5p+5pBTJlGB5JnvPB+ARg8/5YdUgeXzux1P39Hem63383a+QNJrVuD08CuOApq86 YWKAsl8pz6+ESQ3Ojf7QSWvv6QjFd603TZajneXT1Y/LRFtFYa53J1s2Eexx7Kz5Uajt WVcpP5F2rE039K80xbBLLvzJ2meu8rDSdXbNdvWchZ2jM+DjDlTTdh0Rci40iN4v6PVM tHQEgdiP6mFTXs8lI6iGkXeknf9oNZewOWVH7ruHBtHh5P4c9lhvCBEEto7LK0uc71VO DFOw== X-Gm-Message-State: AOAM531cZ4AKjCx53bEr8AZrDXW97I2f3E1/Roup0eNwY5YQuaXOx9wG D4HwPqggPwlVUBciLL1JPuuSCA== X-Google-Smtp-Source: ABdhPJy7ZWfmYrbnJPshYRruvSI3RvjkWFuovX1f6Ow8SDI8XxdjmcOeukFYXWV0PN+992JGar9oww== X-Received: by 2002:a37:e116:0:b0:67b:34bc:9175 with SMTP id c22-20020a37e116000000b0067b34bc9175mr10509174qkm.543.1648944910357; Sat, 02 Apr 2022 17:15:10 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id c17-20020ac85a91000000b002e1dd8ae44bsm5383518qtc.29.2022.04.02.17.15.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Apr 2022 17:15:09 -0700 (PDT) Date: Sat, 2 Apr 2022 20:15:07 -0400 From: Tom Rini To: Sean Anderson Cc: Linus Walleij , Liviu Dudau , Andre Przywara , Simon Glass , u-boot@lists.denx.de Subject: Re: [PATCH v3 05/29] arm: smh: Add semihosting entry to MAINTAINERS Message-ID: <20220403001507.GQ14476@bill-the-cat> References: <20220322205938.1721846-1-sean.anderson@seco.com> <20220322205938.1721846-6-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tBHT5Mz29exfSJaj" Content-Disposition: inline In-Reply-To: <20220322205938.1721846-6-sean.anderson@seco.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 --tBHT5Mz29exfSJaj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 22, 2022 at 04:59:13PM -0400, Sean Anderson wrote: > These files are spread all over the tree, so just use a regex. Orphaned > for now, since this is more of a "one-off" series. Though I'll be happy > to review patches. >=20 > Signed-off-by: Sean Anderson Applied to u-boot/next, thanks! --=20 Tom --tBHT5Mz29exfSJaj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJI5wsACgkQFHw5/5Y0 tyzvCgwArETSzZ8OJi/HNo3Ijp50qwfWG3pmj13kkNbLpwNssyMaBZhU5hJIfI+l LHn09ptRtgLzDtcNHTtjuQglwzEeCHj91ovXbEvcWPoMhNPCIKs06D6D7F6J/QvH AZJgU68hGK6FfyFQIXMMlrhK/qB0vwMqJ/Gve6qlNX3x3wGiW6mAekHpSGFUSCGH cYxygfi2b2ZbGv52hCCJGelWr6rVE/kcuwFeNGER5kSAcE/wotLU3IhnTop0bKcz KLDsGFFLk1R73TlaVhq7r+HRcTPJyr4KXnmHdPX5OGO1PNEg77cyXWYgoAViO4Yw 1D7EAbTA2p8vKEASLUNETUamAb97xCbA0RavAHC/jdGCyJRBcVzUsYWwXzAAF0/L SRz7walxiCGuwgf14YrdbIUMUFsOtQeYa8ANWI6cie2SUzK47IiOd4vnZJGLbVEA MsgnB7ETfH1Z6vGE3iFBggluOv7sAQi0uRlW8Rr484EWPDj1qmHqNlqObOqDIw77 tOiw8n+6 =NhOq -----END PGP SIGNATURE----- --tBHT5Mz29exfSJaj--