Thread (71 messages) 71 messages, 8 authors, 2014-03-03

Re: [PATCH v7 3/7] regulator: add pbias regulator support

From: Balaji T K <hidden>
Date: 2013-12-24 16:11:13
Also in: linux-mmc, linux-omap

On Saturday 21 December 2013 05:09 AM, Tony Lindgren wrote:
* Balaji T K [off-list ref] [131220 09:37]:
quoted
+static const struct pbias_reg_info pbias_mmc_omap2430 = {
+	.enable = BIT(1),
+	.enable_mask = BIT(1),
+	.vmode = BIT(0),
+	.enable_time = 100,
+	.name = "pbias_mmc_omap2430"
+};
+
+static const struct pbias_reg_info pbias_sim_omap3 = {
+	.enable = BIT(9),
+	.enable_mask = BIT(9),
+	.vmode = BIT(8),
+	.enable_time = 100,
+	.name = "pbias_sim_omap3"
+};
+
+static const struct pbias_reg_info pbias_mmc_omap4 = {
+	.enable = BIT(26) | BIT(22),
+	.enable_mask = BIT(26) | BIT(25) | BIT(22),
+	.vmode = BIT(21),
+	.enable_time = 10,
+	.name = "pbias_mmc_omap4"
+};
+
+static const struct pbias_reg_info pbias_mmc_omap5 = {
+	.enable = BIT(27) | BIT(26),
+	.enable_mask = BIT(27) | BIT(25) | BIT(26),
+	.vmode = BIT(21),
+	.enable_time = 100,
+	.name = "pbias_mmc_omap5"
+};
Should the enable_time be 100 for omap4 like for the others?
enable_time of 10 is fine for omap4
Other than that:

Acked-by: Tony Lindgren <tony@atomide.com>
Thanks Tony
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help