All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: baytrail: Fix mingled clock pins
@ 2016-06-22 11:17 Cristina Ciocan
  2016-06-22 15:33 ` Mika Westerberg
  2016-06-23  9:05 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Cristina Ciocan @ 2016-06-22 11:17 UTC (permalink / raw)
  To: mika.westerberg, heikki.krogerus, linus.walleij, linux-gpio
  Cc: linux-kernel, irina.tirdea, Cristina Ciocan

Fix plt clock 3, 4 and 5 pins, which were not in the proper order.

Signed-off-by: Cristina Ciocan <cristina.ciocan@intel.com>
---
 drivers/pinctrl/intel/pinctrl-baytrail.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/pinctrl/intel/pinctrl-baytrail.c b/drivers/pinctrl/intel/pinctrl-baytrail.c
index 677a811..7abfd42 100644
--- a/drivers/pinctrl/intel/pinctrl-baytrail.c
+++ b/drivers/pinctrl/intel/pinctrl-baytrail.c
@@ -401,9 +401,9 @@ static const struct byt_simple_func_mux byt_score_sata_mux[] = {
 static const unsigned int byt_score_plt_clk0_pins[] = { 96 };
 static const unsigned int byt_score_plt_clk1_pins[] = { 97 };
 static const unsigned int byt_score_plt_clk2_pins[] = { 98 };
-static const unsigned int byt_score_plt_clk4_pins[] = { 99 };
-static const unsigned int byt_score_plt_clk5_pins[] = { 100 };
-static const unsigned int byt_score_plt_clk3_pins[] = { 101 };
+static const unsigned int byt_score_plt_clk3_pins[] = { 99 };
+static const unsigned int byt_score_plt_clk4_pins[] = { 100 };
+static const unsigned int byt_score_plt_clk5_pins[] = { 101 };
 static const struct byt_simple_func_mux byt_score_plt_clk_mux[] = {
 	SIMPLE_FUNC("plt_clk", 1),
 };
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] pinctrl: baytrail: Fix mingled clock pins
  2016-06-22 11:17 [PATCH] pinctrl: baytrail: Fix mingled clock pins Cristina Ciocan
@ 2016-06-22 15:33 ` Mika Westerberg
  2016-06-23  9:05 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Mika Westerberg @ 2016-06-22 15:33 UTC (permalink / raw)
  To: Cristina Ciocan
  Cc: heikki.krogerus, linus.walleij, linux-gpio, linux-kernel, irina.tirdea

On Wed, Jun 22, 2016 at 02:17:19PM +0300, Cristina Ciocan wrote:
> Fix plt clock 3, 4 and 5 pins, which were not in the proper order.
> 
> Signed-off-by: Cristina Ciocan <cristina.ciocan@intel.com>

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] pinctrl: baytrail: Fix mingled clock pins
  2016-06-22 11:17 [PATCH] pinctrl: baytrail: Fix mingled clock pins Cristina Ciocan
  2016-06-22 15:33 ` Mika Westerberg
@ 2016-06-23  9:05 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2016-06-23  9:05 UTC (permalink / raw)
  To: Cristina Ciocan
  Cc: Mika Westerberg, Heikki Krogerus, linux-gpio, linux-kernel, Irina Tirdea

On Wed, Jun 22, 2016 at 1:17 PM, Cristina Ciocan
<cristina.ciocan@intel.com> wrote:

> Fix plt clock 3, 4 and 5 pins, which were not in the proper order.
>
> Signed-off-by: Cristina Ciocan <cristina.ciocan@intel.com>

Patch applied for fixes with Mika's ACK.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-23  9:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-22 11:17 [PATCH] pinctrl: baytrail: Fix mingled clock pins Cristina Ciocan
2016-06-22 15:33 ` Mika Westerberg
2016-06-23  9:05 ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.