From cec487a435ac106d1a611feba1a36043142c839b Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 20 Feb 2012 18:49:16 +0000 Subject: Revert "ARM: I2C: I2C Multi byte address support" This reverts commits 2faa76196af4b3e93bcb9e38ed9090cbd3b06db3 as this has introduced some large problems on all other platforms and have more changes in them than the commit message implies. Cc: Heiko Schocher Cc: Patil, Rachna Signed-off-by: Tom Rini --- drivers/i2c/omap24xx_i2c.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/i2c/omap24xx_i2c.h') diff --git a/drivers/i2c/omap24xx_i2c.h b/drivers/i2c/omap24xx_i2c.h index 9a0b126b38..1f38c232d1 100644 --- a/drivers/i2c/omap24xx_i2c.h +++ b/drivers/i2c/omap24xx_i2c.h @@ -60,9 +60,7 @@ /* I2C Buffer Configuration Register (I2C_BUF): */ #define I2C_BUF_RDMA_EN (1 << 15) /* Receive DMA channel enable */ -#define I2C_RXFIFO_CLEAR (1 << 14) /* RX FIFO Clear */ #define I2C_BUF_XDMA_EN (1 << 7) /* Transmit DMA channel enable */ -#define I2C_TXFIFO_CLEAR (1 << 6) /* TX FIFO clear */ /* I2C Configuration Register (I2C_CON): */ -- cgit v1.2.1