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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5B117C433EF for ; Tue, 16 Nov 2021 19:25:59 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 7BF6B6140A for ; Tue, 16 Nov 2021 19:25:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7BF6B6140A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8065782FC5; Tue, 16 Nov 2021 20:25:51 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (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="nGyLtgBQ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7C65C82F57; Tue, 16 Nov 2021 20:25:47 +0100 (CET) Received: from mail-qt1-x82c.google.com (mail-qt1-x82c.google.com [IPv6:2607:f8b0:4864:20::82c]) (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 60A3682EC6 for ; Tue, 16 Nov 2021 20:25:40 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82c.google.com with SMTP id q14so211069qtx.10 for ; Tue, 16 Nov 2021 11:25:40 -0800 (PST) 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=rhPZfmJFVu8qUnZYIliPBGgJv2l0Bcrs7oznybvrMd4=; b=nGyLtgBQ4nTCzti88QxfJ5HsQVZI6hec3cjm0DteESUFAX7nb01AxLUGNcsOhGYK1d /Vos63YLMPEiz9HJQ2pWStlZ+mktQxd7Cwize7Hbc1AmYxyNMGY5aDqLJak5ZMg1F9qO G70FiFgfyQhc7DbUOGQ9s1wt+VMinA2rfPOZE= 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=rhPZfmJFVu8qUnZYIliPBGgJv2l0Bcrs7oznybvrMd4=; b=AuLkYRfCVhQdkH0tB3AxhOltS9kc1RZRk17ag39lawHRHFCDkuelkGTJqrHPVbuqRH 5LlGXYiV1f2J7sppmZM7pqgeE6/X2jR2envUcrPRO5KxBBnw8gSYBEKuaDKoECgxOD86 jNWN5G2ejRYt6X9SGEuabEtnGZv78Ywt0PrHE43aljgymk+gN+iK9MsgQ6i0ev3/b8D9 yfSho+TNMjGlHYU/YSMEupL/0Id9bSmvPk6sDm76RnaVFF3QTFjOuQUSyCDFX/ih+HQM 9gto4+9ist+At/3/kmoaOt8o4sB+TkEOZpvqmxwgQ2IYPDxzwj+qstNuj6dKK7JlzhB2 qGSw== X-Gm-Message-State: AOAM5336yXWPl33wmA8SVDWODSSjTryQsSwN49xoA9Ebyi65TiyqFrRd YOPQdKRXjoXE7J9G4ww4gzN0I2tZi45Saw== X-Google-Smtp-Source: ABdhPJzID8sD9uL7Ss+Lk4CG+7yVH5r8i/ZUAIEBD1stnY1eylD++w5y49GgghKpJLYdkr7aG63I0w== X-Received: by 2002:a05:622a:13c9:: with SMTP id p9mr10739235qtk.47.1637090739328; Tue, 16 Nov 2021 11:25:39 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-c5ad-ec44-3eaa-133f.res6.spectrum.com. [2603:6081:7b01:cbda:c5ad:ec44:3eaa:133f]) by smtp.gmail.com with ESMTPSA id y18sm4531193qtx.19.2021.11.16.11.25.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Nov 2021 11:25:38 -0800 (PST) Date: Tue, 16 Nov 2021 14:25:37 -0500 From: Tom Rini To: Matthias Schiffer Cc: Stefano Babic , Fabio Estevam , "NXP i.MX U-Boot Team" , u-boot@lists.denx.de Subject: Re: [PATCH 1/2] board: rename "tqc" vendor to "tq" Message-ID: <20211116192537.GI24579@bill-the-cat> References: <20211102103646.17841-1-matthias.schiffer@ew.tq-group.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="PU0ucPO1v3pYpzSK" Content-Disposition: inline In-Reply-To: <20211102103646.17841-1-matthias.schiffer@ew.tq-group.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.35 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.2 at phobos.denx.de X-Virus-Status: Clean --PU0ucPO1v3pYpzSK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 02, 2021 at 11:36:45AM +0100, Matthias Schiffer wrote: > The subdivision name "TQ Components" hasn't been in use for a long time. > Rename the vendor directory to "tq", which also matches our Device Tree > vendor prefix. >=20 > Signed-off-by: Matthias Schiffer Applied to u-boot/master, thanks! --=20 Tom --PU0ucPO1v3pYpzSK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGUBbAACgkQFHw5/5Y0 tywnKAwAsjP5a41+3+3xR37lQRvwVYqV4/BDyZr8cBj5y8IHhR1Ungs564+2huY6 /0vt76xpsW8tRwFN2BsznqzCGHY8eQ3MYKp9mqfk1mWhPpZnFXfelfCYW4DcChMP sAmjpOrHQw4TUaRirdg2GYf6OphedxCxZDjAc7Qw4c96d5rmlTSxR471BCXtAH+q gHf22fzDy09zkYSDJ+O1BpFPOzkts9mYLHNOLQOEaQlTYJ2eT/sI0XPKoYSOoC89 Ddj7rX+Jg6dQgx/ZWlODOOQpjItqwIsMqcxS/mVJcMm/kfzZLHdnZnMAIcrW+SQ8 HvY+y4mBh75lJ2gC8Z0vxacICzzm03g8jpm4OMaOWqJIdRor2zkn406fwxtePdv7 h9hwz3eS8TT/3czBeugsNR89ASz1as4Vw6Rj30faqyRI6sYU3R4JkXoXxrm6dgmX 8du1oDigKDePXIxKcdYj/y0+2/OM3JQrI53c7sZfTPsZnKL5lo5DXPxEhG88+niA 9OIqws5f =Htas -----END PGP SIGNATURE----- --PU0ucPO1v3pYpzSK--