projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0217ccc
)
dmaengine: qcom_hidma: correct channel QOS register offset
author
Sinan Kaya
<okaya@codeaurora.org>
Sun, 16 Jul 2017 14:30:38 +0000
(10:30 -0400)
committer
Vinod Koul
<vinod.koul@intel.com>
Wed, 19 Jul 2017 04:08:55 +0000
(09:38 +0530)
A regression was found while testing QOS with different channels.
The QOS register offset is 0x700 rather than 0x300.
Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/qcom/hidma_mgmt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/qcom/hidma_mgmt.c
b/drivers/dma/qcom/hidma_mgmt.c
index d51cd34c8267965227725e2adeb96156fc18daea..c45e244b2d9937aaf3a13b0a9cef1f44659675d5 100644
(file)
--- a/
drivers/dma/qcom/hidma_mgmt.c
+++ b/
drivers/dma/qcom/hidma_mgmt.c
@@
-28,7
+28,7
@@
#include "hidma_mgmt.h"
-#define HIDMA_QOS_N_OFFSET 0x
3
00
+#define HIDMA_QOS_N_OFFSET 0x
7
00
#define HIDMA_CFG_OFFSET 0x400
#define HIDMA_MAX_BUS_REQ_LEN_OFFSET 0x41C
#define HIDMA_MAX_XACTIONS_OFFSET 0x420