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 B7667C433E0 for ; Tue, 2 Feb 2021 10:43:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7795F64D9C for ; Tue, 2 Feb 2021 10:43:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229787AbhBBKnv (ORCPT ); Tue, 2 Feb 2021 05:43:51 -0500 Received: from mail.kernel.org ([198.145.29.99]:50402 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229601AbhBBKns (ORCPT ); Tue, 2 Feb 2021 05:43:48 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id CB96964D9C; Tue, 2 Feb 2021 10:43:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612262588; bh=AXiLBCX4n0vbr8s5sfDetV4X7CBLkBwH6/ojo3pJa0Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tqtzCAZDObcLN6afz7F2F5pUMS+PIzr9V0HmAM5K4vReRqex4DdiH7goYlYF4gc6q gWS+xDI4PaAh/86v6cUHYKYIjUKUTEgEAiNR68ncPADtyW3thQwaRzN4qTlSZ3ieWL haaBS6ziDVRFPIK+fY1VF5Pekn1ld13KdXIutZvI= Date: Tue, 2 Feb 2021 11:43:03 +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=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. > 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 :) greg k-h