Re: [PATCH v2 7/7] ARM: zynq: DT: Migrate UART to Cadence binding

2014-03-11 Thread Michal Simek
On 03/11/2014 04:48 PM, Sören Brinkmann wrote: > On Tue, 2014-03-11 at 09:52AM +0100, Michal Simek wrote: >> On 03/10/2014 10:40 PM, Soren Brinkmann wrote: >>> The Zynq UART is Cadence IP and the driver has been renamed accordingly. >>> Migrate the DT to use the new binding for the UART driver. >>>

Re: [PATCH v2 7/7] ARM: zynq: DT: Migrate UART to Cadence binding

2014-03-11 Thread Sören Brinkmann
On Tue, 2014-03-11 at 09:52AM +0100, Michal Simek wrote: > On 03/10/2014 10:40 PM, Soren Brinkmann wrote: > > The Zynq UART is Cadence IP and the driver has been renamed accordingly. > > Migrate the DT to use the new binding for the UART driver. > > > > Signed-off-by: Soren Brinkmann > > Acked-by

Re: [PATCH v2 7/7] ARM: zynq: DT: Migrate UART to Cadence binding

2014-03-11 Thread Michal Simek
On 03/10/2014 10:40 PM, Soren Brinkmann wrote: > The Zynq UART is Cadence IP and the driver has been renamed accordingly. > Migrate the DT to use the new binding for the UART driver. > > Signed-off-by: Soren Brinkmann > Acked-by: Peter Crosthwaite > Acked-by: Rob Herring > --- > This change dep

[PATCH v2 7/7] ARM: zynq: DT: Migrate UART to Cadence binding

2014-03-10 Thread Soren Brinkmann
The Zynq UART is Cadence IP and the driver has been renamed accordingly. Migrate the DT to use the new binding for the UART driver. Signed-off-by: Soren Brinkmann Acked-by: Peter Crosthwaite Acked-by: Rob Herring --- This change depends on 'tty: xuartps: Rebrand driver as Cadence UART', which i