-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 188063 b: refs/heads/master c: 2aa2b50 h: refs/heads/master i: 188061: d53b4e7 188059: a1267c7 188055: e30fb0f 188047: 18906ae 188031: ac25f13 v: v3
- Loading branch information
Ingo Molnar
committed
Mar 14, 2010
1 parent
b707ea9
commit 8b927b2
Showing
69 changed files
with
391 additions
and
764 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 02ca6c407e0d43e6de5d646d26d87fc2eaa7a98b | ||
refs/heads/master: 2aa2b50dd62b5d0675bd7453fbeb5732dc2d7866 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# | ||
# Miscellaneous I2C chip drivers configuration | ||
# | ||
# *** DEPRECATED! Do not add new entries! See Makefile *** | ||
# | ||
|
||
menu "Miscellaneous I2C Chip support" | ||
|
||
config SENSORS_TSL2550 | ||
tristate "Taos TSL2550 ambient light sensor" | ||
depends on EXPERIMENTAL | ||
help | ||
If you say yes here you get support for the Taos TSL2550 | ||
ambient light sensor. | ||
|
||
This driver can also be built as a module. If so, the module | ||
will be called tsl2550. | ||
|
||
endmenu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# | ||
# Makefile for miscellaneous I2C chip drivers. | ||
# | ||
# Do not add new drivers to this directory! It is DEPRECATED. | ||
# | ||
# Device drivers are better grouped according to the functionality they | ||
# implement rather than to the bus they are connected to. In particular: | ||
# * Hardware monitoring chip drivers go to drivers/hwmon | ||
# * RTC chip drivers go to drivers/rtc | ||
# * I/O expander drivers go to drivers/gpio | ||
# | ||
|
||
obj-$(CONFIG_SENSORS_TSL2550) += tsl2550.o | ||
|
||
ifeq ($(CONFIG_I2C_DEBUG_CHIP),y) | ||
EXTRA_CFLAGS += -DDEBUG | ||
endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.