]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value
authorStefan Roese <sr@denx.de>
Thu, 3 Mar 2016 08:34:12 +0000 (09:34 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2016 23:18:42 +0000 (19:18 -0400)
commitecb57f69b236a0c11a08cbe74d22be76fc72091a
treed3048dfc73116e1d4462d89b10b19766045bc387
parent7109157ff2467b4ba3f745af1a7bc2dc2cf61a39
lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value

The original name of this function is unclear. This patch renames this
CRC16 function to crc16_ccitt() matching its name with its
implementation.

To make the usage of this function more flexible, lets add the CRC start
value as parameter to this function. This way it can be used by other
functions requiring different start values than 0 as well.

Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/xyzModem.c
drivers/mmc/mmc_spi.c
include/crc.h
lib/crc16.c