linux/drivers/i2c
Jingchang Lu 171408c211 i2c: imx: add INT flag and IEN bit operatation codes
This add bits operation macro that differ between SoCs.
Interrupt flags clear operation in I2SR differ between SoCs:
write zero to clear(w0c) INT flag on i.MX,
but write one to clear(w1c) INT flag on Vybrid.
I2C module enable operation in I2CR also differ between SoCs:
set I2CR_IEN bit enable the module on i.MX,
but clear I2CR_IEN bit enable the module on Vybrid.

Signed-off-by: Jingchang Lu <b35083@freescale.com>
Reviewed-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
2013-08-15 16:13:48 +02:00
..
algos
busses i2c: imx: add INT flag and IEN bit operatation codes 2013-08-15 16:13:48 +02:00
muxes Removal of GENERIC_GPIO for v3.10 2013-05-09 09:59:16 -07:00
i2c-boardinfo.c
i2c-core.c i2c: Improve logging on failure to probe for ->class devices 2013-08-15 14:49:58 +02:00
i2c-core.h
i2c-dev.c
i2c-mux.c
i2c-smbus.c
i2c-stub.c
Kconfig
Makefile