devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>
To: Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH] driver core: Disable late probes by default
Date: Tue, 20 Oct 2015 07:05:23 -0700	[thread overview]
Message-ID: <20151020140523.GA22021@kroah.com> (raw)
In-Reply-To: <CAAObsKC5LZU1YTmQd16duiN1d0WhpLF8Af8z4ep-PUVy3n_hnw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

On Tue, Oct 20, 2015 at 09:40:48AM +0200, Tomeu Vizoso wrote:
> On 19 October 2015 at 17:19, Greg Kroah-Hartman
> <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> wrote:
> > On Mon, Oct 19, 2015 at 05:13:22PM +0200, Tomeu Vizoso wrote:
> >> To smooth the transition to late probes, make disabled the default for
> >> DELAY_DEVICE_PROBES and let individual SoCs enable the option as they
> >> get fixed.
> >>
> >> Signed-off-by: Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
> >> Link: https://lkml.kernel.org/g/20151016181129.GA1764-XWGZPxRNpGHk1uMJSBkQmQ@public.gmane.org
> >>
> >> ---
> >>
> >> Hi Rob,
> >>
> >> I'm sending this in case you think it would be best to leave the
> >> on-demand probe series in -next for now but have late probes disabled to
> >> avoid hassle to some people.
> >
> > I would like Rob to just drop this series please, I don't agree with it
> > at all at the moment.
> 
> Hi Greg,
> 
> is it the case that you are satisfied with deferred probes as a way of
> ordering device probing and that I should look at how to solve my
> problem by improving it?

Yes, especially given that you have said this does not speed up your
boot times, which I thought was your main goal here :(

If deferred probes doesn't work well, we can fix it, but for now it
seems our best option.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2015-10-20 14:05 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20151016181129.GA1764@gradator.net>
2015-10-19 15:13 ` [PATCH] driver core: Disable late probes by default Tomeu Vizoso
     [not found]   ` <1445267602-12576-1-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2015-10-19 15:19     ` Greg Kroah-Hartman
     [not found]       ` <20151019151953.GA22662-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2015-10-20  7:40         ` Tomeu Vizoso
     [not found]           ` <CAAObsKC5LZU1YTmQd16duiN1d0WhpLF8Af8z4ep-PUVy3n_hnw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-20 14:05             ` Greg Kroah-Hartman [this message]
2015-10-20 16:17               ` Tomeu Vizoso
     [not found]                 ` <CAAObsKAL782-poBT1gkid+zzhWBOrnOUh7P7epjcja38j_-fbQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-21  3:39                   ` Greg Kroah-Hartman
2015-10-21 14:35                     ` Tomeu Vizoso
2015-10-21 15:14                       ` Greg Kroah-Hartman
2015-10-21 15:53                         ` Tomeu Vizoso
2015-10-21 16:06                           ` Greg Kroah-Hartman
2015-10-21 18:09                             ` Rob Herring
2015-10-21 18:45                               ` Greg Kroah-Hartman
2015-10-21 20:53                                 ` Rob Herring
     [not found]                                   ` <CAL_JsqKYDcWZMSh92k1n6RYBshP8zLCCZjUsoT5X41hCsvrFtg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-10-21 21:01                                     ` Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151020140523.GA22021@kroah.com \
    --to=gregkh-hqyy1w1ycw8ekmwlsbkhg0b+6bgklq7r@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).