Re: [RFC PATCH 0/3] mmc: refactor RPMB block count handling

2018-11-26 Thread Wolfram Sang
> Just want to point that RPMB with Iproc controller don't work on 4.14 > but it's not due to your patch. Thanks, now I got it! signature.asc Description: PGP signature

Re: [RFC PATCH 0/3] mmc: refactor RPMB block count handling

2018-11-25 Thread Clément Péron
On Sat, 24 Nov 2018 at 22:37, Wolfram Sang wrote: > > > > Tested fine with SDHCI Iproc controller on 4.9.137 and 4.19.2 with > > Auto-CMD12 enable. > > But there is something, it's not working not introduce with this patch on > > 4.14 > > I didn't get the last sentence. Could you explain in more

Re: [RFC PATCH 0/3] mmc: refactor RPMB block count handling

2018-11-24 Thread Wolfram Sang
> Tested fine with SDHCI Iproc controller on 4.9.137 and 4.19.2 with > Auto-CMD12 enable. > But there is something, it's not working not introduce with this patch on 4.14 I didn't get the last sentence. Could you explain in more detail? signature.asc Description: PGP signature

Re: [RFC PATCH 0/3] mmc: refactor RPMB block count handling

2018-11-24 Thread Clément Péron
Hi On Thu, 22 Nov 2018 at 11:35, Clément Péron wrote: > > Hi Wolfram, > > On Wed, 21 Nov 2018 at 03:35, Wolfram Sang wrote: > >dispositifs > > On Wed, Nov 21, 2018 at 01:31:35AM +0100, Ulf Hansson wrote: > > > + Avri, Clément (due to recent related discussions) > > > > Thanks! > > > > > Perhaps

Re: [RFC PATCH 0/3] mmc: refactor RPMB block count handling

2018-11-22 Thread Clément Péron
Hi Wolfram, On Wed, 21 Nov 2018 at 03:35, Wolfram Sang wrote: >dispositifs > On Wed, Nov 21, 2018 at 01:31:35AM +0100, Ulf Hansson wrote: > > + Avri, Clément (due to recent related discussions) > > Thanks! > > > Perhaps we should add a suggested by tag from Clément for patch2, as > > he kind of s

Re: [RFC PATCH 0/3] mmc: refactor RPMB block count handling

2018-11-20 Thread Wolfram Sang
On Wed, Nov 21, 2018 at 01:31:35AM +0100, Ulf Hansson wrote: > + Avri, Clément (due to recent related discussions) Thanks! > Perhaps we should add a suggested by tag from Clément for patch2, as > he kind of suggested this change already [1]. No strong opinion on that, but technically my inspirat

Re: [RFC PATCH 0/3] mmc: refactor RPMB block count handling

2018-11-20 Thread Ulf Hansson
+ Avri, Clément (due to recent related discussions) On 21 November 2018 at 00:08, Wolfram Sang wrote: > On Renesas R-Car SDHI hardware, we sometimes had timeouts accessing the RPMB. > This is because AutoCMD23/12 features needs a properly filled sbc to work > correctly. But RPMB sends an individu

[RFC PATCH 0/3] mmc: refactor RPMB block count handling

2018-11-20 Thread Wolfram Sang
On Renesas R-Car SDHI hardware, we sometimes had timeouts accessing the RPMB. This is because AutoCMD23/12 features needs a properly filled sbc to work correctly. But RPMB sends an individual CMD23. I could have fixed the driver but after some research concluded that fixing the core seems the prope