[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20160726183245.GD211765@worksta>
Date: Tue, 26 Jul 2016 11:32:45 -0700
From: Bin Gao <bin.gao@...ux.intel.com>
To: Heikki Krogerus <heikki.krogerus@...ux.intel.com>,
Felipe Balbi <felipe.balbi@...ux.intel.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Bin Gao <bin.gao@...el.com>,
Chandra Sekhar Anagani <chandra.sekhar.anagani@...el.com>,
Pranav Tipnis <pranav.tipnis@...el.com>
Subject: [PATCH v2 0/2] usb: typec: Introduce USB PD sink state machine
driver and add PD sink support for Intel BXT PMIC Type-C phy
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 | 11 +
drivers/usb/typec/Makefile | 1 +
drivers/usb/typec/pd_sink.c | 908 +++++++++++++++++++++++++++++++++++++++++
include/linux/usb/pd_message.h | 369 +++++++++++++++++
include/linux/usb/pd_sink.h | 299 ++++++++++++++
drivers/usb/typec/typec_wcove.c | 309 ++++++++++++++++++++++++++++++++++++----
6 files changed, 1873 insertions(+), 24 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
Powered by blists - more mailing lists