Skip to content

Commit

Permalink
Merge branch 'for-2636/i2c/nuc' into next-i2c
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Dooks committed Aug 10, 2010
2 parents d8a6206 + ededad3 commit f6e1901
Show file tree
Hide file tree
Showing 4 changed files with 726 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/mach-w90x900/include/mach/i2c.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#ifndef __ASM_ARCH_NUC900_I2C_H
#define __ASM_ARCH_NUC900_I2C_H

struct nuc900_platform_i2c {
int bus_num;
unsigned long bus_freq;
};

#endif /* __ASM_ARCH_NUC900_I2C_H */
7 changes: 7 additions & 0 deletions drivers/i2c/busses/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,13 @@ config I2C_NOMADIK
If you say yes to this option, support will be included for the
I2C interface from ST-Ericsson's Nomadik and Ux500 architectures.

config I2C_NUC900
tristate "NUC900 I2C Driver"
depends on ARCH_W90X900
help
Say Y here to include support for I2C controller in the
Winbond/Nuvoton NUC900 based System-on-Chip devices.

config I2C_OCORES
tristate "OpenCores I2C Controller"
depends on EXPERIMENTAL
Expand Down
1 change: 1 addition & 0 deletions drivers/i2c/busses/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ obj-$(CONFIG_I2C_IXP2000) += i2c-ixp2000.o
obj-$(CONFIG_I2C_MPC) += i2c-mpc.o
obj-$(CONFIG_I2C_MV64XXX) += i2c-mv64xxx.o
obj-$(CONFIG_I2C_NOMADIK) += i2c-nomadik.o
obj-$(CONFIG_I2C_NUC900) += i2c-nuc900.o
obj-$(CONFIG_I2C_OCORES) += i2c-ocores.o
obj-$(CONFIG_I2C_OMAP) += i2c-omap.o
obj-$(CONFIG_I2C_PASEMI) += i2c-pasemi.o
Expand Down
Loading

0 comments on commit f6e1901

Please sign in to comment.