Hi Marek, On Thu, Sep 26, 2013 at 8:18 AM, Marek Vasut <[email protected]> wrote: > Add support for the MXS DCP block. The driver currently supports > SHA-1/SHA-256 hashing and AES-128 CBC/ECB modes. The non-standard > CRC32 is not yet supported. > > Signed-off-by: Marek Vasut <[email protected]> > Cc: Herbert Xu <[email protected]> > Cc: David S. Miller <[email protected]> > --- > drivers/crypto/Kconfig | 17 + > drivers/crypto/Makefile | 1 + > drivers/crypto/mxs-dcp.c | 1082 > ++++++++++++++++++++++++++++++++++++++++++++++
What about the existing DCP driver at drivers/crypto/dcp.c ? Why do we need to have two drivers for the same IP block? It looks confusing to have both. Regards, Fabio Estevam -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
