index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
slimbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
slimbus: fix slim_tid_txn()
Srinivas Kandagatla
2019-08-18
1
-1
/
+1
*
slimbus: qcom-ngd-ctrl: Add of_node_put() before return
Nishka Dasgupta
2019-08-18
1
-1
/
+4
*
slimbus: core: generate uevent for non-dt only
Srinivas Kandagatla
2019-06-20
1
-5
/
+0
*
slimbus: remove redundant dev_err message
Ding Xiang
2019-06-20
1
-3
/
+1
*
slimbus: fix kerneldoc comments
Jonathan Corbet
2019-06-10
1
-6
/
+6
*
slimbus: fix a potential NULL pointer dereference in of_qcom_slim_ngd_register
Kangjie Lu
2019-04-25
1
-0
/
+4
*
slimbus: core: add missing spin_lock_init on txn_lock
Srinivas Kandagatla
2019-01-22
1
-0
/
+1
*
slimbus: core: use slim_device_update_status() to update status
Srinivas Kandagatla
2019-01-22
1
-19
/
+18
*
slimbus: core: do not call device_status under a lock
Srinivas Kandagatla
2019-01-22
1
-0
/
+3
*
slimbus: core: match full device id
Srinivas Kandagatla
2019-01-22
1
-1
/
+3
*
slimbus: ngd: fix spelling mistake "exeeds" -> "exceeds"
Colin Ian King
2018-12-06
1
-1
/
+1
*
slimbus: qcom-ctrl: simplify getting .driver_data
Wolfram Sang
2018-12-06
1
-4
/
+2
*
slimbus: ngd: QCOM_QMI_HELPERS has to be selected
Niklas Cassel
2018-11-27
1
-2
/
+3
*
slimbus: ngd: Fix build error on x86
Srinivas Kandagatla
2018-11-27
1
-2
/
+3
*
slimbus: ngd: remove unnecessary check
Srinivas Kandagatla
2018-11-07
2
-9
/
+0
*
slimbus: core: add support to uevent
Srinivas Kandagatla
2018-09-25
1
-0
/
+14
*
slimbus: core: update device status in probe
Srinivas Kandagatla
2018-09-25
1
-1
/
+16
*
slimbus: core: match device tree based devices correctly
Srinivas Kandagatla
2018-09-25
1
-1
/
+5
*
slimbus: ngd: validate logical address assigned by remote
Srinivas Kandagatla
2018-09-25
1
-0
/
+4
*
silmbus: ngd: register controller after power up.
Srinivas Kandagatla
2018-09-25
1
-9
/
+11
*
slimbus: ngd: return proper error code instead of zero
Srinivas Kandagatla
2018-09-25
1
-1
/
+1
*
slimbus: ngd: register ngd driver only once.
Srinivas Kandagatla
2018-09-25
1
-1
/
+1
*
slimbus: ngd: mark PM functions as __maybe_unused
Arnd Bergmann
2018-09-14
1
-4
/
+2
*
slimbus: stream: Fix htmldocs warnings
Srinivas Kandagatla
2018-07-08
1
-2
/
+1
*
slimbus: ngd: add stream support
Srinivas Kandagatla
2018-07-07
1
-2
/
+147
*
slimbus: stream: add stream support
Srinivas Kandagatla
2018-07-07
4
-1
/
+669
*
slimbus: ngd: Add qcom SLIMBus NGD driver
Srinivas Kandagatla
2018-07-07
4
-0
/
+1403
*
slimbus: messaging: add slim_alloc/free_txn_tid()
Srinivas Kandagatla
2018-07-07
2
-22
/
+54
*
slimbus: core: add of_slim_device_get() helper
Srinivas Kandagatla
2018-07-07
1
-0
/
+39
*
slimbus: qcom: remove redundant depends in Kconfig
Srinivas Kandagatla
2018-07-07
1
-1
/
+0
*
slimbus: messaging: initialize completion correctly
Srinivas Kandagatla
2018-07-07
1
-0
/
+1
*
slimbus: messaging: remove multiple calls to pm_runtime_mark_last_busy
Srinivas Kandagatla
2018-07-07
1
-1
/
+1
*
slimbus: messaging: pass correct wbuf
Srinivas Kandagatla
2018-07-07
1
-1
/
+1
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
slimbus: qcom: remove unused variable
Srinivas Kandagatla
2018-05-14
1
-2
/
+1
*
slimbus: Fix out-of-bounds access in slim_slicesize()
Geert Uytterhoeven
2018-04-23
1
-1
/
+1
*
slimbus: core: use put_device() instead of kfree()
Arvind Yadav
2018-03-15
1
-1
/
+1
*
slimbus: qcom: add HAS_IOMEM dependency
Srinivas Kandagatla
2018-01-09
1
-0
/
+1
*
slimbus: qcom: Fix return value check in qcom_slim_probe()
Wei Yongjun
2018-01-09
1
-2
/
+2
*
slimbus: Fix missing unlock on error in slim_msg_response()
Wei Yongjun
2018-01-09
1
-0
/
+1
*
slimbus: Use GFP_ATOMIC under spin lock
Wei Yongjun
2018-01-09
1
-1
/
+1
*
slimbus: make functions slim_ack_txn and slim_alloc_txbuf static
Colin Ian King
2018-01-09
1
-3
/
+4
*
slimbus: fix retries comparison to correctly identify failed allocation
Colin Ian King
2018-01-09
1
-1
/
+1
*
slimbus: avoid null pointer dereference on msg
Colin Ian King
2018-01-09
1
-2
/
+3
*
slimbus: qcom-ctrl: use normal allocation
Arnd Bergmann
2018-01-02
1
-8
/
+4
*
slimbus: qcom: fix incompatible pointer warning
Srinivas Kandagatla
2017-12-31
1
-1
/
+1
*
slimbus: qcom: Add runtime-pm support using clock-pause
Sagar Dharia
2017-12-19
1
-3
/
+98
*
slimbus: qcom: Add Qualcomm Slimbus controller driver
Sagar Dharia
2017-12-19
3
-0
/
+665
*
slimbus: core: add common defines required for controllers
Srinivas Kandagatla
2017-12-19
1
-0
/
+33
*
slimbus: Add support for 'clock-pause' feature
Sagar Dharia
2017-12-19
5
-2
/
+225
[next]