aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/slimbus (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-15slimbus: core: use put_device() instead of kfree()Arvind Yadav1-1/+1
2018-01-09slimbus: qcom: add HAS_IOMEM dependencySrinivas Kandagatla1-0/+1
2018-01-09slimbus: qcom: Fix return value check in qcom_slim_probe()Wei Yongjun1-2/+2
2018-01-09slimbus: Fix missing unlock on error in slim_msg_response()Wei Yongjun1-0/+1
2018-01-09slimbus: Use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2018-01-09slimbus: make functions slim_ack_txn and slim_alloc_txbuf staticColin Ian King1-3/+4
2018-01-09slimbus: fix retries comparison to correctly identify failed allocationColin Ian King1-1/+1
2018-01-09slimbus: avoid null pointer dereference on msgColin Ian King1-2/+3
2018-01-02slimbus: qcom-ctrl: use normal allocationArnd Bergmann1-8/+4
2017-12-31slimbus: qcom: fix incompatible pointer warningSrinivas Kandagatla1-1/+1
2017-12-19slimbus: qcom: Add runtime-pm support using clock-pauseSagar Dharia1-3/+98
2017-12-19slimbus: qcom: Add Qualcomm Slimbus controller driverSagar Dharia3-0/+665
2017-12-19slimbus: core: add common defines required for controllersSrinivas Kandagatla1-0/+33
2017-12-19slimbus: Add support for 'clock-pause' featureSagar Dharia5-2/+225
2017-12-19slimbus: Add messaging APIs to slimbus frameworkSagar Dharia3-1/+365
2017-12-19slimbus: core: add support to device tree helperSrinivas Kandagatla1-0/+50
2017-12-19slimbus: core: Add slim controllers supportSagar Dharia2-0/+414
2017-12-19slimbus: Add SLIMbus bus typeSagar Dharia3-0/+131