-
Notifications
You must be signed in to change notification settings - Fork 8k
drivers: input: add ft6146 driver #96330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
870fa56
to
a41e843
Compare
d3e4ab3
to
c8a9983
Compare
@ck-telecom hey feel free to undraft when you want another round on review, meanwhile in case you missed it check the sonarqubecloud comment as well, there' some valid stuff in there. |
} | ||
chip_id |= (tmp << 8); | ||
|
||
ret = i2c_reg_read_byte_dt(&config->i2c, FT6146_READ_ID_L, &tmp); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to have this in one operation?
add initial driver for ft6146 Signed-off-by: Qingsong Gou <[email protected]>
|
add initial driver for ft6146