Re: [PATCH v8 0/7] i2c-atr and FPDLink

From: Tomi Valkeinen
Date: Fri Jan 20 2023 - 10:37:57 EST


On 20/01/2023 17:34, Tomi Valkeinen wrote:
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.

Ah, and just now I realized I did not pick the documentation changes from Luca.

Tomi