Re: [PATCH 4/6] tty: serial: lpuart: add imx7ulp support

2017-05-12 Thread Dong Aisheng
On Wed, May 10, 2017 at 01:37:07PM -0700, Stefan Agner wrote: > On 2017-05-09 23:14, Dong Aisheng wrote: > > Hi Stefan, > > > > On Wed, May 10, 2017 at 12:10 PM, Stefan Agner wrote: > >> On 2017-05-09 00:50, Dong Aisheng wrote: > >>> The lpuart of imx7ulp is basically the same

Re: [PATCH 4/6] tty: serial: lpuart: add imx7ulp support

2017-05-12 Thread Dong Aisheng
On Wed, May 10, 2017 at 01:37:07PM -0700, Stefan Agner wrote: > On 2017-05-09 23:14, Dong Aisheng wrote: > > Hi Stefan, > > > > On Wed, May 10, 2017 at 12:10 PM, Stefan Agner wrote: > >> On 2017-05-09 00:50, Dong Aisheng wrote: > >>> The lpuart of imx7ulp is basically the same as ls1021a. It's

Re: [PATCH 4/6] tty: serial: lpuart: add imx7ulp support

2017-05-10 Thread Stefan Agner
On 2017-05-09 23:14, Dong Aisheng wrote: > Hi Stefan, > > On Wed, May 10, 2017 at 12:10 PM, Stefan Agner wrote: >> On 2017-05-09 00:50, Dong Aisheng wrote: >>> The lpuart of imx7ulp is basically the same as ls1021a. It's also >>> 32 bit width register, but unlike ls1021a, it's

Re: [PATCH 4/6] tty: serial: lpuart: add imx7ulp support

2017-05-10 Thread Stefan Agner
On 2017-05-09 23:14, Dong Aisheng wrote: > Hi Stefan, > > On Wed, May 10, 2017 at 12:10 PM, Stefan Agner wrote: >> On 2017-05-09 00:50, Dong Aisheng wrote: >>> The lpuart of imx7ulp is basically the same as ls1021a. It's also >>> 32 bit width register, but unlike ls1021a, it's little endian. >>>

Re: [PATCH 4/6] tty: serial: lpuart: add imx7ulp support

2017-05-10 Thread Dong Aisheng
Hi Stefan, On Wed, May 10, 2017 at 12:10 PM, Stefan Agner wrote: > On 2017-05-09 00:50, Dong Aisheng wrote: >> The lpuart of imx7ulp is basically the same as ls1021a. It's also >> 32 bit width register, but unlike ls1021a, it's little endian. >> Besides that, imx7ulp lpuart has

Re: [PATCH 4/6] tty: serial: lpuart: add imx7ulp support

2017-05-10 Thread Dong Aisheng
Hi Stefan, On Wed, May 10, 2017 at 12:10 PM, Stefan Agner wrote: > On 2017-05-09 00:50, Dong Aisheng wrote: >> The lpuart of imx7ulp is basically the same as ls1021a. It's also >> 32 bit width register, but unlike ls1021a, it's little endian. >> Besides that, imx7ulp lpuart has a minor different

Re: [PATCH 4/6] tty: serial: lpuart: add imx7ulp support

2017-05-09 Thread Stefan Agner
On 2017-05-09 00:50, Dong Aisheng wrote: > The lpuart of imx7ulp is basically the same as ls1021a. It's also > 32 bit width register, but unlike ls1021a, it's little endian. > Besides that, imx7ulp lpuart has a minor different register layout > from ls1021a that it has four extra registers (verid,

Re: [PATCH 4/6] tty: serial: lpuart: add imx7ulp support

2017-05-09 Thread Stefan Agner
On 2017-05-09 00:50, Dong Aisheng wrote: > The lpuart of imx7ulp is basically the same as ls1021a. It's also > 32 bit width register, but unlike ls1021a, it's little endian. > Besides that, imx7ulp lpuart has a minor different register layout > from ls1021a that it has four extra registers (verid,

[PATCH 4/6] tty: serial: lpuart: add imx7ulp support

2017-05-09 Thread Dong Aisheng
The lpuart of imx7ulp is basically the same as ls1021a. It's also 32 bit width register, but unlike ls1021a, it's little endian. Besides that, imx7ulp lpuart has a minor different register layout from ls1021a that it has four extra registers (verid, param, global, pincfg) located at the beginning

[PATCH 4/6] tty: serial: lpuart: add imx7ulp support

2017-05-09 Thread Dong Aisheng
The lpuart of imx7ulp is basically the same as ls1021a. It's also 32 bit width register, but unlike ls1021a, it's little endian. Besides that, imx7ulp lpuart has a minor different register layout from ls1021a that it has four extra registers (verid, param, global, pincfg) located at the beginning