All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Felipe Contreras <felipe.contreras@gmail.com>
Cc: "Ramirez Luna, Omar" <omar.ramirez@ti.com>,
	"open list:STAGING SUBSYSTEM" <devel@driverdev.osuosl.org>,
	Jiri Kosina <jkosina@suse.cz>,
	Felipe Contreras <felipe.contreras@nokia.com>,
	"Justin P. Mattock" <justinmattock@gmail.com>,
	linux-omap@vger.kernel.org
Subject: Re: [PATCH] staging: tidspbridge: enable watchdog by default
Date: Fri, 10 Feb 2012 09:48:47 -0800	[thread overview]
Message-ID: <20120210174847.GC5128@kroah.com> (raw)
In-Reply-To: <CAMP44s3M1vo7j9o8NBhQm5QpLz91w3UdZz6vFmXt2f_r5n1hSw@mail.gmail.com>

On Fri, Feb 10, 2012 at 06:16:19PM +0200, Felipe Contreras wrote:
> On Fri, Feb 10, 2012 at 7:18 AM, Greg KH <gregkh@linuxfoundation.org> wrote:
> > On Thu, Feb 09, 2012 at 04:45:00PM -0800, Ramirez Luna, Omar wrote:
> >> Hi,
> >>
> >> On Thu, Feb 9, 2012 at 3:30 PM, Felipe Contreras
> >> <felipe.contreras@gmail.com> wrote:
> >> >> Again, I'm totally confused as to _WHY_ this needs to be y.  What is
> >> >> causing this oops without it?  If an oops is happening, then shouldn't
> >> >> this be a strict dependancy?  Why allow it to be disabled at all if it
> >> >> can break your box if you don't enable it?
> >> >
> >> > It's not an oops, it's a warning, and again, it depends on the
> >> > firmware being used. We don't have control over that, and we have no
> >> > way to detect if this feature is there. It's up to the user.
> >>
> >> I have been thinking more into it, how about looking for a WDT symbol
> >> inside the baseimage to decide whether to turn ON/OFF WDT3, this would
> >> mean that the code is always compiled in, but the decision to turn it
> >> on/off is made at runtime.
> >
> > I totally don't understand, why not just silence the warning properly
> > then?
> 
> The warning doesn't come from the driver, and AFAIK it's a valid
> warning. Now, I haven't explored the code, so I don't know what's
> going on, I just know Omar said this fixes the warning, and that
> there's no easy way around it.
> 
> > I fail to understand why this warning happens,
> 
> I don't know either, I just know enabling TIDSPBRIDGE_WDT3 fixes it.

Ok, I suggest someone get to the root cause of this before we change
anything, although some better Kconfig text would be nice to have to
document the existing issues.

thanks,

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

  reply	other threads:[~2012-02-10 17:49 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-01  1:01 [PATCH] staging: tidspbridge: enable watchdog by default Felipe Contreras
2012-02-01  1:12 ` Greg KH
2012-02-01  1:37   ` Felipe Contreras
2012-02-01  3:22     ` Justin P. Mattock
2012-02-01  8:11       ` Felipe Contreras
2012-02-01 20:22         ` Ramirez Luna, Omar
2012-02-01  3:44     ` Greg KH
2012-02-01  7:26       ` Felipe Contreras
2012-02-09 17:35         ` Greg KH
2012-02-09 18:41           ` Felipe Contreras
2012-02-09 18:43             ` Felipe Contreras
2012-02-09 18:59             ` Greg KH
2012-02-09 23:30               ` Felipe Contreras
2012-02-10  0:45                 ` Ramirez Luna, Omar
2012-02-10  5:18                   ` Greg KH
2012-02-10 15:35                     ` Justin P. Mattock
2012-02-10 16:05                       ` Felipe Contreras
2012-02-10 16:14                         ` Justin P. Mattock
2012-02-10 16:16                         ` Greg KH
2012-02-10 16:29                           ` Felipe Contreras
2012-02-10 16:16                     ` Felipe Contreras
2012-02-10 17:48                       ` Greg KH [this message]
2012-02-14  1:12                     ` Ramirez Luna, Omar
2012-02-10 18:00                 ` Dan Carpenter
2012-02-10 19:42                   ` Felipe Contreras
2012-02-10 20:35                     ` Dan Carpenter
2012-02-10 20:43                       ` Felipe Contreras
     [not found]                         ` <CAB-zwWhSoiMNVGQ=u=6-Umte-AaP9Qih8QMJFTyk8pjXaXysLg@mail.gmail.com>
2012-02-11 23:03                           ` Felipe Contreras
2012-02-14  1:06                             ` Ramirez Luna, Omar
2012-02-14 16:23                               ` Felipe Contreras
2012-02-15  2:56                                 ` Ramirez Luna, Omar
2012-02-15  9:43                                   ` Víctor M. Jáquez L.
2012-02-15 11:41                                     ` Felipe Contreras
2012-02-15 12:02                                       ` Víctor M. Jáquez L.
2012-02-15 22:32                                     ` Omar Ramirez Luna

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=20120210174847.GC5128@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=devel@driverdev.osuosl.org \
    --cc=felipe.contreras@gmail.com \
    --cc=felipe.contreras@nokia.com \
    --cc=jkosina@suse.cz \
    --cc=justinmattock@gmail.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=omar.ramirez@ti.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.