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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 7A056C433B4 for ; Tue, 11 May 2021 08:42:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4F9166186A for ; Tue, 11 May 2021 08:42:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230476AbhEKInr (ORCPT ); Tue, 11 May 2021 04:43:47 -0400 Received: from mail-vs1-f50.google.com ([209.85.217.50]:45644 "EHLO mail-vs1-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231126AbhEKInj (ORCPT ); Tue, 11 May 2021 04:43:39 -0400 Received: by mail-vs1-f50.google.com with SMTP id x188so4225007vsx.12; Tue, 11 May 2021 01:42:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=yzRdx62Sq3AaDnhd51+rCUJyJIfzNZKgNx2jthkjD/E=; b=UmzsMKflBIc0YxXMZLC4EpFQPhAbEb6MOQ0fP5lK/n5NvPeqgRETZ0Vji7njkaI8Pr v3JIfJcBPiLOXLdT7CITzCpxVGvGyUUY4lvtD6tplcNp9tY1ocI0hcZyuLCpVXX3JmdM hgDpSJw6ltlajJ2iYIJX8mbtBiWZ2v+ihtWr/bbJkyZ9WzyIrpFweNuwPiSLyiWb6jB6 tio0JhRBLbKj33+ErYtJPDfAqqEuAL95wLyBCSyYR2gjMFmPgXMSYqtgmn1Pe7JbiQ40 sn4G2HvkDJRxJQEyEEPfn6aS1T9Jj9iyCsziWBknvkbAmAF03bj2YW7pY62q9nsvrnZw JLpQ== X-Gm-Message-State: AOAM533lZVGZqGkhGkqG5E2EKagCZE7/hRWdWX87dqg3gI/75wR0v/Js XEG1gRyBDzy3EqDq0tXP1QAtjf/RZfwWx3yY2L4= X-Google-Smtp-Source: ABdhPJxidzMgN+SIFQ8O4Pmyfgrc3FjU9fVcUqfJeBTcd/MTQvdGjLXfxIWnE3wqGu11LDO+cBZsOZvFeZQ6Fc7RGVA= X-Received: by 2002:a67:8745:: with SMTP id j66mr24922894vsd.18.1620722552807; Tue, 11 May 2021 01:42:32 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Geert Uytterhoeven Date: Tue, 11 May 2021 10:42:21 +0200 Message-ID: Subject: Re: [PATCH v10 1/4] misc: Add Synopsys DesignWare xData IP driver To: Gustavo Pimentel Cc: "open list:DOCUMENTATION" , linux-pci , Linux Kernel Mailing List , Derek Kiernan , Dragan Cvetic , Arnd Bergmann , Andrew Morton , Greg Kroah-Hartman , Jonathan Corbet , Bjorn Helgaas , =?UTF-8?Q?Krzysztof_Wilczy=C5=84ski?= Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Hi Gustavo, On Mon, Mar 29, 2021 at 1:19 PM Gustavo Pimentel wrote: > Add Synopsys DesignWare xData IP driver. This driver enables/disables > the PCI traffic generator module pertain to the Synopsys DesignWare > prototype. > > Signed-off-by: Gustavo Pimentel Thanks for your patch, which is now commit e8a30eef6ef6da49 ("misc: Add Synopsys DesignWare xData IP driver") in v5.13-rc1. > diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig > index f532c59..e6af9ff 100644 > --- a/drivers/misc/Kconfig > +++ b/drivers/misc/Kconfig > @@ -402,6 +402,16 @@ config SRAM > config SRAM_EXEC > bool > > +config DW_XDATA_PCIE > + depends on PCI > + tristate "Synopsys DesignWare xData PCIe driver" > + help > + This driver allows controlling Synopsys DesignWare PCIe traffic > + generator IP also known as xData, present in Synopsys DesignWare > + PCIe Endpoint prototype. Hence shouldn't this depend on PCIE_DW_EP, and perhaps be moved to drivers/pcie/? Or is that a driver for a different Synopsys DesignWare PCIe Endpoint? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds