From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DD0403F20E9 for ; Wed, 6 May 2026 15:12:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.251.105.195 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778080328; cv=none; b=RkzR8A4cWQo6qPy1hsVwQV71iNUC0kGCgbiIHZ4Nb4QAqFzxDIIIfF76w5EW4jvJ5UgGGpYnrnhXx9OXfgwIseIHH0DMP39NwCpsj1ZToUXssxLaScplVmxx1VXz7I6zOa6PIwVXWOAEyloVS4zlzr48cyR8FdTtoI90+IY3k6E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778080328; c=relaxed/simple; bh=Qt1sbioAFaLEHbqY0g46pWf0ClCX9emJeK9nPbdl+Uc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=q36epjmy/Xe4O/Z/wYRLFqPwpCfSCEfVEzzgZHQQqbFn4+9QCveBVUM27xF7QYdkBk9A1zpAm+sQkjE0+wcWQN4BJBiJCQ/HjQI1IjdaAa1v+WDLMxmSXCUy1LcfYUoIJr2MV4dw6b3yY7RqLJVKeKBGmv1UMjtghAWGZ1SElCs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com; spf=pass smtp.mailfrom=collabora.com; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b=W+J2KqAS; arc=none smtp.client-ip=148.251.105.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="W+J2KqAS" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1778080325; bh=Qt1sbioAFaLEHbqY0g46pWf0ClCX9emJeK9nPbdl+Uc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=W+J2KqASCur0MUa6UXpbys4AI68ngSl5mg8QmP4PK+0oXoeQbSgsOfzJW9+q7zVT+ PUPoAZfAWdC13N7IWjEGZIgCISskwMOet20DrYz65Zcf8s3pGSJSTygR2qT1clgQNR QhRX6+H0cNcWNwFoijGee1osyn8sZq1JwD65fuBC65hl7G/iGn3vPsc2qW4xLDasN/ hC5WzM2bRxnBPPv7qPjhDKxz8J3fTnAWU5/1yKUe6BYDwCm3zZdrloM+ebOxuUR2ot XmHipMoHcQx4oIZiHbBCt3L+phPkpwKeM5MVPY/TEw9gt9hWHhK6RMvQldGTPXpCf6 5ZoPZL+ikf+BQ== Received: from [100.64.1.21] (unknown [100.64.1.21]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: kholk11) by bali.collaboradmins.com (Postfix) with ESMTPSA id D607117E0D23; Wed, 6 May 2026 17:12:04 +0200 (CEST) Message-ID: Date: Wed, 6 May 2026 17:12:04 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] MAINTAINERS: add myself and Lorenzo Bianconi as Airoha SoC co-maintainers To: Christian Marangi , Matthias Brugger , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Cc: Lorenzo Bianconi References: <20260505122416.2609-1-ansuelsmth@gmail.com> From: AngeloGioacchino Del Regno Content-Language: en-US In-Reply-To: <20260505122416.2609-1-ansuelsmth@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 5/5/26 14:24, Christian Marangi wrote: > The development and integration of patches for the Airoha SoC stalled a > bit lately with the result of some patches getting lost, not applied or > even flagged as accepted, archived but never merged. The Airoha SoC, given > the similarities with the Mediatek SoC, all goes through the mediatek tree > and it's understandable, given the amount of traffic, that some patch for > a different SoC are missed. > > To help and improve the situation, add myself and Lorenzo Bianconi as > co-maintainers of the Airoha SoC. > > While at it also change the status from "Odd fixes" to "Maintained" as > there is an active effort of maintaining this SoC. > > Cc: Lorenzo Bianconi > Signed-off-by: Christian Marangi Acked-by: AngeloGioacchino Del Regno