Re: [PATCH] platform: fall-back to driver name check if there is no id found

2013-04-19 Thread Andy Shevchenko
On Fri, 2013-04-19 at 21:20 +0800, Eric Miao wrote: > On Fri, Apr 19, 2013 at 8:35 PM, Hein Tibosch wrote: > > Hi Andy, Mika, > > > > On 8 Feb 2013, Andy Shevchenko wrote: > > > >> Some of the platform devices rely on the name of their driver to match > >> with. In > >> the current implementatio

Re: [PATCH] platform: fall-back to driver name check if there is no id found

2013-04-19 Thread Eric Miao
On Fri, Apr 19, 2013 at 8:35 PM, Hein Tibosch wrote: > Hi Andy, Mika, > > On 8 Feb 2013, Andy Shevchenko wrote: > >> Some of the platform devices rely on the name of their driver to match with. >> In >> the current implementation, if platform id table is needed, they have to add >> the name to th

Re: [PATCH] platform: fall-back to driver name check if there is no id found

2013-04-19 Thread Eric Miao
On Fri, Apr 19, 2013 at 8:35 PM, Hein Tibosch wrote: > Hi Andy, Mika, > > On 8 Feb 2013, Andy Shevchenko wrote: > >> Some of the platform devices rely on the name of their driver to match with. >> In >> the current implementation, if platform id table is needed, they have to add >> the name to th

RE: [PATCH] platform: fall-back to driver name check if there is no id found

2013-04-19 Thread Hein Tibosch
Hi Andy, Mika, On 8 Feb 2013, Andy Shevchenko wrote: > Some of the platform devices rely on the name of their driver to match with. > In > the current implementation, if platform id table is needed, they have to add > the name to the platform id table which sounds alogical. The patch adjustes >

[PATCH] platform: fall-back to driver name check if there is no id found

2013-02-08 Thread Andy Shevchenko
Some of the platform devices rely on the name of their driver to match with. In the current implementation, if platform id table is needed, they have to add the name to the platform id table which sounds alogical. The patch adjustes the logic of the id table matching to make sure we will fall-back