From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754630Ab2DSACE (ORCPT ); Wed, 18 Apr 2012 20:02:04 -0400 Received: from mail-pz0-f52.google.com ([209.85.210.52]:33247 "EHLO mail-pz0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753522Ab2DSACC (ORCPT ); Wed, 18 Apr 2012 20:02:02 -0400 Date: Wed, 18 Apr 2012 17:01:58 -0700 From: Greg KH To: Kyungmin Park Cc: MyungJoo Ham , Arnd Bergmann , LKML , NeilBrown , Randy Dunlap , Mike Lockwood , Arve =?iso-8859-1?Q?Hj=F8nnevag?= , Linus Walleij , Dmitry Torokhov , Morten CHRISTIANSEN , Mark Brown , John Stultz , Joerg Roedel , myungjoo.ham@gmail.com, cw00.choi@samsung.com Subject: Re: [PATCH v7 1/6] Extcon (external connector): import Android's switch class and modify. Message-ID: <20120419000158.GB24271@kroah.com> References: <1332492784-10526-1-git-send-email-myungjoo.ham@samsung.com> <1332492784-10526-2-git-send-email-myungjoo.ham@samsung.com> <20120418214703.GA31606@kroah.com> <20120418234042.GB23221@kroah.com> 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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 19, 2012 at 08:48:35AM +0900, Kyungmin Park wrote: > On 4/19/12, Greg KH wrote: > > On Thu, Apr 19, 2012 at 08:38:06AM +0900, Kyungmin Park wrote: > >> Hi Greg, > >> > >> Can you check the latest extcon at here? > >> > >> http://git.infradead.org/users/kmpark/linux-samsung/shortlog/refs/heads/extcon > > > > No, please send me patches, that's what I need to have in order to apply > > them. > > > > Always make sure that your patches do not break the build along the > > series, which is what happened here. Did you not test this? > > No, we tested it from kernel 3.2 and generate the patches against the > latest kernel at that time. It wasn't an issue about the kernel it was built against, it is a bug in this first patch, it just will not build. That needs to be fixed, right? > Here's another patch based on 3.3-rc4. > http://git.infradead.org/users/kmpark/linux-samsung/shortlog/refs/heads/extcon-for-next > > Anyway, as you want, we will send the extcon patches again without build break. That's a requirement if you want them to be applied :) thanks, greg k-h