Re: [PATCH 2/2] tty: serial: msm_serial add info message

2016-04-28 Thread Frank Rowand
On 4/28/2016 1:51 PM, Greg Kroah-Hartman wrote: > On Sat, Apr 23, 2016 at 10:17:05AM -0700, Frank Rowand wrote: >> From: Frank Rowand >> >> Failure to enable DMA by the msm_serial driver is silent. >> Add a message to report the failure. >> >> Signed-off-by: Frank Rowand >> --- >> drivers/tty/se

Re: [PATCH 2/2] tty: serial: msm_serial add info message

2016-04-28 Thread Greg Kroah-Hartman
On Sat, Apr 23, 2016 at 10:17:05AM -0700, Frank Rowand wrote: > From: Frank Rowand > > Failure to enable DMA by the msm_serial driver is silent. > Add a message to report the failure. > > Signed-off-by: Frank Rowand > --- > drivers/tty/serial/msm_serial.c |1 + > 1 file changed, 1 insertio

Re: [PATCH 2/2] tty: serial: msm_serial add info message

2016-04-25 Thread Frank Rowand
On 4/25/2016 2:35 PM, Stephen Boyd wrote: > On 04/25, Frank Rowand wrote: >> >> This is in msm_request_tx_dma(). I should have made the message >> "msm_serial: TX DMA not enabled\n" and added a similar message >> to msm_request_rx_dma(). >> >> Then it could print twice, once for TX and once for RX

Re: [PATCH 2/2] tty: serial: msm_serial add info message

2016-04-25 Thread Stephen Boyd
On 04/25, Frank Rowand wrote: > > This is in msm_request_tx_dma(). I should have made the message > "msm_serial: TX DMA not enabled\n" and added a similar message > to msm_request_rx_dma(). > > Then it could print twice, once for TX and once for RX. :-) > For my board it would print twice because

Re: [PATCH 2/2] tty: serial: msm_serial add info message

2016-04-25 Thread Frank Rowand
On 4/25/2016 1:48 PM, Stephen Boyd wrote: > On 04/23, Frank Rowand wrote: >> From: Frank Rowand >> >> Failure to enable DMA by the msm_serial driver is silent. >> Add a message to report the failure. >> >> Signed-off-by: Frank Rowand >> --- >> drivers/tty/serial/msm_serial.c |1 + >> 1 file

Re: [PATCH 2/2] tty: serial: msm_serial add info message

2016-04-25 Thread Stephen Boyd
On 04/23, Frank Rowand wrote: > From: Frank Rowand > > Failure to enable DMA by the msm_serial driver is silent. > Add a message to report the failure. > > Signed-off-by: Frank Rowand > --- > drivers/tty/serial/msm_serial.c |1 + > 1 file changed, 1 insertion(+) > > Index: b/drivers/tty/s