From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH v3 1/1] serial: omap-serial: Add support for kernel debugger Date: Tue, 30 Nov 2010 17:28:23 -0800 Message-ID: <20101201012823.GA21050@kroah.com> References: <1290468252-23539-1-git-send-email-cosmin.cojocar@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from kroah.org ([198.145.64.141]:51194 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753428Ab0LAB2g (ORCPT ); Tue, 30 Nov 2010 20:28:36 -0500 Content-Disposition: inline In-Reply-To: <1290468252-23539-1-git-send-email-cosmin.cojocar@gmail.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Cosmin Cojocar Cc: govindraj.raja@ti.com, manjugk@ti.com, khilman@deeprootsystems.com, tony@atomide.com, ben-linux@fluff.org, tklauser@distanz.ch, feng.tang@intel.com, alan@linux.intel.com, gregkh@suse.de, linux-omap@vger.kernel.org On Tue, Nov 23, 2010 at 12:24:12AM +0100, Cosmin Cojocar wrote: > The kgdb invokes the poll_put_char and poll_get_char when communicating > with the host. This patch also changes the initialization order because the > kgdb will check at the very beginning, if there is a valid serial > driver. > > Signed-off-by: Cosmin Cojocar > --- > drivers/serial/Makefile | 2 +- This fails to apply to the linux-next tree due to Makefile changes in this area. Can you rediff it and resend it to me so that I can apply it? thanks, greg k-h