-
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: 280559 b: refs/heads/master c: 8569d02 h: refs/heads/master i: 280557: 3064006 280555: d5bbf40 280551: fc10a5b 280543: 5dd07a2 v: v3
- Loading branch information
Mark Brown
committed
Dec 5, 2011
1 parent
0cc0170
commit 5e1265c
Showing
12 changed files
with
565 additions
and
154 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: bf315173359b2f3b8b8ccca4264815e91f30be12 | ||
refs/heads/master: 8569d023a0db699c462337d471f7e92163142e37 |
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 |
---|---|---|
|
@@ -13,3 +13,6 @@ config REGMAP_I2C | |
|
||
config REGMAP_SPI | ||
tristate | ||
|
||
config REGMAP_IRQ | ||
bool |
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,4 +1,6 @@ | ||
obj-$(CONFIG_REGMAP) += regmap.o regcache.o regcache-indexed.o regcache-rbtree.o regcache-lzo.o | ||
obj-$(CONFIG_REGMAP) += regmap.o regcache.o | ||
obj-$(CONFIG_REGMAP) += regcache-rbtree.o regcache-lzo.o | ||
obj-$(CONFIG_DEBUG_FS) += regmap-debugfs.o | ||
obj-$(CONFIG_REGMAP_I2C) += regmap-i2c.o | ||
obj-$(CONFIG_REGMAP_SPI) += regmap-spi.o | ||
obj-$(CONFIG_REGMAP_IRQ) += regmap-irq.o |
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 was deleted.
Oops, something went wrong.
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.