mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Heikki Krogerus <heikki.krogerus@linux.intel.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Hans de Goede <hdegoede@redhat.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Guenter Roeck <linux@roeck-us.net>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [PATCH v3 0/4] usb: typec: fixes for Cherry Trails
Date: Thu, 24 May 2018 11:18:23 +0300	[thread overview]
Message-ID: <20180524081827.37861-1-heikki.krogerus@linux.intel.com> (raw)

Hi,

This is third version of patches that fix various problems I
encountered while testing my USB Type-C Alternate Mode
patches with GPD Win board (Intel Cherry Trail based).

I added one more patch to this series. Sathyanarayanan
reported an issue where the mux does not get configured when
xHCI is suspended. To fix that we need to enable runtime PM
in the mux driver.

Other changes since v2: constifying struct
usb_role_switch_desc sw_desc, and improvements to the commit
messages.

Link to the original patches:
https://lkml.org/lkml/2018/4/30/350


Heikki Krogerus (4):
  usb: roles: intel_xhci: Always allow user control
  platform: x86: intel_cht_int33fe: Fix dependencies
  usb: typec: fusb302: Fix debugfs issue
  usb: roles: intel_xhci: Enable runtime PM

 drivers/i2c/busses/Kconfig                    |  3 +-
 drivers/platform/x86/Kconfig                  |  4 +-
 .../usb/roles/intel-xhci-usb-role-switch.c    | 37 ++++++++-----------
 drivers/usb/typec/fusb302/fusb302.c           |  1 +
 4 files changed, 19 insertions(+), 26 deletions(-)

-- 
2.17.0

             reply	other threads:[~2018-05-24  8:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-24  8:18 Heikki Krogerus [this message]
2018-05-24  8:18 ` [PATCH v3 1/4] usb: roles: intel_xhci: Always allow user control Heikki Krogerus
2018-05-24  8:18 ` [PATCH v3 2/4] platform: x86: intel_cht_int33fe: Fix dependencies Heikki Krogerus
2018-05-24  8:18 ` [PATCH v3 3/4] usb: typec: fusb302: Fix debugfs issue Heikki Krogerus
2018-05-24  9:18   ` Guenter Roeck
2018-05-24  8:18 ` [PATCH v3 4/4] usb: roles: intel_xhci: Enable runtime PM Heikki Krogerus
2018-05-24 18:16   ` sathyanarayanan kuppuswamy

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=20180524081827.37861-1-heikki.krogerus@linux.intel.com \
    --to=heikki.krogerus@linux.intel.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hdegoede@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome