Re: [PATCH] Fix legacy serial search for opb bus ports

2008-02-06 Thread Arnd Bergmann
On Tuesday 05 February 2008, Michael Ellerman wrote: > The fix is to add two entries to the of_device_id table, one that looks > for type = "opb" and the other compatible = "ibm,opb". > > Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> Acked-by: Arnd Bergmann <[EMAIL PROTECTED]> _

Re: [PATCH] Fix legacy serial search for opb bus ports

2008-02-05 Thread Benjamin Herrenschmidt
On Tue, 2008-02-05 at 23:01 +1100, Michael Ellerman wrote: > The patch to legacy_serial.c (1a7507c7da2df6856e085e0fbb0c9ea8c12ac4e, > Reduce code duplication in legacy_serial, add UART parent types) changed > the semantics for opb ports from type = "opb" || compatible = "ibm,opb" > to type = "opb"

Re: [PATCH] Fix legacy serial search for opb bus ports

2008-02-05 Thread Michael Ellerman
On Tue, 2008-02-05 at 09:50 -0500, Paul Gortmaker wrote: > In message: [PATCH] Fix legacy serial search for opb bus ports > on 05/02/2008 Michael Ellerman wrote: > > > The patch to legacy_serial.c (1a7507c7da2df6856e085e0fbb0c9ea8c12ac4e, > > Reduce code duplication in le

Re: [PATCH] Fix legacy serial search for opb bus ports

2008-02-05 Thread Paul Gortmaker
In message: [PATCH] Fix legacy serial search for opb bus ports on 05/02/2008 Michael Ellerman wrote: > The patch to legacy_serial.c (1a7507c7da2df6856e085e0fbb0c9ea8c12ac4e, > Reduce code duplication in legacy_serial, add UART parent types) changed > the semantics for opb ports from ty

[PATCH] Fix legacy serial search for opb bus ports

2008-02-05 Thread Michael Ellerman
The patch to legacy_serial.c (1a7507c7da2df6856e085e0fbb0c9ea8c12ac4e, Reduce code duplication in legacy_serial, add UART parent types) changed the semantics for opb ports from type = "opb" || compatible = "ibm,opb" to type = "opb" && compatible = "ibm,opb". The result is serial ports on our QS21s