Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1631888 > unrolled thread
| Started by | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| First post | 2017-04-27 08:30 +0200 |
| Last post | 2017-04-27 08:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v6 1/2] usb: typec: USB Type-C Port Manager (tcpm) Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-04-27 08:30 +0200
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-04-27 08:30 +0200 |
| Subject | Re: [PATCH v6 1/2] usb: typec: USB Type-C Port Manager (tcpm) |
| Message-ID | <tAL69-56M-5@gated-at.bofh.it> |
On Wed, Apr 26, 2017 at 06:15:08PM -0700, Guenter Roeck wrote: > On Wed, Apr 26, 2017 at 03:26:11PM -0700, Guenter Roeck wrote: > > From: Guenter Roeck <groeck@chromium.org> > > > > This driver implements the USB Type-C Power Delivery state machine > > for both source and sink ports. Alternate mode support is not > > fully implemented. > > > > The driver attaches to the USB Type-C class code implemented in > > the following patches. > > > > usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY > > usb: USB Type-C connector class > > > > This driver only implements the state machine. Lower level drivers are > > responsible for > > - Reporting VBUS status and activating VBUS > > - Setting CC lines and providing CC line status > > - Setting line polarity > > - Activating and deactivating VCONN > > - Setting the current limit > > - Activating and deactivating PD message transfers > > - Sending and receiving PD messages > > > > The driver provides both a functional API as well as callbacks for > > lower level drivers. > > > > Signed-off-by: Guenter Roeck <groeck@chromium.org> > > Signed-off-by: Guenter Roeck <linux@roeck-us.net> > > Of course this has missing dependencies and won't compile if CONFIG_DEBUG_FS > is not enabled. Greg, should I send v7 or follow-up patches ? v7 would be good to keep the kbuild bot happy :) thanks, greg k-h
Back to top | Article view | linux.kernel
csiph-web