diff options
author | Eric Anholt <eric@anholt.net> | 2015-05-13 23:10:32 +0300 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2015-06-13 13:50:39 +0300 |
commit | 7d641938aa2ae433a97cc65ec622547cfe08f2ed (patch) | |
tree | b054804a80400f4b1af73d9911d13f659f8c6ea1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 07a7dba17132d7ebc5d9f34a06baedf2308ccc01 (diff) | |
download | linux-7d641938aa2ae433a97cc65ec622547cfe08f2ed.tar.xz |
mailbox/bcm2835: Fix mailbox full detection.
With the VC reader blocked and the ARM writing, MAIL0_STA reads empty
permanently while MAIL1_STA goes from empty (0x40000000) to non-empty
(0x00000001-0x00000007) to full (0x80000008).
This bug ended up having no effect on us, because all of our
transactions in the client driver were synchronous and under a mutex.
Suggested-by: Phil Elwell <phil@raspberrypi.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions