From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCHv4] OMAP: Enable Magic SysRq on serial console ttyOx Date: Tue, 01 Feb 2011 15:10:40 -0800 Message-ID: <87oc6vnyfj.fsf@ti.com> References: <1296545441-17070-1-git-send-email-weber@corscience.de> <87ei7ryavx.fsf@ti.com> <20110201222342.GA19137@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <20110201222342.GA19137@suse.de> (Greg KH's message of "Tue, 1 Feb 2011 14:23:42 -0800") Sender: linux-kernel-owner@vger.kernel.org To: Greg KH Cc: linux-omap@vger.kernel.org, "Govindraj.R" , open list , Thomas Weber List-Id: linux-omap@vger.kernel.org Greg KH writes: > On Tue, Feb 01, 2011 at 08:31:30AM -0800, Kevin Hilman wrote: >> Thomas Weber writes: >> >> > 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, >> >> Will you be taking this? If you prefer, we can take it via OMAP tree >> with your ack. > > I can take it if it's not a problem for you. Or if you want to, please > add: > Acked-by: Greg Kroah-Hartman > to the patch. > > Let me know which is easier for you. Since there are no dependencies on arch/arm/*omap*, you can merge it. Thanks, Kevin