Messages in this thread |  | | Date | Wed, 24 Jun 2009 00:22:05 +0100 | From | Ben Dooks <> | Subject | Please pull bjdooks' i2c-next tree |
| |
If possible, is there an oportunity to get this last pull before the end of the merge window done to add the Synopsys Designware controller driver?
The following changes since commit d888a4c76c51092993643f8992bf55b3c28da483: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../vapier/blackfin
are available in the git repository at:
git://aeryn.fluff.org.uk/bjdooks/linux.git next-i2c
Baruch Siach (1): i2c: driver for the Synopsys DesignWare I2C controller
drivers/i2c/busses/Kconfig | 9 + drivers/i2c/busses/Makefile | 1 + drivers/i2c/busses/i2c-designware.c | 624 +++++++++++++++++++++++++++++++++++ 3 files changed, 634 insertions(+), 0 deletions(-) create mode 100644 drivers/i2c/busses/i2c-designware.c
|  |