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=-5.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, 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 0800AC43381 for ; Tue, 2 Feb 2021 17:11:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C25AB64F8A for ; Tue, 2 Feb 2021 17:11:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237155AbhBBRLG (ORCPT ); Tue, 2 Feb 2021 12:11:06 -0500 Received: from mail.kernel.org ([198.145.29.99]:40618 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237249AbhBBRJE (ORCPT ); Tue, 2 Feb 2021 12:09:04 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8EFAC64F87; Tue, 2 Feb 2021 17:08:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612285704; bh=kfjDlNIaVJazL4BD9E8JsEE9EWpuCPoncBB5XS/Gm2E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rxLU42pT9IwOohjuggI83EYkw9r2Bc/yogUTvaDI2B0sFVSf4QKMdcnkBTkGGSnJP gRYaHTSJOal1g8+732zORip149mzM3sPaKIjEbYEr3soKwrwiRAefIGiBI+rp+jiD7 7SJ25kEfW02MTR6ZgfK7M7X+kGR8CoCjMaPPTs4M= Date: Tue, 2 Feb 2021 18:08:21 +0100 From: Greg Kroah-Hartman To: Gustavo Pimentel Cc: Derek Kiernan , Dragan Cvetic , Arnd Bergmann , Jonathan Corbet , "linux-pci@vger.kernel.org" , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v3 0/5] misc: Add Add Synopsys DesignWare xData IP driver Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Tue, Feb 02, 2021 at 04:58:50PM +0000, Gustavo Pimentel wrote: > On Tue, Feb 2, 2021 at 10:43:3, Greg Kroah-Hartman > wrote: > > > On Tue, Feb 02, 2021 at 10:38:29AM +0000, Gustavo Pimentel wrote: > > > On Tue, Feb 2, 2021 at 10:11:21, Greg Kroah-Hartman > > > wrote: > > > > > > > On Tue, Feb 02, 2021 at 08:51:10AM +0000, Gustavo Pimentel wrote: > > > > > Just a kindly reminder. > > > > > > > > reminder of what? > > > > > > To review the patch set. I've done the requested modifications, but I > > > didn't get any feedback if this patch series is fine or it needs > > > something more to have an ACK. > > > > I do not knwo, I don't see anything my my review queue, sorry. > > I've resend the patch series. Let's see if appears now 😊 > > > > > > If some feedback was provided, please accept my apologies. My email > > > account was having some issues some time ago and I might not have > > > received some emails. > > > > Check the archives please, that's what they are there for :) > > I have just checked, there isn't any feedback besides yours and Arnd > Bergmann. Did you incorporate our review? greg k-h