Re: DM3730 Bluetooth Performance differences between SERIAL_8250_OMAP vs SERIAL_OMAP

2019-10-05 Thread Adam Ford
On Sat, Oct 5, 2019 at 8:23 PM Adam Ford wrote: > > On Fri, Oct 4, 2019 at 10:45 PM Adam Ford wrote: > > > > On Fri, Oct 4, 2019 at 11:51 AM Adam Ford wrote: > > > > > > On Fri, Oct 4, 2019 at 9:08 AM Adam Ford wrote: > > > > > > > > On Fri, Oct 4, 2019 at 7:27 AM Yegor Yefremov > > > > wrote:

Re: DM3730 Bluetooth Performance differences between SERIAL_8250_OMAP vs SERIAL_OMAP

2019-10-05 Thread Adam Ford
On Fri, Oct 4, 2019 at 10:45 PM Adam Ford wrote: > > On Fri, Oct 4, 2019 at 11:51 AM Adam Ford wrote: > > > > On Fri, Oct 4, 2019 at 9:08 AM Adam Ford wrote: > > > > > > On Fri, Oct 4, 2019 at 7:27 AM Yegor Yefremov > > > wrote: > > > > > > > > Hi Adam, > > > > > > > > On Fri, Oct 4, 2019 at 12

Re: DM3730 Bluetooth Performance differences between SERIAL_8250_OMAP vs SERIAL_OMAP

2019-10-04 Thread Adam Ford
On Fri, Oct 4, 2019 at 11:51 AM Adam Ford wrote: > > On Fri, Oct 4, 2019 at 9:08 AM Adam Ford wrote: > > > > On Fri, Oct 4, 2019 at 7:27 AM Yegor Yefremov > > wrote: > > > > > > Hi Adam, > > > > > > On Fri, Oct 4, 2019 at 12:39 PM Adam Ford wrote: > > > > > > > > On Fri, Oct 4, 2019 at 5:02 AM

Re: DM3730 Bluetooth Performance differences between SERIAL_8250_OMAP vs SERIAL_OMAP

2019-10-04 Thread Adam Ford
On Fri, Oct 4, 2019 at 9:08 AM Adam Ford wrote: > > On Fri, Oct 4, 2019 at 7:27 AM Yegor Yefremov > wrote: > > > > Hi Adam, > > > > On Fri, Oct 4, 2019 at 12:39 PM Adam Ford wrote: > > > > > > On Fri, Oct 4, 2019 at 5:02 AM Adam Ford wrote: > > > > > > > > I am running Kernel 5.3.2 trying to tr

Re: DM3730 Bluetooth Performance differences between SERIAL_8250_OMAP vs SERIAL_OMAP

2019-10-04 Thread Adam Ford
On Fri, Oct 4, 2019 at 7:27 AM Yegor Yefremov wrote: > > Hi Adam, > > On Fri, Oct 4, 2019 at 12:39 PM Adam Ford wrote: > > > > On Fri, Oct 4, 2019 at 5:02 AM Adam Ford wrote: > > > > > > I am running Kernel 5.3.2 trying to troubleshoot some intermittent > > > Bluetooth issues, and I think I have

Re: DM3730 Bluetooth Performance differences between SERIAL_8250_OMAP vs SERIAL_OMAP

2019-10-04 Thread Yegor Yefremov
Hi Adam, On Fri, Oct 4, 2019 at 12:39 PM Adam Ford wrote: > > On Fri, Oct 4, 2019 at 5:02 AM Adam Ford wrote: > > > > I am running Kernel 5.3.2 trying to troubleshoot some intermittent > > Bluetooth issues, and I think I have narrowed it down to the serial > > driver in use. > > I should have al

Re: DM3730 Bluetooth Performance differences between SERIAL_8250_OMAP vs SERIAL_OMAP

2019-10-04 Thread Adam Ford
On Fri, Oct 4, 2019 at 5:02 AM Adam Ford wrote: > > I am running Kernel 5.3.2 trying to troubleshoot some intermittent > Bluetooth issues, and I think I have narrowed it down to the serial > driver in use. I should have also noted that it's using UART2 with CTS and RTS on the DM3730 (omap3630) an

DM3730 Bluetooth Performance differences between SERIAL_8250_OMAP vs SERIAL_OMAP

2019-10-04 Thread Adam Ford
I am running Kernel 5.3.2 trying to troubleshoot some intermittent Bluetooth issues, and I think I have narrowed it down to the serial driver in use. By default, omap2plus_defconfig enables both SERIAL_8250_OMAP and SERIAL_OMAP. I have my console device configured as ttyS0, and all appears fine.