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 9ECF1CDE000 for ; Thu, 25 Jun 2026 12:04:08 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E2D2A846F4; Thu, 25 Jun 2026 14:04:06 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=bootlin.com header.i=@bootlin.com header.b="fbiHDZId"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id AC836848F0; Thu, 25 Jun 2026 14:04:05 +0200 (CEST) Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 26EEC8460E for ; Thu, 25 Jun 2026 14:04:01 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=joaomarcos.costa@bootlin.com Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id E5B16C5CD50 for ; Thu, 25 Jun 2026 12:04:08 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 7915F5FF03 for ; Thu, 25 Jun 2026 12:04:00 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id B4CD7106F086D; Thu, 25 Jun 2026 14:03:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1782389035; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding; bh=iYh3m4FDBphnZz5vHbLD7MO6L8m3zIUSvIlzXYUgwgw=; b=fbiHDZIdiqa0VhzjMYzekJbBiku5Y9Y3M2+O7neFFJzVJ6Jt9WInKTvq2XdusLZpol0YAt /2GO+5ZUcqmEgrpIaCAKCJ4PTgD7UVLPDn53YvOlpEMc66czq81ZMgeZ4FUu7rDQX35nwg cigzYLxC9SmCwNgPgkKM+fnI2q6+LixBEBW+ayBZ0QIQwSxi56M4vGzJEw4JMm+c3gyahB kurGPRRkkZURUtfUoeyWPmuNeLn5c3NsPH8M7RGVbVBYaIcFiw84k6joGzrvji53nuGLeR PLBfdHZ44sPLkKF9v/EPMWkIJxfZe2knLyPh6RoVGvvpHhqH+9DYSrsFfXlPXg== From: =?UTF-8?q?Jo=C3=A3o=20Marcos=20Costa?= To: u-boot@lists.denx.de Cc: thomas.petazzoni@bootlin.com, =?UTF-8?q?Jo=C3=A3o=20Marcos=20Costa?= Subject: [PATCH] .mailmap: map old addresses to their up-to-date counterparts Date: Thu, 25 Jun 2026 14:03:44 +0200 Message-ID: <20260625120344.274592-1-joaomarcos.costa@bootlin.com> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 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.8 at phobos.denx.de X-Virus-Status: Clean This essentially maps @free-electrons.com to @bootlin.com addresses. Signed-off-by: João Marcos Costa --- .mailmap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.mailmap b/.mailmap index 7aef23fd7cf..90ebf04be98 100644 --- a/.mailmap +++ b/.mailmap @@ -48,6 +48,7 @@ Eugen Hristev Eugen Hristev Fabio Estevam Greg Malysa +Gregory CLEMENT Harini Katakam Harsha Heiko Stuebner @@ -95,6 +96,7 @@ Michal Simek Michal Simek Michal Simek Michal Simek +Miquel Raynal Mirza Mounika Grace Akula Mubin Usman Sayyed @@ -149,6 +151,7 @@ Sughosh Ganu No generic patch CC mail please No generic patch CC mail please Sumit Garg +Thomas Petazzoni Tom Rini Tomas Thoresen TsiChung Liew -- 2.47.0