[U-Boot] [patch 2/2] The PIPE_INTERRUPT flag is used wrong

2008-10-10 Thread Remy Bohmer
At a lot of places in the code the PIPE_INTERRUPT flags and friends are used wrong. The wrong bits are compared to this flag resulting in wrong conditions. Also there are macros that should be used for PIPE_* flags. This patch tries to fix them all, however, I was not able to test the changes,

[U-Boot] [patch 2/2] The PIPE_INTERRUPT flag is used wrong

2008-10-08 Thread Remy Bohmer
At a lot of places in the code the PIPE_INTERRUPT flags and friends are used wrong. The wrong bits are compared to this flag resulting in wrong conditions. Also there are macros that should be used for PIPE_* flags. This patch tries to fix them all, however, I was not able to test the changes,