Re: [U-Boot] [PATCH 1/4] lib: add crc7 from Linux

2011-01-10 Thread Wolfgang Denk
Dear Thomas Chou, In message <1293174969-18653-2-git-send-email-tho...@wytron.com.tw> you wrote: > Crc7 is used to compute mmc spi comamnd packet checksum. s/comamnd/sommand/ > Signed-off-by: Thomas Chou Please fix the typos, and provide proper attribution where this code is coming from - see

[U-Boot] [PATCH 1/4] lib: add crc7 from Linux

2010-12-23 Thread Thomas Chou
Crc7 is used to compute mmc spi comamnd packet checksum. Signed-off-by: Thomas Chou --- include/linux/crc7.h | 14 +++ lib/Makefile |1 + lib/crc7.c | 62 ++ 3 files changed, 77 insertions(+), 0 deletions(-) creat