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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 AA647C76186 for ; Thu, 25 Jul 2019 01:56:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8367821951 for ; Thu, 25 Jul 2019 01:56:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388676AbfGYB45 (ORCPT ); Wed, 24 Jul 2019 21:56:57 -0400 Received: from esa01.kjsl.com ([198.137.202.87]:45602 "EHLO esa01.kjsl.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387808AbfGYB44 (ORCPT ); Wed, 24 Jul 2019 21:56:56 -0400 X-Greylist: delayed 572 seconds by postgrey-1.27 at vger.kernel.org; Wed, 24 Jul 2019 21:56:56 EDT Received: from unknown (HELO people.danlj.org) ([IPv6:2607:7c80:54:5:7609:68e3:940d:b47c]) by esa01.kjsl.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2019 01:47:23 +0000 Received: from people.danlj.org (localhost [127.0.0.1]) by people.danlj.org (8.14.7/8.14.7) with ESMTP id x6P1lNJr007275 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 24 Jul 2019 21:47:23 -0400 Received: (from johnsonm@localhost) by people.danlj.org (8.14.7/8.15.2/Submit) id x6P1lM7a007274; Wed, 24 Jul 2019 21:47:22 -0400 Date: Wed, 24 Jul 2019 21:47:21 -0400 From: "Michael K. Johnson" To: Ulf Hansson Cc: Ben Chuang , Adrian Hunter , Linux Kernel Mailing List , "linux-mmc@vger.kernel.org" Subject: Re: [PATCH 1/2] mmc: sdhci: Add PLL Enable support to internal clock setup Message-ID: <20190725014721.GA7239@people.danlj.org> References: <20190717023951.5064-1-ben.chuang@genesyslogic.com.tw> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 24, 2019 at 09:19:30AM +0200, Ulf Hansson wrote: > > Genesys Logic Email Confidentiality Notice: > > This mail and any attachments may contain information that is confidential, proprietary, privileged or otherwise protected by law. The mail is intended solely for the named addressee (or a person responsible for delivering it to the addressee). If you are not the intended recipient of this mail, you are not authorized to read, print, copy or disseminate this mail. > > > > If you have received this email in error, please notify us immediately by reply email and immediately delete this message and any attachments from your system. Please be noted that any unauthorized use, dissemination, distribution or copying of this email is strictly prohibited. > > ________________________________ > > If you want me to apply the patch, you have to drop the above notice. Ben is the primary author and can respond on the requested code changes; I helped break the work apart into the two patches and did small changes to improve the code. Ben's SMTP server at Genesys auto-appends the confidentiality notice without giving him the opportunity to control it. I have the patch set co-developed in a shared Git repository without the automated email addition ever applied, so when Ben works out the substantial changes, I can send final patches to the list without the mail-mangling robot getting in the way. He'll still be the primary author.