public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] usb: typec: Introduce USB PD sink state machine driver and add PD sink support for Intel BXT PMIC Type-C phy
@ 2016-07-15  2:11 Bin Gao
  0 siblings, 0 replies; only message in thread
From: Bin Gao @ 2016-07-15  2:11 UTC (permalink / raw)
  To: Heikki Krogerus, Greg Kroah-Hartman, linux-usb, linux-kernel
  Cc: Bin Gao, Chandra Sekhar Anagani

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-15  2:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-15  2:11 [PATCH 0/2] usb: typec: Introduce USB PD sink state machine driver and add PD sink support for Intel BXT PMIC Type-C phy Bin Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox