Re: [PATCH 11/18] usb: typec: ucsi: Simplified registration and I/O API

2019-10-21 Thread Heikki Krogerus
On Mon, Oct 21, 2019 at 06:17:30AM -0700, Guenter Roeck wrote: > On 10/21/19 4:25 AM, Heikki Krogerus wrote: > > Adding more simplified API for interface registration and > > read and write operations. > > > > The registration is split into separate creation and > > registration phases. That allow

Re: [PATCH 11/18] usb: typec: ucsi: Simplified registration and I/O API

2019-10-21 Thread Guenter Roeck
On 10/21/19 4:25 AM, Heikki Krogerus wrote: Adding more simplified API for interface registration and read and write operations. The registration is split into separate creation and registration phases. That allows the drivers to properly initialize the interface before registering it if necessa

[PATCH 11/18] usb: typec: ucsi: Simplified registration and I/O API

2019-10-21 Thread Heikki Krogerus
Adding more simplified API for interface registration and read and write operations. The registration is split into separate creation and registration phases. That allows the drivers to properly initialize the interface before registering it if necessary. The read and write operations are supplie