All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] slimbus: fix module loading
@ 2018-09-16 23:45 srinivas.kandagatla
  2018-09-16 23:45   ` srinivas.kandagatla
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: srinivas.kandagatla @ 2018-09-16 23:45 UTC (permalink / raw)
  To: gregkh
  Cc: broonie, linux-kernel, linux-arm-msm, alsa-devel, vkoul,
	Srinivas Kandagatla

From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

Hi Greg,

Here are some of the fixes for issues found while testing module loading
on DB820c debian setup.

First 3 core fixes are to do with generating uevents, calling status callback in
probe sequence if the device is up and one fix is able to match device id from
device tree compatible strings.
Second 4 ngd patches fixes few issues firstly with registration, secondly checking
the validity of logical address assigned by remote. Lastly there are few typo fixes.


Thanks,
Srini


Srinivas Kandagatla (7):
  slimbus: core: add support to uevent
  slimbus: core: update device status in probe
  slimbus: core: match device tree based devices correctly
  slimbus: ngd: validate logical address assigned by remote
  silmbus: ngd: register controller after power up.
  slimbus: ngd: return proper error code instead of zero
  slimbus: ngd: register ngd driver only once.

 drivers/slimbus/core.c          | 37 +++++++++++++++++++++++++++++++++++--
 drivers/slimbus/qcom-ngd-ctrl.c | 28 +++++++++++++++++-----------
 2 files changed, 52 insertions(+), 13 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-09-16 23:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-16 23:45 [PATCH 0/7] slimbus: fix module loading srinivas.kandagatla
2018-09-16 23:45 ` [PATCH 1/7] slimbus: core: add support to uevent srinivas.kandagatla
2018-09-16 23:45   ` srinivas.kandagatla
2018-09-16 23:45 ` [PATCH 2/7] slimbus: core: update device status in probe srinivas.kandagatla
2018-09-16 23:45 ` [PATCH 3/7] slimbus: core: match device tree based devices correctly srinivas.kandagatla
2018-09-16 23:45 ` [PATCH 4/7] slimbus: ngd: validate logical address assigned by remote srinivas.kandagatla
2018-09-16 23:45 ` [PATCH 5/7] silmbus: ngd: register controller after power up srinivas.kandagatla
2018-09-16 23:45 ` [PATCH 6/7] slimbus: ngd: return proper error code instead of zero srinivas.kandagatla
2018-09-16 23:45 ` [PATCH 7/7] slimbus: ngd: register ngd driver only once srinivas.kandagatla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.