diff options
author | Stephen Boyd <[email protected]> | 2014-09-22 12:26:09 -0700 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2014-09-23 09:05:28 +0200 |
commit | ffed1b94cbf869e81de0525608193f367db2ba36 (patch) | |
tree | 6c1ce71029c2ac9754766ab16ce3818bb175a19d /tools/perf/scripts/python/check-perf-trace.py | |
parent | d4d11449088ee9aca16fd1884b852b8b73a4bda1 (diff) |
mmc: sdhci-msm: Make tuning block table endian agnostic
If we're tuning on a big-endian CPU we'll never determine we properly
tuned the device because we compare the data we received from the
controller with a table that assumes the CPU is little-endian.
Change the table to be an array of bytes instead of 32-bit words
so we can use memcmp() without needing to byte-swap every word
depending on the endianess of the CPU.
Cc: Asutosh Das <[email protected]>
Cc: Venkat Gopalakrishnan <[email protected]>
Reviewed-by: Georgi Djakov <[email protected]>
Fixes: 415b5a75da43 "mmc: sdhci-msm: Add platform_execute_tuning implementation"
Signed-off-by: Stephen Boyd <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions