Re: [PATCH 0/4] switch arc-uart to devicetree based probing

2013-01-15 Thread Vineet Gupta
On Wednesday 16 January 2013 11:46 AM, Greg KH wrote: > On Fri, Jan 11, 2013 at 11:50:19AM +0530, Vineet Gupta wrote: >> Hi, >> >> As part of converting ARC Port to devicetree infrastructure, the following >> series converts the arc-uart driver to DT. >> >> * The first patch is a bug-fix which show

Re: [PATCH 0/4] switch arc-uart to devicetree based probing

2013-01-15 Thread Greg KH
On Fri, Jan 11, 2013 at 11:50:19AM +0530, Vineet Gupta wrote: > Hi, > > As part of converting ARC Port to devicetree infrastructure, the following > series converts the arc-uart driver to DT. > > * The first patch is a bug-fix which showed up in the process as DT based > platform devices by def

[PATCH 0/4] switch arc-uart to devicetree based probing

2013-01-10 Thread Vineet Gupta
Hi, As part of converting ARC Port to devicetree infrastructure, the following series converts the arc-uart driver to DT. * The first patch is a bug-fix which showed up in the process as DT based platform devices by default have -ve id * Next two prepare the driver for forthcoming DT changes. *