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

2009-02-03 Thread Andre Schwarz
Grant Likely wrote: On Mon, Feb 2, 2009 at 4:58 PM, Wolfgang Denk 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 s

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

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

2009-02-02 Thread Grant Likely
On Mon, Feb 2, 2009 at 4:58 PM, Wolfgang Denk 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 that

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

2009-02-02 Thread Wolfgang Denk
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 that it helps. Can you please find out which of these changes is t

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

2009-02-02 Thread Sean MacLennan
On Mon, 02 Feb 2009 17:44:36 +0100 "Grzegorz Bernacki" wrote: > I enabled CONFIG_EEPROM_LEGACY in my defconfig and I can see eeprom > detected in dmesg and I can also read/write to it via file > /sys/bus/i2c/devices/0-0050/eeprom. Thanks for trying that! Now I need to see what I am doing diffe

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" 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 wher

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 ha

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

2009-02-02 Thread Andre Schwarz
Grzegorz Bernacki wrote: 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 ",". ok, I will change it + mpc52

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

2009-02-02 Thread Sean MacLennan
On Mon, 02 Feb 2009 13:50:59 +0100 "Grzegorz Bernacki" 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 if I enable CONFIG_EEPROM_LEGACY and C

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

2009-02-02 Thread Grant Likely
On Mon, Feb 2, 2009 at 5:50 AM, Grzegorz Bernacki wrote: > Grant Likely wrote: >>> diff --git a/arch/powerpc/configs/52xx/digsy_mtc_defconfig >>> b/arch/powerpc/configs/52xx/digsy_mtc_defconfig >>> new file mode 100644 >>> index 000..ad70d5b >>> --- /dev/null >>> +++ b/arch/powerpc/configs/52

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 ",". > ok, I will change it >> + mpc5200_pic: interrupt-cont

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

2009-01-30 Thread Grant Likely
On Fri, Jan 30, 2009 at 8:33 AM, Grzegorz Bernacki wrote: > This is the InterControl custom device based on the MPC5200B chip. > > Signed-off-by: Grzegorz Bernacki Hi Grzogorz, Thanks for the patch. Comments below. g. > > diff --git a/arch/powerpc/boot/dts/digsy_mtc.dts > b/arch/powerpc/boo

[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 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/digsy_mtc.dts @@ -0,0