Re: [U-Boot] [PATCH v2] DaVinci: correct MDSTAT.STATE mask

2011-09-17 Thread Sergei Shtylyov
Hello. On 17-09-2011 1:01, Wolfgang Denk wrote: > Dear Sergei Shtylyov, Thank you for the really quick response. :-) >> MDSTAT.STATE occupies bits 0..5 according to all available documentation, so >> fix >> the masks which previously was leaving out the intermediate state indicator >> bit

Re: [U-Boot] [PATCH v2] DaVinci: correct MDSTAT.STATE mask

2011-09-16 Thread Wolfgang Denk
Dear Sergei Shtylyov, In message <201109161858.08706.sshtyl...@ru.mvista.com> you wrote: > MDSTAT.STATE occupies bits 0..5 according to all available documentation, so > fix > the masks which previously was leaving out the intermediate state indicator > bit. > > Signed-off-by: Sergei Shtylyov

Re: [U-Boot] [PATCH v2] DaVinci: correct MDSTAT.STATE mask

2011-09-16 Thread Sergei Shtylyov
MDSTAT.STATE occupies bits 0..5 according to all available documentation, so fix the masks which previously was leaving out the intermediate state indicator bit. Signed-off-by: Sergei Shtylyov --- Resending with the corrected subject/description... Analogous Linux patch has been queued in the li