Claim the hsi clients port
int hsi_claim_port(struct hsi_client * cl, unsigned int share);
cl
HSI client that wants to claim its port
share
Flag to indicate if the client wants to share the port or not.
Returns -errno on failure, 0 on success.