Re: [PATCH v3 7/9] usb: typec: Find the ports by also matching against the device node

From: Sergei Shtylyov
Date: Wed Feb 13 2019 - 03:39:12 EST


On 13.02.2019 10:45, Heikki Krogerus wrote:

When the connections are defined in firmware, struct
device_connection will have the fwnode member pointing to
the device node (struct fwnode_handle) of the requested
device, and the endpoint will not be used at all in that
case.

Acked-by: Hans de Goede <hdegoede@xxxxxxxxxx>
Reviewed-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
Reviewed-by: Jun Li <jun.li@xxxxxxx>
Signed-off-by: Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx>
---
drivers/usb/typec/class.c | 24 +++++++++++++++++++++---
1 file changed, 21 insertions(+), 3 deletions(-)

diff --git a/drivers/usb/typec/class.c b/drivers/usb/typec/class.c
index 45abe2c7e9f3..2eb623841847 100644
--- a/drivers/usb/typec/class.c
+++ b/drivers/usb/typec/class.c
[...]
+ /*
+ * FIXME: Check does the fwnode supports the requested SVID. If it does

Perhaps "check if the fwnode supports"? Or at least s/supports/support/...

[...]

MBR, Sergei