Skip to content

Commit

Permalink
i2c: at91: remove old polling driver
Browse files Browse the repository at this point in the history
It will get replaced by a superior one. Safe to remove since this one
depends on BROKEN anyhow.

Signed-off-by: Nikolaus Voss <n.voss@weinmann.de>
Tested-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Reviewed-by: Nicolas Ferre <nicolas.ferre@atmel.com>

[wsa: added commit message]

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
  • Loading branch information
Nikolaus Voss authored and Wolfram Sang committed Sep 12, 2012
1 parent af2a5f0 commit a879e9c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 384 deletions.
68 changes: 0 additions & 68 deletions arch/arm/mach-at91/include/mach/at91_twi.h

This file was deleted.

1 change: 0 additions & 1 deletion drivers/i2c/busses/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ obj-$(CONFIG_I2C_HYDRA) += i2c-hydra.o
obj-$(CONFIG_I2C_POWERMAC) += i2c-powermac.o

# Embedded system I2C/SMBus host controller drivers
obj-$(CONFIG_I2C_AT91) += i2c-at91.o
obj-$(CONFIG_I2C_AU1550) += i2c-au1550.o
obj-$(CONFIG_I2C_BLACKFIN_TWI) += i2c-bfin-twi.o
obj-$(CONFIG_I2C_CPM) += i2c-cpm.o
Expand Down
315 changes: 0 additions & 315 deletions drivers/i2c/busses/i2c-at91.c

This file was deleted.

0 comments on commit a879e9c

Please sign in to comment.