UART driver development

2014-09-10 Thread Adrien PEYROUTY
Hello all, I am currently working on a UART driver for linux. I am developping a new architecture on which I have 3 uart ports. In this architecture, I know that there will be 3 UARTs, and this driver has to be compiled with the kernel, it mustn't be a module driver. The exact thing I want to

Re: UART driver development

2014-09-10 Thread Greg KH
On Wed, Sep 10, 2014 at 04:20:27PM +0200, Adrien PEYROUTY wrote: Hello all, I am currently working on a UART driver for linux. For what specific UART and platform? I am developping a new architecture on which I have 3 uart ports. 3 different uarts on what type of bus? In this