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

2013-02-11 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

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

2013-02-11 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