> How about return error in i2c_master_send & i2c_master_recv when count > is bigger than 64K, as suggested by Ben. I think that's more preferable. Making the count parameter as u16, though is going to generate a warning, yet that's usually ignored by careless programmer, screaming out when this happens might be more useful sometimes. > The device I used could receive 32K one time instead, the firmware > download only takes place on-demand in fact. > However, it took some time to debug, since no error info come out. > Add error msg may notify users, though transfering more than 64K data > one time is rarely happen. > > Thanks > Zhangfei > -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html