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.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 42EBFC47425 for ; Wed, 30 Sep 2020 12:49:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F10F820789 for ; Wed, 30 Sep 2020 12:49:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601470185; bh=07hSLMQoSpJSnvfViRt2er9D+38nJ1S81f1pw8lhyYI=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=a/UEUQxwYii1S2dcOgkZ+6s24OfQJEdMMrjk1ccfXCvVrV6SV0kavjVnd8tDeEPkQ oTUmTDCqOg3dsd7eiJcjLkK5LqqN7h7iWiIvMfk7i1Y2TXBrh/qE3MtJmbGcXixZ3a 9u+TzrcXrZYC6j0+BQzI12ZJ/TzneuGImF01+yw0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730134AbgI3Mtn (ORCPT ); Wed, 30 Sep 2020 08:49:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:34936 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729762AbgI3Mtn (ORCPT ); Wed, 30 Sep 2020 08:49:43 -0400 Received: from mail-ot1-f53.google.com (mail-ot1-f53.google.com [209.85.210.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A66EF20936; Wed, 30 Sep 2020 12:49:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601470182; bh=07hSLMQoSpJSnvfViRt2er9D+38nJ1S81f1pw8lhyYI=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=TgzEXMtQYCQ4hji7DOmdTnfI2lS3zxPnvm2KRDJwzG0XLgpzd0IJ97uLGmzQcoiQO Wd16HXQmPuh+vW9xDcMTBtL92NfjBHi97PdgUhKt+CrWruep/gPrasN/4kXkuDpSAl c/sO48ID8ZeZHagmOjeXESh3YeF+x5PprxgexAro= Received: by mail-ot1-f53.google.com with SMTP id y5so1667507otg.5; Wed, 30 Sep 2020 05:49:42 -0700 (PDT) X-Gm-Message-State: AOAM532Q4TwoigQSatjyiOws96T3YFJuPWUcH38NErt46dWA9eauyBYm gA/YshH8PXnu+14XpOOLfublX4nnfvH1WQsB6w== X-Google-Smtp-Source: ABdhPJyR5QEMfsRPmsJEZQZKhpIiC7BJ0ZReMqLzMNDvpzBCR4FJ4JQzuiKDWDYNYA1PrgT9fFAZmU47iuzjUTHfy/s= X-Received: by 2002:a9d:6b0d:: with SMTP id g13mr1499160otp.129.1601470182041; Wed, 30 Sep 2020 05:49:42 -0700 (PDT) MIME-Version: 1.0 References: <1601444167-11316-1-git-send-email-hayashi.kunihiko@socionext.com> <1601444167-11316-4-git-send-email-hayashi.kunihiko@socionext.com> In-Reply-To: <1601444167-11316-4-git-send-email-hayashi.kunihiko@socionext.com> From: Rob Herring Date: Wed, 30 Sep 2020 07:49:30 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 3/4] PCI: dwc: Add common iATU register support To: Kunihiko Hayashi Cc: Bjorn Helgaas , Lorenzo Pieralisi , Jingoo Han , Gustavo Pimentel , Murali Karicheri , PCI , devicetree@vger.kernel.org, linux-arm-kernel , "linux-kernel@vger.kernel.org" , Masami Hiramatsu , Jassi Brar Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 30, 2020 at 12:36 AM Kunihiko Hayashi wrote: > > This gets iATU register area from reg property that has reg-names "atu". > In Synopsys DWC version 4.80 or later, since iATU register area is > separated from core register area, this area is necessary to get from > DT independently. > > Cc: Murali Karicheri > Cc: Jingoo Han > Cc: Gustavo Pimentel > Suggested-by: Rob Herring > Signed-off-by: Kunihiko Hayashi > --- > drivers/pci/controller/dwc/pcie-designware.c | 5 +++++ > 1 file changed, 5 insertions(+) Reviewed-by: Rob Herring 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.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 60F64C4727F for ; Wed, 30 Sep 2020 12:51:33 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id ED39420674 for ; Wed, 30 Sep 2020 12:51:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="eA+cTfQ+"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="TgzEXMtQ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ED39420674 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=i0S2rB7RSixYE59ReSP6EZOJSYWe7985LYzYEnbrlI0=; b=eA+cTfQ+be2wT9KPTyPZLWy7Z zvfnSraDaVue56WI7vxsEBa/n7MnCklqWM6Cay74JReorV4QIToDo39ulhT50jiHBR0JvOHFCHNKm nFaK2X/j+rbdCmCXa52aoVvi5ShWUOZd3jyc/RiLxmZyFpKkKwRRqYhiryj2Ue9YvhKfj6tdx3nMY ldaoebuxQF81+ky8tHWz1pNk5Jca81zUCTC1pd9nfX7EjBZy7STqcFDwpBco14kSLcbeQZphfpO3o Woee/X1CqsvjWiuumanKNHtUB4KsXRuToJ7k3FLL345/ac/wmTaBa7MtaOBETpFXzKQJgfmhpjYYW QBWVMqhDg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNbYV-0002DC-6F; Wed, 30 Sep 2020 12:49:59 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNbYF-0002B0-K8 for linux-arm-kernel@lists.infradead.org; Wed, 30 Sep 2020 12:49:44 +0000 Received: from mail-ot1-f48.google.com (mail-ot1-f48.google.com [209.85.210.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AA45220EDD for ; Wed, 30 Sep 2020 12:49:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601470182; bh=07hSLMQoSpJSnvfViRt2er9D+38nJ1S81f1pw8lhyYI=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=TgzEXMtQYCQ4hji7DOmdTnfI2lS3zxPnvm2KRDJwzG0XLgpzd0IJ97uLGmzQcoiQO Wd16HXQmPuh+vW9xDcMTBtL92NfjBHi97PdgUhKt+CrWruep/gPrasN/4kXkuDpSAl c/sO48ID8ZeZHagmOjeXESh3YeF+x5PprxgexAro= Received: by mail-ot1-f48.google.com with SMTP id q21so1655078ota.8 for ; Wed, 30 Sep 2020 05:49:42 -0700 (PDT) X-Gm-Message-State: AOAM531MMRiCGAJ+31wBMbifUck7jh7Oh+qZaiyIpiY864yX5Jm5gbzV fixWXv4MesKZIxLbrizA1eYpBGC4YAfHb7NjIA== X-Google-Smtp-Source: ABdhPJyR5QEMfsRPmsJEZQZKhpIiC7BJ0ZReMqLzMNDvpzBCR4FJ4JQzuiKDWDYNYA1PrgT9fFAZmU47iuzjUTHfy/s= X-Received: by 2002:a9d:6b0d:: with SMTP id g13mr1499160otp.129.1601470182041; Wed, 30 Sep 2020 05:49:42 -0700 (PDT) MIME-Version: 1.0 References: <1601444167-11316-1-git-send-email-hayashi.kunihiko@socionext.com> <1601444167-11316-4-git-send-email-hayashi.kunihiko@socionext.com> In-Reply-To: <1601444167-11316-4-git-send-email-hayashi.kunihiko@socionext.com> From: Rob Herring Date: Wed, 30 Sep 2020 07:49:30 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 3/4] PCI: dwc: Add common iATU register support To: Kunihiko Hayashi X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200930_084943_748170_D65494C7 X-CRM114-Status: GOOD ( 14.65 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Lorenzo Pieralisi , Masami Hiramatsu , Jingoo Han , "linux-kernel@vger.kernel.org" , Jassi Brar , Murali Karicheri , PCI , Bjorn Helgaas , Gustavo Pimentel , linux-arm-kernel 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 Wed, Sep 30, 2020 at 12:36 AM Kunihiko Hayashi wrote: > > This gets iATU register area from reg property that has reg-names "atu". > In Synopsys DWC version 4.80 or later, since iATU register area is > separated from core register area, this area is necessary to get from > DT independently. > > Cc: Murali Karicheri > Cc: Jingoo Han > Cc: Gustavo Pimentel > Suggested-by: Rob Herring > Signed-off-by: Kunihiko Hayashi > --- > drivers/pci/controller/dwc/pcie-designware.c | 5 +++++ > 1 file changed, 5 insertions(+) Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel