linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the renesas tree with the input tree
@ 2013-04-26  7:12 Stephen Rothwell
  2013-04-26  8:36 ` Bastian Hecht
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2013-04-26  7:12 UTC (permalink / raw)
  To: Simon Horman
  Cc: linux-next, linux-kernel, Bastian Hecht, Dmitry Torokhov,
	Laurent Pinchart

[-- Attachment #1: Type: text/plain, Size: 2007 bytes --]

Hi Simon,

Today's linux-next merge of the renesas tree got a conflict in
arch/arm/mach-shmobile/board-armadillo800eva.c between commit
cbaf7f808081 ("ARM - shmobile: Armadillo800EVA: Move st1232 reset pin
handling") from the input tree and commit 0c5ba87e1b2e ("ARM: shmobile:
armadillo800eva: Register pinctrl mapping for INTC") from the renesas
tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc arch/arm/mach-shmobile/board-armadillo800eva.c
index b85b288,ff04d1e..0000000
--- a/arch/arm/mach-shmobile/board-armadillo800eva.c
+++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
@@@ -1127,32 -1151,10 +1161,7 @@@ static void __init eva_init(void
  	gpio_request_one(61, GPIOF_OUT_INIT_HIGH, NULL); /* LCDDON */
  	gpio_request_one(202, GPIOF_OUT_INIT_LOW, NULL); /* LCD0_LED_CONT */
  
--	/* Touchscreen */
- 	gpio_request(GPIO_FN_IRQ10,	NULL); /* TP_INT */
- 
 -	gpio_request_one(166, GPIOF_OUT_INIT_HIGH, NULL); /* TP_RST_B */
 -
  	/* GETHER */
- 	gpio_request(GPIO_FN_ET_CRS,		NULL);
- 	gpio_request(GPIO_FN_ET_MDC,		NULL);
- 	gpio_request(GPIO_FN_ET_MDIO,		NULL);
- 	gpio_request(GPIO_FN_ET_TX_ER,		NULL);
- 	gpio_request(GPIO_FN_ET_RX_ER,		NULL);
- 	gpio_request(GPIO_FN_ET_ERXD0,		NULL);
- 	gpio_request(GPIO_FN_ET_ERXD1,		NULL);
- 	gpio_request(GPIO_FN_ET_ERXD2,		NULL);
- 	gpio_request(GPIO_FN_ET_ERXD3,		NULL);
- 	gpio_request(GPIO_FN_ET_TX_CLK,		NULL);
- 	gpio_request(GPIO_FN_ET_TX_EN,		NULL);
- 	gpio_request(GPIO_FN_ET_ETXD0,		NULL);
- 	gpio_request(GPIO_FN_ET_ETXD1,		NULL);
- 	gpio_request(GPIO_FN_ET_ETXD2,		NULL);
- 	gpio_request(GPIO_FN_ET_ETXD3,		NULL);
- 	gpio_request(GPIO_FN_ET_PHY_INT,	NULL);
- 	gpio_request(GPIO_FN_ET_COL,		NULL);
- 	gpio_request(GPIO_FN_ET_RX_DV,		NULL);
- 	gpio_request(GPIO_FN_ET_RX_CLK,		NULL);
- 
  	gpio_request_one(18, GPIOF_OUT_INIT_HIGH, NULL); /* PHY_RST */
  
  	/* USB */

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: linux-next: manual merge of the renesas tree with the input tree
  2013-04-26  7:12 linux-next: manual merge of the renesas tree with the input tree Stephen Rothwell
@ 2013-04-26  8:36 ` Bastian Hecht
  0 siblings, 0 replies; 2+ messages in thread
From: Bastian Hecht @ 2013-04-26  8:36 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Simon Horman, linux-next, linux-kernel, Dmitry Torokhov,
	Laurent Pinchart

Hi Simon,

as long as the snippet below survives from the patch (which should),
from my side it's fine.

Thanks for merging Stephen,

 Bastian


 /* I2C */
+static struct st1232_pdata st1232_i2c0_pdata = {
+    .reset_gpio = 166,
+};
+
 static struct i2c_board_info i2c0_devices[] = {
     {
         I2C_BOARD_INFO("st1232-ts", 0x55),
         .irq = irq_pin(10),
+        .platform_data = &st1232_i2c0_pdata,
     },

2013/4/26 Stephen Rothwell <sfr@canb.auug.org.au>:
> Hi Simon,
>
> Today's linux-next merge of the renesas tree got a conflict in
> arch/arm/mach-shmobile/board-armadillo800eva.c between commit
> cbaf7f808081 ("ARM - shmobile: Armadillo800EVA: Move st1232 reset pin
> handling") from the input tree and commit 0c5ba87e1b2e ("ARM: shmobile:
> armadillo800eva: Register pinctrl mapping for INTC") from the renesas
> tree.
>
> I fixed it up (see below) and can carry the fix as necessary (no action
> is required).
>
> --
> Cheers,
> Stephen Rothwell                    sfr@canb.auug.org.au
>
> diff --cc arch/arm/mach-shmobile/board-armadillo800eva.c
> index b85b288,ff04d1e..0000000
> --- a/arch/arm/mach-shmobile/board-armadillo800eva.c
> +++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
> @@@ -1127,32 -1151,10 +1161,7 @@@ static void __init eva_init(void
>         gpio_request_one(61, GPIOF_OUT_INIT_HIGH, NULL); /* LCDDON */
>         gpio_request_one(202, GPIOF_OUT_INIT_LOW, NULL); /* LCD0_LED_CONT */
>
> --      /* Touchscreen */
> -       gpio_request(GPIO_FN_IRQ10,     NULL); /* TP_INT */
> -
>  -      gpio_request_one(166, GPIOF_OUT_INIT_HIGH, NULL); /* TP_RST_B */
>  -
>         /* GETHER */
> -       gpio_request(GPIO_FN_ET_CRS,            NULL);
> -       gpio_request(GPIO_FN_ET_MDC,            NULL);
> -       gpio_request(GPIO_FN_ET_MDIO,           NULL);
> -       gpio_request(GPIO_FN_ET_TX_ER,          NULL);
> -       gpio_request(GPIO_FN_ET_RX_ER,          NULL);
> -       gpio_request(GPIO_FN_ET_ERXD0,          NULL);
> -       gpio_request(GPIO_FN_ET_ERXD1,          NULL);
> -       gpio_request(GPIO_FN_ET_ERXD2,          NULL);
> -       gpio_request(GPIO_FN_ET_ERXD3,          NULL);
> -       gpio_request(GPIO_FN_ET_TX_CLK,         NULL);
> -       gpio_request(GPIO_FN_ET_TX_EN,          NULL);
> -       gpio_request(GPIO_FN_ET_ETXD0,          NULL);
> -       gpio_request(GPIO_FN_ET_ETXD1,          NULL);
> -       gpio_request(GPIO_FN_ET_ETXD2,          NULL);
> -       gpio_request(GPIO_FN_ET_ETXD3,          NULL);
> -       gpio_request(GPIO_FN_ET_PHY_INT,        NULL);
> -       gpio_request(GPIO_FN_ET_COL,            NULL);
> -       gpio_request(GPIO_FN_ET_RX_DV,          NULL);
> -       gpio_request(GPIO_FN_ET_RX_CLK,         NULL);
> -
>         gpio_request_one(18, GPIOF_OUT_INIT_HIGH, NULL); /* PHY_RST */
>
>         /* USB */

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

end of thread, other threads:[~2013-04-26  8:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-26  7:12 linux-next: manual merge of the renesas tree with the input tree Stephen Rothwell
2013-04-26  8:36 ` Bastian Hecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).