Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
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-2.6.23
Commits
4485aac7
Commit
4485aac7
authored
Jun 13, 2008
by
陳永達
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kernel support Silicon Image 9034 driver
parent
58ef4da6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
0 deletions
+15
-0
arch/arm/configs/ntosd_644xA_defconfig
arch/arm/configs/ntosd_644xA_defconfig
+1
-0
drivers/i2c/chips/Kconfig
drivers/i2c/chips/Kconfig
+12
-0
drivers/i2c/chips/Makefile
drivers/i2c/chips/Makefile
+1
-0
include/linux/i2c-id.h
include/linux/i2c-id.h
+1
-0
No files found.
arch/arm/configs/ntosd_644xA_defconfig
View file @
4485aac7
...
@@ -769,6 +769,7 @@ CONFIG_SENSORS_TLV320AIC33=y
...
@@ -769,6 +769,7 @@ CONFIG_SENSORS_TLV320AIC33=y
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
# CONFIG_I2C_DEBUG_CHIP is not set
CONFIG_I2C_NEUROS_MSP430=m
CONFIG_I2C_NEUROS_MSP430=m
CONFIG_I2C_NEUROS_SIL9034HDMI=m
#
#
# SPI support
# SPI support
...
...
drivers/i2c/chips/Kconfig
View file @
4485aac7
...
@@ -215,4 +215,16 @@ config I2C_NEUROS_MSP430
...
@@ -215,4 +215,16 @@ config I2C_NEUROS_MSP430
If unsure and targeting the Neuros OSD, say M.
If unsure and targeting the Neuros OSD, say M.
config I2C_NEUROS_SIL9034HDMI
tristate "Silicon Image 9034 HDMI Transmitter"
depends on I2C && ARCH_DAVINCI
help
Supports the I2C interface found on the Neuros OSD (primarily used
for communicating with the silicon image hdmi transmitter chip).
To compile this driver as a module (recommended), choose M here: the
module will be called i2c-algo-neuros-sil9034hdmi.ko
If unsure and targeting the Neuros OSD, say M.
endmenu
endmenu
drivers/i2c/chips/Makefile
View file @
4485aac7
...
@@ -22,6 +22,7 @@ obj-$(CONFIG_TWL4030_GPIO) += twl4030_gpio.o
...
@@ -22,6 +22,7 @@ obj-$(CONFIG_TWL4030_GPIO) += twl4030_gpio.o
obj-$(CONFIG_RTC_X1205_I2C)
+=
x1205.o
obj-$(CONFIG_RTC_X1205_I2C)
+=
x1205.o
obj-$(CONFIG_GPIOEXPANDER_DAVINCI)
+=
gpio_expander_davinci.o
obj-$(CONFIG_GPIOEXPANDER_DAVINCI)
+=
gpio_expander_davinci.o
obj-$(CONFIG_I2C_NEUROS_MSP430)
+=
i2c-neuros-msp430.o
obj-$(CONFIG_I2C_NEUROS_MSP430)
+=
i2c-neuros-msp430.o
obj-$(CONFIG_I2C_NEUROS_SIL9034HDMI)
+=
i2c-neuros-sil9034hdmi.o
ifeq
($(CONFIG_I2C_DEBUG_CHIP),y)
ifeq
($(CONFIG_I2C_DEBUG_CHIP),y)
EXTRA_CFLAGS
+=
-DDEBUG
EXTRA_CFLAGS
+=
-DDEBUG
...
...
include/linux/i2c-id.h
View file @
4485aac7
...
@@ -165,6 +165,7 @@
...
@@ -165,6 +165,7 @@
#define I2C_DRIVERID_FSCHER 1046
#define I2C_DRIVERID_FSCHER 1046
#define I2C_DRIVERID_W83L785TS 1047
#define I2C_DRIVERID_W83L785TS 1047
#define I2C_DRIVERID_OV7670 1048
/* Omnivision 7670 camera */
#define I2C_DRIVERID_OV7670 1048
/* Omnivision 7670 camera */
#define I2C_DRIVERID_SIL9034 1049
/* I2C id for Silicon Image */
/*
/*
* ---- Adapter types ----------------------------------------------------
* ---- Adapter types ----------------------------------------------------
...
...
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