Re: [PATCH 0/4] Fix the i2c/clk bug of stm32 mcu platform

2021-05-31 Thread Dillon Min
Hi Patrice On Mon, May 31, 2021 at 10:58 PM Patrice CHOTARD wrote: > > Hi Dillon > > On 5/31/21 4:29 PM, Dillon Min wrote: > > Hi Patrice > > > > On Mon, May 31, 2021 at 9:51 PM Patrice CHOTARD > > wrote: > >> > >> > >> > >> On 5/31/21 3:38 PM, Dillon Min wrote: > >>> Hi Patrice > >>> > >>> Than

Re: [PATCH 0/4] Fix the i2c/clk bug of stm32 mcu platform

2021-05-31 Thread Patrice CHOTARD
Hi Dillon On 5/14/21 1:02 PM, dillon.min...@gmail.com wrote: > From: Dillon Min > > This seriese fix three i2c/clk bug for stm32 f4/f7 > - kernel runing in sdram, i2c driver get data timeout > - ltdc clk turn off after kernel console active > - kernel hang in set ltdc clock rate > > clk bug f

Re: [PATCH 0/4] Fix the i2c/clk bug of stm32 mcu platform

2021-05-31 Thread Patrice CHOTARD
On 5/31/21 3:38 PM, Dillon Min wrote: > Hi Patrice > > Thanks for your time to test my patch. > > On Mon, May 31, 2021 at 9:20 PM Patrice CHOTARD > wrote: >> >> Hi Dillon >> >> >> >> On 5/14/21 1:02 PM, dillon.min...@gmail.com wrote: >>> From: Dillon Min >>> >>> This seriese fix three i2c/cl

Re: [PATCH 0/4] Fix the i2c/clk bug of stm32 mcu platform

2021-05-31 Thread Patrice CHOTARD
Hi Dillon On 5/31/21 4:29 PM, Dillon Min wrote: > Hi Patrice > > On Mon, May 31, 2021 at 9:51 PM Patrice CHOTARD > wrote: >> >> >> >> On 5/31/21 3:38 PM, Dillon Min wrote: >>> Hi Patrice >>> >>> Thanks for your time to test my patch. >>> >>> On Mon, May 31, 2021 at 9:20 PM Patrice CHOTARD >>> w

Re: [PATCH 0/4] Fix the i2c/clk bug of stm32 mcu platform

2021-05-31 Thread Dillon Min
Hi Patrice On Mon, May 31, 2021 at 9:51 PM Patrice CHOTARD wrote: > > > > On 5/31/21 3:38 PM, Dillon Min wrote: > > Hi Patrice > > > > Thanks for your time to test my patch. > > > > On Mon, May 31, 2021 at 9:20 PM Patrice CHOTARD > > wrote: > >> > >> Hi Dillon > >> > >> > >> > >> On 5/14/21 1:02

Re: [PATCH 0/4] Fix the i2c/clk bug of stm32 mcu platform

2021-05-31 Thread Dillon Min
Hi Patrice Thanks for your time to test my patch. On Mon, May 31, 2021 at 9:20 PM Patrice CHOTARD wrote: > > Hi Dillon > > > > On 5/14/21 1:02 PM, dillon.min...@gmail.com wrote: > > From: Dillon Min > > > > This seriese fix three i2c/clk bug for stm32 f4/f7 > > - kernel runing in sdram, i2c dri

Re: [PATCH 0/4] Fix the i2c/clk bug of stm32 mcu platform

2021-05-27 Thread Dillon Min
Hi Patrice, Alain, Could you help to take a look at this patchset, thanks. This series is the rebase to the newest kernel commit: 88b06399c9c766c283e070b022b5ceafa4f63f19 according to the request from: https://lore.kernel.org/lkml/ff2bc09d-1a17-50d4-d3ee-16fd3a86d...@foss.st.com/ The clk bug af

[PATCH 0/4] Fix the i2c/clk bug of stm32 mcu platform

2021-05-14 Thread dillon . minfei
From: Dillon Min This seriese fix three i2c/clk bug for stm32 f4/f7 - kernel runing in sdram, i2c driver get data timeout - ltdc clk turn off after kernel console active - kernel hang in set ltdc clock rate clk bug found on stm32f429/f469-disco board Hi Patrice: below is the guide to verify the