Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751324AbdGPNyC (ORCPT ); Sun, 16 Jul 2017 09:54:02 -0400 Received: from wp244.webpack.hosteurope.de ([80.237.133.13]:58080 "EHLO wp244.webpack.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751251AbdGPNyB (ORCPT ); Sun, 16 Jul 2017 09:54:01 -0400 Date: Sun, 16 Jul 2017 15:53:57 +0200 (CEST) From: Marcus Wolf To: Greg KH Cc: robh+dt@kernel.org, linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, grant.likely@linaro.org, devicetree@vger.kernel.org Message-ID: <998958447.68928.1500213238028@ox.hosteurope.de> In-Reply-To: <20170716101531.GA19773@kroah.com> References: <20170715112454.GB1753@kroah.com> <89433969.66090.1500123565835@ox.hosteurope.de> <20170715130220.GA22977@kroah.com> <826180465.66159.1500124248340@ox.hosteurope.de> <20170715131628.GA29222@kroah.com> <1152815224.66246.1500126030682@ox.hosteurope.de> <20170715134739.GA20360@kroah.com> <8d152de9387d8ebae5b3cd11277e8ada-EhVcX1pHQwdXWkQFBhENSgEKLlwACzJXX19HAVhEWENbS1kLMF52CEtUX1pBSEwcXlJRL1lQWAheXH4CVVE=-webmailer1@server05.webmailer.hosteurope.de> <20170716064546.GA11484@kroah.com> <39f4e59cae6d241235f8f2cc6eebb33c-EhVcX1pHQwdXWkQFBhENSgEKLlwACzJXX19HAVhEWENbS1kLMF52CEtUX1pBSEwcXlJRL1lQWAheVn4GUFc=-webmailer1@server05.webmailer.hosteurope.de> <20170716101531.GA19773@kroah.com> Subject: Re: [PATCH 1/1] drivers/staging/pi433: New driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Medium X-Mailer: Open-Xchange Mailer v7.8.3-Rev29 X-Originating-Client: com.openexchange.ox.gui.dhtml X-bounce-key: webpack.hosteurope.de;marcus.wolf@wolf-entwicklungen.de;1500213241;892e97d0; X-HE-SMSGID: 1dWjzi-0007Rl-4m Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1037 Lines: 40 Hi Greg, like I wrote before - unfortunally I couldn't find a git command, squashing all my commits into one single patch. Therfore I copy and pasted the patch manually. Never the less, the first three rows were copied from a patch, originally generated by git. I used git format-patch master --stdout -p > pi433_patch for the first rows and git diff master > pi433_patch fot the dif/patch itself. If someone could help me with better git commands, I would be happy :-) Thanks a lot, Marcus > Greg KH hat am 16. Juli 2017 um 12:15 > geschrieben: > > > On Sun, Jul 16, 2017 at 11:52:32AM +0200, Wolf Entwicklungen wrote: > > From: Marcus Wolf > > Date: Tue,16 Jul 2017 11:52:06 +0100 > > Subject: [PATCH 1/1] drivers/staging/pi433: New driver > > Why is this all here in the patch body? Usually git will strip this > out, but in the future, please don't put it here. > > I'll try to queue this up in a few days and let's see what breaks :) > > thanks, > > greg k-h >