Re: [PATCH v1 1/2] i2c: designware-pci: Group AMD NAVI quirk parts together

From: Jarkko Nikula
Date: Thu Sep 29 2022 - 01:52:23 EST


On 9/28/22 19:21, Andy Shevchenko wrote:
The code is ogranazed in a way that all related parts to
the certain platform quirk go toghether. This is not the
case for AMD NAVI. Shuffle code to make it happen.

Perhaps you want to change ogranazed and toghether?

While at it, drop the frequency definition and use
hard coded value as it's done for other platforms and
add a comment to the PCI ID list.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
---
drivers/i2c/busses/i2c-designware-pcidrv.c | 30 +++++++++++-----------
1 file changed, 15 insertions(+), 15 deletions(-)

You may add:
Acked-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>