zephyr/drivers/crypto
Kumar Gala 0bfd810d13 i2c: deprecate use of union dev_config
There are several issues with the dev_config union used as a
convenience when calling the i2c_configure api.  One, the union is well
name spaced protected and doesn't convey use with just i2c.  Second
there are assumptions of how the bits might get packed by the union
which can't be guaranteed.  Since the API takes a u32_t lets change in
tree uses to using the macros to setup a u32_t and make the union as
deprecated.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-10-11 10:45:12 -04:00
..
Kconfig drivers/crypto: Add mbedTLS shim crypto driver 2017-08-17 22:20:23 -04:00
Kconfig.ataes132a doc: misspellings in Kconfig files 2017-05-05 19:38:53 -04:00
Makefile drivers/crypto: Add mbedTLS shim crypto driver 2017-08-17 22:20:23 -04:00
crypto_ataes132a.c i2c: deprecate use of union dev_config 2017-10-11 10:45:12 -04:00
crypto_ataes132a_priv.h drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
crypto_mtls_shim.c drivers/crypto: Add mbedTLS shim crypto driver 2017-08-17 22:20:23 -04:00
crypto_tc_shim.c drivers: crypto: Fix TinyCrypt shim 2017-08-01 10:35:06 -04:00
crypto_tc_shim_priv.h drivers/crypto: Prefix source code relevantly 2017-04-27 13:06:31 +00:00