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 C4FDA2D2397 for ; Wed, 29 Apr 2026 09:42:09 +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=1777455731; cv=none; b=Z1SJ8ZCAYjgqdx1eqAH6BuMAw6tHm0FtBCPjRK9HB6G9g88cwDLO9kwQpr2zGNn9/SwTEhcDh8eOYdNx79lAaxDHIiMV0J6fa8FozppUAKi0O6VYzsKazneh5C9fWl+nUV/6v09iPh2HJ6cfnDnimGqLauXWxn7P7zpPwhzB4Ho= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777455731; c=relaxed/simple; bh=qacrdInfJDRgJywanIsHYkdfJi7YKcb1x05Pu8oRmXk=; h=Message-ID:Date:MIME-Version:From:Subject:To:References: In-Reply-To:Content-Type; b=DkUgK6EU1RhsX8Ue7bpVwxES+XcfYSwI8X8mh+6XpV0W6fZH3Wu/8waTMRr4W5pwBZCFJF3zUgVBQoXVZpfPpt/529qSn1S2GMOa/HNQtTlKjrIiQV80/JRBmgSfkioqb9N8Wqborl1XqCPt/q4IbaFL+kclPBV/lqNWuCwXBSk= 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=UaGJZjDM; 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="UaGJZjDM" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1777455728; bh=qacrdInfJDRgJywanIsHYkdfJi7YKcb1x05Pu8oRmXk=; h=Date:From:Subject:To:References:In-Reply-To:From; b=UaGJZjDMsH8tHhGBx8l6nwZ01zDV/zKQUNd2k8y0wwy48Ik7GpioIyPIrR4KippiF loOiEIx9bagh9JMNV32uEvbXxf7C0sr4gHQS77zKVVjyDCQVZe0uXz5FsBGyxtq6CH ct9tymdb+K6/eRMUp6SQLxPLrHATL7PEYaneEb8g3mo2pifVyTWTjZDp09hMWj3anK +EZVlhwWDF1hX9Pvknm3VE+sHkLHVZNKBnafkOhVYzVQb9YqHy3xw5X9jeP5S2a9c+ YznisSHnl3zI81EfBx6GHxxHxI4Vynfbzc7LhERn2VzYbfdDu2NLSNXwZuPKdR9kxJ 568TjuvAAZgrQ== 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 CD74F17E0610; Wed, 29 Apr 2026 11:42:07 +0200 (CEST) Message-ID: Date: Wed, 29 Apr 2026 11:42:07 +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 From: AngeloGioacchino Del Regno Subject: Re: [PATCH v2] arm: mediatek: MAINTAINERS: Include SoC bindings To: Krzysztof Kozlowski , Matthias Brugger , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org References: <20260329085353.8649-2-krzysztof.kozlowski@oss.qualcomm.com> Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Il 28/04/26 17:07, Krzysztof Kozlowski ha scritto: > On 29/03/2026 10:53, Krzysztof Kozlowski wrote: >> The ARM/ARM64 Mediatek SoC maintainer entry misses bindings directory >> for SoC devices. >> >> Signed-off-by: Krzysztof Kozlowski >> >> --- >> >> FYI, there are already patches on the list which used get_maintainers.pl >> script and did not CC Mediatek maintainers, so they might get >> forgotten/missed. >> > > This patch did not receive any comments from Mediatek maintainers - do > you plan to apply it? > > Best regards, > Krzysztof Sorry, pretty-crazy-busy days around here. I can take it or if Arnd wants to take that directly, I'm as well fine. Acked-by: AngeloGioacchino Del Regno