Re: [PATCH v3 04/17] tegra: i2c: Change driver to use helper function

2020-02-05 Thread Stephen Warren
On 2/4/20 7:03 PM, Simon Glass wrote: Now that we have uclass_first_device_drvdata(), use it from the I2C driver to reduce code duplication. Acked-by: Stephen Warren

[PATCH v3 04/17] tegra: i2c: Change driver to use helper function

2020-02-04 Thread Simon Glass
Now that we have uclass_first_device_drvdata(), use it from the I2C driver to reduce code duplication. Signed-off-by: Simon Glass Reviewed-by: Heiko Schocher Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: - Add new patch to change tegra driver to use helper function