Re: [PATCH 1/5] usb: xhci: dbc: make DbC modular, introducing dbc_function structure

2019-06-07 Thread Greg KH
On Fri, Jun 07, 2019 at 12:03:02PM +0530, Prabhat Chand Pandey wrote: > This patch introduces the dbc_function structure as a first step in > making DbC modular and capable in exposing different user interfaces using > different "functions", which may implement the callbacks exposed here > accordin

[PATCH 1/5] usb: xhci: dbc: make DbC modular, introducing dbc_function structure

2019-06-06 Thread Prabhat Chand Pandey
This patch introduces the dbc_function structure as a first step in making DbC modular and capable in exposing different user interfaces using different "functions", which may implement the callbacks exposed here according to the driver's need. Only one "function" can be registered at a time. The