Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Upgrading from 5.1_STABLE to 5.99.46 on Sun Fire V100



On Mon, Feb 28, 2011 at 04:21:26PM -0500, Rafal Boni wrote:
> Adding a loop in of_enter_i2c_devs() that checks for the 'i2c' child
> device and enumerates its' children if found gets me the missing i2c
> devices, but I'm not sure if I should skip all the smbus devices or
> not (and if so, how best to detect the situation):

I would move the check to device_register, detect the smbus, find the child
node and just call of_enter_i2c_devs() for that.

Worry about smbus devices as soon as we gain some matching drivers...

Martin


Home | Main Index | Thread Index | Old Index