All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: jun.li@nxp.com
Cc: linux@roeck-us.net, heikki.krogerus@linux.intel.com,
	john.stultz@linaro.org, linux-usb@vger.kernel.org
Subject: Re: [PATCH] usb: typec: tcpci_rt1711h: avoid screaming irq causing boot hangs
Date: Tue, 2 Jun 2020 11:03:28 +0200	[thread overview]
Message-ID: <20200602090328.GD2735864@kroah.com> (raw)
In-Reply-To: <20200602071208.12120-1-jun.li@nxp.com>

On Tue, Jun 02, 2020 at 03:12:08PM +0800, jun.li@nxp.com wrote:
> From: Li Jun <jun.li@nxp.com>
> 
> John reported screaming irq caused by rt1711h when system boot[1],
> this is because irq request is done before tcpci_register_port(),
> so the chip->tcpci has not been setup, irq handler is entered but
> can't do anything, this patch is to address this by moving the irq
> request after tcpci_register_port().
> 
> [1] https://lkml.org/lkml/2020/5/30/1

Please use lore.kernel.org links instead of lkml.org as we have no
control over that random site at all.

thanks,

greg k-h

  reply	other threads:[~2020-06-02  9:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-02  7:12 [PATCH] usb: typec: tcpci_rt1711h: avoid screaming irq causing boot hangs jun.li
2020-06-02  9:03 ` Greg KH [this message]
2020-06-02 13:32 ` Guenter Roeck
2020-06-02 13:43 ` Heikki Krogerus

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=20200602090328.GD2735864@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=heikki.krogerus@linux.intel.com \
    --cc=john.stultz@linaro.org \
    --cc=jun.li@nxp.com \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux@roeck-us.net \
    /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.