From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCHv3] OMAP: Enable Magic SysRq on serial console ttyOx Date: Mon, 31 Jan 2011 15:54:11 -0800 Message-ID: <87vd141vfg.fsf@ti.com> References: <1295604084-27761-1-git-send-email-weber@corscience.de> <8739oi7z4m.fsf@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: (Thomas Weber's message of "Mon, 31 Jan 2011 22:31:09 +0100") Sender: linux-kernel-owner@vger.kernel.org To: Thomas Weber Cc: Govindraj , Thomas Weber , linux-omap@vger.kernel.org, manjugk@ti.com, gadiyar@ti.com, tony@atomide.com, govindraj@ti.com, gregkh@suse.de, andrei.emeltchenko@nokia.com, linux-kernel@vger.kernel.org List-Id: linux-omap@vger.kernel.org Thomas Weber writes: > On Mon, Jan 24, 2011 at 10:47 PM, Kevin Hilman wrote= : >> Govindraj writes: >> >>> On Fri, Jan 21, 2011 at 3:31 PM, Thomas Weber = wrote: >>>> Magic SysRq key is not working for OMAP on new serial >>>> console ttyOx because SUPPORT_SYSRQ is not defined >>>> for omap-serial. >>>> >>>> This patch defines SUPPORT_SYSRQ in omap-serial and >>>> enables handling of Magic SysRq character. >>>> >>>> Further there is an issue of losing first break character. >>>> Removing the reset of the lsr_break_flag fixes this issue. >>>> >>>> Signed-off-by: Thomas Weber >>> >>> >>> Acked-by: Govindraj.R >>> Tested-by: Manjunath G Kondaiah >>> >> >> Acked-by: Kevin Hilman >> >> Greg, this one should go for .38-rc. =C2=A0 Feel free to merge, or w= e can >> take it through the OMAP tree with your ack. >> >> Thanks, >> >> Kevin >> >> -- > > Hello, > should I rebase this patch, because it does not apply after movement > of driver/serial to driver/tty/serial? > Yes, please rebase. Thanks, Kevin