Re: [PATCH v5 0/4] user space client interface driver

2020-09-02 Thread Hemant Kumar
Hi Jeff and Mani, On 8/5/20 11:40 PM, Hemant Kumar wrote: V5: - Removed mhi_uci_drv structure. - Used idr instead of creating global list of uci devices. - Used kref instead of local ref counting for uci device and open count. - Removed unlikely macro. V4: - Fix locking to protect proper stru

[PATCH v5 0/4] user space client interface driver

2020-08-05 Thread Hemant Kumar
V5: - Removed mhi_uci_drv structure. - Used idr instead of creating global list of uci devices. - Used kref instead of local ref counting for uci device and open count. - Removed unlikely macro. V4: - Fix locking to protect proper struct members. - Updated documentation describing uci client dri