projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c65b38
)
coresight: support the TPIU version found in Ux500
author
Linus Walleij
<
[email protected]
>
Tue, 19 May 2015 16:55:08 +0000
(10:55 -0600)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sun, 24 May 2015 18:12:07 +0000
(11:12 -0700)
The Ux500 has a PrimeCell version 4B instead of the 3B as
supported by the driver, extend the match table to cover
this version.
Signed-off-by: Linus Walleij <
[email protected]
>
Signed-off-by: Mathieu Poirier <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/hwtracing/coresight/coresight-tpiu.c
patch
|
blob
|
history
diff --git
a/drivers/hwtracing/coresight/coresight-tpiu.c
b/drivers/hwtracing/coresight/coresight-tpiu.c
index 3b33af2416bb4da64d2037b96edb6699affe17e9..88b6b0c32538f7986e74f0a5e80dfb0fa4f9c1a5 100644
(file)
--- a/
drivers/hwtracing/coresight/coresight-tpiu.c
+++ b/
drivers/hwtracing/coresight/coresight-tpiu.c
@@
-188,6
+188,10
@@
static struct amba_id tpiu_ids[] = {
.id = 0x0003b912,
.mask = 0x0003ffff,
},
+ {
+ .id = 0x0004b912,
+ .mask = 0x0007ffff,
+ },
{ 0, 0},
};