2021-03-31 11:06:52

by Andy Shevchenko

[permalink] [raw]
Subject: [PATCH v1 1/1] i2c: designware: Adjust bus_freq_hz when refuse high speed mode set

When hardware doesn't support High Speed Mode, we forget bus_freq_hz
timing adjustment. This makes the timings and real registers being
unsynchronized. Adjust bus_freq_hz when refuse high speed mode set.

Fixes: b6e67145f149 ("i2c: designware: Enable high speed mode")
Reported-by: "Song Bao Hua (Barry Song)" <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
---
drivers/i2c/busses/i2c-designware-master.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/i2c/busses/i2c-designware-master.c b/drivers/i2c/busses/i2c-designware-master.c
index 34bb4e21bcc3..9bfa06e31eec 100644
--- a/drivers/i2c/busses/i2c-designware-master.c
+++ b/drivers/i2c/busses/i2c-designware-master.c
@@ -129,6 +129,7 @@ static int i2c_dw_set_timings_master(struct dw_i2c_dev *dev)
if ((comp_param1 & DW_IC_COMP_PARAM_1_SPEED_MODE_MASK)
!= DW_IC_COMP_PARAM_1_SPEED_MODE_HIGH) {
dev_err(dev->dev, "High Speed not supported!\n");
+ t->bus_freq_hz = I2C_MAX_FAST_MODE_FREQ;
dev->master_cfg &= ~DW_IC_CON_SPEED_MASK;
dev->master_cfg |= DW_IC_CON_SPEED_FAST;
dev->hs_hcnt = 0;
--
2.30.2


Subject: RE: [PATCH v1 1/1] i2c: designware: Adjust bus_freq_hz when refuse high speed mode set



> -----Original Message-----
> From: Andy Shevchenko [mailto:[email protected]]
> Sent: Thursday, April 1, 2021 12:05 AM
> To: Andy Shevchenko <[email protected]>; Serge Semin
> <[email protected]>; [email protected];
> [email protected]
> Cc: Jarkko Nikula <[email protected]>; Mika Westerberg
> <[email protected]>; [email protected]; yangyicong
> <[email protected]>; Song Bao Hua (Barry Song) <[email protected]>
> Subject: [PATCH v1 1/1] i2c: designware: Adjust bus_freq_hz when refuse high
> speed mode set
>
> When hardware doesn't support High Speed Mode, we forget bus_freq_hz
> timing adjustment. This makes the timings and real registers being
> unsynchronized. Adjust bus_freq_hz when refuse high speed mode set.
>
> Fixes: b6e67145f149 ("i2c: designware: Enable high speed mode")
> Reported-by: "Song Bao Hua (Barry Song)" <[email protected]>
> Signed-off-by: Andy Shevchenko <[email protected]>
> ---

Thanks for fixing that.

Reviewed-by: Barry Song <[email protected]>

> drivers/i2c/busses/i2c-designware-master.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/i2c/busses/i2c-designware-master.c
> b/drivers/i2c/busses/i2c-designware-master.c
> index 34bb4e21bcc3..9bfa06e31eec 100644
> --- a/drivers/i2c/busses/i2c-designware-master.c
> +++ b/drivers/i2c/busses/i2c-designware-master.c
> @@ -129,6 +129,7 @@ static int i2c_dw_set_timings_master(struct dw_i2c_dev
> *dev)
> if ((comp_param1 & DW_IC_COMP_PARAM_1_SPEED_MODE_MASK)
> != DW_IC_COMP_PARAM_1_SPEED_MODE_HIGH) {
> dev_err(dev->dev, "High Speed not supported!\n");
> + t->bus_freq_hz = I2C_MAX_FAST_MODE_FREQ;
> dev->master_cfg &= ~DW_IC_CON_SPEED_MASK;
> dev->master_cfg |= DW_IC_CON_SPEED_FAST;
> dev->hs_hcnt = 0;
> --
> 2.30.2

2021-04-05 18:13:50

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH v1 1/1] i2c: designware: Adjust bus_freq_hz when refuse high speed mode set

On Wed, Mar 31, 2021 at 09:37:41PM +0000, Song Bao Hua (Barry Song) wrote:
> > From: Andy Shevchenko [mailto:[email protected]]
> > Sent: Thursday, April 1, 2021 12:05 AM
> > To: Andy Shevchenko <[email protected]>; Serge Semin
> > <[email protected]>; [email protected];
> > [email protected]

...

> > Fixes: b6e67145f149 ("i2c: designware: Enable high speed mode")
> > Reported-by: "Song Bao Hua (Barry Song)" <[email protected]>
> > Signed-off-by: Andy Shevchenko <[email protected]>
>
> Thanks for fixing that.
>
> Reviewed-by: Barry Song <[email protected]>

Thanks!
Wolfram, can be this applied for v5.12-rc7?

--
With Best Regards,
Andy Shevchenko


2021-04-06 09:28:28

by Wolfram Sang

[permalink] [raw]
Subject: Re: [PATCH v1 1/1] i2c: designware: Adjust bus_freq_hz when refuse high speed mode set

On Wed, Mar 31, 2021 at 02:05:10PM +0300, Andy Shevchenko wrote:
> When hardware doesn't support High Speed Mode, we forget bus_freq_hz
> timing adjustment. This makes the timings and real registers being
> unsynchronized. Adjust bus_freq_hz when refuse high speed mode set.
>
> Fixes: b6e67145f149 ("i2c: designware: Enable high speed mode")
> Reported-by: "Song Bao Hua (Barry Song)" <[email protected]>
> Signed-off-by: Andy Shevchenko <[email protected]>

Applied to for-current, thanks!


Attachments:
(No filename) (530.00 B)
signature.asc (849.00 B)
Download all attachments