-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I'm trying to use isl-1208 i2c rtc driver present in git kernel.
However, I noticed that kernel never probes this driver.
I modified my board setup code to include a rtc device dv-evm
board setup code like:
static struct i2c_board_info __initdata i2c_info[] = {
{
I2C_BOARD_INFO("tsc2004", 0x4B),
.type = "tsc2004",
.platform_data = NULL,
},
{
I2C_BOARD_INFO("rtc-isl1208", 0x6F),
.type = "rtc-isl1208",
.platform_data = NULL,
},
.
.
.
However, rtc driver is never probed. I had put a printk at the start of
drivers probe function. After some digging, I found that
i2c_device_probe in i2c-core.c is never called. I suppose it must be
called for all my board devices present in the i2c_board_info.
Does anyone have any idea what I should do, or what I'm doing wrong?
Thanks,
Caglar
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
iEYEARECAAYFAkkBiKwACgkQ/nL+S5dojehuHgCggfLacKdK7woDTe6r2pEDza4s
4EUAn1CNYkM5BgEZtQjWOmzRtpeXiJyI
=FkH5
-----END PGP SIGNATURE-----
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source