Message ID | 20210401060054.40788-1-greentime.hu@sifive.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-pci-owner@kernel.org> 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,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 5E811C43616 for <linux-pci@archiver.kernel.org>; Thu, 1 Apr 2021 06:01:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2DAF06113E for <linux-pci@archiver.kernel.org>; Thu, 1 Apr 2021 06:01:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233367AbhDAGBK (ORCPT <rfc822;linux-pci@archiver.kernel.org>); Thu, 1 Apr 2021 02:01:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233344AbhDAGBC (ORCPT <rfc822;linux-pci@vger.kernel.org>); Thu, 1 Apr 2021 02:01:02 -0400 Received: from mail-pf1-x42d.google.com (mail-pf1-x42d.google.com [IPv6:2607:f8b0:4864:20::42d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2181C06178C for <linux-pci@vger.kernel.org>; Wed, 31 Mar 2021 23:01:01 -0700 (PDT) Received: by mail-pf1-x42d.google.com with SMTP id h3so636405pfr.12 for <linux-pci@vger.kernel.org>; Wed, 31 Mar 2021 23:01:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=uAkl8M4METQp4Mm9sKB+PbWAOillZ+9QKk7wqLzx2ik=; b=kloLjxLfd0OejQ8NPmE8+w+AelvEtQ5wlqJ/yxgI5sdP1+zxwHWcGzRx3VUVckPvL2 aLtsS2kfCfKKF8sTKs1VW8qVlADk/o6dFe1E5Nbmoc/sjbs8olBc0UZv+fQBpJebk4Z5 pC6TA6HkeTJJFxjjiIGACxFskYggw8STbfmDHlcuBtkilS3q1OlLKTE81NO7/BsR+WfD CEi1IvIy8YeeaQtRv3onLS6bt0TSdb86oRp6gLVvO26l7P/24TCZyJ/8O0b+6S+8MAjY pKVWBVvheFwbcIGltFqdAwZtCmdyiEKGZd7briO0U3NPokgMa/UKrqA9xVGMHxz3+j7Q 5XBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=uAkl8M4METQp4Mm9sKB+PbWAOillZ+9QKk7wqLzx2ik=; b=rWUj2CA8Qcowb44ecT465OUJajjZsmpO9riRY9zFzDI2i7dIHWLHvURSs49TDTRuQp KCvf4zjYfDUyk2vzpEYQqkCheE6GI3nxEeaH+P45as2Nu+U0FnIRQcubptSgJOYPQHUm Afh4ck0myQYgvwQFgGHTw4LSZrqykhv7dYdo5eNWXSrXAkKzVAW0PSTXtE013Rkh8gQL ytZdRlpYS0J9Kh7rgco2md6JUV4mV5u5KkXbySGq/aEmxqsKfTr4XIV/arkIIxJ4HTRH Fj5fYH5I9bkS07QtT96AnCnSvCJ4B2OCfpMB1nq0zdsLhg5SWMHjyD5h/Niw1n20Boe6 qukw== X-Gm-Message-State: AOAM533nzPoFADMpjXqFpX1xx8L+pjo1BJkgAoqBhRtXuiMboZI3mLhw 2OV9NBiueH+om0RQqlu4g1GWoA== X-Google-Smtp-Source: ABdhPJxaVYjdSka2klDIXVKJNz6O8INGxI7E/EAZ0NbbLCwgWADxmkZYkF03MJkl85Ic1XBys+NkDg== X-Received: by 2002:a63:f443:: with SMTP id p3mr6118424pgk.378.1617256861296; Wed, 31 Mar 2021 23:01:01 -0700 (PDT) Received: from hsinchu02.internal.sifive.com (114-34-229-221.HINET-IP.hinet.net. [114.34.229.221]) by smtp.gmail.com with ESMTPSA id a6sm4037328pfc.61.2021.03.31.23.00.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 31 Mar 2021 23:01:00 -0700 (PDT) From: Greentime Hu <greentime.hu@sifive.com> To: greentime.hu@sifive.com, paul.walmsley@sifive.com, hes@sifive.com, erik.danie@sifive.com, zong.li@sifive.com, bhelgaas@google.com, robh+dt@kernel.org, aou@eecs.berkeley.edu, mturquette@baylibre.com, sboyd@kernel.org, lorenzo.pieralisi@arm.com, p.zabel@pengutronix.de, alex.dewar90@gmail.com, khilman@baylibre.com, hayashi.kunihiko@socionext.com, vidyas@nvidia.com, jh80.chung@samsung.com, linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, helgaas@kernel.org Subject: [PATCH v4 0/6] Add SiFive FU740 PCIe host controller driver support Date: Thu, 1 Apr 2021 14:00:48 +0800 Message-Id: <20210401060054.40788-1-greentime.hu@sifive.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-pci.vger.kernel.org> X-Mailing-List: linux-pci@vger.kernel.org |
Series |
Add SiFive FU740 PCIe host controller driver support
|
expand
|