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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6F196C54EBD for ; Fri, 13 Jan 2023 11:49:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Date:Cc:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=CkRHPRL5s4Ww2bx5/RKH0G52ATaf1DTybv6np1+lMzA=; b=1AVc0x3QBKT/+4 dNTR+06KWjsvCKq55qbZRsufeBgMg8Bw0I8qbeRdjy9zM9EO3umkpgF1ztNi6K8DHvUs4kFUA+PaB rwW0L4Y7aVwAHNc3S8/cf9om/2uyLgSpJJ99EatGM5lb1AH8HyRm6MOthAK7S9oDHZGmn82EQ+/z7 TZBq/27p5ZjVqXjxmE7+kqipi+cI8wi6mVl+0ajSm9bTJeUKLL7z579OvAUouTQLrhqztJsN0jM7v SH0MOxu8jT7dWrsVJZoh2Dl/Lc9dCgy+ZQCXCJlSkFiVJNtAHtiDAOswOddKiV+NjeGvQG7xL3z0H J1UskVlGp+0t6Hf4kS7Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pGIXu-002K4x-R5; Fri, 13 Jan 2023 11:48:31 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pGIWB-002JC9-Bt for linux-arm-kernel@lists.infradead.org; Fri, 13 Jan 2023 11:46:44 +0000 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pGIW3-00088x-Uj; Fri, 13 Jan 2023 12:46:35 +0100 Received: from [2a0a:edc0:0:900:1d::4e] (helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pGIW3-005ksc-8b; Fri, 13 Jan 2023 12:46:35 +0100 Received: from pza by lupine with local (Exim 4.94.2) (envelope-from ) id 1pGIW2-0005wr-Bw; Fri, 13 Jan 2023 12:46:34 +0100 Message-ID: <910e04c082a86aeffabebefdf44a91e88ace9104.camel@pengutronix.de> Subject: Re: [PATCH v2 09/16] media: imx-pxp: Sort headers alphabetically From: Philipp Zabel To: Michael Tretter , linux-media@vger.kernel.org, devicetree@vger.kernel.org, Laurent Pinchart Cc: Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Fabio Estevam , Alexander Stein , kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Date: Fri, 13 Jan 2023 12:46:34 +0100 In-Reply-To: <20230112-imx-pxp-v2-9-e2281da1db55@pengutronix.de> References: <20230112-imx-pxp-v2-0-e2281da1db55@pengutronix.de> <20230112-imx-pxp-v2-9-e2281da1db55@pengutronix.de> User-Agent: Evolution 3.38.3-1+deb11u1 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230113_034643_439171_1C42A574 X-CRM114-Status: UNSURE ( 8.54 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fr, 2023-01-13 at 10:54 +0100, Michael Tretter wrote: > From: Laurent Pinchart > > Sorting headers alphabetically helps locating duplicates, and make it > easier to figure out where to insert new headers. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Michael Tretter > Signed-off-by: Michael Tretter Reviewed-by: Philipp Zabel regards Philipp _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel