[PATCH 0/4] slimbus: minor fixes.

From: Srinivas Kandagatla
Date: Mon Jan 14 2019 - 08:45:59 EST


Here are some minor fixes to slimbus core for issues found while testing wcd9335.
First one is make the slimbus core match full device id,
second one is to avoid using big lock in status callback function,
third one is to use status function rather than directly invoking the status ops.
finally last one is to fix missing spinlock init.

Thanks,
srini


Srinivas Kandagatla (4):
slimbus: core: match full device id
slimbus: core: do not call device_status under a lock
slimbus: core: use slim_device_update_status() to update status
slimbus: core: add missing spin_lock_init on txn_lock

drivers/slimbus/core.c | 45 +++++++++++++++++++++++-------------------
1 file changed, 25 insertions(+), 20 deletions(-)

--
2.20.1