[PATCH] fec fix: Use OF 'ethernet' device as a provider of dma ops.

2009-04-03 Thread Grzegorz Bernacki
drivers (like gianfar) do. Signed-off-by: Grzegorz Bernacki g...@semihalf.com --- This is fix for not working FEC. Mounting root filesystem via NFS ends up with: Kernel BUG at c021b788 [verbose debug info unavailable] Oops: Exception in kernel mode, sig: 5 [#1] mpc5200-simple-platform Modules linked

Re: [PATCH v2] Configure PSC4 and PSC5 as UART.

2009-02-19 Thread Grzegorz Bernacki
Hi Grant, Could you tell me when you are going to apply this patch and Defconfig for mpc5200 updates patch into your repository? Thanks, Grzesiek ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

[PATCH] Configure PSC4 and PSC5 as UART.

2009-02-13 Thread Grzegorz Bernacki
On digsy MTC PSC4 and PSC5 should be configured as UART, not PSC3 and PSC4. Signed-off-by: Grzegorz Bernacki g...@semihalf.com --- arch/powerpc/boot/dts/digsy_mtc.dts | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/powerpc/boot/dts/digsy_mtc.dts b

[PATCH] Defconfig for mpc5200 updates.

2009-02-09 Thread Grzegorz Bernacki
Add support for: - LXT phy - AT24 eeprom - RTC (DS1337) - MTD partitioning based on OF description Signed-off-by: Grzegorz Bernacki g...@semihalf.com --- arch/powerpc/configs/mpc5200_defconfig | 72 1 files changed, 64 insertions(+), 8 deletions(-) diff

Re: [PATCH] Add support for the digsy MTC board.

2009-02-03 Thread Grzegorz Bernacki
Grant Likely wrote: On Mon, Feb 2, 2009 at 4:58 PM, Wolfgang Denk w...@denx.de wrote: Dear Grzegorz Bernacki, In message 49872268.10...@semihalf.com you wrote: We also had this kind of problem - after feeding some nfs options it worked : rsize=8192,wsize=8192,soft,intr,tcp,nolock it seems

Re: [PATCH v2] Add support for the digsy MTC board.

2009-02-03 Thread Grzegorz Bernacki
Grant Likely wrote: Hey Grzegorz, I've pulled your patch into my -next tree, but I made a few changes first: - I dropped the defconfig changes because they conflict with the defconfig update that Ben just pulled from me - I updated the .dts file to reflect changes I was already making to

[PATCH v2] Add support for the digsy MTC board.

2009-02-02 Thread Grzegorz Bernacki
This is the InterControl custom device based on the MPC5200B chip. Signed-off-by: Grzegorz Bernacki g...@semihalf.com --- Version 2: - change name in DTS and remove unnecessary fields - use mpc5200_simple.c file instead of dedicated file for digsy_mtc - update mpc5200_defconfig: - add

Re: [PATCH] Add support for the digsy MTC board.

2009-02-02 Thread Grzegorz Bernacki
Andre Schwarz wrote: BTW, I noticed that there are some problems with mounting file system over NFS on Linux-2.6.29-rc3, I see following messages: ... [ 339.813807] nfs: server 192.168.1.1 not responding, still trying [ 339.832144] nfs: server 192.168.1.1 OK ... I haven't noticed in on

Re: [PATCH] Add support for the digsy MTC board.

2009-02-02 Thread Grzegorz Bernacki
Sean MacLennan wrote: On Mon, 02 Feb 2009 13:50:59 +0100 Grzegorz Bernacki g...@semihalf.com wrote: I would like to have support for following devices in defconfig for digsy: - LXT PHY - RTC DS1337 - EEPROM AT24 - MTD partitioning based on OF description I am seeing a problem where

Re: [PATCH] Add support for the digsy MTC board.

2009-02-02 Thread Grzegorz Bernacki
Grant Likely wrote: +/dts-v1/; + +/ { + model = mtc,digsy; + compatible = mtc,digsy; This should be something like: intercontrol,digsy-mtc. Compatible values should be in the form vendor,model. ok, I will change it + mpc5200_pic: interrupt-control...@500 {

[PATCH] Add support for the digsy MTC board.

2009-01-30 Thread Grzegorz Bernacki
This is the InterControl custom device based on the MPC5200B chip. Signed-off-by: Grzegorz Bernacki g...@semihalf.com diff --git a/arch/powerpc/boot/dts/digsy_mtc.dts b/arch/powerpc/boot/dts/digsy_mtc.dts new file mode 100644 index 000..a92a6b7 --- /dev/null +++ b/arch/powerpc/boot/dts