From: Bin Gao <bin.gao@linux.intel.com>
To: Heikki Krogerus <heikki.krogerus@linux.intel.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Bin Gao <bin.gao@intel.com>,
Chandra Sekhar Anagani <chandra.sekhar.anagani@intel.com>
Subject: [PATCH 0/2] usb: typec: Introduce USB PD sink state machine driver and add PD sink support for Intel BXT PMIC Type-C phy
Date: Thu, 14 Jul 2016 19:11:24 -0700 [thread overview]
Message-ID: <20160715021123.GA128987@worksta> (raw)
This series introduce a USB PD(Power Delivery) sink port simple state
machine driver and adds USB PD sink port support for Intel BXT Whiskey
Cove PMIC Type-C phy driver.
This series depends on these two patches:
https://lkml.org/lkml/2016/6/29/349
https://lkml.org/lkml/2016/6/29/350
Bin Gao (1):
usb: typec: Add USB Power Delivery sink port support
Chandra Sekhar Anagani (1):
usb: typec: add PD sink port support for Intel Whiskey Cove PMIC USB
Type-C PHY driver
drivers/usb/typec/Kconfig | 13 +
drivers/usb/typec/Makefile | 1 +
drivers/usb/typec/pd_sink.c | 967 +++++++++++++++++++++++++++++++++++++++++
include/linux/usb/pd_message.h | 371 ++++++++++++++++
include/linux/usb/pd_sink.h | 286 ++++++++++++
drivers/usb/typec/typec_wcove.c | 289 ++++++++++++++++++++++++++++++++++++----
6 files changed, 1901 insertions(+), 26 deletions(-)
create mode 100644 drivers/usb/typec/pd_sink.c
create mode 100644 include/linux/usb/pd_message.h
create mode 100644 include/linux/usb/pd_sink.h
--
1.9.1
reply other threads:[~2016-07-15 2:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20160715021123.GA128987@worksta \
--to=bin.gao@linux.intel.com \
--cc=bin.gao@intel.com \
--cc=chandra.sekhar.anagani@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=heikki.krogerus@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.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 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.