From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay.hostedemail.com (smtprelay0012.hostedemail.com [216.40.44.12]) (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 05BFD2192FA for ; Tue, 16 Dec 2025 10:11:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=216.40.44.12 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765879896; cv=none; b=VWCr77L/clmL45wDLzWruYouoYIXjIEM/HEVBlx01f33nDPPZp2nEm4fEffDkLPLtaPeNmb5pkuDIfAeROjc1CgIVrKt8OER8GJpPbai9RdaQWGqbkwWgOSmTcPPFckJfpWWkK3pJ57T6FwNcOOm65tBDuMO8G6lv8i04DiKPlk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765879896; c=relaxed/simple; bh=KBvakNWKTKamvIyuEokkbCsPmfjC968L4qdepWO2GIQ=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type; b=DEf/wbeEY0Lngsp3Hs5lBUUgJmXyXVsYw1BqVFu/pmzc/0z/mFjhn5vDlbR07EdlteBtwD0CApW3YVP91Z782dKNyTNtMIzflg8Jg/zuv2LQY4y4b9IYu/v9S90q2sA2tyyQ4fJC6AHMmBXVV3jlZppUJWTp+vdnEvfqOPs4vis= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com; spf=pass smtp.mailfrom=perches.com; arc=none smtp.client-ip=216.40.44.12 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=perches.com Received: from omf14.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay07.hostedemail.com (Postfix) with ESMTP id 18871160527; Tue, 16 Dec 2025 10:11:28 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf14.hostedemail.com (Postfix) with ESMTPA id 8058233; Tue, 16 Dec 2025 10:11:26 +0000 (UTC) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Date: Tue, 16 Dec 2025 17:11:26 +0700 From: Joe Perches To: "Peng Fan (OSS)" Cc: Andy Whitcroft , Dwaipayan Ray , Lukas Bulwahn , Andrew Morton , linux-kernel@vger.kernel.org, Peng Fan Subject: Re: [PATCH] checkpatch: don't warn about complex macros in i.MX pin header In-Reply-To: <20251216-checkpatch-v1-1-8d7a40a10426@nxp.com> References: <20251216-checkpatch-v1-1-8d7a40a10426@nxp.com> Message-ID: X-Sender: joe@perches.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 8058233 X-Stat-Signature: 4bi6f5aceibgp3t5ex4ngsht87qannbw X-Rspamd-Server: rspamout05 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX18Bxjgyxu23cfSZIMhOiAhPGDSaFbZIlZ8= X-HE-Tag: 1765879886-975191 X-HE-Meta: U2FsdGVkX1/c9ZHhIWMy5wH/KgQfIaZzz76pUuBFH31RA3wHs1zPgj2WnZtniKFQwVwfTtW4H/Ascqx8PanY9ureUHJH/jLrvvZIp3Xq4647wO/2glfB1Bpx6+mHPl/wrZONUMdZ0/Gj/RlpuZYeZUqolyRR5I7AnqKX+C9NSUGRRCsRhGkxNcjkvvE88BpEa65lfbegl7kaMtL3wnu1nVCafm70QeP4Da6sx05ubIOPhjERpiKEkiHzb3vZ0d38IVbYjhs0MzYh3zlVpgvOrDN7oadesKO82ZPvapgIB8K4iKOfN8Niq6FUyZIg+b5LVJ3YBSdYUJTg1adARL9fKQ== On 2025-12-16 15:32, Peng Fan (OSS) wrote: > From: Peng Fan > > The pin function ID in i.MX pin headers is a tuple of input_reg mux_mode input_val>, as below: > "#define IMX95_PAD_DAP_TDI__JTAG_MUX_TDI 0x0000 0x0204 0x0610 0x00 > 0x00" > The pin headers are used by device trees, not drivers. Nak. Just ignore the message instead. There would be _far_ too many exceptions to add individually to checkpatch.