[PATCH v8 04/14] usb: typec: add fwnode to tcpc

2018-06-26 Thread Li Jun
Add fwnode handle to get the fwnode so we can get typec configs it contains. Suggested-by: Heikki Krogerus Reviewed-by: Heikki Krogerus Signed-off-by: Li Jun --- drivers/staging/typec/tcpci.c | 7 +++ drivers/usb/typec/tcpm.c | 1 + include/linux/usb/tcpm.h | 2 ++ 3 files change

Re: [PATCH v8 04/14] usb: typec: add fwnode to tcpc

2018-06-26 Thread Guenter Roeck
On 06/26/2018 04:45 PM, Li Jun wrote: Add fwnode handle to get the fwnode so we can get typec configs it contains. Suggested-by: Heikki Krogerus Reviewed-by: Heikki Krogerus Signed-off-by: Li Jun Reviewed-by: Guenter Roeck --- drivers/staging/typec/tcpci.c | 7 +++ drivers/usb/typ