commit | c2365ce5d5a0531f24ee488bf846acda4ecbe2aa | [log] [tgz] |
---|---|---|
author | Roman Byshko <rbyshko@gmail.com> | Mon Nov 10 21:53:32 2014 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Tue Nov 18 09:35:12 2014 -0600 |
tree | bddbe5ce5eb3c50794ebae1b43e6bc749121f2f2 | |
parent | a1fc1920aaaaeadc7cf9d80fc16e6b8eca722b44 [diff] |
usb: musb: replace hard coded registers with defines musb registers can be dumped using the file regdump which is created in debugfs. Up to now hard coded register addresses are used for that. Different glue layers however have different register addresses. The patch addresses this issue by substituting bare register addresses with defines. Signed-off-by: Roman Byshko <rbyshko@gmail.com> Signed-off-by: Felipe Balbi <balbi@ti.com>