[PATCH] clocksource: sh_cmt: Add clk_prepare/unprepare support

2013-12-13 Thread Simon Horman
From: Laurent Pinchart 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 Cc: linux-kernel@vger.kernel.org Signed-off-by: Laurent Pinchart Signed-off-by: Simon Horman --- drivers/clocksource/sh_cmt.c

Re: [PATCH 00/02] irqchip: renesas-irqc: Lazy disable and mask-on-suspend

2013-12-12 Thread Simon Horman
On Wed, Dec 04, 2013 at 09:05:37PM +0900, Magnus Damm wrote: > irqchip: renesas-irqc: Lazy disable and mask-on-suspend > > [PATCH 01/02] irqchip: renesas-irqc: Use lazy disable > [PATCH 02/02] irqchip: renesas-irqc: Enable mask on suspend > > Update the IRQC driver to use lazy disable and mask on

Re: [PATCH] MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainers

2013-12-11 Thread Simon Horman
r drivers in drivers/pci/host/. > > Signed-off-by: Bjorn Helgaas Renesas R-Car potion: Acked-by: Simon Horman > --- > MAINTAINERS | 31 +++ > 1 file changed, 31 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8285ed46

Re: [PATCH 03/03] pinctrl: sh-pfc: r7s72100 SCIF2 port4, 6 and 8 support

2013-12-03 Thread Simon Horman
On Tue, Dec 03, 2013 at 10:36:54AM +0100, Linus Walleij wrote: > On Wed, Nov 27, 2013 at 9:06 AM, Magnus Damm wrote: > > > From: Magnus Damm > > > > Add the remaining SCIF2 pins using the recently introduced macro. > > > > Signed-off-by: Magnus Damm > > Acked-by: Linus Walleij > > Laurent, p

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

2013-12-01 Thread Simon Horman
On Tue, Oct 29, 2013 at 01:42:41PM +0900, Simon Horman wrote: > 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 H

Re: [PATCH] ARM: shmobile: Add pinctrl_register_mappings() for Koelsch

2013-11-21 Thread Simon Horman
On Thu, Nov 21, 2013 at 01:05:57PM +0900, Simon Horman wrote: > On Wed, Nov 20, 2013 at 04:41:48PM +0900, Magnus Damm wrote: > > From: Magnus Damm > > > > Add code to setup the r8a7791 PFC for the Koelsch board. > > > > At this point serial consoles are added,

Re: [PATCH 03/05] ARM: shmobile: Add r8a7791 thermal device node to DTS

2013-11-20 Thread Simon Horman
On Wed, Nov 20, 2013 at 04:59:48PM +0900, Magnus Damm wrote: > From: Magnus Damm > > Hook up the r8a7791 thermal sensor to the DTS. > > Signed-off-by: Magnus Damm > --- > > arch/arm/boot/dts/r8a7791.dtsi |7 +++ > 1 file changed, 7 insertions(+) Thanks, I will queue this up. Assuming

Re: [PATCH 02/05] ARM: shmobile: Add r8a7790 clocks for thermal devices

2013-11-20 Thread Simon Horman
Assuming all goes will I plan to push this and other updates today or tomorrow. From: Magnus Damm [PATCH] ARM: shmobile: Add r8a7790 clocks for thermal devices Add the r8a7790 DT thermal device to the legacy clocks. Signed-off-by: Magnus Damm Signed-off-by: Simon Horman --- arch/arm/mach

Re: [PATCH] ARM: shmobile: Add pinctrl_register_mappings() for Koelsch

2013-11-20 Thread Simon Horman
On Wed, Nov 20, 2013 at 04:41:48PM +0900, Magnus Damm wrote: > From: Magnus Damm > > Add code to setup the r8a7791 PFC for the Koelsch board. > > At this point serial consoles are added, and in the near > future other platform-device-only devices will be added > here like for instance the r8a779

Re: [PATCH] gpio: Renesas RZ GPIO driver

2013-11-13 Thread Simon Horman
On Wed, Nov 13, 2013 at 01:03:35PM +0100, Laurent Pinchart wrote: > Hi Magnus, > > Thank you for the patch. > > Please read below for a couple of comments in addition to Linus' review. > > On Thursday 07 November 2013 08:47:37 Magnus Damm wrote: > > From: Magnus Damm > > > > This patch adds a

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

2013-11-07 Thread Simon Horman
On Thu, Nov 07, 2013 at 02:40:49PM +0100, Daniel Lezcano wrote: > On 10/31/2013 06:24 AM, Simon Horman wrote: > >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 dr

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

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 > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Laurent Pinchart Thanks, I have queued this up. -- To un

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 > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Laurent Pinchart Thanks, I have qu

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 > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Laurent Pinchart Thanks, I have qu

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 > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Laurent Pinchart Thanks, I have queued this up. -- To u

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

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 ap

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

2013-10-29 Thread Simon Horman
ged, 9 insertions(+), 1 deletion(-) Thanks Morimoto-san, these all look good to me. Acked-by: Simon Horman 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

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 > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Laurent Pinchart > --- > drivers/c

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 > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Laurent Pinchart > --- > drivers/c

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 > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Laurent Pinchart Thanks Laurent,

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 wrote: > > > On Wed, Oct 09, 2013 at 01:59:46PM +0900, Magn

Re: [PATCHv2] ipvs: improved SH fallback strategy

2013-10-14 Thread Simon Horman
On Fri, Sep 27, 2013 at 10:20:42PM +0300, Julian Anastasov wrote: > > Hello, > > On Fri, 27 Sep 2013, 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

Re: [PATCH 1/2] rcar-hpbdma: remove shdma_free_irq() calls

2013-10-14 Thread Simon Horman
pb_dmae_alloc_chan_resources': > > drivers/dma/sh/rcar-hpbdma.c:435: error: implicit declaration of function > > `shdma_free_irq' > > > > Fix this compilation error by removing the remaining shdma_free_irq() calls. > > > > Reported-by: Simon Horman &

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 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,

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

2013-10-08 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 wrote: > > On Tue, Oct 08, 2013 at 02:34:03PM +0900, takas...@ops.dti.ne.jp wrote: > >> Use common clock framework version of clock > >>

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: T

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, 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 Thanks. I plan to

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, 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. > > - renesas,em

Re: [PATCH 1/2] rcar-hpbdma: remove shdma_free_irq() calls

2013-10-02 Thread Simon Horman
On Thu, Sep 26, 2013 at 11:14:17AM +0900, Simon Horman wrote: > On Thu, Sep 26, 2013 at 02:28:37AM +0400, Sergei Shtylyov wrote: > > Commit c1c63a14f4f2419d093acd7164eccdff315baa86 (DMA: shdma: switch to > > managed > > resource allocation) got rid of shdma_free_irq() b

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

2013-10-02 Thread Simon Horman
On Thu, Sep 26, 2013 at 12:18:47PM +0200, Daniel Lezcano wrote: > On 09/24/2013 06:42 AM, Simon Horman wrote: > >[ 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: > &g

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

2013-10-02 Thread Simon Horman
On Tue, Sep 24, 2013 at 06:41:13AM -0700, Greg Kroah-Hartman wrote: > On Tue, Sep 24, 2013 at 01:44:32PM +0900, Simon Horman wrote: > > [ CCed Greg Kroah-Hartman, the serial maintainer for his review ] > > > > On Tue, Sep 24, 2013 at 01:10:39PM +0900, takas...@ops.dti.ne

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

2013-10-01 Thread Simon Horman
On Tue, Oct 01, 2013 at 01:36:33PM +0200, Laurent Pinchart wrote: > Hi Yoshii-san and Simon, > > On Tuesday 24 September 2013 13:52:15 Simon Horman wrote: > > [ Cc Laurent ] > > > > On Tue, Sep 24, 2013 at 01:13:31PM +0900, takas...@ops.dti.ne.jp wrote: > > >

Re: [PATCH v2] ARM: shmobile: ape6evm: fix incorrect placement of __initdata tag

2013-09-30 Thread Simon Horman
On Mon, Sep 30, 2013 at 08:31:05PM +0200, Laurent Pinchart wrote: > On Monday 30 September 2013 17:34:36 Bartlomiej Zolnierkiewicz wrote: > > __initdata tag should be placed between the variable name and equal > > sign for the variable to be placed in the intended .init.data section. > > > > Signe

Re: [PATCH v2 0/5] ARM: shmobile: CPUFreq support on Lager

2013-09-30 Thread Simon Horman
Hi Guennadi, On Mon, Sep 30, 2013 at 05:25:42PM +0200, Guennadi Liakhovetski wrote: > Hi Simon, > > Just a quick check of the status of this patch series: > > On Thu, 26 Sep 2013, Guennadi Liakhovetski wrote: > > > On Lager a da9210 regulator is used to supply DVFS power to the SoC. This > > pa

Re: [PATCH v2 2/5] ARM: shmobile: r8a7790: add I2C clocks and aliases for the DT mode

2013-09-26 Thread Simon Horman
On Thu, Sep 26, 2013 at 07:20:57PM +0200, Guennadi Liakhovetski wrote: > This patch adds clock definitions for the 4 I2C interfaces on r8a7790 and > clock aliases, suitable for the DT mode. > > Signed-off-by: Guennadi Liakhovetski Thanks, queued up for v3.13. -- To unsubscribe from this list: se

Re: [PATCH v2 3/5] ARM: shmobile: r8a7790: add I2C DT nodes

2013-09-26 Thread Simon Horman
On Thu, Sep 26, 2013 at 07:20:58PM +0200, Guennadi Liakhovetski wrote: > Add DT nodes for the four I2C interfacces on r8a7790. > > Signed-off-by: Guennadi Liakhovetski > --- > > v2: part two of former [PATCH 2/4], set i2c bus status to "disabled" by > default. Thanks, queued up for v3.13. -- To

Re: [PATCH/RFC] clocksource: Consolidate SH and ARM mach-shmobile Kconfig bits

2013-09-26 Thread Simon Horman
On Thu, Sep 26, 2013 at 08:37:09AM +0900, Magnus Damm wrote: > From: Magnus Damm > > Based on request from Olof Johansson, move ARM mach-shmobile > clocksource entries to drivers/clocksource/Kconfig, and at > the same time make the SH architecture use these entries. > > Kconfig entries for CMT,

Re: [PATCH 2/2] rcar-hpbdma: add parameter to set_slave() method

2013-09-25 Thread Simon Horman
meter is used to override DMA slave address from 'struct > hpb_dmae_slave_config', so we have to add the 'slave_addr' field to 'struct > hpb_dmae_chan', conditionally assign it in set_slave() method, and return in > slave_addr() method. > > Signed-off-by

Re: [PATCH 1/2] rcar-hpbdma: remove shdma_free_irq() calls

2013-09-25 Thread Simon Horman
free_irq' > > Fix this compilation error by removing the remaining shdma_free_irq() calls. Tested-by: Simon Horman > Reported-by: Simon Horman > Signed-off-by: Sergei Shtylyov > > --- > The patch is against 'fixes-3.12' branch of Vinod Koul's 'sl

Re: [PATCH 2/4] ARM: shmobile: r8a7790: add I2C support in Device Tree mode

2013-09-25 Thread Simon Horman
On Mon, Sep 09, 2013 at 06:03:54PM +0200, Guennadi Liakhovetski wrote: > This patch adds clocks and clock lookup entries for the four I2C > controllers on r8a7790 and respective Device Tree nodes. > > Signed-off-by: Guennadi Liakhovetski > --- > arch/arm/boot/dts/r8a7790.dtsi | 36 > +

Re: [PATCH v5 7/7] ARM: shmobile: ape6evm-reference: enable DMA for the MMC interface

2013-09-25 Thread Simon Horman
On Wed, Sep 25, 2013 at 04:56:42PM +0900, Simon Horman wrote: > On Fri, Aug 02, 2013 at 04:50:42PM +0200, Guennadi Liakhovetski wrote: > > This patch adds DMA slave bindings for the two required DMA channels > > for MMCIF0 to ape6evm-reference. > > > > Signed-of

Re: [PATCH v5 6/7] ARM: shmobile: r8a73a4: add a DT node and a clock alias for the DMAC

2013-09-25 Thread Simon Horman
On Fri, Aug 02, 2013 at 04:50:41PM +0200, Guennadi Liakhovetski wrote: > Add a DT node for the only system DMAC instance on r8a73a4. The RT DMAC > can be added later under the same multiplexer, because they can serve the > same slaves and use the same MID-RID values. Configuration data is > supplie

Re: [PATCH v5 7/7] ARM: shmobile: ape6evm-reference: enable DMA for the MMC interface

2013-09-25 Thread Simon Horman
On Fri, Aug 02, 2013 at 04:50:42PM +0200, Guennadi Liakhovetski wrote: > This patch adds DMA slave bindings for the two required DMA channels > for MMCIF0 to ape6evm-reference. > > Signed-off-by: Guennadi Liakhovetski Thanks, I have queue this up for v3.13. > --- > arch/arm/boot/dts/r8a73a4-ap

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

2013-09-25 Thread Simon Horman
Hi Guennadi, apologies for the long delay. On Wed, Sep 04, 2013 at 05:55:39PM +0900, Simon Horman wrote: > On Thu, Aug 29, 2013 at 01:24:31PM +0200, Guennadi Liakhovetski wrote: > > Hi Simon, > > > > On Mon, 26 Aug 2013, Simon Horman wrote: > > > > > On S

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

2013-09-25 Thread Simon Horman
On Wed, Sep 25, 2013 at 08:52:17AM +0200, Guennadi Liakhovetski wrote: > Hi Simon, > > Thanks for following up on this. > > On Wed, 25 Sep 2013, Simon Horman wrote: > > > On Fri, Aug 02, 2013 at 04:50:40PM +0200, Guennadi Liakhovetski wrote: > > > Add

Re: [PATCH v5 7/7] ARM: shmobile: ape6evm-reference: enable DMA for the MMC interface

2013-09-24 Thread Simon Horman
On Fri, Aug 02, 2013 at 04:50:42PM +0200, Guennadi Liakhovetski wrote: > This patch adds DMA slave bindings for the two required DMA channels > for MMCIF0 to ape6evm-reference. > > Signed-off-by: Guennadi Liakhovetski Does this patch depend on any of the other paches in this series? > --- > ar

Re: [PATCH v5 6/7] ARM: shmobile: r8a73a4: add a DT node and a clock alias for the DMAC

2013-09-24 Thread Simon Horman
On Fri, Aug 02, 2013 at 04:50:41PM +0200, Guennadi Liakhovetski wrote: > Add a DT node for the only system DMAC instance on r8a73a4. The RT DMAC > can be added later under the same multiplexer, because they can serve the > same slaves and use the same MID-RID values. Configuration data is > supplie

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 > --- > > Depends on "DMA: shdma: support the new CHCLR register layout" > https://lkml.org/lkml/2013/7/10/146 Th

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

2013-09-24 Thread Simon Horman
a.c > @@ -423,6 +423,7 @@ static 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 pw

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 wro

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 Magnus, I think this needs a rev

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 > 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' + 1 + (r))

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 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 s

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 tak

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

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 h

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 > > Add calls to clk_prepare and unprepare so that EMMA Mobile EV2 can > migrate to the common clock framework. > > Signed-off-by:

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 > > Add calls to clk_prepare and unprepare so that EMMA Mobile EV2 can > migrate to the common clock framework. > > Signed-

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 wrote: > > Pasting two series in one was a bit confusing for me at first. > > Perhaps you could consider

Re: Preliminary kexec support for Linux/m68k

2013-09-19 Thread Simon Horman
On Tue, Sep 17, 2013 at 12:01:30PM +0200, Geert Uytterhoeven wrote: > This is a preliminary set of patches to add kexec support for m68k. Great, this has been a long time coming! > - Kexec only, no kdump support yet (do you have enough RAM to keep a > crashdump kernel in memory at all times

Re: Preliminary kexec support for Linux/m68k

2013-09-19 Thread Simon Horman
On Thu, Sep 19, 2013 at 11:20:22AM +0200, Geert Uytterhoeven wrote: > On Tue, Sep 17, 2013 at 12:01 PM, Geert Uytterhoeven > wrote: > > This is a preliminary set of patches to add kexec support for m68k. > > > - [PATCH 1/3] m68k: Add preliminary kexec support > > - [PATCH 2/3] m68k: Add suppo

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

2013-09-05 Thread Simon Horman
gt;> real hardware clock-event > >>> > >>> Without this fix SMP operation is broken on EMEV2 since no > >>> broadcast timer interrupts trigger on the secondary CPU cores. > >>> > >>> Signed-off-by: Magnus Damm > >> Tested-by:

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 wro

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

2013-09-04 Thread Simon Horman
roadcast timer interrupts trigger on the secondary CPU cores. > > Signed-off-by: Magnus Damm Tested-by: Simon Horman 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:

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

2013-09-04 Thread Simon Horman
ack from Stephen Boyd 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 I will let this sit for a few d

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

2013-08-26 Thread Simon Horman
On Mon, Aug 26, 2013 at 01:19:13PM +0530, Vinod Koul wrote: > On Mon, Aug 26, 2013 at 04:17:25PM +0900, 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: > > >

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

2013-08-26 Thread Simon Horman
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 Device Tree support I preserved the DT > > configuration approach via OF device ID tables from v4, but now it is only > > used for the

Re: Re: [PATCH-SR9700] Merge USB 1.1 Ethernet Adapter SR9700 DeviceDriver into the Linux Kernel

2013-08-22 Thread Simon Horman
On Wed, Aug 21, 2013 at 06:02:45PM +0800, liujunliang_ljl wrote: > Dear Ben : > > 1, please give me email address of David Miller, and Thanks a > lot. You can find him in the MAINTAINERS file. He should also show up if you use scripts/get_maintainer.pl -- To unsubscribe from this

Re: [PATCH] dma: sh: remove unnecessary platform_set_drvdata()

2013-08-21 Thread Simon Horman
On Wed, Aug 21, 2013 at 06:45:35PM +0900, Jingoo Han wrote: > The driver core clears the driver data to NULL after device_release > or on probe failure. Thus, it is not needed to manually clear the > device driver data to NULL. Acked-by: Simon Horman Vinod, could you take this? >

Re: [PATCH 1/2] clocksource: sh_tmu: remove unnecessary platform_set_drvdata()

2013-08-21 Thread Simon Horman
or this and the following patch: Acked-by: Simon Horman Daniel, let me know if you would prefer if I queued these up and sent you a pull request or you would rather just pick them up directly. > --- > drivers/clocksource/sh_tmu.c |1 - > 1 file changed, 1 deletion(-) > > di

[PATCH] kexec: remove unnecessary return

2013-08-07 Thread Simon Horman
From: Xishi Qiu Code can not run here forever, so remove the unnecessary return. Signed-off-by: Xishi Qiu Suggested-by: Zhang Yanfei Reviewed-by: Zhang Yanfei Signed-off-by: Simon Horman --- kernel/kexec.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) Andrew, could you

Re: [PATCH V2] kexec: remove unnecessary return

2013-08-06 Thread Simon Horman
On Tue, Aug 06, 2013 at 04:35:00PM +0800, Xishi Qiu wrote: > Code can not run here forever, so remove the unnecessary return. > > Signed-off-by: Xishi Qiu > Suggested-by: Zhang Yanfei Reviewed-by: Simon Horman > --- > kernel/kexec.c |5 + > 1 files change

Re: [PATCH] ipvs: fixed style errors in ip_vs_dh

2013-08-05 Thread Simon Horman
On Thu, Jul 11, 2013 at 10:15:44PM +0300, Dragos Foianu wrote: > found with the help of checkpatch.pl Thanks for your contribution and sorry for taking so long to look at it. While in principle I have no problem with these changes. I would like them to be be accompanied by more descriptive change

Re: [PATCH] ipvs: fixed spacing at for statements

2013-08-05 Thread Simon Horman
On Thu, Jul 11, 2013 at 09:45:42AM +0300, Dragos Foianu wrote: > found using checkpatch.pl This seems reasonable to me. I will queue it up in the ipvs-next tree. > > Signed-off-by: Dragos Foianu > --- > net/netfilter/ipvs/ip_vs_lblcr.c |8 > 1 file changed, 4 insertions(+), 4 dele

Re: [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi

2013-07-31 Thread Simon Horman
On Wed, Jul 31, 2013 at 04:11:23PM +0900, Magnus Damm wrote: > Hi Simon, > > On Wed, Jul 31, 2013 at 4:05 PM, Simon Horman wrote: > > On Wed, Jul 31, 2013 at 03:39:04PM +0900, Simon Horman wrote: > >> On Wed, Jul 24, 2013 at 12:42:40PM +0900, Magnus Damm wrote:

Re: [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi

2013-07-31 Thread Simon Horman
On Wed, Jul 31, 2013 at 03:39:04PM +0900, Simon Horman wrote: > On Wed, Jul 24, 2013 at 12:42:40PM +0900, Magnus Damm wrote: > > From: Magnus Damm > > > > Add PMU information to emev2.dtsi. With this > > included KZM9D DT reference may use the PMU. > > Thanks,

Re: [PATCH] ARM: shmobile: sh73a0: add PMU information to sh73a0.dtsi

2013-07-30 Thread Simon Horman
On Wed, Jul 24, 2013 at 12:45:03PM +0900, Magnus Damm wrote: > From: Magnus Damm > > Add PMU information to sh73a0.dtsi. With this > included KZM9G DT reference may use the PMU. > > Signed-off-by: Magnus Damm Thanks, I will queue this up for v3.12 in the dt2 branch. > --- > > arch/arm/boot/

Re: [PATCH] ARM: shmobile: r8a7740: add PMU information to r8a7740.dtsi

2013-07-30 Thread Simon Horman
On Wed, Jul 24, 2013 at 12:59:09PM +0900, Magnus Damm wrote: > From: Magnus Damm > > Add PMU information to r8a7740.dtsi. With this > included Armadillo800eva DT reference may use the PMU. > > Signed-off-by: Magnus Damm Thanks, I will queue this up for v3.12 in the dt2 branch. > --- > > Dry

Re: [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi

2013-07-30 Thread Simon Horman
On Wed, Jul 24, 2013 at 12:42:40PM +0900, Magnus Damm wrote: > From: Magnus Damm > > Add PMU information to emev2.dtsi. With this > included KZM9D DT reference may use the PMU. Thanks, I will queue this up for v3.12 in the dt2 branch. > > Signed-off-by: Magnus Damm > --- > > arch/arm/boot/d

Re: [PATCH resend] shdma: fixup sh_dmae_get_partial() calculation error

2013-07-30 Thread Simon Horman
On Tue, Jul 30, 2013 at 11:22:31AM +0200, Guennadi Liakhovetski wrote: > Hi Simon > > On Tue, 30 Jul 2013, Simon Horman wrote: > > > [ Cc Vinod ] > > > > On Tue, Jul 23, 2013 at 11:12:41PM -0700, Kuninori Morimoto wrote: > > > sh_desc->hw.tcr is contr

Re: [PATCH resend] shdma: fixup sh_dmae_get_partial() calculation error

2013-07-30 Thread Simon Horman
[ Cc Vinod ] On Tue, Jul 23, 2013 at 11:12:41PM -0700, Kuninori Morimoto wrote: > sh_desc->hw.tcr is controlling real data size, > and, register TCR is controlling data transfer count > which was xmit_shifted value of hw.tcr. > Current sh_dmae_get_partial() is calculating in different unit. > This

Re: [PATCH resend] shdma: fixup sh_dmae_get_partial() calculation error

2013-07-25 Thread Simon Horman
On Wed, Jul 24, 2013 at 10:43:44AM +0200, Guennadi Liakhovetski wrote: > Hi Morimoto-san > > On Tue, 23 Jul 2013, Kuninori Morimoto wrote: > > > sh_desc->hw.tcr is controlling real data size, > > and, register TCR is controlling data transfer count > > which was xmit_shifted value of hw.tcr. > >

Re: [PATCH] ARM: shmobile: r8a73a4: Remove ->init_machine() special case

2013-07-24 Thread Simon Horman
On Wed, Jul 24, 2013 at 12:53:15PM +0900, Magnus Damm wrote: > From: Magnus Damm > > No need to special case r8a73a4 ->init_machine(), > so get rid of undesired cpufreq platform device > from the generic long term r8a73a4 DT support code. > > For short term support on APE6EVM the DT reference >

Re: [PATCH 19/22] ARM: shmobile: r8a7779: Remove '0x's from R8A7779 DTS file

2013-07-24 Thread Simon Horman
On Tue, Jul 23, 2013 at 08:52:32AM +0100, Lee Jones wrote: > On Tue, 23 Jul 2013, Simon Horman wrote: > > > On Mon, Jul 22, 2013 at 11:52:38AM +0100, Lee Jones wrote: > > > Cc: Simon Horman > > > Signed-off-by: Lee Jones > > > > Acked-by: Simon Horm

Re: [PATCH 19/22] ARM: shmobile: r8a7779: Remove '0x's from R8A7779 DTS file

2013-07-22 Thread Simon Horman
On Mon, Jul 22, 2013 at 11:52:38AM +0100, Lee Jones wrote: > Cc: Simon Horman > Signed-off-by: Lee Jones Acked-by: Simon Horman Let me know if you want me to take this through the renesas tree. > --- > arch/arm/boot/dts/r8a7779.dtsi | 8 > 1 file changed, 4 i

Re: [PATCH v3 07/15] DMA: shdma: add sh73a0 DMAC data to the device ID table

2013-07-22 Thread Simon Horman
On Sat, Jul 20, 2013 at 01:28:48PM +0200, Guennadi Liakhovetski wrote: > This configuration data will be re-used, when DMAC DT support is added to > sh73a0, DMAC platform data in setup-sh73a0.c will be removed. > > Signed-off-by: Guennadi Liakhovetski > --- > > v3: also add an of_device_id entry

Re: linux-next: rebase/rewrite of the renesas tree

2013-07-10 Thread Simon Horman
On Thu, Jul 11, 2013 at 10:08:51AM +1000, Stephen Rothwell wrote: > Hi Simon, > > Why have you just rebased the renesas tree > (git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git#next)? > You have just invalidated your testing and made it likely that your > upstream maintainers will b

[PATCH] kexec: return error of machine_kexec() fails

2013-07-09 Thread Simon Horman
c requires disabling all but one CPU using CPU hotplug. However, if hotplug isn't supported by the particular HW the kernel is running on, then kexec cannot succeed. Signed-off-by: Stephen Warren Acked-by: Will Deacon Acked-by: Zhang Yanfei Acked-by: Simon Horman --- kernel/kexec.c | 2 ++ 1

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: &

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 > > > > Register the GPIO pin range, and request and free GPIO pins using the > > pinctrl API. The pctl_nam

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

2013-07-01 Thread Simon Horman
On Thu, Jun 27, 2013 at 04:31:57PM +0900, Simon Horman wrote: > On Tue, Jun 18, 2013 at 10:29:38PM +0900, Magnus Damm wrote: > > On Tue, Jun 18, 2013 at 9:36 PM, Laurent Pinchart > > wrote: > > > This simplifies the main error path by getting rid of it. > > > >

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 > wrote: > > This simplifies the main error path by getting rid of it. > > > > Signed-off-by: Laurent Pinchart > > Looking good, thanks! > > Acked-by: Magnus Damm Thanks, queued up

Re: [PATCH] ipvs: SH fallback and L4 hashing

2013-06-20 Thread Simon Horman
On Wed, Jun 19, 2013 at 10:45:43PM +0300, Julian Anastasov wrote: > > Hello, > > On Wed, 19 Jun 2013, Alexander Frolkin wrote: > > > By default the SH scheduler rejects connections that are hashed onto a > > realserver of weight 0. This patch adds a flag to make SH choose a > > different

Re: [PATCH] ipvs: sloppy TCP and SCTP

2013-06-20 Thread Simon Horman
On Thu, Jun 13, 2013 at 11:32:11AM +0300, Julian Anastasov wrote: > > Hello, > > On Thu, 13 Jun 2013, Alexander Frolkin wrote: > > > This adds support for sloppy TCP and SCTP modes to IPVS. > > > > When enabled (sysctls net.ipv4.vs.sloppy_tcp and > > net.ipv4.vs.sloppy_sctp), allows IPVS

Re: [PATCH] clocksource: sh_cmt: 32-bit control register support

2013-06-20 Thread Simon Horman
On Wed, Jun 19, 2013 at 02:58:01PM +0200, Laurent Pinchart wrote: > Hi Simon, > > On Wednesday 19 June 2013 21:31:23 Simon Horman wrote: > > On Tue, Jun 18, 2013 at 10:27:44PM +0900, Magnus Damm wrote: > > > On Tue, Jun 18, 2013 at 9:30 PM, Laurent Pinchart wrote: > &g

Re: [PATCH] clocksource: sh_cmt: 32-bit control register support

2013-06-19 Thread Simon Horman
On Tue, Jun 18, 2013 at 10:27:44PM +0900, Magnus Damm wrote: > Hi Laurent, > > On Tue, Jun 18, 2013 at 9:30 PM, Laurent Pinchart > wrote: > > Hi Magnus, > > > > On Tuesday 18 June 2013 20:54:47 Magnus Damm wrote: > >> On Tue, Jun 18, 2013 at 7:35 PM, Laurent Pinchart wrote: > >> > On Tuesday 18 J

Re: [PATCH 05/13] cpufreq: e_powersave: call CPUFREQ_POSTCHANGE notfier in error cases

2013-06-19 Thread Simon Horman
CHANGE notifier with freqs.new = freqs.old to guarantee that sequence of > calling notifiers is complete. > > This driver was taking care of it but frequency isn't restored to freqs.old. > > This patch fixes it. > > Cc: Simon Horman > Signed-off-by: Viresh Kumar I have no

<    4   5   6   7   8   9   10   11   12   >