From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756383Ab0CVVdn (ORCPT ); Mon, 22 Mar 2010 17:33:43 -0400 Received: from cantor.suse.de ([195.135.220.2]:40754 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753999Ab0CVVdm (ORCPT ); Mon, 22 Mar 2010 17:33:42 -0400 Date: Mon, 22 Mar 2010 14:34:08 -0700 From: Greg KH To: pavan_savoy@ti.com Cc: alan@lxorguk.ukuu.org.uk, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/6] drivers:misc: Kconfig, Makefile for TI's ST ldisc Message-ID: <20100322213408.GA420@suse.de> References: <1269292756-7469-1-git-send-email-pavan_savoy@ti.com> <1269292756-7469-2-git-send-email-pavan_savoy@ti.com> <1269292756-7469-3-git-send-email-pavan_savoy@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1269292756-7469-3-git-send-email-pavan_savoy@ti.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 22, 2010 at 04:19:12PM -0500, pavan_savoy@ti.com wrote: > From: Pavan Savoy > > This change adds the Kconfig and Make file for TI's > ST line discipline driver and the BlueZ driver for BT > core of the TI BT/FM/GPS combo chip. This patch breaks the build if you were to apply them in order, or hit is in a 'git bisect' session. Please always make it so that no individual patch would ever break anything. thanks, greg k-h