Re: [PATCH v1 7/7] i2c: i801: convert to use common P2SB accessor

2021-03-10 Thread Jean Delvare
Hi Andy, On Mon, 8 Mar 2021 14:20:20 +0200, Andy Shevchenko wrote: > Since we have a common P2SB accessor in tree we may use it instead of > open coded variants. > > Replace custom code by pci_p2sb_bar() call. I like the idea. Just two things... > Signed-off-by: Andy Shevchenko > --- >

[PATCH v1 7/7] i2c: i801: convert to use common P2SB accessor

2021-03-08 Thread Andy Shevchenko
Since we have a common P2SB accessor in tree we may use it instead of open coded variants. Replace custom code by pci_p2sb_bar() call. Signed-off-by: Andy Shevchenko --- drivers/i2c/busses/Kconfig| 1 + drivers/i2c/busses/i2c-i801.c | 40 ---