Re: [PATCH v5 2/5] i2c: core: add api to provide frequency mode strings

2021-03-31 Thread Yicong Yang
On 2021/3/31 16:35, Jarkko Nikula wrote: > Hi > > On 3/30/21 5:19 PM, Yicong Yang wrote: >> Some I2C drivers like Designware and HiSilicon will print the >> bus frequency mode information, so add a public one that everyone >> can make use of. >> >> Reviewed-by: Andy Shevchenko >> Signed-off-by:

Re: [PATCH v5 2/5] i2c: core: add api to provide frequency mode strings

2021-03-31 Thread Jarkko Nikula
Hi On 3/30/21 5:19 PM, Yicong Yang wrote: Some I2C drivers like Designware and HiSilicon will print the bus frequency mode information, so add a public one that everyone can make use of. Reviewed-by: Andy Shevchenko Signed-off-by: Yicong Yang --- include/linux/i2c.h | 20

[PATCH v5 2/5] i2c: core: add api to provide frequency mode strings

2021-03-30 Thread Yicong Yang
Some I2C drivers like Designware and HiSilicon will print the bus frequency mode information, so add a public one that everyone can make use of. Reviewed-by: Andy Shevchenko Signed-off-by: Yicong Yang --- include/linux/i2c.h | 20 1 file changed, 20 insertions(+) diff