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 B4BA4C433EF for ; Thu, 27 Jan 2022 05:29:46 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=AH3vOiRLyQk4PFMU7aY6tEnwMEGb6gpc9QUVaBzsE3k=; b=izQeMuS2T4uQSY K7dkOv4n+C2kYCR6KBIqzhGMvWayU2v39oYlvGuCOt1Fo1ITDZxoH8IhSEcmHDavGq+FNW/5r82b4 evSJJ63zxRTC/Jj73zJsyWLXYqGaVzMG/7d8vM7DuBnWeKYn6WPAzgDJm77/OGOS5lB8vfk2vVIol Nzobk6yNpYUtK83yBpLljl3WKRZYMKbEJv+qaO94BNMmaDRG3+ePxFSxHQ+jLKMY+S92QbESjAHyw Uvq6rPA+6xxDNdorN6GvKO0vEkbumtDpKCHfrAs2K69Ng7/x1Ti48aoFPDXTYj/82OREt1TUkxNAQ m6dBHaqrfB+Cl2GXVsTA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nCxKt-00EOjn-GT; Thu, 27 Jan 2022 05:28:43 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nCxKp-00EOi9-7s; Thu, 27 Jan 2022 05:28:40 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id EAB3DB82157; Thu, 27 Jan 2022 05:28:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D65EC340E4; Thu, 27 Jan 2022 05:28:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1643261316; bh=2NdSwzXs0/J0PSIuKmSGKLJE4Qf81V0hg2EpWJnok/4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ujHo/YpLgkZeQuyqHISrAmgajrE+2lJ3N+DAFYvdzpaEIfL742n81byiUFDUCgxKL bTOGu9hQqQgwwYSeE+32Md0E0ljTTmlZy3tuJ/1CYQ5CXXvW1kpkR8FC3rSnsvAllQ SnBl2U0N23bgGTDNdUNRlsiqACFegDkVEarr7kkzOy0joKEF5yqWFT9W59T+4WQY5n LQmqbONWmXS3vgRduXoBFFRSkIfPU97J2RNLOjnpy26pohrR4u2ZHvarpaiYw6ZumW oK4pHQirHaXBjT/ZxXI+OD6HIc08RhZdg9bri8QFnYIz1aOTuKr+s29punp+pnZp80 9L6fimuhGDntA== Date: Thu, 27 Jan 2022 10:58:32 +0530 From: Vinod Koul To: Marcel Ziswiler Cc: linux-phy@lists.infradead.org, linux-next@vger.kernel.org, Kishon Vijay Abraham I , Tim Harvey , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com, linux-pci@vger.kernel.org, Mark Brown , Marcel Ziswiler , Fabio Estevam , Pengutronix Kernel Team , Richard Zhu , Sascha Hauer , Shawn Guo Subject: Re: [PATCH v2] phy: freescale: pcie: cosmetic clean-up Message-ID: References: <20220113090321.119880-1-marcel@ziswiler.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220113090321.119880-1-marcel@ziswiler.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220126_212839_446889_B30F8B09 X-CRM114-Status: UNSURE ( 7.30 ) 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 13-01-22, 10:03, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Sort includes alphabethically and add a new line before the dt-bindings > one as usually done. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel