Re: [PATCH 08/18] tty: serial: Add 8250-core based omap driver

2014-09-08 Thread Tony Lindgren
* Sebastian Andrzej Siewior [140905 12:03]: > > It has been only tested as console UART on am335x-evm, dra7-evm and > beagle bone. I also did some longer raw-transfers to meassure the load. You may want to also update this with beagleboard xm now too? Regards, Tony -- To unsubscribe from

Re: [PATCH 08/18] tty: serial: Add 8250-core based omap driver

2014-09-08 Thread Tony Lindgren
* Sebastian Andrzej Siewior bige...@linutronix.de [140905 12:03]: It has been only tested as console UART on am335x-evm, dra7-evm and beagle bone. I also did some longer raw-transfers to meassure the load. You may want to also update this with beagleboard xm now too? Regards, Tony -- To

[PATCH 08/18] tty: serial: Add 8250-core based omap driver

2014-09-05 Thread Sebastian Andrzej Siewior
This patch provides a 8250-core based UART driver for the internal OMAP UART. The long term goal is to provide the same functionality as the current OMAP uart driver and DMA support. I tried to merge omap-serial code together with the 8250-core code. There should should be hardly a noticable

[PATCH 08/18] tty: serial: Add 8250-core based omap driver

2014-09-05 Thread Sebastian Andrzej Siewior
This patch provides a 8250-core based UART driver for the internal OMAP UART. The long term goal is to provide the same functionality as the current OMAP uart driver and DMA support. I tried to merge omap-serial code together with the 8250-core code. There should should be hardly a noticable