Re: [PATCHv6 1/5] mmc: meson-gx: Fix clk phase tuning for MMC

2020-02-13 Thread Anand Moon
Hi Neil, On Thu, 13 Feb 2020 at 21:09, Neil Armstrong wrote: > > On 13/02/2020 12:58, Anand Moon wrote: > > hi Niel / Jerome, > > > > Thanks for your review comments and debug output > > Sorry for late reply. > > > > On Mon, 10 Feb 2020 at 14:33, Neil Armstrong > > wrote: > >> > >> On 09/02/202

Re: [PATCHv6 1/5] mmc: meson-gx: Fix clk phase tuning for MMC

2020-02-13 Thread Neil Armstrong
On 13/02/2020 12:58, Anand Moon wrote: > hi Niel / Jerome, > > Thanks for your review comments and debug output > Sorry for late reply. > > On Mon, 10 Feb 2020 at 14:33, Neil Armstrong wrote: >> >> On 09/02/2020 18:22, Anand Moon wrote: >>> Hi Neil, >>> >>> Thanks for you review comments. >>> >>

Re: [PATCHv6 1/5] mmc: meson-gx: Fix clk phase tuning for MMC

2020-02-13 Thread Anand Moon
Hi Jerome / Neil, On Mon, 10 Feb 2020 at 15:05, Jerome Brunet wrote: > > > On Sun 09 Feb 2020 at 18:22, Anand Moon wrote: > > > Hi Neil, > > > > Thanks for you review comments. > > > > On Sun, 9 Feb 2020 at 18:38, Neil Armstrong wrote: > >> > >> Hi, > >> > >> Le 09/02/2020 à 12:05, Anand Moon a

Re: [PATCHv6 1/5] mmc: meson-gx: Fix clk phase tuning for MMC

2020-02-13 Thread Anand Moon
hi Niel / Jerome, Thanks for your review comments and debug output Sorry for late reply. On Mon, 10 Feb 2020 at 14:33, Neil Armstrong wrote: > > On 09/02/2020 18:22, Anand Moon wrote: > > Hi Neil, > > > > Thanks for you review comments. > > > > On Sun, 9 Feb 2020 at 18:38, Neil Armstrong wrote:

Re: [PATCHv6 1/5] mmc: meson-gx: Fix clk phase tuning for MMC

2020-02-10 Thread Jerome Brunet
On Sun 09 Feb 2020 at 18:22, Anand Moon wrote: > Hi Neil, > > Thanks for you review comments. > > On Sun, 9 Feb 2020 at 18:38, Neil Armstrong wrote: >> >> Hi, >> >> Le 09/02/2020 à 12:05, Anand Moon a écrit : >> > As per mainline line kernel fix the clk tuning phase for mmc, >> > set Core=180,

Re: [PATCHv6 1/5] mmc: meson-gx: Fix clk phase tuning for MMC

2020-02-10 Thread Neil Armstrong
On 09/02/2020 18:22, Anand Moon wrote: > Hi Neil, > > Thanks for you review comments. > > On Sun, 9 Feb 2020 at 18:38, Neil Armstrong wrote: >> >> Hi, >> >> Le 09/02/2020 à 12:05, Anand Moon a écrit : >>> As per mainline line kernel fix the clk tuning phase for mmc, >>> set Core=180, Tx=0, Rx=0

Re: [PATCHv6 1/5] mmc: meson-gx: Fix clk phase tuning for MMC

2020-02-09 Thread Anand Moon
Hi Neil, Thanks for you review comments. On Sun, 9 Feb 2020 at 18:38, Neil Armstrong wrote: > > Hi, > > Le 09/02/2020 à 12:05, Anand Moon a écrit : > > As per mainline line kernel fix the clk tuning phase for mmc, > > set Core=180, Tx=0, Rx=0 clk phase for mmc initialization. > > As per S905, S9

Re: [PATCHv6 1/5] mmc: meson-gx: Fix clk phase tuning for MMC

2020-02-09 Thread Neil Armstrong
Hi, Le 09/02/2020 à 12:05, Anand Moon a écrit : > As per mainline line kernel fix the clk tuning phase for mmc, > set Core=180, Tx=0, Rx=0 clk phase for mmc initialization. > As per S905, S905X, AGX and S922X datasheet set the default > values for clk tuning. > > Signed-off-by: Anand Moon > ---

[PATCHv6 1/5] mmc: meson-gx: Fix clk phase tuning for MMC

2020-02-09 Thread Anand Moon
As per mainline line kernel fix the clk tuning phase for mmc, set Core=180, Tx=0, Rx=0 clk phase for mmc initialization. As per S905, S905X, AGX and S922X datasheet set the default values for clk tuning. Signed-off-by: Anand Moon --- Changes from previous v5 Fix the commit message, configure as