mbox series

[0/4] slimbus: minor fixes.

Message ID 20190114134449.15367-1-srinivas.kandagatla@linaro.org
Headers show
Series slimbus: minor fixes. | expand

Message

Srinivas Kandagatla Jan. 14, 2019, 1:44 p.m. UTC
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

Comments

Greg KH Jan. 14, 2019, 2:53 p.m. UTC | #1
On Mon, Jan 14, 2019 at 01:44:45PM +0000, Srinivas Kandagatla wrote:
> 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.


Should all of these go into 5.0-final?  backported to any older releases
as well?  Or can we wait until 5.1-rc1?

thanks,

greg k-h