Hi,
You can find v7 from:
https://lore.kernel.org/all/20230118124031.788940-1-tomi.valkeinen@xxxxxxxxxxxxxxxx/
Diff to v7 included below.
Main changes in v8:
- Added missing 'link-frequencies' to ti,ds90ub960.yaml
- Dropped ATR select/deselect ops
- Don't use devm_kzalloc() in i2c_atr_new()
- Fixed the reported error handling paths (mainly adding
fwnode_handle_puts)
- Dropped all WARNs
- Plenty of cosmetic/style changes
I saw the suggestion to change the i2c_atr to be embedded in the main
driver's private data struct. That change has not been done in this
version.