linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] platform/chrome: typec: Add port partner registration
@ 2020-04-10  0:23 Prashant Malani
  2020-04-10  0:23 ` [PATCH v3 1/3] platform/chrome: typec: Use notifier for updates Prashant Malani
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Prashant Malani @ 2020-04-10  0:23 UTC (permalink / raw)
  To: linux-kernel
  Cc: heikki.krogerus, Prashant Malani, Benson Leung,
	Enric Balletbo i Serra, Guenter Roeck

The following series adds port-partner registration when
connects/disconnects are detected. In order to do that, we also register
a listener for the cros-usbpd-notifier, which will inform the driver of
EC PD events. While we are here, separate out the Type C port data
objects into a separate struct.

v2: https://lkml.org/lkml/2020/4/9/861
v1: https://lkml.org/lkml/2020/4/6/1155

Changes in v3:
- Fixed trivial Kconfig dependency ordering error.

Prashant Malani (3):
  platform/chrome: typec: Use notifier for updates
  platform/chrome: typec: Add struct for port data
  platform/chrome: typec: Register port partner

 drivers/platform/chrome/Kconfig         |   1 +
 drivers/platform/chrome/cros_ec_typec.c | 119 ++++++++++++++++++++----
 2 files changed, 103 insertions(+), 17 deletions(-)

-- 
2.26.0.110.g2183baf09c-goog


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-04-14 22:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-10  0:23 [PATCH v3 0/3] platform/chrome: typec: Add port partner registration Prashant Malani
2020-04-10  0:23 ` [PATCH v3 1/3] platform/chrome: typec: Use notifier for updates Prashant Malani
2020-04-14  7:49   ` Heikki Krogerus
2020-04-10  0:23 ` [PATCH v3 2/3] platform/chrome: typec: Add struct for port data Prashant Malani
2020-04-14  7:51   ` Heikki Krogerus
2020-04-10  0:23 ` [PATCH v3 3/3] platform/chrome: typec: Register port partner Prashant Malani
2020-04-14  7:52   ` Heikki Krogerus
2020-04-14 14:08   ` Enric Balletbo i Serra
2020-04-14 22:44     ` Prashant Malani
2020-04-10 10:08 ` [PATCH v3 0/3] platform/chrome: typec: Add port partner registration Enric Balletbo i Serra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).