Re: [PATCH to be tested] serial: msm_serial: add missing sysrq handling

2014-10-03 Thread Frank Rowand
On 10/3/2014 2:34 PM, Stephen Boyd wrote: > Hi Frank, > > On 08/13/14 19:42, Frank Rowand wrote: >> On 8/13/2014 7:33 PM, Frank Rowand wrote: >>> On 8/12/2014 5:23 PM, Stephen Boyd wrote: On 08/06/14 17:16, Frank Rowand wrote: >> < snip > >> >>> The patches you sent are a little hard to rea

Re: [PATCH to be tested] serial: msm_serial: add missing sysrq handling

2014-10-03 Thread Stephen Boyd
Hi Frank, On 08/13/14 19:42, Frank Rowand wrote: > On 8/13/2014 7:33 PM, Frank Rowand wrote: >> On 8/12/2014 5:23 PM, Stephen Boyd wrote: >>> On 08/06/14 17:16, Frank Rowand wrote: > < snip > > >> The patches you sent are a little hard to read since they modify further code >> that my patch modi

Re: [PATCH to be tested] serial: msm_serial: add missing sysrq handling

2014-08-13 Thread Frank Rowand
On 8/13/2014 7:33 PM, Frank Rowand wrote: > On 8/12/2014 5:23 PM, Stephen Boyd wrote: >> On 08/06/14 17:16, Frank Rowand wrote: < snip > > The patches you sent are a little hard to read since they modify further code > that my patch modified. So I have redone your patches, as if my patch was >

Re: [PATCH to be tested] serial: msm_serial: add missing sysrq handling

2014-08-13 Thread Frank Rowand
On 8/13/2014 7:33 PM, Frank Rowand wrote: > On 8/12/2014 5:23 PM, Stephen Boyd wrote: >> On 08/06/14 17:16, Frank Rowand wrote: < snip > > The patches you sent are a little hard to read since they modify further code > that my patch modified. So I have redone your patches, as if my patch was > n

Re: [PATCH to be tested] serial: msm_serial: add missing sysrq handling

2014-08-13 Thread Frank Rowand
On 8/12/2014 5:23 PM, Stephen Boyd wrote: > On 08/06/14 17:16, Frank Rowand wrote: >> Stephen, >> >> Can you test this patch on v 1.3 hardware? It works on my v 1.4. >> >> If you use kdmx2, the way to send a break is '~B'. The previous >> key pressed must be for the '~' escape to be recognized.

Re: [PATCH to be tested] serial: msm_serial: add missing sysrq handling

2014-08-12 Thread Stephen Boyd
On 08/06/14 17:16, Frank Rowand wrote: > Stephen, > > Can you test this patch on v 1.3 hardware? It works on my v 1.4. > > If you use kdmx2, the way to send a break is '~B'. The previous > key pressed must be for the '~' escape to be recognized. > > Thanks! > > -Frank > > > > From: Frank Rowand

[PATCH to be tested] serial: msm_serial: add missing sysrq handling

2014-08-06 Thread Frank Rowand
Stephen, Can you test this patch on v 1.3 hardware? It works on my v 1.4. If you use kdmx2, the way to send a break is '~B'. The previous key pressed must be for the '~' escape to be recognized. Thanks! -Frank From: Frank Rowand Add missing sysrq handling to msm_serial. Signed-off-by: