]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: driver for the Synopsys DesignWare I2C controller
authorBaruch Siach <baruch@tkos.co.il>
Mon, 22 Jun 2009 13:36:29 +0000 (16:36 +0300)
committerBen Dooks <ben-linux@fluff.org>
Tue, 23 Jun 2009 23:18:56 +0000 (00:18 +0100)
commit093ccaff0713c3da37d92f30804dba531102339c
tree1232a97c6ac79cbc91332fb5fde9acfd7b5136a6
parent4c8f6b7aaeefb742dc67bc40a7e92a9831035a0d
i2c: driver for the Synopsys DesignWare I2C controller

The i2c Linux driver for the DesignWare i2c block of Synopsys, which is meant
for AMBA Peripheral Bus. This i2c block is used on SoC chips like the ARM9
based PVG610.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-designware.c [new file with mode: 0644]