All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Oliver Neukum <oneukum@suse.com>
Cc: Sandeep Singh <sandeep.singh@amd.com>,
	linux-usb@vger.kernel.org, nsaenzjulienne@suse.de
Subject: serious doubts concerning a7d57abcc8a5bdeb53bbf8e87558e8e0a2c2a29d ("xhci: workaround CSS timeout on AMD SNPS 3.0 xHC")
Date: Mon, 17 Dec 2018 13:54:43 +0100	[thread overview]
Message-ID: <20181217125443.GA1934@kroah.com> (raw)

On Mon, Dec 17, 2018 at 01:33:05PM +0100, Oliver Neukum wrote:
> Hi,
> 
> this patch contains the following section:
> 
> index 260b259b72bc..c3515bad5dbb 100644
> --- a/drivers/usb/host/xhci.h
> +++ b/drivers/usb/host/xhci.h
> @@ -1850,6 +1850,7 @@ struct xhci_hcd {
>  #define XHCI_ZERO_64B_REGS     BIT_ULL(32)
>  #define XHCI_DEFAULT_PM_RUNTIME_ALLOW  BIT_ULL(33)
>  #define XHCI_RESET_PLL_ON_DISCONNECT   BIT_ULL(34)
> +#define XHCI_SNPS_BROKEN_SUSPEND    BIT_ULL(35)
>  
>         unsigned int            num_active_eps;
>         unsigned int            limit_active_eps;
> @@ -1879,6 +1880,8 @@ struct xhci_hcd {
>         void                    *dbc;
>         /* platform-specific data -- must come last */
>         unsigned long           priv[0] __aligned(sizeof(s64));
> +       /* Broken Suspend flag for SNPS Suspend resume issue */
> +       u8                      broken_suspend;
>  };
>  
>  /* Platform specific overrides to generic XHCI hc_driver ops */
> 
> The placement of the broken_suspend flag seems to break every
> usage of the priv member of struct xhci_hcd.
> Are you sure that is a good idea?

Ugh, ick, no, that's totally wrong :(

How did this work?  I guess no one tried this type of host controller on
a platform xhci driver?

Sandeep or oliver, , want to send a fixup patch?
And shouldn't that just be a bool or a bitflag?

thanks,

greg k-h

             reply	other threads:[~2018-12-17 12:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-17 12:54 Greg Kroah-Hartman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-12-17 12:33 serious doubts concerning a7d57abcc8a5bdeb53bbf8e87558e8e0a2c2a29d ("xhci: workaround CSS timeout on AMD SNPS 3.0 xHC") Oliver Neukum

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=20181217125443.GA1934@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=nsaenzjulienne@suse.de \
    --cc=oneukum@suse.com \
    --cc=sandeep.singh@amd.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.