Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312645
b: refs/heads/master
c: ade7515
h: refs/heads/master
i:
  312643: 1f34568
v: v3
  • Loading branch information
Kim, Milo authored and Mark Brown committed Jul 20, 2012
1 parent 684c941 commit 427ea1d
Show file tree
Hide file tree
Showing 5 changed files with 1,480 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c798881e88000b6d45397ba0f40b88fe07f2fccd
refs/heads/master: ade7515fefad9af13f6dd469f35bb413b6a5b473
6 changes: 6 additions & 0 deletions trunk/drivers/regulator/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@ config REGULATOR_LP872X
help
This driver supports LP8720/LP8725 PMIC

config REGULATOR_LP8788
bool "TI LP8788 Power Regulators"
depends on MFD_LP8788
help
This driver supports LP8788 voltage regulator chip.

config REGULATOR_PCF50633
tristate "NXP PCF50633 regulator driver"
depends on MFD_PCF50633
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/regulator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o
obj-$(CONFIG_REGULATOR_LP3971) += lp3971.o
obj-$(CONFIG_REGULATOR_LP3972) += lp3972.o
obj-$(CONFIG_REGULATOR_LP872X) += lp872x.o
obj-$(CONFIG_REGULATOR_LP8788) += lp8788-buck.o
obj-$(CONFIG_REGULATOR_LP8788) += lp8788-ldo.o
obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o
obj-$(CONFIG_REGULATOR_MAX8649) += max8649.o
obj-$(CONFIG_REGULATOR_MAX8660) += max8660.o
Expand Down
Loading

0 comments on commit 427ea1d

Please sign in to comment.