27 Sep, 2017

1 commit


09 Jun, 2017

1 commit

  • Add a little helper for crc4 calculations. This works 4-bits-at-a-time,
    using a simple table approach.

    We will need this in the FSI core code, as well as any master
    implementations that need to calculate CRCs in software.

    Signed-off-by: Jeremy Kerr
    Signed-off-by: Chris Bostic
    Signed-off-by: Joel Stanley
    Signed-off-by: Greg Kroah-Hartman

    Jeremy Kerr