Re: [PATCH 13/38] ARM: shmobile: apmu: correct type of CPU id

2015-10-01 Thread Simon Horman
On Mon, Sep 21, 2015 at 03:33:45PM +0200, Andrzej Hajda wrote: > CPU id can be negative, so it cannot be assigned to unsigned variable. > > The problem has been detected using proposed semantic patch > scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci [1]. > > [1]:

Re: [PATCH] irqchip: renesas-intc-irqpin: r8a7778 IRLM setup support

2015-09-30 Thread Simon Horman
On Wed, Sep 30, 2015 at 12:03:07PM +0200, Geert Uytterhoeven wrote: > From: Ulrich Hecht > > Works the same as on r8a7779. > > Signed-off-by: Ulrich Hecht > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman -- To unsubscribe from this list: send the line "u

Re: [PATCH] irqchip: renesas-intc-irqpin: r8a7778 IRLM setup support

2015-09-30 Thread Simon Horman
eert+rene...@glider.be> Reviewed-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 v2 01/02] irqchip: renesas-irqc: Add r8a7795 INTC-EX DT documentation

2015-09-28 Thread Simon Horman
ndly documentation. > > Signed-off-by: Magnus Damm > Acked-by: Geert Uytterhoeven Reviewed-by: Simon Horman > --- > > Changes since V1: > - Use "intc-ex" instead of "irqc" to follow the data sheet. > - Added ack from Geert. > > Document

Re: [PATCH v2 01/02] irqchip: renesas-irqc: Add r8a7795 INTC-EX DT documentation

2015-09-28 Thread Simon Horman
7795 compat string to follow the friendly documentation. > > Signed-off-by: Magnus Damm <damm+rene...@opensource.se> > Acked-by: Geert Uytterhoeven <geert+rene...@glider.be> Reviewed-by: Simon Horman <horms+rene...@verge.net.au> > --- > > Changes since V1: >

Re: [GIT PULL] SH Drivers Updates for v4.3

2015-09-21 Thread Simon Horman
On Mon, Sep 21, 2015 at 12:19:03PM -0700, Linus Torvalds wrote: > On Thu, Sep 17, 2015 at 2:00 AM, Simon Horman > wrote: > > > > Please consider these SH drivers updates for v4.3. > > Hmm. This was caught as spam by google, along with the two patches you > sent sep

Re: [GIT PULL] SH Drivers Updates for v4.3

2015-09-21 Thread Simon Horman
On Mon, Sep 21, 2015 at 12:19:03PM -0700, Linus Torvalds wrote: > On Thu, Sep 17, 2015 at 2:00 AM, Simon Horman > <horms+rene...@verge.net.au> wrote: > > > > Please consider these SH drivers updates for v4.3. > > Hmm. This was caught as spam by google, along w

Re: [PATCH v4 15/16] clk: shmobile: mstp: Consider "zb_clk" suitable for power management

2015-09-17 Thread Simon Horman
On Thu, Sep 17, 2015 at 03:24:54PM -0700, Stephen Boyd wrote: > On 09/17, Simon Horman wrote: > > On Thu, Sep 17, 2015 at 05:45:18PM +0900, Simon Horman wrote: > > > Hi Mike, Hi Stephen, > > > > > > On Tue, Aug 04, 2015 at 02:28:16PM +0200, Geert Uytterhoeven w

[PATCH 1/2] drivers: sh: Disable legacy default PM Domain on emev2

2015-09-17 Thread Simon Horman
From: Geert Uytterhoeven EMMA Mobile EV2 doesn't have MSTP clocks. All its device drivers manage clocks explicitly, without relying on Runtime PM, so it doesn't need the legacy default PM Domain. Signed-off-by: Geert Uytterhoeven Reviewed-by: Ulf Hansson Signed-off-by: Simon Horman

[GIT PULL] SH Drivers Updates for v4.3

2015-09-17 Thread Simon Horman
Hi Linus, Please consider these SH drivers updates for v4.3. I am sending this change after v4.3-rc1 has been released as it depends on SoC changes which are present in that rc release. The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f: Linux 4.3-rc1 (2015-09-12

[PATCH 2/2] drivers: sh: Disable PM runtime for multi-platform ARM with genpd

2015-09-17 Thread Simon Horman
properties, - the CONFIG_PM=n case, - legacy (non-DT) ARM/shmobile platforms without genpd support (r8a7778, r8a7779), - legacy SuperH. Signed-off-by: Geert Uytterhoeven Reviewed-by: Ulf Hansson Signed-off-by: Simon Horman --- drivers/sh/pm_runtime.c | 18 +- 1 file changed, 5

Re: [PATCH v4 15/16] clk: shmobile: mstp: Consider "zb_clk" suitable for power management

2015-09-17 Thread Simon Horman
On Thu, Sep 17, 2015 at 05:45:18PM +0900, Simon Horman wrote: > Hi Mike, Hi Stephen, > > On Tue, Aug 04, 2015 at 02:28:16PM +0200, Geert Uytterhoeven wrote: > > Currently the CPG/MSTP Clock Domain code looks for MSTP clocks to power > > manage a device. > > > >

Re: [PATCH v4 15/16] clk: shmobile: mstp: Consider "zb_clk" suitable for power management

2015-09-17 Thread Simon Horman
Hi Mike, Hi Stephen, On Tue, Aug 04, 2015 at 02:28:16PM +0200, Geert Uytterhoeven wrote: > Currently the CPG/MSTP Clock Domain code looks for MSTP clocks to power > manage a device. > > Unfortunately, on R-Mobile APE6 (r8a73a4) and SH-Mobile AG5 (sh73a0), > the Bus State Controller (BSC) is not

Re: [PATCH 00/03] irqchip: renesas-irqc: r8a7795 and generic chip update

2015-09-17 Thread Simon Horman
Hi Magnus, On Thu, Sep 17, 2015 at 04:12:30PM +0900, Magnus Damm wrote: > irqchip: renesas-irqc: r8a7795 and generic chip update > > [PATCH 01/03] irqchip: renesas-irqc: Add r8a7795 IRQC DT documentation > [PATCH 02/03] irqchip: renesas-irqc: Move over to generic chip > [PATCH 03/03] irqchip:

Re: [PATCH 00/03] irqchip: renesas-irqc: r8a7795 and generic chip update

2015-09-17 Thread Simon Horman
Hi Magnus, On Thu, Sep 17, 2015 at 04:12:30PM +0900, Magnus Damm wrote: > irqchip: renesas-irqc: r8a7795 and generic chip update > > [PATCH 01/03] irqchip: renesas-irqc: Add r8a7795 IRQC DT documentation > [PATCH 02/03] irqchip: renesas-irqc: Move over to generic chip > [PATCH 03/03] irqchip:

[PATCH 2/2] drivers: sh: Disable PM runtime for multi-platform ARM with genpd

2015-09-17 Thread Simon Horman
DTs that lack PM Domain properties, - the CONFIG_PM=n case, - legacy (non-DT) ARM/shmobile platforms without genpd support (r8a7778, r8a7779), - legacy SuperH. Signed-off-by: Geert Uytterhoeven <geert+rene...@glider.be> Reviewed-by: Ulf Hansson <ulf.hans...@linaro.org> Signed-off-

[PATCH 1/2] drivers: sh: Disable legacy default PM Domain on emev2

2015-09-17 Thread Simon Horman
gt; Reviewed-by: Ulf Hansson <ulf.hans...@linaro.org> Signed-off-by: Simon Horman <horms+rene...@verge.net.au> --- drivers/sh/pm_runtime.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/sh/pm_runtime.c b/drivers/sh/pm_runtime.c index d3d1891cda3c..ad9188138ed5

[GIT PULL] SH Drivers Updates for v4.3

2015-09-17 Thread Simon Horman
Hi Linus, Please consider these SH drivers updates for v4.3. I am sending this change after v4.3-rc1 has been released as it depends on SoC changes which are present in that rc release. The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f: Linux 4.3-rc1 (2015-09-12

Re: [PATCH v4 15/16] clk: shmobile: mstp: Consider "zb_clk" suitable for power management

2015-09-17 Thread Simon Horman
Hi Mike, Hi Stephen, On Tue, Aug 04, 2015 at 02:28:16PM +0200, Geert Uytterhoeven wrote: > Currently the CPG/MSTP Clock Domain code looks for MSTP clocks to power > manage a device. > > Unfortunately, on R-Mobile APE6 (r8a73a4) and SH-Mobile AG5 (sh73a0), > the Bus State Controller (BSC) is not

Re: [PATCH v4 15/16] clk: shmobile: mstp: Consider "zb_clk" suitable for power management

2015-09-17 Thread Simon Horman
On Thu, Sep 17, 2015 at 05:45:18PM +0900, Simon Horman wrote: > Hi Mike, Hi Stephen, > > On Tue, Aug 04, 2015 at 02:28:16PM +0200, Geert Uytterhoeven wrote: > > Currently the CPG/MSTP Clock Domain code looks for MSTP clocks to power > > manage a device. > > > >

Re: [PATCH v4 15/16] clk: shmobile: mstp: Consider "zb_clk" suitable for power management

2015-09-17 Thread Simon Horman
On Thu, Sep 17, 2015 at 03:24:54PM -0700, Stephen Boyd wrote: > On 09/17, Simon Horman wrote: > > On Thu, Sep 17, 2015 at 05:45:18PM +0900, Simon Horman wrote: > > > Hi Mike, Hi Stephen, > > > > > > On Tue, Aug 04, 2015 at 02:28:16PM +0200, Geert Uytterhoeven w

Re: [PATCH] kernel:kexec - Fix for typo in comment in function sanity_check_segment_list().

2015-09-01 Thread Simon Horman
Hi Shailendra, On Sat, May 23, 2015 at 10:38:57AM +0530, Shailendra Verma wrote: > > Signed-off-by: Shailendra Verma Reviewed-by: Simon Horman I believe if you repost this with Andrew Morton cced then there is a good chance of it progressing into a kernel release. > --- > ke

Re: [PATCH] kernel:kexec - Fix for typo in comment in function sanity_check_segment_list().

2015-09-01 Thread Simon Horman
Hi Shailendra, On Sat, May 23, 2015 at 10:38:57AM +0530, Shailendra Verma wrote: > > Signed-off-by: Shailendra Verma <shailendra.capric...@gmail.com> Reviewed-by: Simon Horman <ho...@verge.net.au> I believe if you repost this with Andrew Morton <a...@linux

Re: [PATCH][resent] PCI: rcar: Add PCIE_CONF_REGNO macro for PCIECAR register

2015-08-31 Thread Simon Horman
On Thu, Aug 27, 2015 at 12:37:00AM +, Kuninori Morimoto wrote: > From: Nobuhiro Iwamatsu > > The reg variable used when setting PCIECAR register need to be masked by 0xFC > by restriction of the corresponding register. > This adds PCIE_CONF_REGNO are macros for masking changes that

Re: [PATCH][resent] PCI: rcar: Add PCIE_CONF_REGNO macro for PCIECAR register

2015-08-31 Thread Simon Horman
On Thu, Aug 27, 2015 at 12:37:00AM +, Kuninori Morimoto wrote: > From: Nobuhiro Iwamatsu > > The reg variable used when setting PCIECAR register need to be masked by 0xFC > by restriction of the corresponding register. > This adds PCIE_CONF_REGNO are macros

Re: [PATCH net-next] openvswitch: Fix conntrack compilation without mark.

2015-08-28 Thread Simon Horman
On Fri, Aug 28, 2015 at 07:22:11PM -0700, Joe Stringer wrote: > Fix build with !CONFIG_NF_CONNTRACK_MARK && CONFIG_OPENVSWITCH_CONNTRACK > > Fixes: 182e304 ("openvswitch: Allow matching on conntrack mark") > Reported-by: Simon Horman > Signed-off-by: Joe S

Re: [PATCHv6 net-next 00/10] OVS conntrack support

2015-08-28 Thread Simon Horman
On Wed, Aug 26, 2015 at 11:31:43AM -0700, Joe Stringer wrote: > The goal of this series is to allow OVS to send packets through the Linux > kernel connection tracker, and subsequently match on fields populated by > conntrack. This functionality is enabled through a new >

Re: [PATCH net-next] openvswitch: Fix conntrack compilation without mark.

2015-08-28 Thread Simon Horman
On Fri, Aug 28, 2015 at 07:22:11PM -0700, Joe Stringer wrote: Fix build with !CONFIG_NF_CONNTRACK_MARK CONFIG_OPENVSWITCH_CONNTRACK Fixes: 182e304 (openvswitch: Allow matching on conntrack mark) Reported-by: Simon Horman simon.hor...@netronome.com Signed-off-by: Joe Stringer joestrin

Re: [PATCHv6 net-next 00/10] OVS conntrack support

2015-08-28 Thread Simon Horman
On Wed, Aug 26, 2015 at 11:31:43AM -0700, Joe Stringer wrote: The goal of this series is to allow OVS to send packets through the Linux kernel connection tracker, and subsequently match on fields populated by conntrack. This functionality is enabled through a new CONFIG_OPENVSWITCH_CONNTRACK

Re: [PATCH] gpio: rcar: GPIO_RCAR doesn't relate to ARM

2015-08-25 Thread Simon Horman
r8a7795 based on CONFIG_ARM64. > > OTOH, GPIO_RCAR driver can be compiled fine on non-ARM. > > This patch removed ARM dependency for it. > > > > Signed-off-by: Kuninori Morimoto > > Acked-by: Geert Uytterhoeven Acked-by: Simon Horman -- To unsubscribe from this l

Re: [PATCH] gpio: rcar: GPIO_RCAR doesn't relate to ARM

2015-08-25 Thread Simon Horman
for r8a7795. r8a7795 based on CONFIG_ARM64. OTOH, GPIO_RCAR driver can be compiled fine on non-ARM. This patch removed ARM dependency for it. Signed-off-by: Kuninori Morimoto kuninori.morimoto...@renesas.com Acked-by: Geert Uytterhoeven geert+rene...@glider.be Acked-by: Simon Horman

Re: [REPOST PATCH] kexec: Remove the unnecessary conditional judgement to simplify the code logic

2015-08-13 Thread Simon Horman
On Thu, Aug 13, 2015 at 01:53:45PM +0800, Baoquan He wrote: > On 08/13/15 at 09:55am, Simon Horman wrote: > > On Tue, Jul 28, 2015 at 12:46:42PM +0800, Minfei Huang wrote: > > > Transforming PFN(Page Frame Number) to struct page is never failure, so > > > we can si

Re: [REPOST PATCH] kexec: Remove the unnecessary conditional judgement to simplify the code logic

2015-08-13 Thread Simon Horman
On Thu, Aug 13, 2015 at 01:53:45PM +0800, Baoquan He wrote: On 08/13/15 at 09:55am, Simon Horman wrote: On Tue, Jul 28, 2015 at 12:46:42PM +0800, Minfei Huang wrote: Transforming PFN(Page Frame Number) to struct page is never failure, so we can simplify the code logic to do the image

Re: [REPOST PATCH] kexec: Remove the unnecessary conditional judgement to simplify the code logic

2015-08-12 Thread Simon Horman
On Tue, Jul 28, 2015 at 12:46:42PM +0800, Minfei Huang wrote: > Transforming PFN(Page Frame Number) to struct page is never failure, so > we can simplify the code logic to do the image->control_page assignment > directly in the loop, and remove the unnecessary conditional judgement. > >

Re: [REPOST PATCH] kexec: Remove the unnecessary conditional judgement to simplify the code logic

2015-08-12 Thread Simon Horman
On Tue, Jul 28, 2015 at 12:46:42PM +0800, Minfei Huang wrote: Transforming PFN(Page Frame Number) to struct page is never failure, so we can simplify the code logic to do the image-control_page assignment directly in the loop, and remove the unnecessary conditional judgement. Signed-off-by:

Re: [PATCH v4 00/16] ARM: shmobile: Add CPG/MSTP Clock Domain

2015-08-05 Thread Simon Horman
On Wed, Aug 05, 2015 at 08:58:29AM +0200, Geert Uytterhoeven wrote: > Hi Simon, > > On Wed, Aug 5, 2015 at 2:55 AM, Simon Horman wrote: > > On Tue, Aug 04, 2015 at 10:48:28PM +0900, Simon Horman wrote: > >> I have tentatively queued this up in its own branch, > >&g

Re: [PATCH v4 00/16] ARM: shmobile: Add CPG/MSTP Clock Domain

2015-08-05 Thread Simon Horman
On Wed, Aug 05, 2015 at 08:58:29AM +0200, Geert Uytterhoeven wrote: Hi Simon, On Wed, Aug 5, 2015 at 2:55 AM, Simon Horman ho...@verge.net.au wrote: On Tue, Aug 04, 2015 at 10:48:28PM +0900, Simon Horman wrote: I have tentatively queued this up in its own branch, cpg-mstp-clock-domain

Re: [PATCH v4 00/16] ARM: shmobile: Add CPG/MSTP Clock Domain

2015-08-04 Thread Simon Horman
On Tue, Aug 04, 2015 at 10:48:28PM +0900, Simon Horman wrote: > Thanks Geert, > > I have tentatively queued this up in its own branch, > cpg-mstp-clock-domain-for-v4.3. Where possible I prefer not to apply non-DTS/DTSI patches on top of DTS/DTSI patches, I believe this is in keep

Re: [PATCH v4 00/16] ARM: shmobile: Add CPG/MSTP Clock Domain

2015-08-04 Thread Simon Horman
Thanks Geert, I have tentatively queued this up in its own branch, cpg-mstp-clock-domain-for-v4.3. -- 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

Re: [PATCH v4 00/16] ARM: shmobile: Add CPG/MSTP Clock Domain

2015-08-04 Thread Simon Horman
Thanks Geert, I have tentatively queued this up in its own branch, cpg-mstp-clock-domain-for-v4.3. -- 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

Re: [PATCH v4 00/16] ARM: shmobile: Add CPG/MSTP Clock Domain

2015-08-04 Thread Simon Horman
On Tue, Aug 04, 2015 at 10:48:28PM +0900, Simon Horman wrote: Thanks Geert, I have tentatively queued this up in its own branch, cpg-mstp-clock-domain-for-v4.3. Where possible I prefer not to apply non-DTS/DTSI patches on top of DTS/DTSI patches, I believe this is in keeping with how the ARM

Re: Possible regression due to "tick: broadcast: Prevent livelock from event handler"

2015-07-28 Thread Simon Horman
Hi Thomas, On Fri, Jul 03, 2015 at 04:53:49PM +0200, Thomas Gleixner wrote: > On Fri, 3 Jul 2015, Wolfram Sang wrote: > > > So this is a single core machine and uses the em_sti timer w/o the > > > broadcast nonsense. In Simons case it looks like em_sti is used as > > > broadcast device. > > > >

Re: Possible regression due to tick: broadcast: Prevent livelock from event handler

2015-07-28 Thread Simon Horman
Hi Thomas, On Fri, Jul 03, 2015 at 04:53:49PM +0200, Thomas Gleixner wrote: On Fri, 3 Jul 2015, Wolfram Sang wrote: So this is a single core machine and uses the em_sti timer w/o the broadcast nonsense. In Simons case it looks like em_sti is used as broadcast device. We use the

Re: [PATCH] kexec: Remove the unnecessary conditional judgement to simplify the code logic

2015-07-27 Thread Simon Horman
On Mon, Jul 27, 2015 at 09:44:53AM -0400, Vivek Goyal wrote: > On Sat, Jun 06, 2015 at 02:14:12PM +0800, Minfei Huang wrote: > > From: Minfei Huang > > > > Transforming PFN(Page Frame Number) to struct page is never failure, so > > we can simplify the code logic to do the image->control_page

Re: [PATCH] kexec: Remove the unnecessary conditional judgement to simplify the code logic

2015-07-27 Thread Simon Horman
On Mon, Jul 27, 2015 at 09:44:53AM -0400, Vivek Goyal wrote: On Sat, Jun 06, 2015 at 02:14:12PM +0800, Minfei Huang wrote: From: Minfei Huang mnfhu...@gmail.com Transforming PFN(Page Frame Number) to struct page is never failure, so we can simplify the code logic to do the

Re: [PATCH] clocksource: sh_cmt: Remove obsolete sh-cmt-48 platform_device_id entry

2015-07-14 Thread Simon Horman
ice name are > only supported in generic DT-only ARM multi-platform builds. The driver > doesn't need to match platform devices by name anymore, hence remove the > corresponding platform_device_id entry. > > Signed-off-by: Geert Uytterhoeven Acked-by: Simon Horman > --- > The com

Re: [PATCH] clocksource: sh_cmt: Remove obsolete sh-cmt-48 platform_device_id entry

2015-07-14 Thread Simon Horman
-only ARM multi-platform builds. The driver doesn't need to match platform devices by name anymore, hence remove the corresponding platform_device_id entry. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Acked-by: Simon Horman horms+rene...@verge.net.au --- The commit mentioned

Re: [PATCH] net-ipvs: Delete an unnecessary check before the function call "module_put"

2015-07-08 Thread Simon Horman
On Thu, Jul 02, 2015 at 05:10:41PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Thu, 2 Jul 2015 17:00:14 +0200 > > The module_put() function tests whether its argument is NULL and then > returns immediately. Thus the test around the call is not needed. > > This issue was

Re: [PATCH] net-ipvs: Delete an unnecessary check before the function call module_put

2015-07-08 Thread Simon Horman
On Thu, Jul 02, 2015 at 05:10:41PM +0200, SF Markus Elfring wrote: From: Markus Elfring elfr...@users.sourceforge.net Date: Thu, 2 Jul 2015 17:00:14 +0200 The module_put() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed.

Re: [PATCH 12/15] SH: kill off set_irq_flags usage

2015-07-07 Thread Simon Horman
On Tue, Jul 07, 2015 at 09:38:53AM -0500, Rob Herring wrote: > On Mon, Jul 6, 2015 at 8:55 PM, Simon Horman wrote: > > On Tue, Jul 07, 2015 at 09:53:39AM +0900, Simon Horman wrote: > >> On Tue, Jun 09, 2015 at 01:26:38PM -0500, Rob Herring wrote: > >> > set_irq_fla

Re: [PATCH 12/15] SH: kill off set_irq_flags usage

2015-07-07 Thread Simon Horman
On Tue, Jul 07, 2015 at 09:38:53AM -0500, Rob Herring wrote: On Mon, Jul 6, 2015 at 8:55 PM, Simon Horman ho...@verge.net.au wrote: On Tue, Jul 07, 2015 at 09:53:39AM +0900, Simon Horman wrote: On Tue, Jun 09, 2015 at 01:26:38PM -0500, Rob Herring wrote: set_irq_flags is ARM specific

Re: [PATCH 12/15] SH: kill off set_irq_flags usage

2015-07-06 Thread Simon Horman
On Tue, Jul 07, 2015 at 09:53:39AM +0900, Simon Horman wrote: > On Tue, Jun 09, 2015 at 01:26:38PM -0500, Rob Herring wrote: > > set_irq_flags is ARM specific with custom flags which have genirq > > equivalents. Convert drivers to use the genirq interfaces directly, so we &

Re: [PATCH 12/15] SH: kill off set_irq_flags usage

2015-07-06 Thread Simon Horman
imply remove the set_irq_flags calls. Some > users also set IRQ_NOPROBE and this has been maintained although it is not > clear that is really needed. There appears to be a great deal of blind > copy and paste of this code. > > Signed-off-by: Rob Herring > Cc: Simon Horman >

Re: [PATCH 12/15] SH: kill off set_irq_flags usage

2015-07-06 Thread Simon Horman
IRQ_NOPROBE and this has been maintained although it is not clear that is really needed. There appears to be a great deal of blind copy and paste of this code. Signed-off-by: Rob Herring r...@kernel.org Cc: Simon Horman ho...@verge.net.au Cc: Magnus Damm magnus.d...@gmail.com Cc: linux

Re: [PATCH 12/15] SH: kill off set_irq_flags usage

2015-07-06 Thread Simon Horman
On Tue, Jul 07, 2015 at 09:53:39AM +0900, Simon Horman wrote: On Tue, Jun 09, 2015 at 01:26:38PM -0500, Rob Herring wrote: set_irq_flags is ARM specific with custom flags which have genirq equivalents. Convert drivers to use the genirq interfaces directly, so we can kill off set_irq_flags

Possible regression due to "tick: broadcast: Prevent livelock from event handler"

2015-07-02 Thread Simon Horman
Hi Thomas, I have observed what appears to be a regression while testing next-20150702 which seems to be caused by 2951d5c031a3 ("tick: broadcast: Prevent livelock from event handler"). The problem manifests on the emev2/kzm9d board as per the boot log below. The problem manifests when booting

Re: [PATCH v2] arm: koelsch: make USB0 perform Host/Function switching

2015-07-02 Thread Simon Horman
Hi Phil, when you re-spin this patch could you change the prefix to the following? ARM: shmobile: koelsch: Thanks -- 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

Possible regression due to tick: broadcast: Prevent livelock from event handler

2015-07-02 Thread Simon Horman
Hi Thomas, I have observed what appears to be a regression while testing next-20150702 which seems to be caused by 2951d5c031a3 (tick: broadcast: Prevent livelock from event handler). The problem manifests on the emev2/kzm9d board as per the boot log below. The problem manifests when booting

Re: [PATCH v2] arm: koelsch: make USB0 perform Host/Function switching

2015-07-02 Thread Simon Horman
Hi Phil, when you re-spin this patch could you change the prefix to the following? ARM: shmobile: koelsch: Thanks -- 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

Re: [PATCH 2/2] clocksource: sh_cmt: Remove obsolete sh-cmt-48-gen2 platform_device_id entry

2015-06-23 Thread Simon Horman
latform builds. The > driver doesn't need to match platform devices by name anymore, hence > remove the corresponding platform_device_id entry. > > Signed-off-by: Geert Uytterhoeven Acked-by: Simon Horman > --- > drivers/clocksource/sh_cmt.c | 1 - > 1 file changed, 1 deletion

Re: [PATCH 1/2] clocksource: sh_cmt: Remove obsolete sh-cmt-32-fast platform_device_id entry

2015-06-23 Thread Simon Horman
atform_device_id > entry from the driver. > > Signed-off-by: Geert Uytterhoeven Acked-by: Simon Horman > --- > drivers/clocksource/sh_cmt.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/clocksource/sh_cmt.c b/drivers/clocksource/sh_cmt.c > index c

Re: [PATCH 2/2] clocksource: sh_cmt: Remove obsolete sh-cmt-48-gen2 platform_device_id entry

2015-06-23 Thread Simon Horman
to match platform devices by name anymore, hence remove the corresponding platform_device_id entry. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Acked-by: Simon Horman horms+rene...@verge.net.au --- drivers/clocksource/sh_cmt.c | 1 - 1 file changed, 1 deletion(-) diff

Re: [PATCH 1/2] clocksource: sh_cmt: Remove obsolete sh-cmt-32-fast platform_device_id entry

2015-06-23 Thread Simon Horman
. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Acked-by: Simon Horman horms+rene...@verge.net.au --- drivers/clocksource/sh_cmt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clocksource/sh_cmt.c b/drivers/clocksource/sh_cmt.c index c96de14036a0adeb

Re: [PATCH v2 7/7] ARM: shmobile: armadillo800eva dts: Add pinctrl and gpio-hog for lcdc0

2015-06-18 Thread Simon Horman
On Wed, Jun 17, 2015 at 10:38:56AM +0200, Geert Uytterhoeven wrote: > Configure pinctrl and a GPIO-controller board mux for LCD use. > This allows the armadillo800eva board staging code to enable lcdc0. > > Signed-off-by: Geert Uytterhoeven Thanks Geert, As Greg has now taken patches 1 - 6 I

Re: [PATCH v2 7/7] ARM: shmobile: armadillo800eva dts: Add pinctrl and gpio-hog for lcdc0

2015-06-18 Thread Simon Horman
On Wed, Jun 17, 2015 at 10:38:56AM +0200, Geert Uytterhoeven wrote: Configure pinctrl and a GPIO-controller board mux for LCD use. This allows the armadillo800eva board staging code to enable lcdc0. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Thanks Geert, As Greg has now

Re: [PATCH v2 0/7] staging: board: armadillo800eva: Board staging for sh_mobile_lcdc_fb

2015-06-17 Thread Simon Horman
ging board code earlier > staging: board: Add support for translating hwirq to virq numbers > staging: board: kzm9d: Translate hwirq numbers to virq numbers > staging: board: Add support for devices with complex dependencies > staging: board: armadillo800eva: Board staging for sh_m

Re: [PATCH v2 0/7] staging: board: armadillo800eva: Board staging for sh_mobile_lcdc_fb

2015-06-17 Thread Simon Horman
for sh_mobile_lcdc_fb Feel free to add: Acked-by: Simon Horman horms+rene...@verge.net.au to the above. ARM: shmobile: armadillo800eva dts: Add pinctrl and gpio-hog for lcdc0 arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 13 +++ drivers/staging/board/Kconfig | 1 - drivers

Re: [PATCH trivial] pinctrl: Spelling s/reseved/reserved/

2015-05-21 Thread Simon Horman
On Thu, May 21, 2015 at 02:05:10PM +0200, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH trivial] pinctrl: Spelling s/reseved/reserved/

2015-05-21 Thread Simon Horman
On Thu, May 21, 2015 at 02:05:10PM +0200, Geert Uytterhoeven wrote: Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Reviewed-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

Re: [PATCH] phy: rcar-gen2: Add support for R-Car E2

2015-05-18 Thread Simon Horman
On Mon, May 18, 2015 at 11:44:50AM +0200, Geert Uytterhoeven wrote: > On Mon, May 18, 2015 at 11:33 AM, Yoshihiro Shimoda > wrote: > > This patch adds a compatible string to support for R-Car E2. > > > > Signed-off-by: Yoshihiro Shimoda > > Acked-by: Geert Uytterh

Re: [PATCH] phy: rcar-gen2: Add support for R-Car E2

2015-05-18 Thread Simon Horman
Acked-by: Geert Uytterhoeven geert+rene...@glider.be Acked-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

Re: [PATCH 3.12 137/142] mmc: sh_mmcif: Fix timeout value for command request

2015-05-17 Thread Simon Horman
On Sat, May 16, 2015 at 01:23:20PM +0200, Jiri Slaby wrote: > On 05/16/2015, 01:05 PM, Albino Biasutti Neto wrote: > > 2015-05-16 4:38 GMT-03:00 Jiri Slaby : > >> commit bad4371d87d1d1ed1aecd9c9cc21c41ac3f289c8 upstream. > >> > >> f9fd54f22e ("mmc: sh_mmcif: Use msecs_to_jiffies() for

Re: [PATCH 3.12 137/142] mmc: sh_mmcif: Fix timeout value for command request

2015-05-17 Thread Simon Horman
On Sat, May 16, 2015 at 01:23:20PM +0200, Jiri Slaby wrote: On 05/16/2015, 01:05 PM, Albino Biasutti Neto wrote: 2015-05-16 4:38 GMT-03:00 Jiri Slaby jsl...@suse.cz: commit bad4371d87d1d1ed1aecd9c9cc21c41ac3f289c8 upstream. f9fd54f22e (mmc: sh_mmcif: Use msecs_to_jiffies() for

Re: Possible regression due to "hrtimer: Get rid of hrtimer softirq"

2015-05-07 Thread Simon Horman
Hi Thomas, On Thu, May 07, 2015 at 02:35:59PM +0200, Thomas Gleixner wrote: > On Thu, 7 May 2015, Simon Horman wrote: > > [ cut here ] > > kernel BUG at kernel/irq_work.c:135! > > BUG_ON(!irqs_disabled()); > > So something enables inte

Possible regression due to "hrtimer: Get rid of hrtimer softirq"

2015-05-07 Thread Simon Horman
Hi, I have observed what appears to be a regression while testing next-20150507 which seems to be caused by c6eb3f70d4482 ("hrtimer: Get rid of hrtimer softirq"). The problem manifests on the Koelsch board which is based on the Renesas ARM r8a7791 SoC as per the boot log below which was obtained

Possible regression due to hrtimer: Get rid of hrtimer softirq

2015-05-07 Thread Simon Horman
Hi, I have observed what appears to be a regression while testing next-20150507 which seems to be caused by c6eb3f70d4482 (hrtimer: Get rid of hrtimer softirq). The problem manifests on the Koelsch board which is based on the Renesas ARM r8a7791 SoC as per the boot log below which was obtained

Re: Possible regression due to hrtimer: Get rid of hrtimer softirq

2015-05-07 Thread Simon Horman
Hi Thomas, On Thu, May 07, 2015 at 02:35:59PM +0200, Thomas Gleixner wrote: On Thu, 7 May 2015, Simon Horman wrote: [ cut here ] kernel BUG at kernel/irq_work.c:135! BUG_ON(!irqs_disabled()); So something enables interrupts in the periodic tick handling

Re: [PATCH 09/19] clk: emev2: Silence sparse warnings

2015-05-06 Thread Simon Horman
On Wed, May 06, 2015 at 10:17:24PM -0700, Stephen Boyd wrote: > On 05/07, Simon Horman wrote: > > On Wed, May 06, 2015 at 12:39:46AM -0700, Stephen Boyd wrote: > > > drivers/clk/shmobile/clk-emev2.c:37:14: warning: symbol 'smu_base' was > > > not declared. Should it

Re: [PATCH 09/19] clk: emev2: Silence sparse warnings

2015-05-06 Thread Simon Horman
On Wed, May 06, 2015 at 12:39:46AM -0700, Stephen Boyd wrote: > drivers/clk/shmobile/clk-emev2.c:37:14: warning: symbol 'smu_base' was not > declared. Should it be static? > > Cc: Takashi Yoshii > Cc: Magnus Damm > Cc: Simon Horman > Signed-off-by: Stephen Boyd A

Re: [PATCH 09/19] clk: emev2: Silence sparse warnings

2015-05-06 Thread Simon Horman
On Wed, May 06, 2015 at 12:39:46AM -0700, Stephen Boyd wrote: drivers/clk/shmobile/clk-emev2.c:37:14: warning: symbol 'smu_base' was not declared. Should it be static? Cc: Takashi Yoshii takas...@ops.dti.ne.jp Cc: Magnus Damm d...@opensource.se Cc: Simon Horman horms+rene...@verge.net.au

Re: [PATCH 09/19] clk: emev2: Silence sparse warnings

2015-05-06 Thread Simon Horman
On Wed, May 06, 2015 at 10:17:24PM -0700, Stephen Boyd wrote: On 05/07, Simon Horman wrote: On Wed, May 06, 2015 at 12:39:46AM -0700, Stephen Boyd wrote: drivers/clk/shmobile/clk-emev2.c:37:14: warning: symbol 'smu_base' was not declared. Should it be static? Cc: Takashi Yoshii

Re: [PATCH] irqchip: irqc: Remove platform data support

2015-04-29 Thread Simon Horman
atically. > > Drop the platform data declaration and all related support code. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman > --- > drivers/irqchip/irq-renesas-irqc.c | 17 +--- > include/linux/platform_data/irq-renesas-irqc.h | 27

[PATCH 3/3] drivers: sh: Remove test for now unsupported sh7372

2015-04-29 Thread Simon Horman
From: Geert Uytterhoeven Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- drivers/sh/pm_runtime.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/sh/pm_runtime.c b/drivers/sh/pm_runtime.c index 89b7785de1fc..fe8875f0d7be 100644 --- a/drivers/sh

[PATCH 1/3] drivers: sh: Disable PM runtime for multi-platform sh73a0 with genpd

2015-04-29 Thread Simon Horman
runtime management of the module clocks. The default PM domain is still needed for: - platforms without genpd support, - the legacy (non-DT) case, where genpd may take over later, except for the C5 "always on" PM domain. Signed-off-by: Geert Uytterhoeven Signed-off-by: Si

[PATCH 2/3] drivers: sh: Disable PM runtime for multi-platform r8a73a4 with genpd

2015-04-29 Thread Simon Horman
runtime management of the module clocks. The default PM domain is still needed for: - platforms without genpd support, - the legacy (non-DT) case, where genpd may take over later, except for the C5 "always on" PM domain. Signed-off-by: Geert Uytterhoeven Signed-off-by: Si

[GIT PULL] SH Drivers Updates for v4.1

2015-04-29 Thread Simon Horman
Hi Linus, Please consider these SH drivers updates for v4.1. I am sending this change after v4.1-rc1 has been released as it depends on SoC changes which are present in that rc release. The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031: Linux 4.1-rc1 (2015-04-26

Re: [PATCH] irqchip: irqc: Remove platform data support

2015-04-29 Thread Simon Horman
the platform data declaration and all related support code. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Reviewed-by: Simon Horman horms+rene...@verge.net.au --- drivers/irqchip/irq-renesas-irqc.c | 17 +--- include/linux/platform_data/irq-renesas-irqc.h | 27

[GIT PULL] SH Drivers Updates for v4.1

2015-04-29 Thread Simon Horman
Hi Linus, Please consider these SH drivers updates for v4.1. I am sending this change after v4.1-rc1 has been released as it depends on SoC changes which are present in that rc release. The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031: Linux 4.1-rc1 (2015-04-26

[PATCH 3/3] drivers: sh: Remove test for now unsupported sh7372

2015-04-29 Thread Simon Horman
From: Geert Uytterhoeven geert+rene...@glider.be Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Signed-off-by: Simon Horman horms+rene...@verge.net.au --- drivers/sh/pm_runtime.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/sh/pm_runtime.c b/drivers/sh

[PATCH 2/3] drivers: sh: Disable PM runtime for multi-platform r8a73a4 with genpd

2015-04-29 Thread Simon Horman
...@glider.be Signed-off-by: Simon Horman horms+rene...@verge.net.au --- drivers/sh/pm_runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/sh/pm_runtime.c b/drivers/sh/pm_runtime.c index 6b16a67ba618..89b7785de1fc 100644 --- a/drivers/sh/pm_runtime.c +++ b/drivers/sh

[PATCH 1/3] drivers: sh: Disable PM runtime for multi-platform sh73a0 with genpd

2015-04-29 Thread Simon Horman
...@glider.be Signed-off-by: Simon Horman horms+rene...@verge.net.au --- drivers/sh/pm_runtime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/sh/pm_runtime.c b/drivers/sh/pm_runtime.c index cd4c293f0dd0..6b16a67ba618 100644 --- a/drivers/sh/pm_runtime.c +++ b/drivers/sh

Re: [PATCH v2] irqchip: renesas-intc-irqpin: Improve binding documentation

2015-04-27 Thread Simon Horman
nal clock (managed since commit 705bc96c2c15313c ("irqchip: > renesas-intc-irqpin: Add minimal runtime PM support")), > - power-domains. > > Add an example, taken from r8a7740.dtsi. > > Signed-off-by: Geert Uytterhoeven Acked-by: Simon Horman -- To unsubscribe fr

Re: [PATCH 0/7] ARM: shmobile: Add IRQC clock to device tree

2015-04-27 Thread Simon Horman
On Mon, Apr 27, 2015 at 04:15:14PM +0200, Geert Uytterhoeven wrote: > Hi Simon, > > On Thu, Mar 19, 2015 at 2:43 AM, Simon Horman wrote: > > On Wed, Mar 18, 2015 at 07:55:54PM +0100, Geert Uytterhoeven wrote: > >> This patch series adds the IRQC clock to the device tre

Re: [PATCH 0/7] ARM: shmobile: Add IRQC clock to device tree

2015-04-27 Thread Simon Horman
On Mon, Apr 27, 2015 at 04:15:14PM +0200, Geert Uytterhoeven wrote: Hi Simon, On Thu, Mar 19, 2015 at 2:43 AM, Simon Horman ho...@verge.net.au wrote: On Wed, Mar 18, 2015 at 07:55:54PM +0100, Geert Uytterhoeven wrote: This patch series adds the IRQC clock to the device tree on SoCs

Re: [PATCH v2] irqchip: renesas-intc-irqpin: Improve binding documentation

2015-04-27 Thread Simon Horman
commit 705bc96c2c15313c (irqchip: renesas-intc-irqpin: Add minimal runtime PM support)), - power-domains. Add an example, taken from r8a7740.dtsi. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Acked-by: Simon Horman horms+rene...@verge.net.au -- To unsubscribe from

Re: [PATCH v4] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable

2015-04-07 Thread Simon Horman
l, denying > > the hotplug of a CPU. This shouldn't be any worse than x86 where > > we may indicate that all CPUs are hotpluggable but occasionally > > we can't offline a CPU due to check_irq_vectors_for_cpu_disable() > > failing to find a CPU to move vectors to. > > &g

Re: [PATCH 1/6] Revert "staging: board: disable as it breaks the build"

2015-04-07 Thread Simon Horman
On Tue, Apr 07, 2015 at 03:16:54PM +0200, Geert Uytterhoeven wrote: > On Mon, Apr 6, 2015 at 2:40 AM, Simon Horman wrote: > > On Fri, Apr 03, 2015 at 02:41:58PM +0200, Geert Uytterhoeven wrote: > >> This reverts commit d13778d537a0ed6115d2a79a942af999cfb8eec6. > >> &

Re: [PATCH 1/6] Revert staging: board: disable as it breaks the build

2015-04-07 Thread Simon Horman
On Tue, Apr 07, 2015 at 03:16:54PM +0200, Geert Uytterhoeven wrote: On Mon, Apr 6, 2015 at 2:40 AM, Simon Horman ho...@verge.net.au wrote: On Fri, Apr 03, 2015 at 02:41:58PM +0200, Geert Uytterhoeven wrote: This reverts commit d13778d537a0ed6115d2a79a942af999cfb8eec6. Commit

Re: [PATCH v4] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable

2015-04-07 Thread Simon Horman
but occasionally we can't offline a CPU due to check_irq_vectors_for_cpu_disable() failing to find a CPU to move vectors to. Cc: Mark Rutland mark.rutl...@arm.com Cc: Nicolas Pitre n...@linaro.org Cc: Dave Martin dave.mar...@arm.com Cc: Simon Horman ho...@verge.net.au Cc: Magnus Damm

Re: [PATCH v2] ARM: kexec: Relax SMP validation to improve DT compatibility

2015-04-05 Thread Simon Horman
, improving DT compatibility. > > Signed-off-by: Geert Uytterhoeven > Acked-by: Stephen Warren Reviewed-by: Simon Horman > --- > v2: > - Add Acked-by. > --- > arch/arm/include/asm/smp_plat.h | 1 + > arch/arm/kernel/machine_kexec.c | 3 ++- > arch/arm/kernel/smp.c

<    5   6   7   8   9   10   11   12   13   14   >