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 X-Spam-Level: X-Spam-Status: No, score=-7.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7121CC47096 for ; Thu, 3 Jun 2021 18:18:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4B1CF613DC for ; Thu, 3 Jun 2021 18:18:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229610AbhFCSUh (ORCPT ); Thu, 3 Jun 2021 14:20:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:48380 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229576AbhFCSUg (ORCPT ); Thu, 3 Jun 2021 14:20:36 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id CAAAF61358; Thu, 3 Jun 2021 18:18:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622744332; bh=CSJutBaO8ghp6Ba0z+y7XoQ0Jho9Le2PuTYpsD5hnG8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KAtgFrvsRc5X2el0TXXVx4faTShu8l1zXitosLH3Ry6ovuubCJygWuWxxl3qUZG6T /PzM+8kLh/bXM4Ommd3dWwf84M5lXZhrvCOYyHZMnTnqzNC01L6zezNKJ/eKMJ9tQE Ws+uhdoktwXVW2vCDc1nH8HKY+rJzv/NbjRscpbaKnHq3inrkQd6uZ4QFT5hu9l9ph HdnGe6hKIKRm6A5UWQAbGZN1exz4QmeLNjsu8DPy9j1p/RZHnt1gYW8aw10k560Q+i 60ahUXVOwBa+rDX1Mh52pM5aKuY4xNAWrmpZsohA9Cbi9gHoTrxoJjT2E9UJwC9wL6 x8ypzMjD1vyhQ== Received: by pali.im (Postfix) id 78F471229; Thu, 3 Jun 2021 20:18:49 +0200 (CEST) Date: Thu, 3 Jun 2021 20:18:49 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Simon Glass Cc: Lorenzo Pieralisi , Thomas Petazzoni , Rob Herring , Bjorn Helgaas , Russell King , Marek =?utf-8?B?QmVow7pu?= , Remi Pommarel , Xogium , Tomasz Maciej Nowak , Marc Zyngier , linux-pci@vger.kernel.org, lak , lk Subject: Re: [PATCH 00/42] PCI: aardvark: Various driver fixes Message-ID: <20210603181849.gec53hz6c4rdya3q@pali> References: <20210506153153.30454-1-pali@kernel.org> <20210603151605.GA18917@lpieralisi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Thursday 03 June 2021 12:02:28 Simon Glass wrote: > Reordering to put the important things first seems reasonable. This is already done. Patches are in "logical" order and the first patch is the most important.