Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
7cbfaf48
Commit
7cbfaf48
authored
Oct 08, 2003
by
Jean Delvare
Committed by
Greg Kroah-Hartman
Oct 08, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] I2C: Add lm83 chip driver
parent
d0a2fba8
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
426 additions
and
0 deletions
+426
-0
drivers/i2c/chips/Kconfig
drivers/i2c/chips/Kconfig
+11
-0
drivers/i2c/chips/Makefile
drivers/i2c/chips/Makefile
+1
-0
drivers/i2c/chips/lm83.c
drivers/i2c/chips/lm83.c
+413
-0
include/linux/i2c-id.h
include/linux/i2c-id.h
+1
-0
No files found.
drivers/i2c/chips/Kconfig
View file @
7cbfaf48
...
@@ -68,6 +68,17 @@ config SENSORS_LM78
...
@@ -68,6 +68,17 @@ config SENSORS_LM78
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 lm78.
will be called lm78.
config SENSORS_LM83
tristate "National Semiconductor LM83"
depends on I2C && EXPERIMENTAL
select I2C_SENSOR
help
If you say yes here you get support for National Semiconductor
LM83 sensor chips.
This driver can also be built as a module. If so, the module
will be called lm83.
config SENSORS_LM85
config SENSORS_LM85
tristate "National Semiconductors LM85 and compatibles"
tristate "National Semiconductors LM85 and compatibles"
depends on I2C && EXPERIMENTAL
depends on I2C && EXPERIMENTAL
...
...
drivers/i2c/chips/Makefile
View file @
7cbfaf48
...
@@ -10,5 +10,6 @@ obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o
...
@@ -10,5 +10,6 @@ obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o
obj-$(CONFIG_SENSORS_IT87)
+=
it87.o
obj-$(CONFIG_SENSORS_IT87)
+=
it87.o
obj-$(CONFIG_SENSORS_LM75)
+=
lm75.o
obj-$(CONFIG_SENSORS_LM75)
+=
lm75.o
obj-$(CONFIG_SENSORS_LM78)
+=
lm78.o
obj-$(CONFIG_SENSORS_LM78)
+=
lm78.o
obj-$(CONFIG_SENSORS_LM83)
+=
lm83.o
obj-$(CONFIG_SENSORS_LM85)
+=
lm85.o
obj-$(CONFIG_SENSORS_LM85)
+=
lm85.o
obj-$(CONFIG_SENSORS_VIA686A)
+=
via686a.o
obj-$(CONFIG_SENSORS_VIA686A)
+=
via686a.o
drivers/i2c/chips/lm83.c
0 → 100644
View file @
7cbfaf48
This diff is collapsed.
Click to expand it.
include/linux/i2c-id.h
View file @
7cbfaf48
...
@@ -153,6 +153,7 @@
...
@@ -153,6 +153,7 @@
#define I2C_DRIVERID_FS451 1037
#define I2C_DRIVERID_FS451 1037
#define I2C_DRIVERID_W83627HF 1038
#define I2C_DRIVERID_W83627HF 1038
#define I2C_DRIVERID_LM85 1039
#define I2C_DRIVERID_LM85 1039
#define I2C_DRIVERID_LM83 1040
/*
/*
* ---- 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