public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 1/4] phy: rockchip-emmc: give DLL some extra time to be ready
       [not found] ` <5767EB7E.3040606@ti.com>
@ 2016-06-20 16:19   ` Brian Norris
  2016-06-20 16:25     ` Doug Anderson
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Norris @ 2016-06-20 16:19 UTC (permalink / raw)
  To: Kishon Vijay Abraham I
  Cc: Heiko Stuebner, linux-kernel, linux-rockchip, Doug Anderson,
	Shawn Lin, linux-arm-kernel, Brian Norris, linux-mmc, Ulf Hansson

+ linux-mmc, Ulf

On Mon, Jun 20, 2016 at 06:41:26PM +0530, Kishon Vijay Abraham I wrote:
> On Friday 13 May 2016 04:13 AM, Brian Norris wrote:
> > From: Shawn Lin <shawn.lin@rock-chips.com>
> > 
> > According to the databook, 10.2us is the max time for dll to be ready to
> > work. However in testing, some chips need 20us for dll to be ready. This
> > patch adds some extra margin for dllrdy to be ready, fixing our
> > -ETIMEDOUT issues.
> > 
> > Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
> > Signed-off-by: Brian Norris <briannorris@chromium.org>
> 
> Acked-by: Kishon Vijay Abraham I <kishon@ti.com>

Thanks! I take it that to mean you're agreeing with Doug's suggestion
here:

https://lkml.org/lkml/2016/6/13/1067

"Since [the $subject series patches] aren't in 4.7-rc1 presumably they
would also make sense to take through the MMC tree if others agree."

Ulf,

I see I didn't CC you or linux-mmc on this patch series. Please let me
know if I should resend, or if you can pick these up off of LKML -- Doug
gave nice patchwork links in his linked series. NB: patch 2 has a
version 2, while the others were left unmodified.

Regards,
Brian

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/4] phy: rockchip-emmc: give DLL some extra time to be ready
  2016-06-20 16:19   ` [PATCH 1/4] phy: rockchip-emmc: give DLL some extra time to be ready Brian Norris
@ 2016-06-20 16:25     ` Doug Anderson
  2016-06-20 16:50       ` Brian Norris
  0 siblings, 1 reply; 3+ messages in thread
From: Doug Anderson @ 2016-06-20 16:25 UTC (permalink / raw)
  To: Brian Norris
  Cc: Kishon Vijay Abraham I, Ulf Hansson, Heiko Stuebner,
	linux-kernel@vger.kernel.org, open list:ARM/Rockchip SoC...,
	Shawn Lin, linux-arm-kernel@lists.infradead.org, Brian Norris,
	linux-mmc@vger.kernel.org

Hi,

On Mon, Jun 20, 2016 at 9:19 AM, Brian Norris <briannorris@chromium.org> wrote:
> + linux-mmc, Ulf
>
> On Mon, Jun 20, 2016 at 06:41:26PM +0530, Kishon Vijay Abraham I wrote:
>> On Friday 13 May 2016 04:13 AM, Brian Norris wrote:
>> > From: Shawn Lin <shawn.lin@rock-chips.com>
>> >
>> > According to the databook, 10.2us is the max time for dll to be ready to
>> > work. However in testing, some chips need 20us for dll to be ready. This
>> > patch adds some extra margin for dllrdy to be ready, fixing our
>> > -ETIMEDOUT issues.
>> >
>> > Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
>> > Signed-off-by: Brian Norris <briannorris@chromium.org>
>>
>> Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
>
> Thanks! I take it that to mean you're agreeing with Doug's suggestion
> here:
>
> https://lkml.org/lkml/2016/6/13/1067
>
> "Since [the $subject series patches] aren't in 4.7-rc1 presumably they
> would also make sense to take through the MMC tree if others agree."
>
> Ulf,
>
> I see I didn't CC you or linux-mmc on this patch series. Please let me
> know if I should resend, or if you can pick these up off of LKML -- Doug
> gave nice patchwork links in his linked series. NB: patch 2 has a
> version 2, while the others were left unmodified.

I actually need to spin my series to address a small bit of feedback
from Heiko.  Since Brian's original patches weren't on linux-mmc, I'll
include them in my series (along with collected tags) to make it easy.
Hope this is OK.

-Doug

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/4] phy: rockchip-emmc: give DLL some extra time to be ready
  2016-06-20 16:25     ` Doug Anderson
@ 2016-06-20 16:50       ` Brian Norris
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Norris @ 2016-06-20 16:50 UTC (permalink / raw)
  To: Doug Anderson
  Cc: Kishon Vijay Abraham I, Ulf Hansson, Heiko Stuebner,
	linux-kernel@vger.kernel.org, open list:ARM/Rockchip SoC...,
	Shawn Lin, linux-arm-kernel@lists.infradead.org, Brian Norris,
	linux-mmc@vger.kernel.org

On Mon, Jun 20, 2016 at 09:25:18AM -0700, Doug Anderson wrote:
> On Mon, Jun 20, 2016 at 9:19 AM, Brian Norris <briannorris@chromium.org> wrote:
> > Ulf,
> >
> > I see I didn't CC you or linux-mmc on this patch series. Please let me
> > know if I should resend, or if you can pick these up off of LKML -- Doug
> > gave nice patchwork links in his linked series. NB: patch 2 has a
> > version 2, while the others were left unmodified.
> 
> I actually need to spin my series to address a small bit of feedback
> from Heiko.  Since Brian's original patches weren't on linux-mmc, I'll
> include them in my series (along with collected tags) to make it easy.
> Hope this is OK.

Fine with me. Thanks.

Brian

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-20 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1463092986-61777-1-git-send-email-briannorris@chromium.org>
     [not found] ` <5767EB7E.3040606@ti.com>
2016-06-20 16:19   ` [PATCH 1/4] phy: rockchip-emmc: give DLL some extra time to be ready Brian Norris
2016-06-20 16:25     ` Doug Anderson
2016-06-20 16:50       ` Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox