Re: [PATCH v2 1/2] ARM: shmobile: r8a7778/r8a7779 dtsi: Improve and correct HSPI bindings

2014-02-24 Thread Simon Horman
On Mon, Feb 24, 2014 at 09:28:40AM +0900, Simon Horman wrote: On Thu, Feb 20, 2014 at 03:57:18PM +0100, Geert Uytterhoeven wrote: From: Geert Uytterhoeven geert+rene...@linux-m68k.org Binding documentation: - Add future-proof renesas,hspi-soctype compatible values, - Add interrupt

Re: [PATCH v2 00/11] ARM: shmobile: MSIOF integration on r8a7790/lager and r8a7791/koelsch

2014-03-05 Thread Simon Horman
On Wed, Mar 05, 2014 at 05:31:42PM +0900, Magnus Damm wrote: On Tue, Feb 25, 2014 at 7:30 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: Hi Simon, Magnus, This patch series integrates support for the MSIOF module in the Renesas R-Car H2 (r8a7790) and M2 (r8a7791) SoCs on the

Re: [PATCH 2/2] serial: sh-sci: Add missing call to uart_remove_one_port() in failure path

2014-03-05 Thread Simon Horman
Uytterhoeven geert+rene...@linux-m68k.org Acked-by: Simon Horman horms+rene...@verge.net.au This looks reasonable to me. Greg, could you take this one? --- This depends on serial_core: Unregister console in uart_remove_one_port() when using a serial console. --- drivers/tty/serial/sh-sci.c |1

Re: [PATCH v2 00/11] ARM: shmobile: MSIOF integration on r8a7790/lager and r8a7791/koelsch

2014-03-06 Thread Simon Horman
On Thu, Mar 06, 2014 at 04:28:26PM +0100, Geert Uytterhoeven wrote: Hi Magnus, Simon, On Thu, Mar 6, 2014 at 3:25 AM, Magnus Damm magnus.d...@gmail.com wrote: On Thu, Mar 6, 2014 at 10:38 AM, Simon Horman ho...@verge.net.au wrote: On Wed, Mar 05, 2014 at 05:31:42PM +0900, Magnus Damm wrote

Re: [PATCH v2 11/11] ARM: shmobile: koelsch/lager/multi defconfig: Enable MSIOF

2014-03-06 Thread Simon Horman
the patch that I have queued up is as follows. From: Geert Uytterhoeven geert+rene...@linux-m68k.org ARM: shmobile: multiplatform: Enable MSIOF in defconfig Signed-off-by: Geert Uytterhoeven geert+rene...@linux-m68k.org Acked-by: Magnus Damm d...@opensource.se Signed-off-by: Simon Horman horms

Re: [PATCH] ARM: shmobile: compile drivers/sh for CONFIG_ARCH_SHMOBILE_MULTI

2014-01-12 Thread Simon Horman
was added by efacfce5f8a (ARM: shmobile: Introduce ARCH_SHMOBILE_MULTI) but this has only just recently been found due to building device-tree only kernels. Cc: Linux Kernel list linux-kernel@vger.kernel.org Cc: Linus SH list linux...@vger.kernel.org Cc: Simon Horman ho...@verge.net.au Cc

Re: [PATCH 00/08] PCI: rcar: Recent driver patches from Ben Dooks and me

2014-02-16 Thread Simon Horman
On Fri, Feb 14, 2014 at 11:34:30AM -0700, Bjorn Helgaas wrote: On Thu, Feb 13, 2014 at 01:39:54PM +0900, Simon Horman wrote: On Thu, Feb 13, 2014 at 12:03:02PM +0900, Magnus Damm wrote: PCI: rcar: Recent driver patches from Ben Dooks and me [PATCH 01/08] PCI: rcar: check

Re: [PATCH v2] MAINTAINERS: Mark SuperH orphan

2014-02-17 Thread Simon Horman
Hi Geert, I have a minor objection to this patch. The change includes the maintenance of drivers/sh/ and I believe that the CPG driver in drivers/sh/clk, the INTC driver in drivers/sh/intc and the code in pm_runtime.c is used by Renesas ARM based SoCs. It seems somewhat unsatisfactory to orphan

Re: [PATCH v2] MAINTAINERS: Mark SuperH orphan

2014-02-17 Thread Simon Horman
On Mon, Feb 17, 2014 at 01:14:53PM +0100, Geert Uytterhoeven wrote: Hi Simon, On Mon, Feb 17, 2014 at 12:55 PM, Simon Horman ho...@verge.net.au wrote: The change includes the maintenance of drivers/sh/ and I believe that the CPG driver in drivers/sh/clk, the INTC driver in drivers/sh/intc

Re: [PATCH 00/04] PCI: rcar: Driver model and physical address space update

2014-02-12 Thread Simon Horman
On Wed, Feb 12, 2014 at 01:59:11PM -0700, Bjorn Helgaas wrote: On Wed, Feb 05, 2014 at 03:52:43PM +0900, Magnus Damm wrote: PCI: rcar: Driver model and physical address space update [PATCH 01/04] PCI: rcar: Register each instance independently [PATCH 02/04] PCI: rcar: Break out window

Re: [PATCH 00/08] PCI: rcar: Recent driver patches from Ben Dooks and me

2014-02-12 Thread Simon Horman
renesas-devel-v3.14-rc1-20140207 drivers/pci/host/Kconfig |5 drivers/pci/host/pci-rcar-gen2.c | 445 -- 2 files changed, 385 insertions(+), 65 deletions(-) Bjorn, I am happy with these. Could you consider merging this series? Acked-by: Simon

Re: [PATCH 0/7] ARM: shmobile: r8a7790/Lager QSPI SoC/board integration

2014-02-12 Thread Simon Horman
On Wed, Feb 12, 2014 at 02:01:01PM +0900, Magnus Damm wrote: Hi Geert, Simon, On Mon, Feb 10, 2014 at 7:47 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: Hi Simon, Magnus, The following patch series completes r8a7790 SoC and Lager board integration for the Renesas Quad

Re: [PATCH] ARM: shmobile: r8a7778 dtsi: Remove duplicate i2c nodes

2014-02-12 Thread Simon Horman
On Mon, Feb 10, 2014 at 02:42:19PM +0100, Geert Uytterhoeven wrote: ARM: shmobile: r8a7778: add I2C support on DTSI was applied twice: commit ae4273ec7b25c8b9c895a4aae31f2fced980b7bf commit 3acb51b9215bd99da403ecf8200f8425176b1926 Signed-off-by: Geert Uytterhoeven

Re: [PATCH] sections, ipvs: Remove useless __read_mostly for ipvs genl_ops

2014-02-12 Thread Simon Horman
On Sat, Feb 08, 2014 at 08:57:01AM +0100, Andi Kleen wrote: const __read_mostly does not make any sense, because const data is already read-only. Remove the __read_mostly for the ipvs genl_ops. This avoids a LTO section conflict compile problem. Thanks Andi, applied to ipvs-next. Cc: Simon

Re: [PATCH trivial 1/2] ARM: shmobile: armadillo800eva: Spelling and grammar

2014-03-18 Thread Simon Horman
On Tue, Mar 18, 2014 at 10:39:23AM +0100, Geert Uytterhoeven wrote: From: Geert Uytterhoeven geert+rene...@linux-m68k.org Signed-off-by: Geert Uytterhoeven geert+rene...@linux-m68k.org Cc: Simon Horman ho...@verge.net.au Cc: linux...@vger.kernel.org Thanks, I have queued this up

Re: [PATCH/RFC 0/6] DMA: shdma: add Device Tree support

2013-05-07 Thread Simon Horman
am also happy for either Chris or Vinod to take the patches. To that end, for the two smhobile patches below: Acked-by: Simon Horman horms+rene...@verge.net.au Thanks Guennadi Cc: Guennadi Liakhovetski g.liakhovetski+rene...@gmail.com Guennadi Liakhovetski (6): DMA: shdma

Re: [PATCH] irqchip: renesas-irqc: Fix irqc_probe error handling

2013-05-07 Thread Simon Horman
On Mon, May 06, 2013 at 05:03:32PM +0800, Axel Lin wrote: The code in goto err3 path is wrong because it will call fee_irq() with k == 0, which means it does free_irq(p-irq[-1].requested_irq, p-irq[-1]); Signed-off-by: Axel Lin axel@ingics.com --- drivers/irqchip/irq-renesas-irqc.c |

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-05-08 Thread Simon Horman
On Wed, May 08, 2013 at 03:22:22PM +0200, Bastian Hecht wrote: Hi, 2013/5/8 Arnd Bergmann a...@arndb.de: On Thursday 02 May 2013, Simon Horman wrote: diff --git a/arch/arm/mach-shmobile/intc-r8a7740.c b/arch/arm/mach-shmobile/intc-r8a7740.c index 8871f77..5dc57f1 100644

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-05-08 Thread Simon Horman
On Thu, May 09, 2013 at 12:38:19PM +0900, Simon Horman wrote: On Wed, May 08, 2013 at 03:22:22PM +0200, Bastian Hecht wrote: Hi, 2013/5/8 Arnd Bergmann a...@arndb.de: On Thursday 02 May 2013, Simon Horman wrote: diff --git a/arch/arm/mach-shmobile/intc-r8a7740.c b/arch/arm

Re: [PATCH v3 3/5] ARM: mach-shmobile: kota2: Use leds-pwm + pwm-rmob

2013-06-11 Thread Simon Horman
of using the LED-specific TPU PWM driver, switch to the generic TPU PWM driver with leds-pwm. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com Signed-off-by: Simon Horman horms+rene...@verge.net.au --- arch/arm/mach-shmobile/board-kota2.c | 183

Re: [PATCH 2/3] ARM: shmobile: Use POSIX $((..)) instead of bashism $[...]

2013-06-13 Thread Simon Horman
on CONFIG_MEMORY_START/SIZE which in turn is needed for ARCH_MULTIPLATFORM. Signed-off-by: Magnus Damm d...@opensource.se Reviewed-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Reviewed-by: Kuninori Morimoto kuninori.morimoto...@renesas.com Signed-off-by: Simon Horman horms+rene

Re: [PATCH/RFC] arm: arch_timer: Do not set C3STOP in case CPU_IDLE=n

2013-06-16 Thread Simon Horman
On Mon, Jun 17, 2013 at 09:20:56AM +0900, Magnus Damm wrote: From: Magnus Damm d...@opensource.se Modify the ARM architected timer driver to not set C3STOP in case CPU_IDLE is disabled. This is a short term fix that allows use of high resolution timers even though no additional clock event

Re: [PATCH/RFC] arm: arch_timer: Do not set C3STOP in case CPU_IDLE=n

2013-06-16 Thread Simon Horman
On Mon, Jun 17, 2013 at 11:47:11AM +0900, Magnus Damm wrote: Hi Simon, On Mon, Jun 17, 2013 at 11:13 AM, Simon Horman ho...@verge.net.au wrote: On Mon, Jun 17, 2013 at 09:20:56AM +0900, Magnus Damm wrote: From: Magnus Damm d...@opensource.se Modify the ARM architected timer driver

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-04-29 Thread Simon Horman
On Mon, Apr 29, 2013 at 04:49:07PM +0200, Arnd Bergmann wrote: On Friday 26 April 2013, Simon Horman wrote: diff --git a/arch/arm/mach-shmobile/intc-r8a7740.c b/arch/arm/mach-shmobile/intc-r8a7740.c index 8871f77..5dc57f1 100644 --- a/arch/arm/mach-shmobile/intc-r8a7740.c +++ b

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-04-29 Thread Simon Horman
On Tue, Apr 30, 2013 at 10:58:40AM +0900, Simon Horman wrote: On Mon, Apr 29, 2013 at 04:49:07PM +0200, Arnd Bergmann wrote: On Friday 26 April 2013, Simon Horman wrote: diff --git a/arch/arm/mach-shmobile/intc-r8a7740.c b/arch/arm/mach-shmobile/intc-r8a7740.c index 8871f77

Re: [PATCH 2/2] ipvs: Use cond_resched_rcu_lock() helper when dumping connections

2013-04-29 Thread Simon Horman
On Fri, Apr 26, 2013 at 08:15:34AM +0200, Ingo Molnar wrote: * Simon Horman ho...@verge.net.au wrote: This avoids the situation where a dump of a large number of connections may prevent scheduling for a long time while also avoiding excessive calls to rcu_read_unlock() and rcu_read_lock

[PATCH v2 0/2] sched: Add cond_resched_rcu_lock() helper

2013-04-29 Thread Simon Horman
the helper. Changes since v1 noted in the changelog of each patch. Simon Horman (2): sched: Add cond_resched_rcu_lock() helper ipvs: Use cond_resched_rcu_lock() helper when dumping connections include/linux/sched.h | 11 +++ net/netfilter/ipvs/ip_vs_conn.c | 6 ++ 2

[PATCH v2 2/2] ipvs: Use cond_resched_rcu_lock() helper when dumping connections

2013-04-29 Thread Simon Horman
. Cc: Eric Dumazet eric.duma...@gmail.com Cc: Julian Anastasov j...@ssi.bg Cc: Ingo Molnar mi...@kernel.org Signed-off-by: Simon Horman ho...@verge.net.au --- net/netfilter/ipvs/ip_vs_conn.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_conn.c b

[PATCH v2 1/2] sched: Add cond_resched_rcu_lock() helper

2013-04-29 Thread Simon Horman
. McKenney and Julian Anastasov. Cc: Eric Dumazet eric.duma...@gmail.com Cc: Paul E. McKenney paul...@linux.vnet.ibm.com Cc: Julian Anastasov j...@ssi.bg Acked-by: Ingo Molnar mi...@kernel.org Signed-off-by: Simon Horman ho...@verge.net.au --- v2 * Add guard the call to cond_resched() --- include

Re: [PATCH v2 1/2] sched: Add cond_resched_rcu_lock() helper

2013-04-30 Thread Simon Horman
On Tue, Apr 30, 2013 at 10:12:38AM +0300, Julian Anastasov wrote: Hello, On Tue, 30 Apr 2013, Simon Horman wrote: This is intended for use in loops which read data protected by RCU and may have a large number of iterations. Such an example is dumping the list of connections

[PATCH v3 0/2] sched: Add cond_resched_rcu_lock() helper

2013-05-01 Thread Simon Horman
the helper. Changes since v1 and v2 noted in the changelog of each patch. Simon Horman (2): sched: Add cond_resched_rcu_lock() helper ipvs: Use cond_resched_rcu_lock() helper when dumping connections include/linux/sched.h | 11 +++ net/netfilter/ipvs/ip_vs_conn.c | 6

[PATCH v3 2/2] ipvs: Use cond_resched_rcu_lock() helper when dumping connections

2013-05-01 Thread Simon Horman
. Cc: Eric Dumazet eric.duma...@gmail.com Cc: Julian Anastasov j...@ssi.bg Cc: Ingo Molnar mi...@kernel.org Signed-off-by: Simon Horman ho...@verge.net.au --- net/netfilter/ipvs/ip_vs_conn.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_conn.c b

[PATCH v3 1/2] sched: Add cond_resched_rcu_lock() helper

2013-05-01 Thread Simon Horman
. McKenney and Julian Anastasov. Cc: Eric Dumazet eric.duma...@gmail.com Cc: Paul E. McKenney paul...@linux.vnet.ibm.com Cc: Julian Anastasov j...@ssi.bg Acked-by: Ingo Molnar mi...@kernel.org Signed-off-by: Simon Horman ho...@verge.net.au --- v3 * Remove if (need_resched()), it is no longer needed

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-05-01 Thread Simon Horman
the need for an #ifdef. Signed-off-by: Arnd Bergmann a...@arndb.de Cc: Bastian Hecht hechtb+rene...@gmail.com Cc: Simon Horman horms+rene...@verge.net.au Cc: Kuninori Morimoto kuninori.morimoto...@renesas.com --- arch/arm/mach-shmobile/intc-r8a7740.c | 13 +++-- 1 file changed, 11

Re: [PATCH v2] clocksource: sh_cmt: Use devm_* managed helpers

2013-06-27 Thread Simon Horman
On Tue, Jun 18, 2013 at 10:29:38PM +0900, Magnus Damm wrote: On Tue, Jun 18, 2013 at 9:36 PM, Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com wrote: This simplifies the main error path by getting rid of it. Signed-off-by: Laurent Pinchart

Re: linux-next: build warning after merge of the final tree (net-next tree related)

2013-05-30 Thread Simon Horman
On Thu, May 30, 2013 at 04:17:57PM +1000, Stephen Rothwell wrote: Hi all, After merging the final tree, today's linux-next build (i386 defconfig) produced this warning: net/netfilter/nf_nat_helper.c: In function 'mangle_contents': net/netfilter/nf_nat_helper.c:108:9: warning: passing

Re: [PATCH 0/9] TPU PWM support

2013-04-24 Thread Simon Horman
On Wed, Apr 24, 2013 at 02:06:00AM +0200, Laurent Pinchart wrote: Hello, This patch set adds support for the TPU PWM unit found in the sh73a0 and r8a7740 SoCs. It deprecates and removes the leds-renesas-tpu driver in favor of a combination of leds-pwm and pwm-rmob. I've tested the code on

Re: [PATCH 0/9] TPU PWM support

2013-04-24 Thread Simon Horman
On Wed, Apr 24, 2013 at 04:40:44PM +0900, Simon Horman wrote: On Wed, Apr 24, 2013 at 02:06:00AM +0200, Laurent Pinchart wrote: Hello, This patch set adds support for the TPU PWM unit found in the sh73a0 and r8a7740 SoCs. It deprecates and removes the leds-renesas-tpu driver in favor

Re: [PATCH 03/21] ARM: shmobile: don't call irqchip_init unconditionally

2013-04-25 Thread Simon Horman
Hecht hechtb+rene...@gmail.com Cc: Simon Horman horms+rene...@verge.net.au Cc: Kuninori Morimoto kuninori.morimoto...@renesas.com --- arch/arm/mach-shmobile/intc-r8a7740.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-shmobile/intc-r8a7740.c

Re: [PATCH 11/21] irqdomain: export irq_domain_add_simple

2013-04-25 Thread Simon Horman
] undefined! ERROR: irq_domain_add_simple [drivers/gpio/gpio-em.ko] undefined! Signed-off-by: Arnd Bergmann a...@arndb.de Cc: Benjamin Herrenschmidt b...@kernel.crashing.org Cc: Grant Likely grant.lik...@linaro.org Cc: Thomas Gleixner t...@linutronix.de Cc: Simon Horman horms+rene...@verge.net.au Cc

[PATCH 2/2] ipvs: Use cond_resched_rcu_lock() helper when dumping connections

2013-04-25 Thread Simon Horman
This avoids the situation where a dump of a large number of connections may prevent scheduling for a long time while also avoiding excessive calls to rcu_read_unlock() and rcu_read_lock(). Cc: Eric Dumazet eric.duma...@gmail.com Cc: Julian Anastasov j...@ssi.bg Signed-off-by: Simon Horman ho

[PATCH 0/2] sched: Add cond_resched_rcu_lock() helper

2013-04-25 Thread Simon Horman
the helper. As suggested by Eric Dumazet. Simon Horman (2): sched: Add cond_resched_rcu_lock() helper ipvs: Use cond_resched_rcu_lock() helper when dumping connections include/linux/sched.h | 9 + net/netfilter/ipvs/ip_vs_conn.c | 6 ++ 2 files changed, 11 insertions

[PATCH 1/2] sched: Add cond_resched_rcu_lock() helper

2013-04-25 Thread Simon Horman
: Julian Anastasov j...@ssi.bg Signed-off-by: Simon Horman ho...@verge.net.au --- include/linux/sched.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/linux/sched.h b/include/linux/sched.h index e692a02..7eec4c7 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h

Re: linux-next: manual merge of the renesas tree with Linus' tree

2013-05-15 Thread Simon Horman
On Thu, May 16, 2013 at 01:22:53PM +1000, Stephen Rothwell wrote: Hi Simon, Today's linux-next merge of the renesas tree got a conflict in arch/arm/mach-shmobile/board-lager.c between commit 65be2de17aae (ARM: shmobile: use r8a7790 timer setup code on Lager) from Linus' tree and commit

Re: [PATCH] pwm: renesas-tpu: Add missing pwmchip_remove() call in tpu_remove()

2013-05-19 Thread Simon Horman
On Sun, May 19, 2013 at 04:22:21PM +0200, Laurent Pinchart wrote: Hi Axel, Thank you for the patch. On Sunday 19 May 2013 13:45:31 Axel Lin wrote: Signed-off-by: Axel Lin axel@ingics.com --- drivers/pwm/pwm-renesas-tpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH ipvs-next v3 2/2] ipvs: use cond_resched_rcu() helper when walking connections

2013-05-21 Thread Simon Horman
cond_resched_rcu to more places] Signed-off-by: Julian Anastasov j...@ssi.bg Signed-off-by: Simon Horman ho...@verge.net.au --- net/netfilter/ipvs/ip_vs_conn.c | 23 --- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_conn.c b/net/netfilter

[PATCH ipvs-next v3 0/2] sched: Add cond_resched_rcu_lock() helper

2013-05-21 Thread Simon Horman
Add a helper that for use in loops which read data protected by RCU and may have a large number of iterations. Such an example is dumping the list of connections known to IPVS: ip_vs_conn_array() and ip_vs_conn_seq_next(). This series also updates IPVS to use the helper. Simon Horman (2

[PATCH ipvs-next v3 1/2] sched: add cond_resched_rcu() helper

2013-05-21 Thread Simon Horman
to Peter Zijlstra for catching this and for his help in trying a solution that changes __might_sleep. Initial cond_resched_rcu_lock() function suggested by Eric Dumazet. Tested-by: Julian Anastasov j...@ssi.bg Signed-off-by: Julian Anastasov j...@ssi.bg Signed-off-by: Simon Horman ho...@verge.net.au

Re: [PATCH ipvs-next v3 0/2] sched: Add cond_resched_rcu_lock() helper

2013-05-22 Thread Simon Horman
On Wed, May 22, 2013 at 11:00:51AM +0200, Peter Zijlstra wrote: On Wed, May 22, 2013 at 01:31:08AM -0700, David Miller wrote: From: Peter Zijlstra pet...@infradead.org Date: Wed, 22 May 2013 09:54:38 +0200 On Wed, May 22, 2013 at 02:50:30PM +0900, Simon Horman wrote: Add a helper

Re: [PATCH v2] pwm: renesas-tpu: Add missing pwmchip_remove() call in tpu_remove()

2013-05-22 Thread Simon Horman
On Mon, May 20, 2013 at 03:46:59PM +0200, Laurent Pinchart wrote: Hi Axel, Thank you for the patch. On Monday 20 May 2013 21:45:41 Axel Lin wrote: Signed-off-by: Axel Lin axel@ingics.com Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Thanks. I have queued this up for

Re: [PATCH v2] pwm: renesas-tpu: Add missing pwmchip_remove() call in tpu_remove()

2013-05-24 Thread Simon Horman
On Thu, May 23, 2013 at 09:12:17PM +0200, Thierry Reding wrote: On Thu, May 23, 2013 at 10:39:34AM +0900, Simon Horman wrote: On Mon, May 20, 2013 at 03:46:59PM +0200, Laurent Pinchart wrote: Hi Axel, Thank you for the patch. On Monday 20 May 2013 21:45:41 Axel Lin wrote

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-10-28 Thread Simon Horman
On Wed, Oct 09, 2013 at 07:39:18PM +0900, Simon Horman wrote: On Wed, Oct 09, 2013 at 04:29:56PM +0900, Magnus Damm wrote: Hi Simon, On Wed, Oct 9, 2013 at 3:54 PM, Simon Horman ho...@verge.net.au wrote: On Wed, Oct 09, 2013 at 01:59:46PM +0900, Magnus Damm wrote: Hi Simon

Re: [PATCH 01/12] clocksource: sh_cmt: Add clk_prepare/unprepare support

2013-10-28 Thread Simon Horman
On Mon, Oct 28, 2013 at 11:49:18PM +0100, Laurent Pinchart wrote: Prepare the clock at probe time, as there is no other appropriate place in the driver where we're allowed to sleep. Cc: Daniel Lezcano daniel.lezc...@linaro.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Laurent Pinchart

Re: [PATCH 02/12] clocksource: sh_mtu2: Add clk_prepare/unprepare support

2013-10-28 Thread Simon Horman
On Mon, Oct 28, 2013 at 11:49:19PM +0100, Laurent Pinchart wrote: Prepare the clock at probe time, as there is no other appropriate place in the driver where we're allowed to sleep. Cc: Daniel Lezcano daniel.lezc...@linaro.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Laurent Pinchart

Re: [PATCH 03/12] clocksource: sh_tmu: Add clk_prepare/unprepare support

2013-10-28 Thread Simon Horman
On Mon, Oct 28, 2013 at 11:49:20PM +0100, Laurent Pinchart wrote: Prepare the clock at probe time, as there is no other appropriate place in the driver where we're allowed to sleep. Cc: Daniel Lezcano daniel.lezc...@linaro.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Laurent Pinchart

Re: [PATCH 0/3] rcar-hpbdma: fixup patches for double plane

2013-10-29 Thread Simon Horman
good to me. Acked-by: Simon Horman horms+rene...@verge.net.au Vinod, could you consider applying these? -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH 01/12] clocksource: sh_cmt: Add clk_prepare/unprepare support

2013-10-29 Thread Simon Horman
On Tue, Oct 29, 2013 at 10:55:05AM +0100, Laurent Pinchart wrote: Hi Simon, On Tuesday 29 October 2013 14:55:35 Simon Horman wrote: On Mon, Oct 28, 2013 at 11:49:18PM +0100, Laurent Pinchart wrote: Prepare the clock at probe time, as there is no other appropriate place in the driver

Re: [PATCH 01/12] clocksource: sh_cmt: Add clk_prepare/unprepare support

2013-10-29 Thread Simon Horman
On Wed, Oct 30, 2013 at 01:13:40AM +0100, Laurent Pinchart wrote: Hi Simon, On Wednesday 30 October 2013 09:10:19 Simon Horman wrote: On Tue, Oct 29, 2013 at 10:55:05AM +0100, Laurent Pinchart wrote: On Tuesday 29 October 2013 14:55:35 Simon Horman wrote: On Mon, Oct 28, 2013 at 11:49

Re: [PATCH v2 1/2] clocksource: sh_mtu2: Release clock when sh_mtu2_register() fails

2013-10-30 Thread Simon Horman
On Tue, Oct 29, 2013 at 03:30:44PM +0100, Laurent Pinchart wrote: Fix the probe error path to release the clock resource when the sh_mtu2_register() call fails. Cc: Daniel Lezcano daniel.lezc...@linaro.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Laurent Pinchart

Re: [PATCH v2 2/2] clocksource: sh_mtu2: Add clk_prepare/unprepare support

2013-10-30 Thread Simon Horman
On Tue, Oct 29, 2013 at 03:30:45PM +0100, Laurent Pinchart wrote: Prepare the clock at probe time, as there is no other appropriate place in the driver where we're allowed to sleep. Cc: Daniel Lezcano daniel.lezc...@linaro.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Laurent Pinchart

Re: [PATCH v2 2/2] clocksource: sh_tmu: Add clk_prepare/unprepare support

2013-10-30 Thread Simon Horman
On Tue, Oct 29, 2013 at 03:31:37PM +0100, Laurent Pinchart wrote: Prepare the clock at probe time, as there is no other appropriate place in the driver where we're allowed to sleep. Cc: Daniel Lezcano daniel.lezc...@linaro.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Laurent Pinchart

Re: [PATCH v2 1/2] clocksource: sh_tmu: Release clock when sh_tmu_register() fails

2013-10-30 Thread Simon Horman
On Tue, Oct 29, 2013 at 03:31:36PM +0100, Laurent Pinchart wrote: Fix the probe error path to release the clock resource when the sh_tmu_register() call fails. Cc: Daniel Lezcano daniel.lezc...@linaro.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Laurent Pinchart

Re: [PATCH v4 0/3] x86, apic, kexec: Add disable_cpu_apic kernel parameter

2013-10-31 Thread Simon Horman
On Thu, Oct 31, 2013 at 09:27:45AM -0400, Vivek Goyal wrote: On Wed, Oct 30, 2013 at 06:58:13PM -0600, jerry.hoem...@hp.com wrote: [..] Daisuke, Are you planning on making changes to the kexec tools to automate the setting of disable_cpu_apic to the capture kernel? Or do you know

Re: [PATCH v2 1/3] clk: emev2: Add support for emev2 SMU clocks with DT

2013-10-08 Thread Simon Horman
On Tue, Oct 08, 2013 at 02:58:08PM +0900, Magnus Damm wrote: On Tue, Oct 8, 2013 at 2:32 PM, takas...@ops.dti.ne.jp wrote: Device tree clock binding document for EMMA Mobile EV2 SMU, And Common clock framework based implementation of it. Following nodes are defined to describe clock tree.

Re: [PATCH v2 2/3] ARM: shmobile: emev2: Add clock tree description in DT

2013-10-08 Thread Simon Horman
On Tue, Oct 08, 2013 at 02:54:26PM +0900, Magnus Damm wrote: On Tue, Oct 8, 2013 at 2:33 PM, takas...@ops.dti.ne.jp wrote: Add minimum clock tree description to .dts file. This provides same set of clocks as current sh-clkfwk version .c code does. Signed-off-by: Takashi Yoshii

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-10-08 Thread Simon Horman
On Tue, Oct 08, 2013 at 02:34:03PM +0900, takas...@ops.dti.ne.jp wrote: Use common clock framework version of clock drivers/clk/shmobile/clk-emev2.c instead of sh-clkfwk version arch/arm/mach-shmobile/clock-emev2.c when it is configured as a part of multi-platform. Signed-off-by: Takashi

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-10-09 Thread Simon Horman
On Wed, Oct 09, 2013 at 01:59:46PM +0900, Magnus Damm wrote: Hi Simon, On Wed, Oct 9, 2013 at 12:40 PM, Simon Horman ho...@verge.net.au wrote: On Tue, Oct 08, 2013 at 02:34:03PM +0900, takas...@ops.dti.ne.jp wrote: Use common clock framework version of clock drivers/clk/shmobile/clk

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-10-09 Thread Simon Horman
On Wed, Oct 09, 2013 at 04:29:56PM +0900, Magnus Damm wrote: Hi Simon, On Wed, Oct 9, 2013 at 3:54 PM, Simon Horman ho...@verge.net.au wrote: On Wed, Oct 09, 2013 at 01:59:46PM +0900, Magnus Damm wrote: Hi Simon, On Wed, Oct 9, 2013 at 12:40 PM, Simon Horman ho...@verge.net.au wrote

Re: [PATCH 05/14] ARM: shmobile: Remove init_irq declaration in machine description

2013-05-13 Thread Simon Horman
On Mon, May 13, 2013 at 11:44:04AM +0200, Maxime Ripard wrote: Commit ebafed7a (ARM: irq: Call irqchip_init if no init_irq function is specified) removed the need to explictly setup the init_irq field in the machine description when using only irqchip_init. Remove that declaration for shmobile

Re: [PATCH 05/20] ARM: shmobile: ape6evm: Remove init_irq declaration in machine description

2013-05-14 Thread Simon Horman
, Signed-off-by: Simon Horman horms+rene...@verge.net.au -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 06/20] ARM: shmobile: kzm9g: Remove init_irq declaration in machine description

2013-05-14 Thread Simon Horman
, .init_time = shmobile_timer_init, .dt_compat = kzm9g_boards_compat_dt, Signed-off-by: Simon Horman horms+rene...@verge.net.au -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 07/20] ARM: shmobile: lager: Remove init_irq declaration in machine description

2013-05-14 Thread Simon Horman
*lager_boards_compat_dt[] __initdata = { }; DT_MACHINE_START(LAGER_DT, lager) - .init_irq = irqchip_init, .init_time = r8a7790_timer_init, .init_machine = lager_add_standard_devices, .dt_compat = lager_boards_compat_dt, Signed-off-by: Simon Horman horms+rene

Re: [PATCH 08/20] ARM: shmobile: emev2: Remove init_irq declaration in machine description

2013-05-14 Thread Simon Horman
= emev2_add_standard_devices_dt, .dt_compat = emev2_boards_compat_dt, MACHINE_END Signed-off-by: Simon Horman horms+rene...@verge.net.au -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [PATCH 05/20] ARM: shmobile: ape6evm: Remove init_irq declaration in machine description

2013-05-14 Thread Simon Horman
On Wed, May 15, 2013 at 09:59:07AM +0900, Simon Horman wrote: On Tue, May 14, 2013 at 05:38:38PM +0200, Maxime Ripard wrote: Commit ebafed7a (ARM: irq: Call irqchip_init if no init_irq function is specified) removed the need to explictly setup the init_irq field in the machine description

Re: [PATCH 06/20] ARM: shmobile: kzm9g: Remove init_irq declaration in machine description

2013-05-14 Thread Simon Horman
On Wed, May 15, 2013 at 09:59:17AM +0900, Simon Horman wrote: On Tue, May 14, 2013 at 05:38:39PM +0200, Maxime Ripard wrote: Commit ebafed7a (ARM: irq: Call irqchip_init if no init_irq function is specified) removed the need to explictly setup the init_irq field in the machine description

Re: [PATCH 07/20] ARM: shmobile: lager: Remove init_irq declaration in machine description

2013-05-14 Thread Simon Horman
On Tue, May 14, 2013 at 05:38:40PM +0200, Maxime Ripard wrote: Commit ebafed7a (ARM: irq: Call irqchip_init if no init_irq function is specified) removed the need to explictly setup the init_irq field in the machine description when using only irqchip_init. Remove that declaration for shmobile

Re: [PATCH 08/20] ARM: shmobile: emev2: Remove init_irq declaration in machine description

2013-05-14 Thread Simon Horman
On Wed, May 15, 2013 at 09:59:38AM +0900, Simon Horman wrote: On Tue, May 14, 2013 at 05:38:41PM +0200, Maxime Ripard wrote: Commit ebafed7a (ARM: irq: Call irqchip_init if no init_irq function is specified) removed the need to explictly setup the init_irq field in the machine description

Re: [PATCH 09/20] ARM: shmobile: r8a73a4: Remove init_irq declaration in machine description

2013-05-14 Thread Simon Horman
On Tue, May 14, 2013 at 05:38:42PM +0200, Maxime Ripard wrote: Commit ebafed7a (ARM: irq: Call irqchip_init if no init_irq function is specified) removed the need to explictly setup the init_irq field in the machine description when using only irqchip_init. Remove that declaration for shmobile

Re: [PATCH 10/20] ARM: shmobile: r8a7790: Remove init_irq declaration in machine description

2013-05-14 Thread Simon Horman
On Tue, May 14, 2013 at 05:38:43PM +0200, Maxime Ripard wrote: Commit ebafed7a (ARM: irq: Call irqchip_init if no init_irq function is specified) removed the need to explictly setup the init_irq field in the machine description when using only irqchip_init. Remove that declaration for shmobile

Re: [PATCH 11/20] ARM: shmobile: sh73a0: Remove init_irq declaration in machine description

2013-05-14 Thread Simon Horman
On Tue, May 14, 2013 at 05:38:44PM +0200, Maxime Ripard wrote: Commit ebafed7a (ARM: irq: Call irqchip_init if no init_irq function is specified) removed the need to explictly setup the init_irq field in the machine description when using only irqchip_init. Remove that declaration for shmobile

Re: [PATCH 05/20] ARM: shmobile: ape6evm: Remove init_irq declaration in machine description

2013-05-14 Thread Simon Horman
On Wed, May 15, 2013 at 10:46:04AM +0900, Simon Horman wrote: On Wed, May 15, 2013 at 09:59:07AM +0900, Simon Horman wrote: On Tue, May 14, 2013 at 05:38:38PM +0200, Maxime Ripard wrote: Commit ebafed7a (ARM: irq: Call irqchip_init if no init_irq function is specified) removed the need

Re: [PATCH] clocksource: em_sti: Set cpu_possible_mask to fix SMP broadcast

2013-09-04 Thread Simon Horman
this is is a reworked version of: [PATCH] clocksource: em_sti: Adjust clock event rating to fix SMP broadcast drivers/clocksource/em_sti.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Tested-by: Simon Horman horms+rene...@verge.net.au I will let this sit for a few days to see

Re: [PATCH] clocksource: em_sti: Set cpu_possible_mask to fix SMP broadcast

2013-09-04 Thread Simon Horman
trigger on the secondary CPU cores. Signed-off-by: Magnus Damm d...@opensource.se Tested-by: Simon Horman horms+rene...@verge.net.au I will let this sit for a few days to see if there is any further feedback. --- Thanks to feedback from Stephen Boyd this is is a reworked version of: [PATCH

Re: [PATCH v5 0/7] DMA: shdma: switch DT to use OF device ID tables

2013-09-04 Thread Simon Horman
On Thu, Aug 29, 2013 at 01:24:31PM +0200, Guennadi Liakhovetski wrote: Hi Simon, On Mon, 26 Aug 2013, Simon Horman wrote: On Sun, Aug 25, 2013 at 01:06:57PM +0530, Vinod Koul wrote: On Fri, Aug 02, 2013 at 04:50:35PM +0200, Guennadi Liakhovetski wrote: In this version of shdma

Re: [PATCH] clocksource: em_sti: Set cpu_possible_mask to fix SMP broadcast

2013-09-05 Thread Simon Horman
CPU cores. Signed-off-by: Magnus Damm d...@opensource.se Tested-by: Simon Horman horms+rene...@verge.net.au I will let this sit for a few days to see if there is any further feedback. Reviewed-by: Stephen Boyd sb...@codeaurora.org Thanks, I have queue this up. I will let it sit in next

Re: [PATCH] gpio: em: Add pinctrl support

2013-07-03 Thread Simon Horman
On Wed, Jul 03, 2013 at 08:59:39PM +0200, Laurent Pinchart wrote: Hi Magnus, Thank you for the patch. On Wednesday 03 July 2013 13:14:32 Magnus Damm wrote: From: Magnus Damm d...@opensource.se Register the GPIO pin range, and request and free GPIO pins using the pinctrl API. The

Re: [PATCH] gpio: em: Add pinctrl support

2013-07-04 Thread Simon Horman
On Thu, Jul 04, 2013 at 11:23:33PM +0200, Laurent Pinchart wrote: Hi Simon, On Thursday 04 July 2013 10:16:02 Simon Horman wrote: On Wed, Jul 03, 2013 at 08:59:39PM +0200, Laurent Pinchart wrote: On Wednesday 03 July 2013 13:14:32 Magnus Damm wrote: From: Magnus Damm d

Re: Preliminary kexec support for Linux/m68k

2013-09-20 Thread Simon Horman
On Fri, Sep 20, 2013 at 09:15:02AM +0200, Geert Uytterhoeven wrote: Hi Simon, Thanks for your comments! On Thu, Sep 19, 2013 at 11:07 PM, Simon Horman ho...@verge.net.au wrote: Pasting two series in one was a bit confusing for me at first. Perhaps you could consider posting two separate

Re: [PATCH 1/6] clocksource: em_sti: convert to clk_prepare/unprepare

2013-09-23 Thread Simon Horman
[ CCed Daniel Lezcano and Thomas Gleixner, the clocksource maintainers ] On Tue, Sep 24, 2013 at 01:09:24PM +0900, takas...@ops.dti.ne.jp wrote: From: Shinya Kuribayashi shinya.kuribayashi...@renesas.com Add calls to clk_prepare and unprepare so that EMMA Mobile EV2 can migrate to the common

Re: [PATCH 2/6] serial8250-em: convert to clk_prepare/unprepare

2013-09-23 Thread Simon Horman
[ CCed Greg Kroah-Hartman, the serial maintainer for his review ] On Tue, Sep 24, 2013 at 01:10:39PM +0900, takas...@ops.dti.ne.jp wrote: From: Shinya Kuribayashi shinya.kuribayashi...@renesas.com Add calls to clk_prepare and unprepare so that EMMA Mobile EV2 can migrate to the common clock

Re: [PATCH 4/6] ARM: shmobile: emev2: Define SMU clock DT bindings

2013-09-23 Thread Simon Horman
[ Cc Laurent ] On Tue, Sep 24, 2013 at 01:13:31PM +0900, takas...@ops.dti.ne.jp wrote: Device tree clock binding document for EMMA Mobile EV2 SMU. Following nodes are defined to describe clock tree. - renesas,emev2-smu - renesas,emev2-smu-clkdiv - renesas,emev2-smu-gclk I realise this has

Re: [PATCH 6/6] ARM: shmobile: kzm9d-reference: Use common clock framework

2013-09-23 Thread Simon Horman
On Tue, Sep 24, 2013 at 01:17:03PM +0900, takas...@ops.dti.ne.jp wrote: Use common clock framework version of clock drivers/clk/shmobile/clk-emev2.c instead of sh-clkfwk version arch/arm/mach-shmobile/clock-emev2.c kzm9d(without -reference) still uses sh-clkfwk version. Because two of

Re: [PATCH 0/6] ARM: shmobile: kzm9d-reference: migrate to common clock framework with DT

2013-09-23 Thread Simon Horman
[ Cc Laurent ] On Tue, Sep 24, 2013 at 01:05:26PM +0900, Takashi Yoshii wrote: This patch series makes kzm9d-reference to move to new clk implementation based on the common clock framework and device tree. Magnus, Laurent, I would appreciate it if you could take a look over the approach

Re: [PATCH 00/10] pwm-backlight: Add GPIO and power supply support

2013-09-24 Thread Simon Horman
[ Cc: Olof Johansson, Kevin Hilman and Arnd Bergman: arm-soc maintainers ] On Mon, Sep 23, 2013 at 11:40:57PM +0200, Thierry Reding wrote: This series adds the ability to specify a GPIO and a power supply to enable a backlight. Patch 1 refactors the power on and power off sequences into

Re: [PATCH] ipvs: improved SH fallback strategy

2013-09-24 Thread Simon Horman
On Tue, Sep 24, 2013 at 10:32:38AM +0100, Alexander Frolkin wrote: Improve the SH fallback realserver selection strategy. With sh and sh-fallback, if a realserver is down, this attempts to distribute the traffic that would have gone to that server evenly among the remaining servers.

Re: [PATCH 1/4] pinctrl: sh-pfc: r8a7790: add pin definitions for the I2C3 interface

2013-09-24 Thread Simon Horman
On Mon, Sep 23, 2013 at 10:50:07AM +0200, Linus Walleij wrote: On Tue, Sep 17, 2013 at 7:10 PM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Tue, 17 Sep 2013, Linus Walleij wrote: +/* R8A7790 has 6 banks with 32 GPIOs in each = 192 GPIOs */ +#define ROW_GROUP_A(r) ('Z' - 'A' +

Re: [PATCH 3/4] ARM: shmobile: r8a7790: add CPUFreq clock support

2013-09-24 Thread Simon Horman
On Mon, Sep 09, 2013 at 06:03:55PM +0200, Guennadi Liakhovetski wrote: Add support for the Z clock on r8a7790, driving the four SoC's CA15 cores, and its parent - PLL0. This is required for CPUFreq support on this SoC. Signed-off-by: Guennadi Liakhovetski g.liakhovetski+rene...@gmail.com

Re: [PATCH 00/10] pwm-backlight: Add GPIO and power supply support

2013-09-24 Thread Simon Horman
On Tue, Sep 24, 2013 at 11:00:24AM +0200, Thierry Reding wrote: On Tue, Sep 24, 2013 at 05:14:46PM +0900, Simon Horman wrote: [ Cc: Olof Johansson, Kevin Hilman and Arnd Bergman: arm-soc maintainers ] On Mon, Sep 23, 2013 at 11:40:57PM +0200, Thierry Reding wrote: This series adds

Re: [PATCH 06/10] ARM: shmobile: Initialize PWM backlight enable_gpio field

2013-09-24 Thread Simon Horman
struct platform_pwm_backlight_data pwm_backlight_data = { .max_brightness = 255, .dft_brightness = 255, .pwm_period_ns = 3, /* 30kHz */ + .enable_gpio = -1, }; static struct platform_device pwm_backlight_device = { Acked-by: Simon Horman horms+rene

Re: [PATCH v5 5/7] ARM: shmobile: r8a73a4: add a DMAC platform device and clock for it

2013-09-24 Thread Simon Horman
On Fri, Aug 02, 2013 at 04:50:40PM +0200, Guennadi Liakhovetski wrote: Add a DMAC platform device and clock definitions for it on r8a73a4. Signed-off-by: Guennadi Liakhovetski g.liakhovetski+rene...@gmail.com --- Depends on DMA: shdma: support the new CHCLR register layout

<    1   2   3   4   5   6   7   8   9   10   >