Re: [PATCH 2/8] i2c: Add the ability to match device to compatible string without an of_node

2014-09-12 Thread Wolfram Sang
On Thu, Aug 28, 2014 at 03:35:32PM +0100, Lee Jones wrote: > A great deal of I2C devices are currently matched via DT node name, and > as such the compatible naming convention of ',' has gone > somewhat awry - some nodes don't supply one, some supply an arbitrary > string and others the correct dev

[PATCH 2/8] i2c: Add the ability to match device to compatible string without an of_node

2014-08-28 Thread Lee Jones
A great deal of I2C devices are currently matched via DT node name, and as such the compatible naming convention of ',' has gone somewhat awry - some nodes don't supply one, some supply an arbitrary string and others the correct device name with an arbitrary vendor prefix. In an effort to correct