[PATCH 1/1] drm/bridge: ptn3460: Fix I2C ID table to match the reported modalias

2015-05-15 Thread Thierry Reding
On Thu, May 14, 2015 at 04:31:29PM +0200, Javier Martinez Canillas wrote: > I2C drivers that support OF, have both an I2C and OF device ID tables > that are used to fill the supported module aliases. But currently the > I2C core only uses the OF table to match a device with a driver and > the alias

[PATCH 1/1] drm/bridge: ptn3460: Fix I2C ID table to match the reported modalias

2015-05-14 Thread Javier Martinez Canillas
I2C drivers that support OF, have both an I2C and OF device ID tables that are used to fill the supported module aliases. But currently the I2C core only uses the OF table to match a device with a driver and the aliases information are always reported in the form i2c:. The client->name is used as

[PATCH 1/1] drm/bridge: ptn3460: Fix I2C ID table to match the reported modalias

2015-05-14 Thread Doug Anderson
Javier, On Thu, May 14, 2015 at 7:31 AM, Javier Martinez Canillas wrote: > I2C drivers that support OF, have both an I2C and OF device ID tables > that are used to fill the supported module aliases. But currently the > I2C core only uses the OF table to match a device with a driver and > the alia