diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-23 18:14:47 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-23 18:14:47 (GMT) |
commit | f5fc87905ea075a0b14878086fd4fe38be128844 (patch) | |
tree | 09d7ad146b737caefb472534de95ef53f95d7e65 /drivers/base/regmap/Makefile | |
parent | d4e06701b89286a306b31e20ec69a904fae374a1 (diff) | |
parent | 90923351d480fffd0d24646db83f6f8315eed0d9 (diff) | |
download | linux-fsl-qoriq-f5fc87905ea075a0b14878086fd4fe38be128844.tar.xz |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap:
regulator: Convert tps65023 to use regmap API
regmap: Add SPI bus support
regmap: Add I2C bus support
regmap: Add generic non-memory mapped register access API
Diffstat (limited to 'drivers/base/regmap/Makefile')
-rw-r--r-- | drivers/base/regmap/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/base/regmap/Makefile b/drivers/base/regmap/Makefile new file mode 100644 index 0000000..f476f45 --- /dev/null +++ b/drivers/base/regmap/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_REGMAP) += regmap.o +obj-$(CONFIG_REGMAP_I2C) += regmap-i2c.o +obj-$(CONFIG_REGMAP_SPI) += regmap-spi.o |