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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 05BFCC4724C for ; Fri, 1 May 2020 08:04:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CC951214D8 for ; Fri, 1 May 2020 08:04:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588320286; bh=lamkafcb9ifi0CkloDrVZk+9/LKsm77P4Ce9z/TkKZI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=YQZywPXsHL5yXI02MjBZe46693bND3judfBNURXjoQVxyMJ7ArMBKyc4L0tOBf2oC /XFiwpB/8DlCAM2Fr+uTFTKs6ezs0S10TRqTyimpEdOsS1T78YLxTuFkS4utqd7q2l 5tRIk0a5oBqeq3qhVLKWydu/Wo2nvNh3PowqRnmE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728342AbgEAIEq (ORCPT ); Fri, 1 May 2020 04:04:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:51530 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726452AbgEAIEp (ORCPT ); Fri, 1 May 2020 04:04:45 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 3B02B208C3; Fri, 1 May 2020 08:04:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588320284; bh=lamkafcb9ifi0CkloDrVZk+9/LKsm77P4Ce9z/TkKZI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EdhnMAdBJ2aX7UhxdGvolxXe6kFB6/uOZUZeFFRBF2CLtG/+Ec/0FMSAdrSbHMvhr 75o17SVYdowHgoR4J3F+MPUXSXldG3MYxqu8dbPWxkUuDK1igDERkZVzfP0wl1e5/S h8wVSFWO+hM+nEV9VmNf6snwnJnHzNz9Huw/rWmU= Date: Fri, 1 May 2020 10:04:42 +0200 From: "gregkh@linuxfoundation.org" To: Daniele Alessandrelli Cc: "linux-kernel@vger.kernel.org" , "robh@kernel.org" , "Murphy, Paul J" , "Shevchenko, Andriy" , "arnd@arndb.de" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH 0/1] Add IMR driver for Keem Bay Message-ID: <20200501080442.GA1055655@kroah.com> References: <20200501070930.GA892454@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 01, 2020 at 08:53:34AM +0100, Daniele Alessandrelli wrote: > On Fri, 2020-05-01 at 09:09 +0200, gregkh@linuxfoundation.org wrote: > > On Thu, Apr 30, 2020 at 07:49:36PM +0000, Alessandrelli, Daniele > > wrote: > > > This e-mail and any attachments may contain confidential material > > > for the sole > > > use of the intended recipient(s). Any review or distribution by > > > others is > > > strictly prohibited. If you are not the intended recipient, please > > > contact the > > > sender and delete all copies. > > > > This footer means I delete all of your emails... > > My bad, I replied using the wrong email address (i.e., the one that > adds the footer automatically). Sorry about that :/ > I'll be more careful the next time. > > The original emails (the ones with the cover letter and the patch) were > fine though (unless I did something else wrong). Any advice on how to > have the patch reviewed and eventually merged? > > > > > > > Ok, let me go look at the code...