Re: [PATCH v2] usb: typec: tcpm: Export partner Source Capabilities

2021-02-16 Thread Christoph Hellwig
On Sun, Feb 14, 2021 at 11:30:52AM +0800, Kyle Tso wrote: > Export a function for other drivers to get the partner Source > Capabilities. > > Signed-off-by: Kyle Tso Who is going to use this? Please submit any new export together with the actual user.

Re: [PATCH v2] usb: typec: tcpm: Export partner Source Capabilities

2021-02-13 Thread kernel test robot
Hi Kyle, Thank you for the patch! Yet something to improve: [auto build test ERROR on usb/usb-testing] [also build test ERROR on v5.11-rc7 next-20210212] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in

Re: [PATCH v2] usb: typec: tcpm: Export partner Source Capabilities

2021-02-13 Thread kernel test robot
Hi Kyle, Thank you for the patch! Yet something to improve: [auto build test ERROR on usb/usb-testing] [also build test ERROR on v5.11-rc7 next-20210212] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in

[PATCH v2] usb: typec: tcpm: Export partner Source Capabilities

2021-02-13 Thread Kyle Tso
Export a function for other drivers to get the partner Source Capabilities. Signed-off-by: Kyle Tso --- Changes since v1: - add a put function to free the memory drivers/usb/typec/tcpm/tcpm.c | 34 ++ include/linux/usb/tcpm.h | 2 ++ 2 files changed, 36