From patchwork Fri May 24 11:46:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Schulz X-Patchwork-Id: 1938956 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=patchwork.ozlabs.org) Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Vm3Dm64fcz1ynR for ; Fri, 24 May 2024 21:47:20 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E4C8288676; Fri, 24 May 2024 13:47:05 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=0leil.net Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 9250D8867B; Fri, 24 May 2024 13:47:03 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: from smtp-bc0a.mail.infomaniak.ch (smtp-bc0a.mail.infomaniak.ch [IPv6:2001:1600:4:17::bc0a]) (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 E82E38827A for ; Fri, 24 May 2024 13:46:56 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=0leil.net Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=foss+uboot@0leil.net Received: from smtp-4-0000.mail.infomaniak.ch (smtp-4-0000.mail.infomaniak.ch [10.7.10.107]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4Vm3DJ4tpTzldT; Fri, 24 May 2024 13:46:56 +0200 (CEST) Received: from unknown by smtp-4-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4Vm3DJ16TKzDc5; Fri, 24 May 2024 13:46:56 +0200 (CEST) From: Quentin Schulz Subject: [PATCH 0/3] fix URL and mails for Theobroma now CHERRY Embedded Solutions Date: Fri, 24 May 2024 13:46:34 +0200 Message-Id: <20240524-tsd-to-cherry-v1-0-3002bed55f19@cherry.de> MIME-Version: 1.0 X-B4-Tracking: v=1; b=H4sIABp+UGYC/6tWKk4tykwtVrJSqFYqSi3LLM7MzwNyDHUUlJIzE vPSU3UzU4B8JSMDIxMDUyMT3ZLiFN2SfN3kjNSiokpdizTLVDPLRAtLMwNzJaCegqLUtMwKsHn RsbW1AMPbnuxfAAAA To: Tom Rini , Heiko Stuebner , Klaus Goger , Simon Glass , Philipp Tomsich , Kever Yang Cc: u-boot@lists.denx.de, Quentin Schulz , Jakob Unterwurzacher X-Mailer: b4 0.13.0 X-Infomaniak-Routing: alpha 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 To prevent some IT hiccups in the future, let's just migrate important URLs and the mail addresses to ones people "should" be using right now. This should be unnecessary but let's play it safe. See https://embedded.cherry.de/theobroma-systems-is-now-officially-part-of-cherry-se/ for the press release. Signed-off-by: Quentin Schulz --- Quentin Schulz (3): .mailmap: redirect Philipp Tomsich Theobroma address to Vrull migrate Theobroma Systems mail addresses to CHERRY Embedded Solutions rockchip: theobroma: update URLs to point to CHERRY website .mailmap | 5 +++++ board/hardkernel/odroid_go2/MAINTAINERS | 2 +- board/theobroma-systems/jaguar_rk3588/MAINTAINERS | 8 ++++---- board/theobroma-systems/lion_rk3368/MAINTAINERS | 4 ++-- board/theobroma-systems/puma_rk3399/MAINTAINERS | 8 ++++---- board/theobroma-systems/ringneck_px30/MAINTAINERS | 7 ++++--- 6 files changed, 20 insertions(+), 14 deletions(-) --- base-commit: 377e91c162ab09ec20f96f966f380cb55c590edd change-id: 20240524-tsd-to-cherry-8f9e69a89607 Best regards,