aboutsummaryrefslogtreecommitdiff
path: root/drivers/slimbus/qcom-ctrl.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06slimbus: qcom-ctrl: simplify getting .driver_dataGravatar Wolfram Sang 1-4/+2
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-05-14slimbus: qcom: remove unused variableGravatar Srinivas Kandagatla 1-2/+1
2018-01-09slimbus: qcom: Fix return value check in qcom_slim_probe()Gravatar Wei Yongjun 1-2/+2
2018-01-09slimbus: make functions slim_ack_txn and slim_alloc_txbuf staticGravatar Colin Ian King 1-3/+4
2018-01-09slimbus: fix retries comparison to correctly identify failed allocationGravatar Colin Ian King 1-1/+1
2018-01-02slimbus: qcom-ctrl: use normal allocationGravatar Arnd Bergmann 1-8/+4
2017-12-31slimbus: qcom: fix incompatible pointer warningGravatar Srinivas Kandagatla 1-1/+1
2017-12-19slimbus: qcom: Add runtime-pm support using clock-pauseGravatar Sagar Dharia 1-3/+98
2017-12-19slimbus: qcom: Add Qualcomm Slimbus controller driverGravatar Sagar Dharia 1-0/+655