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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55233C433F5 for ; Tue, 28 Sep 2021 09:45:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2DF59610E5 for ; Tue, 28 Sep 2021 09:45:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240002AbhI1JrB (ORCPT ); Tue, 28 Sep 2021 05:47:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41160 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239844AbhI1Jq7 (ORCPT ); Tue, 28 Sep 2021 05:46:59 -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 BEA2FC061575 for ; Tue, 28 Sep 2021 02:45:20 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id 01515310; Tue, 28 Sep 2021 11:45:17 +0200 (CEST) Date: Tue, 28 Sep 2021 11:45:15 +0200 From: Joerg Roedel To: Nikita Yushchenko Cc: Will Deacon , iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu/ipmmu-vmsa: Hook up r8a77980 DT matching code Message-ID: References: <20210923191115.22864-1-nikita.yoush@cogentembedded.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210923191115.22864-1-nikita.yoush@cogentembedded.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 23, 2021 at 10:11:16PM +0300, Nikita Yushchenko wrote: > drivers/iommu/ipmmu-vmsa.c | 3 +++ > 1 file changed, 3 insertions(+) Applied, thanks.