[PATCH v2] reset-socfpga: Fix nr_resets property

2017-02-15 Thread Rojhalat Ibrahim
for calculating the register addresses as before and increases NR_BANKS to 8 for useable reset IDs up to 255. Signed-off-by: Rojhalat Ibrahim --- v2: change NR_BANKS to 8 reset-socfpga.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/reset/reset

[PATCH] reset-socfpga: Fix nr_resets property

2017-02-15 Thread Rojhalat Ibrahim
for calculating the register addresses as before and increases NR_BANKS to 6 for useable reset IDs up to 191. Signed-off-by: Rojhalat Ibrahim --- reset-socfpga.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/reset/reset-socfpga.c b/drivers/reset/reset

Re: [PATCH v2 4/4] leds: no longer use unnamed gpios

2015-01-22 Thread Rojhalat Ibrahim
On Wednesday 21 January 2015 22:33:48 Olliver Schinagl wrote: > From: Olliver Schinagl > > The gpio document says we should not use unnamed bindings for gpios. > This patch uses the 'led-' prefix to the gpios and updates code and > documents. Because the devm_get_gpiod_from_child() falls back to

[PATCH v3] powerpc/pci: Fix setup of Freescale PCI / PCIe controllers

2013-06-17 Thread Rojhalat Ibrahim
. fsl_indirect_read_config is now only used for booke/86xx PCIe controllers. Reported-by: Michael Guntsche Cc: Scott Wood Signed-off-by: Rojhalat Ibrahim --- v3: Fix compile error arch/powerpc/sysdev/fsl_pci.c | 24 +--- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/arch

Re: Regression in RCU subsystem in latest mainline kernel

2013-06-17 Thread Rojhalat Ibrahim
On Friday 14 June 2013 22:17:34 Steven Rostedt wrote: > On Sat, 2013-06-15 at 12:02 +1000, Benjamin Herrenschmidt wrote: > > On Fri, 2013-06-14 at 17:06 -0400, Steven Rostedt wrote: > > > I was pretty much able to reproduce this on my PA Semi PPC box. Funny > > > thing is, when I type on the consol

Re: [PATCH v2] powerpc/pci: Fix setup of Freescale PCI / PCIe controllers

2013-06-17 Thread Rojhalat Ibrahim
On Friday 14 June 2013 15:18:03 Scott Wood wrote: > On 06/14/2013 04:05:34 AM, Rojhalat Ibrahim wrote: > > Commit 50d8f87d2b3 (powerpc/fsl-pci Make PCIe hotplug work with > > Freescale > > PCIe controllers) does not handle non-PCIe controllers properly, > > which causes

Re: Regression in RCU subsystem in latest mainline kernel

2013-06-14 Thread Rojhalat Ibrahim
On Friday 14 June 2013 05:28:00 Paul E. McKenney wrote: > On Fri, Jun 14, 2013 at 01:47:00PM +0200, Rojhalat Ibrahim wrote: > > Hi, > > > > the current mainline kernel from git reproducibly hangs on my Freescale > > PowerPC P5020DS development system. Most of the time

Regression in RCU subsystem in latest mainline kernel

2013-06-14 Thread Rojhalat Ibrahim
Hi, the current mainline kernel from git reproducibly hangs on my Freescale PowerPC P5020DS development system. Most of the time the hang occurs during boot (kernel just stops booting, system hangs), sometimes shortly after booting (system hangs, no message). Very often booting stops at the in

[PATCH v2] powerpc/pci: Fix setup of Freescale PCI / PCIe controllers

2013-06-14 Thread Rojhalat Ibrahim
. fsl_indirect_read_config is now only used for booke/86xx PCIe controllers. Reported-by: Michael Guntsche Cc: Scott Wood Signed-off-by: Rojhalat Ibrahim --- v2: Make it more consistent. arch/powerpc/sysdev/fsl_pci.c | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/arch

Re: [BUG] PCI related panic on powerpc based board with 3.10-rcX

2013-06-14 Thread Rojhalat Ibrahim
On Thursday 13 June 2013 11:49:17 Scott Wood wrote: > On 06/13/2013 02:21:24 AM, Rojhalat Ibrahim wrote: > > On Wednesday 12 June 2013 16:50:26 Scott Wood wrote: > > > On 06/12/2013 03:19:30 AM, Rojhalat Ibrahim wrote: > > > > On Tuesday 11 June 2013 12:28:59 Scot

[PATCH] powerpc/pci: Fix setup of Freescale PCI / PCIe controllers

2013-06-13 Thread Rojhalat Ibrahim
devices a check is added to differentiate between PCI and PCIe controllers. Reported-by: Michael Guntsche Cc: Scott Wood Signed-off-by: Rojhalat Ibrahim --- arch/powerpc/sysdev/fsl_pci.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/arch/powerpc/sysdev

Re: [BUG] PCI related panic on powerpc based board with 3.10-rcX

2013-06-13 Thread Rojhalat Ibrahim
On Wednesday 12 June 2013 16:50:26 Scott Wood wrote: > On 06/12/2013 03:19:30 AM, Rojhalat Ibrahim wrote: > > On Tuesday 11 June 2013 12:28:59 Scott Wood wrote: > > > Yes, I figured it was non-PCIe because the code change that you said > > > helped was on the non

Re: [BUG] PCI related panic on powerpc based board with 3.10-rcX

2013-06-12 Thread Rojhalat Ibrahim
On Tuesday 11 June 2013 12:28:59 Scott Wood wrote: > On 06/11/2013 12:09:42 PM, Michael Guntsche wrote: > > On Tue, Jun 11, 2013 at 7:00 PM, Scott Wood > > > > wrote: > > > On 06/11/2013 02:24:28 AM, Rojhalat Ibrahim wrote: > > >> On Monday 10 June 2013

Re: [BUG] PCI related panic on powerpc based board with 3.10-rcX

2013-06-11 Thread Rojhalat Ibrahim
On Monday 10 June 2013 17:52:33 Scott Wood wrote: > On 06/10/2013 12:07:43 PM, Michael Guntsche wrote: > > Good evening, > > > > On Mon, Jun 10, 2013 at 1:41 PM, Rojhalat Ibrahim > > > > wrote: > > > Hi Mike, > > > > > > could you ple

Re: [BUG] PCI related panic on powerpc based board with 3.10-rcX

2013-06-10 Thread Rojhalat Ibrahim
Hi Mike, could you please try this patch: https://lists.ozlabs.org/pipermail/linuxppc-dev/2013-May/106624.html http://patchwork.ozlabs.org/patch/244515/ Rojhalat On Saturday 08 June 2013 21:39:37 Michael Guntsche wrote: > After bisecting I found the responsible commit. > > 50d8f87d2b3: powe