commit | 7255f87a7169689be2d4722375744a1f932d4b28 | [log] [tgz] |
---|---|---|
author | Alexander Shiyan <shc_work@mail.ru> | Tue Aug 21 20:59:34 2012 +0400 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Sep 28 21:14:07 2012 +0200 |
tree | 2b3e5f54e62ebdaa04cbb0199a1becddfb6c9b4e | |
parent | 61ae48c3cb6bcffd1c7e18164c3d103eb62f06aa [diff] |
ARM: clps711x: Fix lowlevel debug-macro CTS signal can not be used for the port and tied to any logic state. In this case we have an infinite loop waiting for the signal. For fix this problem, checking CTS removed, waiting for the signal "busy" was postponed after the byte write to the port. Signed-off-by: Alexander Shiyan <shc_work@mail.ru>