Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751580AbdHPF7n (ORCPT ); Wed, 16 Aug 2017 01:59:43 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:52955 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750827AbdHPF7m (ORCPT ); Wed, 16 Aug 2017 01:59:42 -0400 Subject: Re: [PATCH v3] Fix missing PCI ID; Necessary for Lenovo Yoga 720-15 Touchpad. To: Hoeze , lee.jones@linaro.org, linux-kernel@vger.kernel.org Cc: coolstarorganization@gmail.com, mykesx@gmail.com, bjodah@gmail.com, dja@axtens.net, Hoeze References: <20170812201620.20129-1-git.ich@frhoelzlwimmer.de> From: Andrew Donnellan Date: Wed, 16 Aug 2017 15:58:38 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170812201620.20129-1-git.ich@frhoelzlwimmer.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-AU Content-Transfer-Encoding: 8bit X-TM-AS-MML: disable x-cbid: 17081605-0016-0000-0000-000002605222 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17081605-0017-0000-0000-000006E2D7BD Message-Id: <86d9a2bf-e6b9-bbf1-52ad-c11a00179ebf@au1.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-08-16_02:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1708160101 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1651 Lines: 48 Hi Florian, As Daniel said, good work on figuring out how to get this far! There's a couple of minor issues with the formatting of this patch. Firstly, as Lee said in response to the last version, you should change the summary line of the commit to indicate the contents of the patch more accurately. Based on what I see in the git log, I'd suggest: "mfd: intel-lpss: Add missing PCI ID" The previous commits to this file also mention the type of chipset - I *think* this is Sunrise Point, but I don't work for Intel. :) Don't mention the Lenovo touchpad in the summary - in the main body of the commit message is better. On 13/08/17 06:16, Hoeze wrote: > From: Hoeze The name and email here is what's going to appear in the git commit log as the author of the commit. Generally, it should be the same as both the details in your Signed-off-by line, and the email should be the same as the email address you're sending from. If the name/email address in the commit is the same as the name/email address you're sending from, git send-email will actually skip this line completely. You should probably try: $ git config --global user.name "Florian R. Hölzlwimmer" $ git config --global user.email "git.ich@frhoelzlwimmer.de" $ git commit --amend --reset-author This will set your details in your git configuration, and then re-create the last commit using the correct authorship details. If you then re-send it, it should skip this From: line and everything should be fine. Andrew -- Andrew Donnellan OzLabs, ADL Canberra andrew.donnellan@au1.ibm.com IBM Australia Limited