RE: [PATCH] powerpc/83xx: update kmeter1 defconfig and dts

2022-09-19 Thread Holger Brunck
> > Le 16/12/2019 à 10:50, Holger Brunck a écrit : > >> From: Matteo Ghidoni > >> > >> The defconfig is synchronized and the missing MTD_PHYSMAP, > DEVTMPFS > >> and I2C MUX support are switched on. > >> > >> Additionally the I2C mu

[PATCH] powerpc/83xx: update kmeter1 defconfig and dts

2019-12-16 Thread Holger Brunck
-by: Holger Brunck CC: Heiko Schocher CC: Michael Ellerman --- arch/powerpc/boot/dts/kmeter1.dts | 40 - arch/powerpc/configs/83xx/kmeter1_defconfig | 20 +-- 2 files changed, 51 insertions(+), 9 deletions(-) diff --git a/arch/powerpc/boot/dts

Re: debug problems on ppc 83xx target due to changed struct task_struct

2016-08-19 Thread Holger Brunck
On 19/08/16 15:44, Christophe Leroy wrote: >>> >>> I just tried it on an 885 and on an 8323, it work properly on both targets. >>> >>> You can see below the Debug Option that are active on my 8323 target. >>> >> >> >> thanks for trying it. >> >> Could you completely disable FTRACE? As it also works

Re: debug problems on ppc 83xx target due to changed struct task_struct

2016-08-19 Thread Holger Brunck
On 19/08/16 13:03, Christophe Leroy wrote: > > > Le 17/08/2016 à 17:27, Holger Brunck a écrit : >> On 16/08/16 19:27, christophe leroy wrote: >>> >>> >>> Le 15/08/2016 à 18:19, Dave Hansen a écrit : >>>> On 08/15/2016 07:35 AM, Holger Brunck

Re: debug problems on ppc 83xx target due to changed struct task_struct

2016-08-17 Thread Holger Brunck
On 16/08/16 19:27, christophe leroy wrote: > > > Le 15/08/2016 à 18:19, Dave Hansen a écrit : >> On 08/15/2016 07:35 AM, Holger Brunck wrote: >>> I tried this but unfortunately the error only occurs while remote debugging. >>> Locally with gdb everything works f

Re: debug problems on ppc 83xx target due to changed struct task_struct

2016-08-17 Thread Holger Brunck
ce condition in rare cases when I trigger the error, while most of the time the kernel continues and the threads are in a state which are confusing the gdbserver. All these test are done with a simple C program which runs three threads in a while loop. Best regards Holger Brunck

Re: debug problems on ppc 83xx target due to changed struct task_struct

2016-08-17 Thread Holger Brunck
On 15/08/16 18:19, Dave Hansen wrote: > On 08/15/2016 07:35 AM, Holger Brunck wrote: >> I tried this but unfortunately the error only occurs while remote debugging. >> Locally with gdb everything works fine. BTW we double-checked with a 85xx ppc >> target which is also 32-bi

Re: debug problems on ppc 83xx target due to changed struct task_struct

2016-08-15 Thread Holger Brunck
On 12/08/16 18:09, Dave Hansen wrote: > On 08/12/2016 08:47 AM, Holger Brunck wrote: >> On 12/08/16 17:14, Dave Hansen wrote: >>> On 08/12/2016 07:50 AM, Holger Brunck wrote: >>>> When I try to debug our multithreaded userspace application with gdb I get >>>

Re: debug problems on ppc 83xx target due to changed struct task_struct

2016-08-12 Thread Holger Brunck
Thanks for the quick answer! On 12/08/16 17:14, Dave Hansen wrote: > On 08/12/2016 07:50 AM, Holger Brunck wrote: >> When I try to debug our multithreaded userspace application with gdb I get >> stuck when trying to single step code. > > Can you clarify "stuck"

debug problems on ppc 83xx target due to changed struct task_struct

2016-08-12 Thread Holger Brunck
es anyone have an idea why the change in sched.h break my debug usecase? Anyone out here who is debugging ppc83xx targets flawlessly with a recent kernel? Any help is apreciated. Best regards Holger Brunck

[PATCH 3/5] powerpc/83xx: refactor mpc8360e quirk for kmeter1

2012-12-07 Thread Holger Brunck
From: Gerlando Falauto Move the code for this quirk to a dedicated function. Signed-off-by: Gerlando Falauto Signed-off-by: Holger Brunck cc: Kumar Gala --- arch/powerpc/platforms/83xx/km83xx.c | 149 + 1 files changed, 77 insertions(+), 72 deletions

[PATCH 4/5] powerpc/83xx: apply mpc8360e quirk for kmeter1 only when par_io is present

2012-12-07 Thread Holger Brunck
From: Gerlando Falauto There is no point in applying this quirk when par_io is not present. Signed-off-by: Gerlando Falauto Signed-off-by: Holger Brunck cc: Kumar Gala --- arch/powerpc/platforms/83xx/km83xx.c | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git

[PATCH 5/5] powerpc/83xx: update kmeter1_defconfig

2012-12-07 Thread Holger Brunck
Synchronize this defconfig with latest kernel version. Signed-off-by: Holger Brunck cc: Kumar Gala --- arch/powerpc/configs/83xx/kmeter1_defconfig |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/configs/83xx/kmeter1_defconfig b/arch/powerpc/configs

[PATCH 2/5] powerpc/83xx: fix checkpatch warnings for km83xx.c

2012-12-07 Thread Holger Brunck
Signed-off-by: Holger Brunck cc: Kumar Gala --- arch/powerpc/platforms/83xx/km83xx.c | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/arch/powerpc/platforms/83xx/km83xx.c b/arch/powerpc/platforms/83xx/km83xx.c index 89923d7..cb6460c 100644 --- a/arch/powerpc

[PATCH 1/5] powerpc/82xx: fix checkpatch warnings for km82xx.c

2012-12-07 Thread Holger Brunck
Signed-off-by: Holger Brunck cc: Kumar Gala --- arch/powerpc/platforms/82xx/km82xx.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/platforms/82xx/km82xx.c b/arch/powerpc/platforms/82xx/km82xx.c index cf964e1..058cc18 100644 --- a/arch/powerpc

[PATCH 3/4] powerpc/83xx: update defconfig for kmeter1

2012-05-08 Thread Holger Brunck
Switch on UBIFS, HOTPLUG and TIPC and update the config to the latest kernel version. Signed-off-by: Holger Brunck cc: Heiko Schocher cc: Kumar Gala --- arch/powerpc/configs/83xx/kmeter1_defconfig | 22 -- 1 files changed, 8 insertions(+), 14 deletions(-) diff --git a

[PATCH 2/4] powerpc/83xx: fix RGMII AC values workaround for km83xx

2012-05-08 Thread Holger Brunck
-by: Christian Herzig Signed-off-by: Holger Brunck cc: Heiko Schocher cc: Kumar Gala --- arch/powerpc/platforms/83xx/km83xx.c | 98 +++--- 1 files changed, 66 insertions(+), 32 deletions(-) diff --git a/arch/powerpc/platforms/83xx/km83xx.c b/arch/powerpc/platforms

[PATCH 4/4] powerpc/82xx: add SPI support for mgcoge

2012-05-08 Thread Holger Brunck
Add spi support for mgcoge into the platform code and the dts file. Additionaly SPIDEV is switched on in the defconfig and the updates for the newer kernel version are committed. The SPI interface is used to drive the Maxim DS3106 clock chip. Signed-off-by: Holger Brunck cc: Heiko Schocher cc

[PATCH 1/4] powerpc/83xx: use for_each_node_by_name for km83xx.c

2012-05-08 Thread Holger Brunck
Signed-off-by: Holger Brunck cc: Heiko Schocher cc: Kumar Gala --- arch/powerpc/platforms/83xx/km83xx.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/platforms/83xx/km83xx.c b/arch/powerpc/platforms/83xx/km83xx.c index a266ba8..e827c6c 100644 --- a

[PATCH] powerpc/82xx: updates for mgcoge

2011-09-27 Thread Holger Brunck
Add: - Setup dts node for USB - pin description and setup for SMC1 (serial interface) Update and cleanup mgcoge_defconfig: - enable: TIPC, UBIFS, USB_GADGET driver, SQUASHFS, HIGHRES timers POSIX_MQUEUE, EMBEDDED - disable: EXT3, PPC_PMAC Signed-off-by: Holger Brunck Acked-by: Heiko

Re: [PATCH] spi/fsl_spi: fix CPM spi driver

2011-07-05 Thread Holger Brunck
Hi Grant, is this patch in your eyes ok to be scheduled for the next linux merge window or is something missing? Or should it go through the powerpc tree and not through your spi tree? Please let me know your opinion. Best regards Holger Brunck On 06/20/2011 06:31 PM, Holger Brunck wrote

[PATCH] spi/fsl_spi: fix CPM spi driver

2011-06-20 Thread Holger Brunck
with error -12 Now the driver uses of_iomap to get access to this area similar to i2c driver driver in the i2c-cpm.c which has a similar device tree node. This is tested on a MPC8247 with CPM2. Signed-off-by: Holger Brunck cc: Grant Likely cc: spi-devel-gene...@lists.sourceforge.net --- This wa

[PATCH] ppc, 83xx: rename and update kmeter1

2011-03-10 Thread Holger Brunck
- add gpio controller for qe_pio_c in dts Signed-off-by: Holger Brunck Acked-by: Heiko Schocher CC: Benjamin Herrenschmidt CC: Kumar Gala CC: Heiko Schocher --- arch/powerpc/boot/dts/kmeter1.dts | 69 +++- arch/powerpc/configs/83xx/kmeter1_defconfig

[PATCH] ppc, 82xx: rename and update mgcoge board support

2011-03-10 Thread Holger Brunck
- update defconfig - add pin description for SCC1 - add pin description and configuration for USB Signed-off-by: Holger Brunck Acked-by: Heiko Schocher CC: Benjamin Herrenschmidt CC: Kumar Gala CC: Heiko Schocher --- arch/powerpc/boot/dts/mgcoge.dts | 47

[PATCH] ppc, 8xx: remove obsolete mgsuvd board

2011-01-13 Thread Holger Brunck
The MPC852 based mgsuvd board from Keymile was initially ported, but later on not developed further. This patch removes the respective files to decrease merging conflicts and unneeded maintenance. Signed-off-by: Holger Brunck Acked-by: Heiko Schocher Cc: Vitaly Bordug Cc: Marcelo Tosatti

Re: powerpc, fs_enet: scanning PHY after Linux is up

2010-10-11 Thread Holger brunck
Hi Grant, On 10/08/2010 07:06 PM, Grant Likely wrote: > On Fri, Oct 08, 2010 at 10:50:50AM +0200, Holger brunck wrote: >>> On Wed, Oct 6, 2010 at 3:53 AM, Heiko Schocher wrote: >> >>>> Wouldn;t it be good, just if we need a PHY (on calling fs_enet_open

Re: powerpc, fs_enet: scanning PHY after Linux is up

2010-10-08 Thread Holger brunck
r a bus that uses that node. > you say that you don't like the approach to probe the phy again in fs_enet_open, but currently I don't understand what would be the alternate trigger point to rescan the mdio bus? I made a first patch to enhance the phy_device structure and rescan the mdi

[PATCH] i2c: adapt i2c_ram struct according to MPC8272 manual

2010-07-23 Thread Holger brunck
Additionaly to the MPC8260, the MPC8272 I2C PRAM memory map has an additional entry for the SDMATMP (word). This patch adds this at offset 0x34 to the i2c_ram struct. Signed-off-by: Holger Brunck --- drivers/i2c/busses/i2c-cpm.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff