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=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, 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 A89CDC64E8A for ; Tue, 1 Dec 2020 10:12:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0690120770 for ; Tue, 1 Dec 2020 10:12:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="yYUcka66" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729710AbgLAKMf (ORCPT ); Tue, 1 Dec 2020 05:12:35 -0500 Received: from mail.kernel.org ([198.145.29.99]:34234 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388050AbgLAKMe (ORCPT ); Tue, 1 Dec 2020 05:12:34 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 635FE20770; Tue, 1 Dec 2020 10:11:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1606817513; bh=TQwRiimAiTWNqCIydUn/CaDIsHushIA5w8RlYTZQUD8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yYUcka660mcYWCujct4Zxb30mgZ6Oce1qZcsWhNE5QU1QF6mW7B8fcnKO2PMv+NL1 IH2xsTpFwipy6stGNc+7hbXZQ2vx83e8LBFeEfXn/HVY2shLrRidaUr9/Ip77Vgv4H S5Y7rJJ7he4dIbatGLuzineGCfh6AfkWp0nIfpZ4= Date: Tue, 1 Dec 2020 11:13:05 +0100 From: Greg Kroah-Hartman To: mgross@linux.intel.com Cc: linux-kernel@vger.kernel.org, markgross@kernel.org, adam.r.gretzinger@intel.com, Srikanth Thokala , Derek Kiernan , Dragan Cvetic , Arnd Bergmann Subject: Re: [PATCH 07/22] misc: xlink-pcie: lh: Add PCIe EPF driver for Local Host Message-ID: References: <20201130230707.46351-1-mgross@linux.intel.com> <20201130230707.46351-8-mgross@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201130230707.46351-8-mgross@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 30, 2020 at 03:06:52PM -0800, mgross@linux.intel.com wrote: > From: Srikanth Thokala > > Add PCIe EPF driver for local host (lh) to configure BAR's and other > HW resources. Underlying PCIe HW controller is a Synopsys DWC PCIe core. > > Cc: Derek Kiernan > Cc: Dragan Cvetic > Cc: Arnd Bergmann > Cc: Greg Kroah-Hartman > Reviewed-by: Mark Gross > Signed-off-by: Srikanth Thokala Again, you sent this twice? And it never got to lore.kernel.org nor the mailing lists? And I can't see a 00/XX email anywhere explaining this, and I didn't get the whole series? Something is really wrong on your end with your email client configuration, please fix that up and send this so that we can actually see it all, and know what the heck we are supposed to be reviewing... thanks, greg k-h