Re: [PATCH] Support for DS75 thermal sensor

2008-07-17 Thread Wolfgang Grandegger
Grant Likely wrote: On Thu, Jul 17, 2008 at 09:31:24AM +0200, Wolfgang Grandegger wrote: Jean Delvare wrote: On Wed, 16 Jul 2008 10:18:26 -0400, Jon Smirl wrote: I've found this thread now. Why can't we totally remove probing from i2c-mpc? These are embedded systems, not open boxes

[PATCH] i2c-mpc: suppress I2C device probing

2008-07-17 Thread Wolfgang Grandegger
This patch suppresses I2C device probing by clearing the class field of the "struct i2c_adapter" for the MPC I2C bus adapters. Some board configurations which rely on probing must be fixed up by adding a proper I2C device node to the DTS file, like the TQM85xx modules. Signed-off-by

Re: [PATCH] Support for DS75 thermal sensor

2008-07-17 Thread Wolfgang Grandegger
Jean Delvare wrote: On Wed, 16 Jul 2008 10:18:26 -0400, Jon Smirl wrote: On 7/16/08, Grant Likely <[EMAIL PROTECTED]> wrote: On Wed, Jul 16, 2008 at 12:10:59PM +0200, Jean Delvare wrote: > On Wed, 16 Jul 2008 11:50:15 +0200, Wolfgang Grandegger wrote: > > Jean Delvare wrote:

Re: [RFC] I2C: fsl-i2c: make device probing configurable via FDT

2008-07-16 Thread Wolfgang Grandegger
Grant Likely wrote: On Wed, Jul 16, 2008 at 12:47:25PM +0200, Wolfgang Grandegger wrote: Currently, the I2C buses are probed for HWMON I2C devices, which might not be acceptable in same cases. This patch makes device probing configurable through the property "probe" of the FDT I2C d

Re: [RFC] I2C: fsl-i2c: make device probing configurable via FDT

2008-07-16 Thread Wolfgang Grandegger
Jon Smirl wrote: On 7/16/08, Wolfgang Grandegger <[EMAIL PROTECTED]> wrote: Currently, the I2C buses are probed for HWMON I2C devices, which might not be acceptable in same cases. This patch makes device probing configurable through the property "probe" of the FDT I2C device

Re: [RFC] I2C: fsl-i2c: make device probing configurable via FDT

2008-07-16 Thread Wolfgang Grandegger
Jean Delvare wrote: Hi Wolfgang, On Wed, 16 Jul 2008 12:47:25 +0200, Wolfgang Grandegger wrote: Currently, the I2C buses are probed for HWMON I2C devices, which might not be acceptable in same cases. This patch makes device probing configurable through the property "probe" of t

[RFC] I2C: fsl-i2c: make device probing configurable via FDT

2008-07-16 Thread Wolfgang Grandegger
bject with Jean under the following thread: http://ozlabs.org/pipermail/linuxppc-dev/2008-July/060008.html Please comment. Thanks, Wolfgang. Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/fsl_soc.c |4 drivers/i2c/busses/i2c-mpc.c | 17 ++

Re: [PATCH] Support for DS75 thermal sensor

2008-07-16 Thread Wolfgang Grandegger
Jean Delvare wrote: On Wed, 16 Jul 2008 11:50:15 +0200, Wolfgang Grandegger wrote: Jean Delvare wrote: The problem is that at this point in time, only a couple hwmon drivers have been converted to new-style i2c. So, dropping the I2C_CLASS_HWMON would break most systems. I have a set of

Re: [PATCH] Support for DS75 thermal sensor

2008-07-16 Thread Wolfgang Grandegger
Hi Jean; Jean Delvare wrote: Hi Wolfgang, On Wed, 16 Jul 2008 11:12:50 +0200, Wolfgang Grandegger wrote: Jean Delvare wrote: For hwmon chips, probing only occurs if the i2c adapter accepts to be probed, by setting the I2C_CLASS_HWMON flag in i2c_adapter.class. If you do not want a given i2c

Re: [lm-sensors] [PATCH] Support for DS75 thermal sensor

2008-07-16 Thread Wolfgang Grandegger
Hi Jean, Jean Delvare wrote: Hi Wolfgang, On Fri, 11 Jul 2008 14:40:58 +0200, Wolfgang Grandegger wrote: Jean Delvare wrote: There's no "detection" involved for the new-style i2c devices. Presumably you are still using the old binding model, not taking benefit of the pa

Re: [PATCH] powerpc: add FHCI USB, FSL MCU, FSL UPM and GPIO LEDs bindings

2008-07-04 Thread Wolfgang Grandegger
Hi Anton, Anton Vorontsov wrote: This patch adds few bindings for the new drivers to be submitted through the appropriate maintainers. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- Segher, thanks for the comments on the previous version. Do you see any issues with this one or anything

[PATCH] [POWERPC] 52xx: add missing MSCAN FDT nodes for TQM52xx

2008-07-02 Thread Wolfgang Grandegger
This patch adds the still missing FDT nodes for the MSCAN devices for the TQM52xx modules. Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm5200.dts | 16 1 file changed, 16 insertions(+) Index: linux-2.6-galak/arch/powerpc/boot/dts/t

Re: [PATCH v3] [NAND] driver extension to support NAND on TQM85xx modules

2008-07-02 Thread Wolfgang Grandegger
Hello, I would like to ask for the status of the patch below and the related ones. Any chance to get them in for 2.6.27. TIA, Wolfgang. Wolfgang Grandegger wrote: This patch extends the FSL UPM NAND driver from Anton Vorontsov to support hardware which does not have the R/B pin of the NAND

Re: [PATCH] [POWERPC] 85xx: TQM8548: add missing support for RTC and LM75

2008-06-30 Thread Wolfgang Grandegger
Kumar Gala wrote: On Jun 26, 2008, at 9:13 AM, Wolfgang Grandegger wrote: Kumar Gala wrote: On Jun 26, 2008, at 8:15 AM, Wolfgang Grandegger wrote: It adds the missing RTC node to tqm8548.dts and enables support for I2C, DS1307 and LM75 in the default configuration. Signed-off-by: Wolfgang

Re: [PATCH] [POWERPC] 85xx: TQM8548: add missing support for RTC and LM75

2008-06-26 Thread Wolfgang Grandegger
Kumar Gala wrote: On Jun 26, 2008, at 8:15 AM, Wolfgang Grandegger wrote: It adds the missing RTC node to tqm8548.dts and enables support for I2C, DS1307 and LM75 in the default configuration. Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm85

[PATCH] [POWERPC] 85xx: TQM8548: add missing support for RTC and LM75

2008-06-26 Thread Wolfgang Grandegger
It adds the missing RTC node to tqm8548.dts and enables support for I2C, DS1307 and LM75 in the default configuration. Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm8548.dts |5 arch/powerpc/configs/85xx/tqm8548_defconfig

Re: [PATCH] booting-without-of: add more bindings for FSL UPM driver

2008-06-26 Thread Wolfgang Grandegger
binding accepted. Below is my revised patch introducing the proper "read-fetch-delay" for the sub-nodes of the FSL UPM nodes and documenting all other options as well. What do you think? Wolfgang. From: Wolfgang Grandegger <[EMAIL PROTECTED]> Subject: booting-without-of: add more bi

Re: [PATCH] booting-without-of: add more bindings for FSL UPM driver

2008-06-12 Thread Wolfgang Grandegger
Segher Boessenkool wrote: + - chip-delay : may specify a delay value in milliseconds. >>> >>> Delay for what? The binding should say. "chip-delay" is a bit >>> too generic name as well, it could be more descriptive perhaps. >> >> The chip-delay property defines an appropriate maximum de

Re: [PATCH] booting-without-of: add more bindings for FSL UPM driver

2008-06-09 Thread Wolfgang Grandegger
Segher Boessenkool wrote: >> + - chip-delay : may specify a delay value in milliseconds. > > Delay for what? The binding should say. "chip-delay" is a bit > too generic name as well, it could be more descriptive perhaps. The chip-delay property defines an appropriate maximum delay time (t

Re: [PATCH v2] [NAND] driver extension to support NAND on TQM85xx modules

2008-06-09 Thread Wolfgang Grandegger
Segher Boessenkool wrote: >> I see. I think I should then also post the bindings (update of >> booting-without-of.txt) separately. > > Yes please. They are much easier to review that way (and they > should be reviewed as a separate entity anyway). I just sent the patch "[PATCH] booting-without-o

[PATCH] booting-without-of: add more bindings for FSL UPM driver

2008-06-09 Thread Wolfgang Grandegger
sed on the following patches from Anton Vorontsov posted to this list some time ago: http://ozlabs.org/pipermail/linuxppc-dev/2008-May/056531.html http://ozlabs.org/pipermail/linuxppc-dev/2008-June/057244.html Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- Documentati

Re: [PATCH v2] [NAND] driver extension to support NAND on TQM85xx modules

2008-06-09 Thread Wolfgang Grandegger
David Woodhouse wrote: > On Thu, 2008-06-05 at 10:50 +0200, Wolfgang Grandegger wrote: >> [NAND] driver extension to support NAND on TQM85xx modules >> >> This patch extends the FSL UPM NAND driver from Anton Vorontsov to >> support NAND on the TQM85xx modules. Unfor

[PATCH v3] [NAND] driver extension to support NAND on TQM85xx modules

2008-06-09 Thread Wolfgang Grandegger
: http://ozlabs.org/pipermail/linuxppc-dev/2008-April/055587.html. http://ozlabs.org/pipermail/linuxppc-dev/2008-May/057158.html Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- drivers/mtd/nand/Kconfig |2 +- drivers/mtd/nand/fsl_upm.c | 17 + 2

Re: [PATCH v2] [NAND] driver extension to support NAND on TQM85xx modules

2008-06-08 Thread Wolfgang Grandegger
Anton Vorontsov wrote: > On Sat, Jun 07, 2008 at 09:01:41AM +0100, David Woodhouse wrote: >> On Thu, 2008-06-05 at 10:50 +0200, Wolfgang Grandegger wrote: >>> [NAND] driver extension to support NAND on TQM85xx modules >>> >>> This patch extends the FSL UPM

Re: [PATCH v2] [NAND] driver extension to support NAND on TQM85xx modules

2008-06-08 Thread Wolfgang Grandegger
David Woodhouse wrote: > On Thu, 2008-06-05 at 10:50 +0200, Wolfgang Grandegger wrote: >> [NAND] driver extension to support NAND on TQM85xx modules >> >> This patch extends the FSL UPM NAND driver from Anton Vorontsov to >> support NAND on the TQM85xx modules. Unfor

[PATCH v4 4/4] [POWERPC] 85xx: add local bus nodes for Flash and CAN to tqm8560.dts

2008-06-06 Thread Wolfgang Grandegger
This patch adds local bus nodes for Flash and CAN to the DTS file of the TQM8560 module (tqm8560.dts). Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm8560.dts | 65 ++ 1 file changed, 65 insertions(+) Index: lin

[PATCH v4 3/4] [POWERPC] 85xx: support for the TQM8548 module using the big Flash

2008-06-06 Thread Wolfgang Grandegger
Some TQM85xx boards could be equipped with up to 1 GiB (NOR) flash memory and therefore a modified memory map is required and setup by the board loader. This patch adds an appropriate DTS file. Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm8548-bigfla

[PATCH v4 2/4] [POWERPC] 85xx: add board support for the TQM8548 modules

2008-06-06 Thread Wolfgang Grandegger
This patch adds support for the TQM8548 modules from TQ-Components GmbH (http://www.tqc.de). Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/Makefile |1 arch/powerpc/boot/dts/tqm8548.dts | 365 + arch/powerpc/boot/w

[PATCH v4 1/4] [POWERPC] 85xx: correct vendor prefix in DTS files for TQM85xx modules

2008-06-06 Thread Wolfgang Grandegger
Like for the TQM5200, the vendor prefix "tqc," is now used for all TQM85xx modules from TQ-Components GmbH (http://www.tqc.de) in the corresponding DTS files. Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm8540.dts |4 ++-- arch/

[PATCH v4 0/4] [POWERPC] 85xx: Add suport for TQM8548 and some TQM85xx fixes

2008-06-06 Thread Wolfgang Grandegger
Hello, here is v4 of the patches adding suport for TQM8548 and fixing some TQM85xx issues. Hope that's the final patch now. Wolfgang. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH v2 1/4] [POWERPC] 85xx: add board support for the TQM8548 modules

2008-06-06 Thread Wolfgang Grandegger
David Gibson wrote: > On Thu, Jun 05, 2008 at 08:43:51AM -0500, Kumar Gala wrote: >> On Jun 5, 2008, at 4:05 AM, Wolfgang Grandegger wrote: > [snip] >>> + timebase-frequency = <0>; // from U-Boot >>> + bu

Re: [PATCH v3 1/4] [POWERPC] 85xx: correct vendor prefix in DTS files for TQM85xx modules

2008-06-06 Thread Wolfgang Grandegger
David Gibson wrote: > On Thu, Jun 05, 2008 at 07:10:22PM +0200, Wolfgang Grandegger wrote: >> Like for the TQM5200, the vendor prefix "tqc," is now used for all >> TQM85xx modules from TQ-Components GmbH (http://www.tqc.de) in the >> corresponding DTS files

Re: [PATCH v3 2/4] [POWERPC] 85xx: add board support for the TQM8548 modules

2008-06-06 Thread Wolfgang Grandegger
Kumar Gala wrote: > > On Jun 5, 2008, at 3:39 PM, Wolfgang Grandegger wrote: > >> Kumar Gala wrote: >>> >>>> === >>>> --- /dev/null >>>> +++ linux-2.6-galak

Re: [PATCH v3 2/4] [POWERPC] 85xx: add board support for the TQM8548 modules

2008-06-05 Thread Wolfgang Grandegger
Kumar Gala wrote: > >> === >> --- /dev/null >> +++ linux-2.6-galak/arch/powerpc/boot/dts/tqm8548.dts >> > >> +memory { >> +device_type = "memory"; >> +reg = <0x 0x2000>; >> +}; > > is memory fixed

Re: [PATCH v2 1/4] [POWERPC] 85xx: add board support for the TQM8548 modules

2008-06-05 Thread Wolfgang Grandegger
Kumar Gala wrote: > > On Jun 5, 2008, at 4:05 AM, Wolfgang Grandegger wrote: > >> [POWERPC] 85xx: add board support for the TQM8548 modules >> >> This patch adds support for the TQM8548 modules from TQ-Components >> GmbH (http://www.tqc.de). >> >&g

[PATCH v3 4/4] [POWERPC] 85xx: add local bus nodes for Flash and CAN to tqm8560.dts

2008-06-05 Thread Wolfgang Grandegger
Add local bus nodes for Flash and CAN to the DTS file of the TQM8650 module. Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm8560.dts | 65 ++ 1 file changed, 65 insertions(+) Index: linux-2.6-galak/arch/powerpc/bo

[PATCH v3 3/4] [POWERPC] 85xx: support for the TQM8548 module using the big Flash

2008-06-05 Thread Wolfgang Grandegger
Some TQM85xx boards could be equipped with up to 1 GiB (NOR) flash memory and therefore a modified memory map is required and setup by the board loader. This patch adds an appropriate DTS file. Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm8548-bigfla

[PATCH v3 2/4] [POWERPC] 85xx: add board support for the TQM8548 modules

2008-06-05 Thread Wolfgang Grandegger
This patch adds support for the TQM8548 modules from TQ-Components GmbH (http://www.tqc.de). Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/Makefile |1 arch/powerpc/boot/dts/tqm8548.dts | 365 + arch/powerpc/boot/w

[PATCH v3 1/4] [POWERPC] 85xx: correct vendor prefix in DTS files for TQM85xx modules

2008-06-05 Thread Wolfgang Grandegger
Like for the TQM5200, the vendor prefix "tqc," is now used for all TQM85xx modules from TQ-Components GmbH (http://www.tqc.de) in the corresponding DTS files. Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm8540.dts |4 ++-- arch/

[PATCH v2 4/4] [POWERPC] 85xx: correct vendor prefix in DTS files for TQM85xx modules

2008-06-05 Thread Wolfgang Grandegger
Like for the TQM5200, the vendor prefix "tqc," is now used for all TQM85xx modules from TQ-Components GmbH (http://www.tqc.de) in the corresponding DTS files. Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm8540.dts |4 ++-- arch/

[PATCH v2 3/4] [POWERPC] 85xx: add local bus nodes for Flash and CAN to tqm8560.dts

2008-06-05 Thread Wolfgang Grandegger
Add local bus nodes for Flash and CAN to tqm8560.dts Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm8560.dts | 65 ++ 1 file changed, 65 insertions(+) Index: linux-2.6-galak/arch/powerpc/boot/dts/tqm85

[PATCH v2 2/4] [POWERPC] 85xx: support for the TQM8548 module using the big Flash

2008-06-05 Thread Wolfgang Grandegger
Some TQM85xx boards could be equipped with up to 1 GiB (NOR) flash memory and therefore a modified memory map is required and setup by the board loader. This patch adds an appropriate DTS file. Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm8548-bigfla

[PATCH v2 1/4] [POWERPC] 85xx: add board support for the TQM8548 modules

2008-06-05 Thread Wolfgang Grandegger
[POWERPC] 85xx: add board support for the TQM8548 modules This patch adds support for the TQM8548 modules from TQ-Components GmbH (http://www.tqc.de). Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/Makefile |1 arch/powerpc/boot/dts/t

[PATCH v2 0/4] [POWERPC] 85xx: Add suport for TQM8548 and some TQM85xx fixes

2008-06-05 Thread Wolfgang Grandegger
Hello, it follows version 2 of patches adding support for the TQM8548 modules from TQ Components (http://www.tqc.de) and furthermore fixing some issues with other TQM85xx modules. They are already based on Kumar's powerpc Linux tree (linux-2.6-galak). The NAND support requires the patch with the

[PATCH v2] [NAND] driver extension to support NAND on TQM85xx modules

2008-06-05 Thread Wolfgang Grandegger
://ozlabs.org/pipermail/linuxppc-dev/2008-May/056531.html http://ozlabs.org/pipermail/linuxppc-dev/2008-June/057244.html They should show up mainstream soon. Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- Documentation/powerpc/booting-without-of.txt |1 + drivers/mt

Re: [PATCH 1/4] [POWERPC] 85xx: add board support for the TQM8548 modules

2008-06-05 Thread Wolfgang Grandegger
Kumar Gala wrote: > I'm puzzled. Could someone point me to some real code where cell-index is used as a pointer into some global data. Sorry for my ignorance. >>> >>> http://ozlabs.org/pipermail/linuxppc-dev/2008-June/057254.html >> >> Yep, I saw that it's used for I2C (and SPI). But

Re: [PATCH 1/4] [POWERPC] 85xx: add board support for the TQM8548 modules

2008-06-04 Thread Wolfgang Grandegger
Kumar Gala wrote: > > On Jun 4, 2008, at 4:43 AM, Wolfgang Grandegger wrote: > >> David Gibson wrote: >>> On Tue, Jun 03, 2008 at 09:33:12AM -0500, Kumar Gala wrote: >>>> On Jun 3, 2008, at 5:08 AM, Wolfgang Grandegger wrote: >>>>> Kumar G

Re: [PATCH] [NAND] driver extension to support NAND on TQM85xx modules

2008-06-04 Thread Wolfgang Grandegger
Hi Anton, Anton Vorontsov wrote: > On Fri, May 30, 2008 at 08:36:32AM +0200, Wolfgang Grandegger wrote: >> This patch extends the FSL UPM NAND driver from Anton Vorontsov to >> support for the TQM85xx modules. Unfortunately, the hardware does >> not support the R/B pins

Re: [PATCH 1/4] [POWERPC] 85xx: add board support for the TQM8548 modules

2008-06-04 Thread Wolfgang Grandegger
David Gibson wrote: > On Tue, Jun 03, 2008 at 09:33:12AM -0500, Kumar Gala wrote: >> On Jun 3, 2008, at 5:08 AM, Wolfgang Grandegger wrote: >>> Kumar Gala wrote: >>>> On Jun 1, 2008, at 9:03 PM, David Gibson wrote: >>>>> On Fri, May 30, 2008 at 08:49:4

Re: [PATCH 1/4] [POWERPC] 85xx: add board support for the TQM8548 modules

2008-06-03 Thread Wolfgang Grandegger
Kumar Gala wrote: > > On Jun 1, 2008, at 9:03 PM, David Gibson wrote: > >> On Fri, May 30, 2008 at 08:49:45AM +0200, Wolfgang Grandegger wrote: >>> This patch adds support for the TQM8548 modules from TQ-Components >>> GmbH (http://www.tqc.de). >&g

Re: [RFC PATCH] booting-without-of: add FHCI USB, FSL MCU, FSL UPM and GPIO LEDs bindings

2008-06-03 Thread Wolfgang Grandegger
Anton Vorontsov wrote: > Hi all, > > Here are the notorious bindings. I believe I addressed Segher's comments. > > Major changes are in the LEDs bindings, I removed all the cruft and now > using "aliases" mechanism to determine LEDs' trigger. > > Comments, suggestions? On what GIT tree is this

Re: [PATCH 1/4] [POWERPC] 85xx: add board support for the TQM8548 modules

2008-06-01 Thread Wolfgang Grandegger
David Gibson wrote: > On Fri, May 30, 2008 at 08:49:45AM +0200, Wolfgang Grandegger wrote: >> This patch adds support for the TQM8548 modules from TQ-Components >> GmbH (http://www.tqc.de). > > [snip] >> index 000..d09250a >> --- /dev/null >> +++ b/arch/

Re: [PATCH 2/4] [POWERPC] 85xx: support for the TQM8548 module using the big Flash

2008-05-30 Thread Wolfgang Grandegger
Anton Vorontsov wrote: > On Fri, May 30, 2008 at 08:49:46AM +0200, Wolfgang Grandegger wrote: >> Some TQM85xx boards could be equipped with up to 1 GiB (NOR) flash >> memory and therefore a modified memory map is required and setup by >> the board loader. This patch adds an

Re: [PATCH] [NAND] driver extension to support NAND on TQM85xx modules

2008-05-30 Thread Wolfgang Grandegger
Kumar Gala wrote: > > On May 30, 2008, at 1:36 AM, Wolfgang Grandegger wrote: > >> This patch extends the FSL UPM NAND driver from Anton Vorontsov to >> support for the TQM85xx modules. Unfortunately, the hardware does >> not support the R/B pins of the NAND chip

Re: [PATCH 1/4] [POWERPC] 85xx: add board support for the TQM8548 modules

2008-05-30 Thread Wolfgang Grandegger
Stephen Rothwell wrote: > Hi Wolfgang, > > On Fri, 30 May 2008 08:49:45 +0200 Wolfgang Grandegger <[EMAIL PROTECTED]> > wrote: >> +++ b/arch/powerpc/platforms/85xx/tqm85xx.c >> @@ -120,8 +120,17 @@ static void __init tqm85xx_setup_arch(void) >>

[PATCH 4/4] [POWERPC] 85xx: correct vendor prefix in DTS files for TQM85xx modules

2008-05-29 Thread Wolfgang Grandegger
Like for the TQM5200, the vendor prefix "tqc," is now used for all TQM85xx modules from TQ-Components GmbH (http://www.tqc.de) in the corresponding DTS files. Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm8540.dts |4 ++-- arch/

[PATCH 3/4] [POWERPC] 85xx: add local bus nodes for Flash and CAN to tqm8560.dts

2008-05-29 Thread Wolfgang Grandegger
Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm8560.dts | 66 + 1 files changed, 66 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/boot/dts/tqm8560.dts b/arch/powerpc/boot/dts/tqm8560.dts index b9ac6c9..c

[PATCH 1/4] [POWERPC] 85xx: add board support for the TQM8548 modules

2008-05-29 Thread Wolfgang Grandegger
This patch adds support for the TQM8548 modules from TQ-Components GmbH (http://www.tqc.de). Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/Makefile |1 + arch/powerpc/boot/dts/tqm8548.dts | 370 + arch/powerpc/boot/w

[PATCH 2/4] [POWERPC] 85xx: support for the TQM8548 module using the big Flash

2008-05-29 Thread Wolfgang Grandegger
Some TQM85xx boards could be equipped with up to 1 GiB (NOR) flash memory and therefore a modified memory map is required and setup by the board loader. This patch adds an appropriate DTS file. Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm8548-bigfla

[PATCH 0/4] 85xx: Add suport for TQM8548 and some TQM85xx fixes

2008-05-29 Thread Wolfgang Grandegger
the following series of patches adds support for the TQM8548 modules from TQ Components (http://www.tqc.de) and fixes furthermore some issues with other TQM85xx modules. The NAND support is based on the patch with the subject "[PATCH] [NAND] driver extension to support NAND on TQM85xx modules" pos

[PATCH] [NAND] driver extension to support NAND on TQM85xx modules

2008-05-29 Thread Wolfgang Grandegger
patch is based on a patch Anton Vorontsov posted to this list: See http://ozlabs.org/pipermail/linuxppc-dev/2008-April/055587.html. It should show up mainstream soon. Signed-off-by: Wolfgang Grandegger <[EMAIL PROTECTED]> --- drivers/mtd/nand/Kconfig |2 +- drivers/mt

Re: [PATCH] [POWERPC] mpc5200: Allow for fixed speed MII configurations

2008-05-01 Thread Wolfgang Grandegger
Grant Likely wrote: > On Thu, May 1, 2008 at 10:38 AM, Wolfgang Grandegger <[EMAIL PROTECTED]> > wrote: >> Hi Grant, >> >> >> Grant Likely wrote: >> > On Tue, Apr 29, 2008 at 5:06 PM, Grant Likely <[EMAIL PROTECTED]> wrote: >> >>

Re: [PATCH] [POWERPC] mpc5200: Allow for fixed speed MII configurations

2008-05-01 Thread Wolfgang Grandegger
Hi Grant, Grant Likely wrote: > On Tue, Apr 29, 2008 at 5:06 PM, Grant Likely <[EMAIL PROTECTED]> wrote: >> From: Grant Likely <[EMAIL PROTECTED]> >> >> Various improvements for configuring the MPC5200 MII link from the >> device tree: >> * Look for 'current-speed' property for fixed speed MII

Re: [PATCH 6/6] [POWERPC] booting-without-of: add FHCI USB, FSL MCU, FSL UPM and GPIO LEDs bindings

2008-04-30 Thread Wolfgang Grandegger
Anton Vorontsov wrote: > On Wed, Apr 30, 2008 at 03:19:37PM +0200, Wolfgang Grandegger wrote: >> Anton Vorontsov wrote: >>> On Wed, Apr 30, 2008 at 10:36:54AM +0200, Wolfgang Grandegger wrote: >>>> Hi Anton, >>> [...] >>>>> + [EM

Re: [PATCH 6/6] [POWERPC] booting-without-of: add FHCI USB, FSL MCU, FSL UPM and GPIO LEDs bindings

2008-04-30 Thread Wolfgang Grandegger
Anton Vorontsov wrote: > On Wed, Apr 30, 2008 at 10:36:54AM +0200, Wolfgang Grandegger wrote: >> Hi Anton, > [...] >>> + [EMAIL PROTECTED],0 { >>> + #address-cells = <0>; >>> + #size-cells = <0>; >>> +

Re: [PATCH 6/6] [POWERPC] booting-without-of: add FHCI USB, FSL MCU, FSL UPM and GPIO LEDs bindings

2008-04-30 Thread Wolfgang Grandegger
Hi Anton, Anton Vorontsov wrote: > This patch adds few bindings for the new drivers to be submitted through > appropriate maintainers. > > Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> > --- > Documentation/powerpc/booting-without-of.txt | 125 > ++ > 1 files chang

Re: [PATCH RFC] tqm8560.dts: add local bus devices

2008-04-06 Thread Wolfgang Grandegger
Wolfgang Grandegger wrote: > Segher Boessenkool wrote: >>> +[EMAIL PROTECTED] { >>> +label = "fs"; >>> +reg = <0x0030 0x07c0>; >>> +

Re: [PATCH RFC] tqm8560.dts: add local bus devices

2008-04-06 Thread Wolfgang Grandegger
Segher Boessenkool wrote: >> +[EMAIL PROTECTED] { >> +label = "fs"; >> +reg = <0x0030 0x07c0>; >> +}; >> +[EMAIL PROTECTED] { >> +

[PATCH RFC] tqm8560.dts: add local bus devices

2008-04-06 Thread Wolfgang Grandegger
Hello, this is my first attempt to add local bus nodes to the DTS file of the TQM8560 for the following devices: CS1: 128 MB NOR FLASH at 0xf800 CS2: Two Intel 82527 CAN controller at 0xe300 CS3: 128 MB NAND FLASH at 0xe301 Index: linux-2.6-denx/arch/powerpc/boot/dts/tqm8560.d

Re: Using FEC on a MPC5200 with default PHY configuration

2008-04-01 Thread Wolfgang Grandegger
Grant Likely wrote: > On Mon, Mar 31, 2008 at 3:44 AM, Wolfgang Grandegger <[EMAIL PROTECTED]> > wrote: >> Wolfgang Grandegger wrote: >> > Hello, >> > >> > is it possible to use the FEC on a MPC5200 with the default hardware PHY >> > confi

Re: Using FEC on a MPC5200 with default PHY configuration

2008-03-31 Thread Wolfgang Grandegger
Wolfgang Grandegger wrote: > Hello, > > is it possible to use the FEC on a MPC5200 with the default hardware PHY > configuration. I mean running the link with a default speed without > handling or even touching the PHY like U-Boot does. I removed the PHY > entries from the DTS

Using FEC on a MPC5200 with default PHY configuration

2008-03-31 Thread Wolfgang Grandegger
Hello, is it possible to use the FEC on a MPC5200 with the default hardware PHY configuration. I mean running the link with a default speed without handling or even touching the PHY like U-Boot does. I removed the PHY entries from the DTS file and disabled CONFIG_FEC_MPC52xx_MDIO but it did not wo

Re: [RESEND][POWERPC] mpc5200: Amalgamated dts fixes and updates

2008-03-26 Thread Wolfgang Grandegger
Grant Likely wrote: > On Wed, Mar 26, 2008 at 1:45 PM, Bartlomiej Sieka <[EMAIL PROTECTED]> wrote: >> The bulk of this patch is taken from >> http://patchwork.ozlabs.org/linuxppc/patch?q=Balakowicz&id=16197, with >> few >> other updates. >> >> Signed-off-by: Marian Balakowicz <[EMA

Re: Oops with TQM5200 on TQM5200

2008-03-25 Thread Wolfgang Grandegger
Paul Mackerras wrote: > Wolfgang Grandegger writes: >> Bartlomiej Sieka wrote: >>> Grant Likely wrote: >>>> Paul, my git server is down at the moment. Can you please pick this >>>> one up for .25? It is needed to boot the tqm5200 board. >>>

Re: [POWERPC] mpc52xx: Amalgamated dts fixes and updates

2008-03-24 Thread Wolfgang Grandegger
Bartlomiej Sieka wrote: > The bulk of this patch is taken from > http://patchwork.ozlabs.org/linuxppc/patch?q=Balakowicz&id=16197, with few > other updates, in particluar one posted by Anatolij Gustschin, which fixes > an Oops during boot. > > Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED

Re: Oops with TQM5200 on TQM5200

2008-03-20 Thread Wolfgang Grandegger
Bartlomiej Sieka wrote: > Grant Likely wrote: >> Paul, my git server is down at the moment. Can you please pick this >> one up for .25? It is needed to boot the tqm5200 board. > > Could we also have similar fixes for cm5200.dts and motionpro.dts picked > up? I could provide the patches within a

Re: Oops with TQM5200 on TQM5200

2008-03-20 Thread Wolfgang Grandegger
Hi Anatolij, Anatolij Gustschin wrote: > Hello Wolfgang, > > Wolfgang Grandegger wrote: > >> I just tried Linux 2.6.25-rc6 on my TQM5200 module and got the attached >> oops. Are there any known patches fixing the problems? > > try the patch below for tqm5200.dts

Oops with TQM5200 on TQM5200

2008-03-20 Thread Wolfgang Grandegger
Hello, I just tried Linux 2.6.25-rc6 on my TQM5200 module and got the attached oops. Are there any known patches fixing the problems? TIA. Wolfgang. ## Booting image at 0020 ... Image Name: Linux-2.6.25-rc6-01058-gf8937ce- Created: 2008-03-20 13:19:36 UTC Image Type: Power

Re: Xenomai on TQ MPC5200

2008-03-20 Thread Wolfgang Grandegger
Thomas Häberle wrote: > Hello! > > My target hardware is a MPC5200 on a TQ STK52xx. > I am developing in a Linked Setup with ELDK 3.1.1 under a Debian Linux > (Release 2.6.18-4-686 ; gcc 4.1.2). > The whole ELDK was already used in a former project with identical > hardware and some early tests I

Re: I2C and CAN bus on MPC5200B device tree

2008-01-14 Thread Wolfgang Grandegger
Grant Likely wrote: > On 1/13/08, Matt Sealey <[EMAIL PROTECTED]> wrote: >> Hi guys, >> >> I know the I2C stuff is up in the air (I cannot pinpoint the documentation >> for it) and have not found any CAN bus documentation for device trees. >> >> I want to update the firmware tree to add these but,

Re: FDT bindings for I2C devices

2007-10-21 Thread Wolfgang Grandegger
Hi Guennadi, Guennadi Liakhovetski wrote: > (it was suggested to deprecate -embedded in favour of -dev, so, added to > cc:) > > On Fri, 19 Oct 2007, Grant Likely wrote: > >> On 10/19/07, Wolfgang Grandegger <[EMAIL PROTECTED]> wrote: >>> Hello, >>&

Re: [PATCH 07/15] [POWERPC] Promess Motion-PRO DTS

2007-10-18 Thread Wolfgang Grandegger
Hello, I see one more issue. Marian Balakowicz wrote: > Add device tree source file for Motion-PRO board. > > Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> > --- [deletions] > + [EMAIL PROTECTED] { > + compatible = "mpc5200b-gpio\0mpc5200-gpio"; > +

Re: [patch 6/6] Walnut zImage wrapper

2007-09-24 Thread Wolfgang Grandegger
Josh Boyer wrote: > On Mon, 24 Sep 2007 09:49:33 +0200 > Wolfgang Grandegger <[EMAIL PROTECTED]> wrote: >> The addition of treeboot-walnut.c breaks compilation of Linux-2.6 for >> the lite5200 using the ppc_6xx toolchain of the ELDK 4.1: >> >>MODPOST vmlinu

Re: [patch 6/6] Walnut zImage wrapper

2007-09-24 Thread Wolfgang Grandegger
Josh Boyer wrote: > Updated patch below > > Add zImage wrapper for walnut board > > Signed-off-by: Josh Boyer <[EMAIL PROTECTED]> > > --- > arch/powerpc/boot/Makefile |3 > arch/powerpc/boot/dcr.h |5 + > arch/powerpc/boot/treeboot-walnut.c | 131 > ++

<    1   2   3   4