[linux-yocto] [PATCH 0/2] USB PD sink support for Intel Whiskey Cove PMIC

Bruce Ashfield bruce.ashfield at windriver.com
Fri Jul 15 08:06:01 PDT 2016


On 2016-07-14 10:36 PM, Pranav Tipnis wrote:
> Hi Bruce,
>
> This adds USB power delivery sink port state machine and PD sink port
> support for USB Type-C PHY on Intel Whiskey Cove. These are intended
> for bxt-rebase branch.

merged

Bruce

>
> Bin Gao (1):
>    usb: 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 ++++++++++++++++++++++++++++++++++++++++
>   drivers/usb/typec/typec_wcove.c | 284 +++++++++++-
>   include/linux/usb/pd_message.h  | 371 +++++++++++++++
>   include/linux/usb/pd_sink.h     | 286 ++++++++++++
>   6 files changed, 1898 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
>



More information about the linux-yocto mailing list