17 May, 2014

1 commit

  • This eliminates a 1-bit left shift in every single caller,
    and makes the inner loop of the CRC computation more efficient.

    Renamed crc7 to crc7_be (big-endian) since the interface changed.

    Also purged #include from files that don't use it at all.

    Signed-off-by: George Spelvin
    Reviewed-by: Pavel Machek
    Acked-by: Ulf Hansson
    Signed-off-by: John W. Linville

    George Spelvin
     

18 Jul, 2007

1 commit

  • Add CRC7 routines, used for example in MMC over SPI communication.
    Kerneldoc updates

    [akpm@linux-foundation.org: fix funny mix of const and non-const]
    Signed-off-by: Jan Nikitenko
    Signed-off-by: David Brownell
    Cc: "Randy.Dunlap"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jan Nikitenko