diff mbox

sh-pfc: r8a7779: Fix merge conflict

Message ID 1369811741-21270-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com (mailing list archive)
State Accepted
Headers show

Commit Message

Laurent Pinchart May 29, 2013, 7:15 a.m. UTC
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 drivers/pinctrl/sh-pfc/pfc-r8a7779.c | 2 --
 1 file changed, 2 deletions(-)

Hi Simon,

The following commit introduced a bug in pinmux support for r8a7779.c. Would
you be able to squash this patch into the commit when pushing it to mainline ?

commit e15dfb923186955690b56406eb6e8adcbafbea40
Author: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Date:   Mon Apr 8 12:05:31 2013 +0200

    sh-pfc: r8a7779: Replace hardcoded pin numbers with RCAR_GP_PIN macro
    
    Use the RCAR_GP_PIN macro to convert from the documentation pin number
    space to the linear pinctrl space.
    
    Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
    Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Comments

Simon Horman June 4, 2013, 2:18 a.m. UTC | #1
On Wed, May 29, 2013 at 09:15:41AM +0200, Laurent Pinchart wrote:
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
>  drivers/pinctrl/sh-pfc/pfc-r8a7779.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> Hi Simon,
> 
> The following commit introduced a bug in pinmux support for r8a7779.c. Would
> you be able to squash this patch into the commit when pushing it to mainline ?

Done. It should appear the next time I push into the renesas tree.
Hopefully later today.

> 
> commit e15dfb923186955690b56406eb6e8adcbafbea40
> Author: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Date:   Mon Apr 8 12:05:31 2013 +0200
> 
>     sh-pfc: r8a7779: Replace hardcoded pin numbers with RCAR_GP_PIN macro
>     
>     Use the RCAR_GP_PIN macro to convert from the documentation pin number
>     space to the linear pinctrl space.
>     
>     Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
>     Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7779.c b/drivers/pinctrl/sh-pfc/pfc-r8a7779.c
> index 6ad6fdd..96bdf48 100644
> --- a/drivers/pinctrl/sh-pfc/pfc-r8a7779.c
> +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7779.c
> @@ -2425,7 +2425,6 @@ static const unsigned int sdhi3_wp_mux[] = {
>  /* - USB0 ------------------------------------------------------------------- */
>  static const unsigned int usb0_pins[] = {
>  	/* PENC */
> -	154,
>  	RCAR_GP_PIN(4, 26),
>  };
>  static const unsigned int usb0_mux[] = {
> @@ -2440,7 +2439,6 @@ static const unsigned int usb0_ovc_mux[] = {
>  };
>  /* - USB1 ------------------------------------------------------------------- */
>  static const unsigned int usb1_pins[] = {
> -
>  	/* PENC */
>  	RCAR_GP_PIN(4, 27),
>  };
> -- 
> Regards,
> 
> Laurent Pinchart
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7779.c b/drivers/pinctrl/sh-pfc/pfc-r8a7779.c
index 6ad6fdd..96bdf48 100644
--- a/drivers/pinctrl/sh-pfc/pfc-r8a7779.c
+++ b/drivers/pinctrl/sh-pfc/pfc-r8a7779.c
@@ -2425,7 +2425,6 @@  static const unsigned int sdhi3_wp_mux[] = {
 /* - USB0 ------------------------------------------------------------------- */
 static const unsigned int usb0_pins[] = {
 	/* PENC */
-	154,
 	RCAR_GP_PIN(4, 26),
 };
 static const unsigned int usb0_mux[] = {
@@ -2440,7 +2439,6 @@  static const unsigned int usb0_ovc_mux[] = {
 };
 /* - USB1 ------------------------------------------------------------------- */
 static const unsigned int usb1_pins[] = {
-
 	/* PENC */
 	RCAR_GP_PIN(4, 27),
 };