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 59C30C4724C for ; Fri, 1 May 2020 07:09:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2B30E214D8 for ; Fri, 1 May 2020 07:09:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588316974; bh=l2VllNmD5XZU2Mrh1yQ5p6DmXeQXIltG1BBBIJ3kjIY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=O6O2fqVv6mbbl8qTKWMnECJV2O3MLajv3G8RK2w92QOGOw4Vtfji+RychO3+cDKIl 1uKu/fnNnOC26iA7NlDnVCicBtlo/7iMXk1bgb+aBCS/OtlHomAnx+ZOCgXC0Ta1Ll d0cD4VWwlATV4ru/afckgeAX7gHnigTtybpjHV80= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728332AbgEAHJd (ORCPT ); Fri, 1 May 2020 03:09:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:32978 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726452AbgEAHJc (ORCPT ); Fri, 1 May 2020 03:09:32 -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 1323920787; Fri, 1 May 2020 07:09:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588316972; bh=l2VllNmD5XZU2Mrh1yQ5p6DmXeQXIltG1BBBIJ3kjIY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=V5/N25RwdKC88lCrZUCxZKX2IGGBYyTBKVcOKwWrfLcOBN9GI4VHX+KlQLOolbALO zu7me9b0hm1vCCLP4PbS3F3QnXufV5i1yQpqeafX1u60CoKA7Mm7yB1f/pNC9iQlcS 5clTxbMKbA5rAhYLqW3mOXZS8XktvSWAQYJfkaHQ= Date: Fri, 1 May 2020 09:09:30 +0200 From: "gregkh@linuxfoundation.org" To: "Alessandrelli, Daniele" 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: <20200501070930.GA892454@kroah.com> References: 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 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... 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,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 4D214C4724C for ; Fri, 1 May 2020 07:09:36 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 22ACB20787 for ; Fri, 1 May 2020 07:09:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="MHvbo/Os"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="V5/N25Rw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 22ACB20787 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=YcAO1aZgE4UnNfM440aWtkAPJqGN+HZNCXVQNItcCn0=; b=MHvbo/OsP0WSvD 1x9RTCQSQ+YsGSN01nNm638Lx1TF3zJknhbBF8pC4atoFAKxyPowiAjVTOoTgkbShua+eiuPjTqev C49F0qMR6DFUz6NBJxLcgBUM+3WgJWJrpypWedqPQFY0jMNNChIt5rZLGnUq06Uhnvda40mIYvxcz mgc+7UdpALaQj50nPsbtcK6oyOH4s2s6+tc6XvCmQOu2meoQvfndF0drOPYGFLrsUVRDNnEavjFmW rPK39NUfRHv7eSOCfi9Dzu0MA4sQGMSJE64CJLRDy0Om+Rh5954dUHIUc8PeWXtlDVFBerM6LN8Uk gi5JLntjpJ/PIDAgD84w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jUPnj-0001T4-AY; Fri, 01 May 2020 07:09:35 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jUPng-0001SU-RR for linux-arm-kernel@lists.infradead.org; Fri, 01 May 2020 07:09:34 +0000 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 1323920787; Fri, 1 May 2020 07:09:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588316972; bh=l2VllNmD5XZU2Mrh1yQ5p6DmXeQXIltG1BBBIJ3kjIY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=V5/N25RwdKC88lCrZUCxZKX2IGGBYyTBKVcOKwWrfLcOBN9GI4VHX+KlQLOolbALO zu7me9b0hm1vCCLP4PbS3F3QnXufV5i1yQpqeafX1u60CoKA7Mm7yB1f/pNC9iQlcS 5clTxbMKbA5rAhYLqW3mOXZS8XktvSWAQYJfkaHQ= Date: Fri, 1 May 2020 09:09:30 +0200 From: "gregkh@linuxfoundation.org" To: "Alessandrelli, Daniele" Subject: Re: [PATCH 0/1] Add IMR driver for Keem Bay Message-ID: <20200501070930.GA892454@kroah.com> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200501_000932_909439_ECD24E84 X-CRM114-Status: GOOD ( 12.04 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "robh@kernel.org" , "Shevchenko, Andriy" , "arnd@arndb.de" , "linux-kernel@vger.kernel.org" , "Murphy, Paul J" , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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... _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel