probe is not getting called in i2c driver
问题 I am trying to learn to write a i2c driver on raspberry pi board and i have taken groove LCD back-light.Here driver.probe is not getting called whereas driver's inserted in system as i can see in dmesg. Init code of driver is getting called, and code => static int lcd_probe(struct i2c_client *i2c_client, const struct i2c_device_id *i2c_id) { int ret = 0; //struct lcd_data *lcd_data; // struct device *dev = &i2c_client->dev; // lcd_data->client = i2c_client; pr_debug("lcd_probe : calling the