linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arch/arm/mach-at91/gpio.c: Remove unecessary semicolon
@ 2012-09-18 16:36 Peter Senna Tschudin
  2012-09-18 16:36 ` [PATCH] arch/arm/mach-davinci/board-dm646x-evm.c: Remove unecessary Peter Senna Tschudin
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Peter Senna Tschudin @ 2012-09-18 16:36 UTC (permalink / raw)
  To: linux-arm-kernel

Found by http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
---
 arch/arm/mach-at91/gpio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-at91/gpio.c b/arch/arm/mach-at91/gpio.c
index be42cf0..ea31e96 100644
--- a/arch/arm/mach-at91/gpio.c
+++ b/arch/arm/mach-at91/gpio.c
@@ -658,7 +658,7 @@ static int at91_gpio_show(struct seq_file *s, void *unused)
 	seq_printf(s, "Pin\t");
 	for (bank = 0; bank < gpio_banks; bank++) {
 		seq_printf(s, "PIO%c\t\t", 'A' + bank);
-	};
+	}
 	seq_printf(s, "\n\n");
 
 	/* print pin status */
-- 
1.7.11.4

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

* [PATCH] arch/arm/mach-davinci/board-dm646x-evm.c: Remove unecessary
  2012-09-18 16:36 [PATCH] arch/arm/mach-at91/gpio.c: Remove unecessary semicolon Peter Senna Tschudin
@ 2012-09-18 16:36 ` Peter Senna Tschudin
  2012-09-18 16:49   ` Prabhakar Lad
  2012-09-18 16:36 ` [PATCH] arch/arm/mach-omap1/devices.c: Remove unecessary semicolon Peter Senna Tschudin
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 13+ messages in thread
From: Peter Senna Tschudin @ 2012-09-18 16:36 UTC (permalink / raw)
  To: linux-arm-kernel

Found by http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
---
 arch/arm/mach-davinci/board-dm646x-evm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-davinci/board-dm646x-evm.c b/arch/arm/mach-davinci/board-dm646x-evm.c
index 958679a..1ccaace 100644
--- a/arch/arm/mach-davinci/board-dm646x-evm.c
+++ b/arch/arm/mach-davinci/board-dm646x-evm.c
@@ -193,7 +193,7 @@ static int evm_led_setup(struct i2c_client *client, int gpio,
 	while (ngpio--) {
 		leds->gpio = gpio++;
 		leds++;
-	};
+	}
 
 	evm_led_dev = platform_device_alloc("leds-gpio", 0);
 	platform_device_add_data(evm_led_dev, &evm_led_data,
-- 
1.7.11.4

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

* [PATCH] arch/arm/mach-omap1/devices.c: Remove unecessary semicolon
  2012-09-18 16:36 [PATCH] arch/arm/mach-at91/gpio.c: Remove unecessary semicolon Peter Senna Tschudin
  2012-09-18 16:36 ` [PATCH] arch/arm/mach-davinci/board-dm646x-evm.c: Remove unecessary Peter Senna Tschudin
@ 2012-09-18 16:36 ` Peter Senna Tschudin
  2012-10-08 21:19   ` Tony Lindgren
  2012-09-18 16:36 ` [PATCH] arch/arm/mach-omap2: " Peter Senna Tschudin
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 13+ messages in thread
From: Peter Senna Tschudin @ 2012-09-18 16:36 UTC (permalink / raw)
  To: linux-arm-kernel

Found by http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
---
 arch/arm/mach-omap1/devices.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c
index fa1fa4d..688b23a 100644
--- a/arch/arm/mach-omap1/devices.c
+++ b/arch/arm/mach-omap1/devices.c
@@ -232,7 +232,7 @@ void __init omap1_init_mmc(struct omap_mmc_platform_data **mmc_data,
 
 		omap_mmc_add("mmci-omap", i, base, size, irq,
 				rx_req, tx_req, mmc_data[i]);
-	};
+	}
 }
 
 #endif
-- 
1.7.11.4

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

* [PATCH] arch/arm/mach-omap2: Remove unecessary semicolon
  2012-09-18 16:36 [PATCH] arch/arm/mach-at91/gpio.c: Remove unecessary semicolon Peter Senna Tschudin
  2012-09-18 16:36 ` [PATCH] arch/arm/mach-davinci/board-dm646x-evm.c: Remove unecessary Peter Senna Tschudin
  2012-09-18 16:36 ` [PATCH] arch/arm/mach-omap1/devices.c: Remove unecessary semicolon Peter Senna Tschudin
@ 2012-09-18 16:36 ` Peter Senna Tschudin
  2012-10-08 21:19   ` Tony Lindgren
  2012-09-18 16:36 ` [PATCH] arch/arm/plat-mxc/ulpi.c: " Peter Senna Tschudin
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 13+ messages in thread
From: Peter Senna Tschudin @ 2012-09-18 16:36 UTC (permalink / raw)
  To: linux-arm-kernel

Found by http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
---
 arch/arm/mach-omap2/board-flash.c          | 2 +-
 arch/arm/mach-omap2/clkt_clksel.c          | 2 +-
 arch/arm/mach-omap2/mux.c                  | 2 +-
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 6 +++---
 arch/arm/mach-omap2/pm-debug.c             | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/arm/mach-omap2/board-flash.c b/arch/arm/mach-omap2/board-flash.c
index 53c39d2..d4c5bd5 100644
--- a/arch/arm/mach-omap2/board-flash.c
+++ b/arch/arm/mach-omap2/board-flash.c
@@ -218,7 +218,7 @@ void __init board_flash_init(struct flash_partitions partition_info[],
 			if (onenandcs > GPMC_CS_NUM)
 				onenandcs = cs;
 			break;
-		};
+		}
 		cs++;
 	}
 
diff --git a/arch/arm/mach-omap2/clkt_clksel.c b/arch/arm/mach-omap2/clkt_clksel.c
index 04d551b..fdb79c5 100644
--- a/arch/arm/mach-omap2/clkt_clksel.c
+++ b/arch/arm/mach-omap2/clkt_clksel.c
@@ -365,7 +365,7 @@ void omap2_init_clksel_parent(struct clk *clk)
 						 ((clk->parent) ?
 						  clk->parent->name : "NULL"));
 					clk_reparent(clk, clks->parent);
-				};
+				}
 				found = 1;
 			}
 		}
diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c
index 9fe6829..701e17c 100644
--- a/arch/arm/mach-omap2/mux.c
+++ b/arch/arm/mach-omap2/mux.c
@@ -486,7 +486,7 @@ void omap_hwmod_mux(struct omap_hwmod_mux_info *hmux, u8 state)
 		default:
 			/* Nothing to be done */
 			break;
-		};
+		}
 
 		if (val >= 0) {
 			omap_mux_write(pad->partition, val,
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
index ce7e606..5b91454 100644
--- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
@@ -3459,7 +3459,7 @@ int __init omap3xxx_hwmod_init(void)
 	} else {
 		WARN(1, "OMAP3 hwmod family init: unknown chip type\n");
 		return -EINVAL;
-	};
+	}
 
 	r = omap_hwmod_register_links(h);
 	if (r < 0)
@@ -3476,7 +3476,7 @@ int __init omap3xxx_hwmod_init(void)
 		   rev == OMAP3430_REV_ES3_0 || rev == OMAP3430_REV_ES3_1 ||
 		   rev == OMAP3430_REV_ES3_1_2) {
 		h = omap3430es2plus_hwmod_ocp_ifs;
-	};
+	}
 
 	if (h) {
 		r = omap_hwmod_register_links(h);
@@ -3491,7 +3491,7 @@ int __init omap3xxx_hwmod_init(void)
 	} else if (rev == OMAP3430_REV_ES3_0 || rev == OMAP3430_REV_ES3_1 ||
 		   rev == OMAP3430_REV_ES3_1_2) {
 		h = omap3430_es3plus_hwmod_ocp_ifs;
-	};
+	}
 
 	if (h)
 		r = omap_hwmod_register_links(h);
diff --git a/arch/arm/mach-omap2/pm-debug.c b/arch/arm/mach-omap2/pm-debug.c
index 814bcd9..b5acc75 100644
--- a/arch/arm/mach-omap2/pm-debug.c
+++ b/arch/arm/mach-omap2/pm-debug.c
@@ -169,7 +169,7 @@ static int pm_dbg_open(struct inode *inode, struct file *file)
 	default:
 		return single_open(file, pm_dbg_show_timers,
 			&inode->i_private);
-	};
+	}
 }
 
 static const struct file_operations debug_fops = {
-- 
1.7.11.4

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

* [PATCH] arch/arm/plat-mxc/ulpi.c: Remove unecessary semicolon
  2012-09-18 16:36 [PATCH] arch/arm/mach-at91/gpio.c: Remove unecessary semicolon Peter Senna Tschudin
                   ` (2 preceding siblings ...)
  2012-09-18 16:36 ` [PATCH] arch/arm/mach-omap2: " Peter Senna Tschudin
@ 2012-09-18 16:36 ` Peter Senna Tschudin
  2012-09-18 18:27   ` Uwe Kleine-König
  2012-09-18 16:36 ` [PATCH] arch/arm/plat-omap/omap-pm-noop.c: " Peter Senna Tschudin
  2012-09-18 18:58 ` [PATCH] arch/arm/mach-at91/gpio.c: " Jean-Christophe PLAGNIOL-VILLARD
  5 siblings, 1 reply; 13+ messages in thread
From: Peter Senna Tschudin @ 2012-09-18 16:36 UTC (permalink / raw)
  To: linux-arm-kernel

Found by http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
---
 arch/arm/plat-mxc/ulpi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/plat-mxc/ulpi.c b/arch/arm/plat-mxc/ulpi.c
index d296342..a799afb 100644
--- a/arch/arm/plat-mxc/ulpi.c
+++ b/arch/arm/plat-mxc/ulpi.c
@@ -51,7 +51,7 @@ static int ulpi_poll(void __iomem *view, u32 bit)
 			return 0;
 
 		cpu_relax();
-	};
+	}
 
 	printk(KERN_WARNING "timeout polling for ULPI device\n");
 
-- 
1.7.11.4

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

* [PATCH] arch/arm/plat-omap/omap-pm-noop.c: Remove unecessary semicolon
  2012-09-18 16:36 [PATCH] arch/arm/mach-at91/gpio.c: Remove unecessary semicolon Peter Senna Tschudin
                   ` (3 preceding siblings ...)
  2012-09-18 16:36 ` [PATCH] arch/arm/plat-mxc/ulpi.c: " Peter Senna Tschudin
@ 2012-09-18 16:36 ` Peter Senna Tschudin
  2012-10-08 21:20   ` Tony Lindgren
  2012-09-18 18:58 ` [PATCH] arch/arm/mach-at91/gpio.c: " Jean-Christophe PLAGNIOL-VILLARD
  5 siblings, 1 reply; 13+ messages in thread
From: Peter Senna Tschudin @ 2012-09-18 16:36 UTC (permalink / raw)
  To: linux-arm-kernel

Found by http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
---
 arch/arm/plat-omap/omap-pm-noop.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/plat-omap/omap-pm-noop.c b/arch/arm/plat-omap/omap-pm-noop.c
index 5a97b4d..9e01fac 100644
--- a/arch/arm/plat-omap/omap-pm-noop.c
+++ b/arch/arm/plat-omap/omap-pm-noop.c
@@ -38,7 +38,7 @@ int omap_pm_set_max_mpu_wakeup_lat(struct device *dev, long t)
 	if (!dev || t < -1) {
 		WARN(1, "OMAP PM: %s: invalid parameter(s)", __func__);
 		return -EINVAL;
-	};
+	}
 
 	if (t == -1)
 		pr_debug("OMAP PM: remove max MPU wakeup latency constraint: "
@@ -67,7 +67,7 @@ int omap_pm_set_min_bus_tput(struct device *dev, u8 agent_id, unsigned long r)
 	    agent_id != OCP_TARGET_AGENT)) {
 		WARN(1, "OMAP PM: %s: invalid parameter(s)", __func__);
 		return -EINVAL;
-	};
+	}
 
 	if (r == 0)
 		pr_debug("OMAP PM: remove min bus tput constraint: "
@@ -94,7 +94,7 @@ int omap_pm_set_max_dev_wakeup_lat(struct device *req_dev, struct device *dev,
 	if (!req_dev || !dev || t < -1) {
 		WARN(1, "OMAP PM: %s: invalid parameter(s)", __func__);
 		return -EINVAL;
-	};
+	}
 
 	if (t == -1)
 		pr_debug("OMAP PM: remove max device latency constraint: "
@@ -124,7 +124,7 @@ int omap_pm_set_max_sdma_lat(struct device *dev, long t)
 	if (!dev || t < -1) {
 		WARN(1, "OMAP PM: %s: invalid parameter(s)", __func__);
 		return -EINVAL;
-	};
+	}
 
 	if (t == -1)
 		pr_debug("OMAP PM: remove max DMA latency constraint: "
-- 
1.7.11.4

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

* [PATCH] arch/arm/mach-davinci/board-dm646x-evm.c: Remove unecessary
  2012-09-18 16:36 ` [PATCH] arch/arm/mach-davinci/board-dm646x-evm.c: Remove unecessary Peter Senna Tschudin
@ 2012-09-18 16:49   ` Prabhakar Lad
  2012-09-18 16:58     ` Peter Senna Tschudin
  0 siblings, 1 reply; 13+ messages in thread
From: Prabhakar Lad @ 2012-09-18 16:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Peter,

Thanks for the patch.

On Tue, Sep 18, 2012 at 10:06 PM, Peter Senna Tschudin
<peter.senna@gmail.com> wrote:
> Found by http://coccinelle.lip6.fr/
>
The commit message 'Remove unecessary' doesn't explain
what are you trying to do.

Thanks,
--Prabhakar

> Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
> ---
>  arch/arm/mach-davinci/board-dm646x-evm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-davinci/board-dm646x-evm.c b/arch/arm/mach-davinci/board-dm646x-evm.c
> index 958679a..1ccaace 100644
> --- a/arch/arm/mach-davinci/board-dm646x-evm.c
> +++ b/arch/arm/mach-davinci/board-dm646x-evm.c
> @@ -193,7 +193,7 @@ static int evm_led_setup(struct i2c_client *client, int gpio,
>         while (ngpio--) {
>                 leds->gpio = gpio++;
>                 leds++;
> -       };
> +       }
>
>         evm_led_dev = platform_device_alloc("leds-gpio", 0);
>         platform_device_add_data(evm_led_dev, &evm_led_data,
> --
> 1.7.11.4
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] arch/arm/mach-davinci/board-dm646x-evm.c: Remove unecessary
  2012-09-18 16:49   ` Prabhakar Lad
@ 2012-09-18 16:58     ` Peter Senna Tschudin
  0 siblings, 0 replies; 13+ messages in thread
From: Peter Senna Tschudin @ 2012-09-18 16:58 UTC (permalink / raw)
  To: linux-arm-kernel

> The commit message 'Remove unecessary' doesn't explain
> what are you trying to do.
Sorry for that. I'll resend it now.

-- 
Peter

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

* [PATCH] arch/arm/plat-mxc/ulpi.c: Remove unecessary semicolon
  2012-09-18 16:36 ` [PATCH] arch/arm/plat-mxc/ulpi.c: " Peter Senna Tschudin
@ 2012-09-18 18:27   ` Uwe Kleine-König
  0 siblings, 0 replies; 13+ messages in thread
From: Uwe Kleine-König @ 2012-09-18 18:27 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

$Subject ~= s/unecessary/unnecessary/

other than that the patch looks correct.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-K?nig            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

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

* [PATCH] arch/arm/mach-at91/gpio.c: Remove unecessary semicolon
  2012-09-18 16:36 [PATCH] arch/arm/mach-at91/gpio.c: Remove unecessary semicolon Peter Senna Tschudin
                   ` (4 preceding siblings ...)
  2012-09-18 16:36 ` [PATCH] arch/arm/plat-omap/omap-pm-noop.c: " Peter Senna Tschudin
@ 2012-09-18 18:58 ` Jean-Christophe PLAGNIOL-VILLARD
  5 siblings, 0 replies; 13+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-09-18 18:58 UTC (permalink / raw)
  To: linux-arm-kernel

On 18:36 Tue 18 Sep     , Peter Senna Tschudin wrote:
> Found by http://coccinelle.lip6.fr/
> 
> Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
> ---
this will have to wait the pinctrl patch series

Best Regards,
J.

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

* [PATCH] arch/arm/mach-omap1/devices.c: Remove unecessary semicolon
  2012-09-18 16:36 ` [PATCH] arch/arm/mach-omap1/devices.c: Remove unecessary semicolon Peter Senna Tschudin
@ 2012-10-08 21:19   ` Tony Lindgren
  0 siblings, 0 replies; 13+ messages in thread
From: Tony Lindgren @ 2012-10-08 21:19 UTC (permalink / raw)
  To: linux-arm-kernel

* Peter Senna Tschudin <peter.senna@gmail.com> [120918 09:37]:
> Found by http://coccinelle.lip6.fr/
> 
> Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
> ---
>  arch/arm/mach-omap1/devices.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c
> index fa1fa4d..688b23a 100644
> --- a/arch/arm/mach-omap1/devices.c
> +++ b/arch/arm/mach-omap1/devices.c
> @@ -232,7 +232,7 @@ void __init omap1_init_mmc(struct omap_mmc_platform_data **mmc_data,
>  
>  		omap_mmc_add("mmci-omap", i, base, size, irq,
>  				rx_req, tx_req, mmc_data[i]);
> -	};
> +	}
>  }
>  
>  #endif

Thanks applying into omap fixes branch.

Regards,

Tony

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

* [PATCH] arch/arm/mach-omap2: Remove unecessary semicolon
  2012-09-18 16:36 ` [PATCH] arch/arm/mach-omap2: " Peter Senna Tschudin
@ 2012-10-08 21:19   ` Tony Lindgren
  0 siblings, 0 replies; 13+ messages in thread
From: Tony Lindgren @ 2012-10-08 21:19 UTC (permalink / raw)
  To: linux-arm-kernel

* Peter Senna Tschudin <peter.senna@gmail.com> [120918 09:37]:
> Found by http://coccinelle.lip6.fr/
> 
> Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
> ---
>  arch/arm/mach-omap2/board-flash.c          | 2 +-
>  arch/arm/mach-omap2/clkt_clksel.c          | 2 +-
>  arch/arm/mach-omap2/mux.c                  | 2 +-
>  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 6 +++---
>  arch/arm/mach-omap2/pm-debug.c             | 2 +-
>  5 files changed, 7 insertions(+), 7 deletions(-)

Thanks applying into omap fixes branch.

Regards,

Tony 

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

* [PATCH] arch/arm/plat-omap/omap-pm-noop.c: Remove unecessary semicolon
  2012-09-18 16:36 ` [PATCH] arch/arm/plat-omap/omap-pm-noop.c: " Peter Senna Tschudin
@ 2012-10-08 21:20   ` Tony Lindgren
  0 siblings, 0 replies; 13+ messages in thread
From: Tony Lindgren @ 2012-10-08 21:20 UTC (permalink / raw)
  To: linux-arm-kernel

* Peter Senna Tschudin <peter.senna@gmail.com> [120918 09:37]:
> Found by http://coccinelle.lip6.fr/
> 
> Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
> ---
>  arch/arm/plat-omap/omap-pm-noop.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Thanks applying into omap fixes branch.

Regards,

Tony

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

end of thread, other threads:[~2012-10-08 21:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18 16:36 [PATCH] arch/arm/mach-at91/gpio.c: Remove unecessary semicolon Peter Senna Tschudin
2012-09-18 16:36 ` [PATCH] arch/arm/mach-davinci/board-dm646x-evm.c: Remove unecessary Peter Senna Tschudin
2012-09-18 16:49   ` Prabhakar Lad
2012-09-18 16:58     ` Peter Senna Tschudin
2012-09-18 16:36 ` [PATCH] arch/arm/mach-omap1/devices.c: Remove unecessary semicolon Peter Senna Tschudin
2012-10-08 21:19   ` Tony Lindgren
2012-09-18 16:36 ` [PATCH] arch/arm/mach-omap2: " Peter Senna Tschudin
2012-10-08 21:19   ` Tony Lindgren
2012-09-18 16:36 ` [PATCH] arch/arm/plat-mxc/ulpi.c: " Peter Senna Tschudin
2012-09-18 18:27   ` Uwe Kleine-König
2012-09-18 16:36 ` [PATCH] arch/arm/plat-omap/omap-pm-noop.c: " Peter Senna Tschudin
2012-10-08 21:20   ` Tony Lindgren
2012-09-18 18:58 ` [PATCH] arch/arm/mach-at91/gpio.c: " Jean-Christophe PLAGNIOL-VILLARD

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).