Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
3f4ae860
Commit
3f4ae860
authored
Mar 07, 2010
by
Ben Dooks
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'next-i2c-xilinx' into next-i2c
parents
2086f848
e1d5b659
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
835 additions
and
0 deletions
+835
-0
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Kconfig
+10
-0
drivers/i2c/busses/Makefile
drivers/i2c/busses/Makefile
+1
-0
drivers/i2c/busses/i2c-xiic.c
drivers/i2c/busses/i2c-xiic.c
+824
-0
No files found.
drivers/i2c/busses/Kconfig
View file @
3f4ae860
...
@@ -581,6 +581,16 @@ config I2C_OCTEON
...
@@ -581,6 +581,16 @@ config I2C_OCTEON
This driver can also be built as a module. If so, the module
This driver can also be built as a module. If so, the module
will be called i2c-octeon.
will be called i2c-octeon.
config I2C_XILINX
tristate "Xilinx I2C Controller"
depends on EXPERIMENTAL && HAS_IOMEM
help
If you say yes to this option, support will be included for the
Xilinx I2C controller.
This driver can also be built as a module. If so, the module
will be called xilinx_i2c.
comment "External I2C/SMBus adapter drivers"
comment "External I2C/SMBus adapter drivers"
config I2C_PARPORT
config I2C_PARPORT
...
...
drivers/i2c/busses/Makefile
View file @
3f4ae860
...
@@ -56,6 +56,7 @@ obj-$(CONFIG_I2C_SIMTEC) += i2c-simtec.o
...
@@ -56,6 +56,7 @@ obj-$(CONFIG_I2C_SIMTEC) += i2c-simtec.o
obj-$(CONFIG_I2C_STU300)
+=
i2c-stu300.o
obj-$(CONFIG_I2C_STU300)
+=
i2c-stu300.o
obj-$(CONFIG_I2C_VERSATILE)
+=
i2c-versatile.o
obj-$(CONFIG_I2C_VERSATILE)
+=
i2c-versatile.o
obj-$(CONFIG_I2C_OCTEON)
+=
i2c-octeon.o
obj-$(CONFIG_I2C_OCTEON)
+=
i2c-octeon.o
obj-$(CONFIG_I2C_XILINX)
+=
i2c-xiic.o
# External I2C/SMBus adapter drivers
# External I2C/SMBus adapter drivers
obj-$(CONFIG_I2C_PARPORT)
+=
i2c-parport.o
obj-$(CONFIG_I2C_PARPORT)
+=
i2c-parport.o
...
...
drivers/i2c/busses/i2c-xiic.c
0 → 100644
View file @
3f4ae860
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment