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=-5.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,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 69128C433DF for ; Wed, 29 Jul 2020 12:18:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4E7A4205CB for ; Wed, 29 Jul 2020 12:18:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726933AbgG2MS5 (ORCPT ); Wed, 29 Jul 2020 08:18:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39544 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726449AbgG2MS4 (ORCPT ); Wed, 29 Jul 2020 08:18:56 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C19D4C061794 for ; Wed, 29 Jul 2020 05:18:56 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id 6EBC13EC; Wed, 29 Jul 2020 14:18:55 +0200 (CEST) Date: Wed, 29 Jul 2020 14:18:53 +0200 From: Joerg Roedel To: Will Deacon Cc: iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, robin.murphy@arm.com, kernel-team@android.com Subject: Re: [GIT PULL] iommu/arm-smmu: Move driver files into their own subdir Message-ID: <20200729121853.GB23653@8bytes.org> References: <20200727120510.GA20662@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200727120510.GA20662@willie-the-truck> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 27, 2020 at 01:05:11PM +0100, Will Deacon wrote: > As requested in [1], here is a second Arm SMMU pull request for 5.9, moving > the driver files into their own subdirectory to avoid cluttering > drivers/iommu/. Pulled, thanks a lot, Will.