Re: Yet more patches added to for-2.6.25/master branches

2007-12-21 Thread Marian Balakowicz
Any changes to add new 52xx targets: http://patchwork.ozlabs.org/linuxppc/patch?person=988&id=14661 http://patchwork.ozlabs.org/linuxppc/patch?person=988&id=14662 http://patchwork.ozlabs.org/linuxppc/patch?person=988&id=14663 http://patchwork.ozlabs.org/linuxppc/patch?person=988&id=14743 http://p

Re: Yet more patches added to for-2.6.25/master branches

2007-12-21 Thread Marian Balakowicz
Grant Likely wrote: > > On 12/21/07, *Marian Balakowicz* <[EMAIL PROTECTED] > > Any changes to add new 52xx targets: > > http://patchwork.ozlabs.org/linuxppc/patch?person=988&id=14661 [...] > > Those did not make it to 2.6.24, Grant Likely sugge

Re: Yet more patches added to for-2.6.25/master branches

2007-12-21 Thread Marian Balakowicz
Grant Likely wrote: > On 12/21/07, Marian Balakowicz <[EMAIL PROTECTED]> wrote: >> Grant Likely wrote: >>> On 12/21/07, *Marian Balakowicz* <[EMAIL PROTECTED] >>> >>> Any changes to add new 52xx targets: >>> >>>

Re: [PATCH v4 02/13] [POWERPC] Add 'fsl, lpb' bus type for MPC5200 LocalPlus Bus

2008-01-17 Thread Marian Balakowicz
Hi Grant, Sorry, for the late reply. Grant Likely wrote: > On 11/9/07, Marian Balakowicz <[EMAIL PROTECTED]> wrote: >> Define MPC52xx specific device id list, add new >> 'fsl,lpb' compatible id for LocalPlus Bus. > > I'll pick this up, but I'm g

[PATCH] [POWERPC] Update TQM5200, CM5200 and Motion-PRO _defconfig and .dts files

2008-01-17 Thread Marian Balakowicz
nsteand of SLAB - enable printk timestamp Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- This patch was applied and tested against: git://git.secretlab.ca/git/linux-2.6-mpc52xx.git#for-2.6.25 arch/powerpc/boot/dts/cm5200.dts | 40 +++ arch/powerpc/boot/dts/motionpro

Re: Patches added to master/for-2.6.25 branch of powerpc.git

2008-01-17 Thread Marian Balakowicz
Hi, Paul Mackerras wrote: > Includes commits pulled from Josh Boyer's tree. > Will you be willing to pick up this one? It's a generic powerpc patch, so I'm not sure where else to direct it. [POWERPC] Add 'model: ...' line to common show_cpuinfo() http://patchwork.ozlabs.org/linuxppc/patch?id=146

[PATCH v5] [POWERPC] Add LED driver for Promess Motion-PRO board.

2008-01-17 Thread Marian Balakowicz
Add support for two Motion-PRO board custom LEDs: - motionpro-statusled - motionpro-readyled Signed-off-by: Jan Wrobel <[EMAIL PROTECTED]> Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- Call to removed mpc52xx_map_node() was replaced with the of_iomap() call. drivers/

[PATCH v2] [POWERPC] Update TQM5200, CM5200 and Motion-PRO _defconfig files

2008-01-17 Thread Marian Balakowicz
Updates include: - enable RTC in _defconfigs - use SLUB insteand of SLAB - enable printk timestamp Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- This patch was applied and tested against: git://git.secretlab.ca/git/linux-2.6-mpc52xx.git#for-2.6.25 arch/powerpc/c

[PATCH v2] [POWERPC] Update TQM5200, CM5200 and Motion-PRO .dts files

2008-01-17 Thread Marian Balakowicz
Updates include: - set soc mnode compatible property to "fsl,mpc5200-immr" - update i2c device tree nodes - add mdio node - add lpb bus node and flash device (without partitions defined) - add second mscan node for Motio-PRO - add rtc i2c nodes Signed-off-by: Marian Balakowicz <[EM

Re: [PATCH] [POWERPC] Update TQM5200, CM5200 and Motion-PRO _defconfig and .dts files

2008-01-17 Thread Marian Balakowicz
Grant Likely wrote: > On 1/17/08, Marian Balakowicz <[EMAIL PROTECTED]> wrote: >> Updates include: >> - set soc node compatible property to "fsl,mpc5200-immr" > > On these three boards; which have the original mpc5200 and which have > the mpc5200b?

Re: [PATCH] [POWERPC] Update TQM5200, CM5200 and Motion-PRO _defconfig and .dts files

2008-01-17 Thread Marian Balakowicz
Grant Likely wrote: > On 1/17/08, Marian Balakowicz <[EMAIL PROTECTED]> wrote: >> Grant Likely wrote: >>> On 1/17/08, Marian Balakowicz <[EMAIL PROTECTED]> wrote: ... >>> Can you split the defconfig changes into a separate patch... That >>> being

Re: [PATCH] [POWERPC] Update TQM5200, CM5200 and Motion-PRO _defconfig and .dts files

2008-01-23 Thread Marian Balakowicz
Olof Johansson wrote: ... > > I disagree, I have one defconfig for all our boards to date. It means I > only have one kernel to build to test on all boards, instead of having > to build a number of different kernels. Keeping it fairly generic also > means a customer can start out using the generic

[PATCH v6] [POWERPC] Add LED driver for Promess Motion-PRO board.

2008-01-23 Thread Marian Balakowicz
Add support for two Motion-PRO board custom LEDs: - motionpro-statusled - motionpro-readyled Signed-off-by: Jan Wrobel <[EMAIL PROTECTED]> Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- Updated "static struct of_device_id mpled_match[]" definition to "stati

[PATCH v7] [POWERPC] Add LED driver for Promess Motion-PRO board.

2008-01-31 Thread Marian Balakowicz
Add support for two Motion-PRO board custom LEDs: - motionpro-statusled - motionpro-readyled Signed-off-by: Jan Wrobel <[EMAIL PROTECTED]> Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- Update since v6: - fix error handling for null label proper drivers/leds/Kconfig

[PATCH v2 3/4] [POWERPC] Add restart support for mpc52xx based platforms

2007-10-18 Thread Marian Balakowicz
Add common helper routines: mpc52xx_map_wdt() and mpc52xx_restart(). This patch relies on Sascha Hauer's patch published in: http://patchwork.ozlabs.org/linuxppc/patch?id=8910. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> Signed-off-by: Sascha Hauer <[EMAIL PROTECTED]> -

[PATCH v2 2/4] [POWERPC] Update device tree binding for mpc5200 gpt

2007-10-18 Thread Marian Balakowicz
Add 'fsl,' prefix to 'compatible' property for gpt nodes. Add 'fsl,' prefix to empty, GPT0 specific 'has-wdt' property. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- .../powerpc/mpc52xx-device-tree-bindings.txt

[PATCH v2 0/4] [POWERPC] MPC5200: update gpt binding, add restart support

2007-10-18 Thread Marian Balakowicz
Here's the second version of MPC5200 patches, please review. Thanks! [POWERPC] Enable restart support for lite5200 board [POWERPC] Add restart support for mpc52xx based platforms [POWERPC] Update device tree binding for mpc5200 gpt [POWERPC] Add mpc52xx_find_and_map_path(), refactor utility functi

[PATCH v2 1/4] [POWERPC] Add mpc52xx_find_and_map_path(), refactor utility functions

2007-10-18 Thread Marian Balakowicz
Add helper routine mpc52xx_find_and_map_path(). Extract common code to mpc52xx_map_node() and refactor mpc52xx_find_and_map(). Signed-off-by: Jan Wrobel <[EMAIL PROTECTED]> Reviewed-by: Grant Likely <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/mpc52xx_common.c | 21 +

[PATCH v2 4/4] [POWERPC] Enable restart support for lite5200 board

2007-10-18 Thread Marian Balakowicz
Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/lite5200.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/platforms/52xx/lite5200.c b/arch/powerpc/platforms/52xx/lite5200.c index 65b7ae4..25d2bfa 100644 ---

Re: [PATCH v2 3/4] [POWERPC] Add restart support for mpc52xx based platforms

2007-10-18 Thread Marian Balakowicz
Grant Likely wrote: > On 10/18/07, Marian Balakowicz <[EMAIL PROTECTED]> wrote: >> Add common helper routines: mpc52xx_map_wdt() and mpc52xx_restart(). >> >> This patch relies on Sascha Hauer's patch published in: >> http://patchwork.ozlabs.org/linuxppc/patch?

Re: [PATCH 04/15] [POWERPC] CM5200 DTS

2007-10-19 Thread Marian Balakowicz
David Gibson wrote: > On Wed, Oct 17, 2007 at 02:22:04PM +0200, Marian Balakowicz wrote: >> David Gibson wrote: >>> [snip] >>>> + [EMAIL PROTECTED] { >>>> + device_type = "rom"; >>>> + compa

[PATCH 00/11] [POWERPC] Add TQM5200/CM5200/Motion-PRO board support

2007-10-23 Thread Marian Balakowicz
This is a reworked set of patches that adds arch/powerpc support for three MPC5200 based boards: TQ-Components TQM5200, Schindler CM5200 and Promess Motion-PRO. Besides board support there are also few more MPC5200 common patches that include update to show_cpuinfo(), adding new 'lpb' bus, moving

[PATCH 01/11] [POWERPC] Add 'machine: ...' line to common show_cpuinfo()

2007-10-23 Thread Marian Balakowicz
Print out '/model' property as a machine name in generic show_cpuinfo() routine. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/kernel/setup-common.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/kernel/s

[PATCH 02/11] [POWERPC] Add 'lpb' bus type for MPC5200 LocalPlus Bus

2007-10-23 Thread Marian Balakowicz
Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/kernel/of_platform.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/kernel/of_platform.c b/arch/powerpc/kernel/of_platform.c index aeaa202..cc33b73 100644 --- a/arch/powerpc/

[PATCH 03/11] [POWERPC] Add common mpc52xx_setup_pci() routine

2007-10-23 Thread Marian Balakowicz
This patch moves a generic pci init code from lite5200 platform file to a common mpc52xx_setup_pci() routine and adds additional compatibility property verification. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/lite5200.c|6 +- arch/p

[PATCH 04/11] [POWERPC] Add generic support for MPC5200 based boards

2007-10-23 Thread Marian Balakowicz
This patch adds support for 'generic-mpc5200' compatible boards which do not need a platform specific setup. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/Kconfig |8 ++- arch/powerpc/platforms/52xx/Makefile |

[PATCH 05/11] [POWERPC] TQM5200 DTS

2007-10-23 Thread Marian Balakowicz
Add device tree source file for TQM5200 board. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm5200.dts | 236 + 1 files changed, 236 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/tqm5200.dts

[PATCH 06/11] [POWERPC] TQM5200 defconfig

2007-10-23 Thread Marian Balakowicz
Add TQM5200 board defconfig file. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/configs/tqm5200_defconfig | 1306 1 files changed, 1306 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/configs/tqm5200_defconfig diff

[PATCH 07/11] [POWERPC] CM5200 DTS

2007-10-23 Thread Marian Balakowicz
Add device tree source file for CM5200 board. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/cm5200.dts | 296 ++ 1 files changed, 296 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/cm5200.dts

[PATCH 08/11] [POWERPC] CM5200 defconfig

2007-10-23 Thread Marian Balakowicz
Add CM5200 board defconfig file. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/configs/cm5200_defconfig | 1031 + 1 files changed, 1031 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/configs/cm5200_defconfig diff -

[PATCH 09/11] [POWERPC] Motion-PRO: Add LED support.

2007-10-23 Thread Marian Balakowicz
Add LED driver for Promess Motion-PRO board. Signed-off-by: Jan Wrobel <[EMAIL PROTECTED]> Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- drivers/leds/Kconfig |7 + drivers/leds/Makefile |3 - drivers/leds/leds-motion

[PATCH 10/11] [POWERPC] Promess Motion-PRO DTS

2007-10-23 Thread Marian Balakowicz
Add device tree source file for Motion-PRO board. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/motionpro.dts | 360 +++ 1 files changed, 360 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/motionp

[PATCH 11/11] [POWERPC] Promess Motion-PRO defconfig

2007-10-23 Thread Marian Balakowicz
Add Motion-PRO board defconfig file. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/configs/motionpro_defconfig | 989 ++ 1 files changed, 989 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/configs/motionpro_defconfig

Re: [PATCH 01/11] [POWERPC] Add 'machine: ...' line to common show_cpuinfo()

2007-10-25 Thread Marian Balakowicz
David Gibson wrote: > On Wed, Oct 24, 2007 at 01:13:09AM +0200, Marian Balakowicz wrote: >> Print out '/model' property as a machine name in generic >> show_cpuinfo() routine. > > There's no such thing as /model; subnodes and properties have a > differen

Re: [PATCH 01/11] [POWERPC] Add 'machine: ...' line to common show_cpuinfo()

2007-10-25 Thread Marian Balakowicz
Milton Miller wrote: > On Wed Oct 24 17:11:29 EST 2007, Stephen Rothwell wrote: >> On Wed, 24 Oct 2007 01:13:09 +0200 Marian Balakowicz wrote: >>> + root = of_find_node_by_path("/"); >>> + if (root) >>> +

Re: [PATCH 02/11] [POWERPC] Add 'lpb' bus type for MPC5200 LocalPlus Bus

2007-10-25 Thread Marian Balakowicz
Olof Johansson wrote: > > On Wed, Oct 24, 2007 at 01:13:15AM +0200, Marian Balakowicz wrote: >> Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> >> --- > > Your patch lacks any kind of description beyond the title. (I know, it's a > real simple patch,

Re: [PATCH 05/11] [POWERPC] TQM5200 DTS

2007-10-25 Thread Marian Balakowicz
David Gibson wrote: > On Wed, Oct 24, 2007 at 01:13:33AM +0200, Marian Balakowicz wrote: > > [snip] >> +[EMAIL PROTECTED] { >> +model = "fsl,lpb"; >> +compatible = "lpb"; > > Not nearly specific enough. Must incl

Re: [PATCH 05/11] [POWERPC] TQM5200 DTS

2007-10-25 Thread Marian Balakowicz
Grant Likely wrote: > On 10/25/07, Martin Krause <[EMAIL PROTECTED]> wrote: >> >> < + [EMAIL PROTECTED] { >> < + compatible = "cfi-flash"; >> < + reg = < 0200>; >> < + bank-width = <4>; >> < + de

Re: [PATCH 09/11] [POWERPC] Motion-PRO: Add LED support.

2007-10-25 Thread Marian Balakowicz
Grant Likely wrote: ... >> + >> +static int __init mpled_init(void) >> +{ >> + int i, error; >> + >> + for (i = 0; i < sizeof(led) / sizeof(struct motionpro_led); i++){ >> + led[i].reg_addr = mpc52xx_find_and_map(led[i].reg_compat); > > Please use of-platform-bus bindings

Re: [PATCH 05/11] [POWERPC] TQM5200 DTS

2007-10-29 Thread Marian Balakowicz
David Gibson wrote: > On Thu, Oct 25, 2007 at 05:46:19PM +0200, Marian Balakowicz wrote: >> Grant Likely wrote: >>> On 10/25/07, Martin Krause <[EMAIL PROTECTED]> wrote: > [snip] >>>> On a board with 16 MiB FLASH for example the "big-fs" _and_ the

Re: [PATCH 05/11] [POWERPC] TQM5200 DTS

2007-10-30 Thread Marian Balakowicz
Grant Likely wrote: > On 10/29/07, Marian Balakowicz <[EMAIL PROTECTED]> wrote: >> David Gibson wrote: >>> On Thu, Oct 25, 2007 at 05:46:19PM +0200, Marian Balakowicz wrote: >>>> Grant Likely wrote: >>>>> On 10/25/07, Martin Krause <[EMAIL P

[PATCH v2 00/12] [POWERPC] Add TQM5200/CM5200/Motion-PRO board support

2007-11-03 Thread Marian Balakowicz
This is a secon respin of the patches that add arch/powerpc support for three MPC5200 based boards: TQ-Components TQM5200, Schindler CM5200 and Promess Motion-PRO. Please review. [POWERPC] Promess Motion-PRO defconfig [POWERPC] Promess Motion-PRO DTS [POWERPC] Motion-PRO: Add LED support. [POWERPC

[PATCH v2 01/12] [POWERPC] Add 'model: ...' line to common show_cpuinfo()

2007-11-03 Thread Marian Balakowicz
Print out 'model' property of '/' node as a machine name in generic show_cpuinfo() routine. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/kernel/setup-common.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a

[PATCH v2 02/12] [POWERPC] Add 'fsl, lpb' bus type for MPC5200 LocalPlus Bus

2007-11-03 Thread Marian Balakowicz
Define MPC52xx specific device id list, add new 'fsl,lpb' compatible id for LocalPlus Bus. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/mpc52xx_common.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --gi

[PATCH v2 03/12] [POWERPC] Add common mpc52xx_setup_pci() routine

2007-11-03 Thread Marian Balakowicz
This patch moves a generic pci init code from lite5200 platform file to a common mpc52xx_setup_pci() routine and adds additional compatibility property verification. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/lite5200.c| 12 +---

[PATCH v2 04/12] [POWERPC] Add generic support for simple MPC5200 based boards

2007-11-03 Thread Marian Balakowicz
x27;fsl,has-wdt' property is present in one of the gpt nodes, then it is safe to use such gpt to reset the board, - PCI is supported if enabled in the kernel configuration Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/lite5200.dts |

[PATCH v2 05/12] [POWERPC] Export mpc52xx_map_node() routine symbol

2007-11-03 Thread Marian Balakowicz
Make, so far static, mpc52xx_map_node() routine symbol available for general use. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/mpc52xx_common.c |4 +++- include/asm-powerpc/mpc52xx.h|1 + 2 files changed, 4 insertions

[PATCH v2 06/12] [POWERPC] TQM5200 DTS

2007-11-03 Thread Marian Balakowicz
Add device tree source file for TQM5200 board. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm5200.dts | 191 + 1 files changed, 191 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/tqm5200.dts

[PATCH v2 07/12] [POWERPC] TQM5200 defconfig

2007-11-03 Thread Marian Balakowicz
Add TQM5200 board defconfig file. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/configs/tqm5200_defconfig | 1306 1 files changed, 1306 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/configs/tqm5200_defconfig diff

[PATCH v2 08/12] [POWERPC] CM5200 DTS

2007-11-03 Thread Marian Balakowicz
Add device tree source file for CM5200 board. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/cm5200.dts | 252 ++ 1 files changed, 252 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/cm5200.dts

[PATCH v2 09/12] [POWERPC] CM5200 defconfig

2007-11-03 Thread Marian Balakowicz
Add CM5200 board defconfig file. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/configs/cm5200_defconfig | 1031 + 1 files changed, 1031 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/configs/cm5200_defconfig diff -

[PATCH v2 10/12] [POWERPC] Motion-PRO: Add LED support.

2007-11-03 Thread Marian Balakowicz
Add LED driver for Promess Motion-PRO board. Signed-off-by: Jan Wrobel <[EMAIL PROTECTED]> Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- drivers/leds/Kconfig |7 + drivers/leds/Makefile |3 - drivers/leds/leds-motion

[PATCH v2 11/12] [POWERPC] Promess Motion-PRO DTS

2007-11-03 Thread Marian Balakowicz
Add device tree source file for Motion-PRO board. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/motionpro.dts | 323 +++ 1 files changed, 323 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/motionp

[PATCH v2 12/12] [POWERPC] Promess Motion-PRO defconfig

2007-11-03 Thread Marian Balakowicz
Add Motion-PRO board defconfig file. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/configs/motionpro_defconfig | 989 ++ 1 files changed, 989 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/configs/motionpro_defconfig

Re: [PATCH v2 05/12] [POWERPC] Export mpc52xx_map_node() routine symbol

2007-11-06 Thread Marian Balakowicz
Hi Stephan, Stephen Rothwell wrote: > > On Sun, 04 Nov 2007 00:52:40 +0100 Marian Balakowicz <[EMAIL PROTECTED]> > wrote: >> -static void __iomem * >> +void __iomem * >> mpc52xx_map_node(struct device_node *ofn) >> { >> const u32 *regaddr_p;

Re: [PATCH v2 10/12] [POWERPC] Motion-PRO: Add LED support.

2007-11-06 Thread Marian Balakowicz
Hi Stephen, Stephen Rothwell wrote: > On Sun, 04 Nov 2007 00:53:11 +0100 Marian Balakowicz <[EMAIL PROTECTED]> > wrote: >> +++ b/drivers/leds/leds-motionpro.c [snip] >> +#include >> +#include > > You want instead of and probably not > above. [snip

Re: [PATCH v2 08/12] [POWERPC] CM5200 DTS

2007-11-06 Thread Marian Balakowicz
David Gibson wrote: > On Sun, Nov 04, 2007 at 12:52:59AM +0100, Marian Balakowicz wrote: >> Add device tree source file for CM5200 board. > [snip] >> +[EMAIL PROTECTED] { // Real time clock >> +compatible = &qu

Re: [PATCH v2 06/12] [POWERPC] TQM5200 DTS

2007-11-06 Thread Marian Balakowicz
David Gibson wrote: > On Sun, Nov 04, 2007 at 12:52:47AM +0100, Marian Balakowicz wrote: >> Add device tree source file for TQM5200 board. > [snip] >> +[EMAIL PROTECTED] { > > [EMAIL PROTECTED] is the new convention, I believe, but I guess you need > compatib

Re: [PATCH v2 11/12] [POWERPC] Promess Motion-PRO DTS

2007-11-06 Thread Marian Balakowicz
David Gibson wrote: > On Sun, Nov 04, 2007 at 12:53:17AM +0100, Marian Balakowicz wrote: >> Add device tree source file for Motion-PRO board. > [snip] >> +[EMAIL PROTECTED] { // Motion-PRO status LED >> +compatible = &quo

[PATCH v3 00/13] [POWERPC] Add TQM5200/CM5200/Motion-PRO board support

2007-11-06 Thread Marian Balakowicz
This is a third version of the patches that add arch/powerpc support for three MPC5200 based boards: TQ-Components TQM5200, Schindler CM5200 and Promess Motion-PRO. [POWERPC] Promess Motion-PRO defconfig [POWERPC] Promess Motion-PRO DTS [POWERPC] Motion-PRO: Add LED support. [POWERPC] CM5200 defco

[PATCH v3 01/13] [POWERPC] Add 'model: ...' line to common show_cpuinfo()

2007-11-06 Thread Marian Balakowicz
Print out 'model' property of '/' node as a machine name in generic show_cpuinfo() routine. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> Acked-by: David Gibson <[EMAIL PROTECTED]> Acked-by: Olof Johansson <[EMAIL PROTECTED]> --- arch/powerpc/ker

[PATCH v3 02/13] [POWERPC] Add 'fsl, lpb' bus type for MPC5200 LocalPlus Bus

2007-11-06 Thread Marian Balakowicz
Define MPC52xx specific device id list, add new 'fsl,lpb' compatible id for LocalPlus Bus. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> Acked-by: David Gibson <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/mpc52xx_common.c |9 - 1 files chang

[PATCH v3 03/13] [POWERPC] Add common mpc52xx_setup_pci() routine

2007-11-06 Thread Marian Balakowicz
This patch moves a generic pci init code from lite5200 platform file to a common mpc52xx_setup_pci() routine and adds additional compatibility property verification. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/lite5200.c| 12 +---

[PATCH v3 04/13] [POWERPC] Add generic support for simple MPC5200 based boards

2007-11-06 Thread Marian Balakowicz
x27;fsl,has-wdt' property is present in one of the gpt nodes, then it is safe to use such gpt to reset the board, - PCI is supported if enabled in the kernel configuration Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/lite5200.dts |

[PATCH v3 05/13] [POWERPC] Export mpc52xx_map_node() routine symbol

2007-11-06 Thread Marian Balakowicz
Make, so far static, mpc52xx_map_node() routine symbol available for general use. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/mpc52xx_common.c |3 ++- include/asm-powerpc/mpc52xx.h|1 + 2 files changed, 3 insertions

[PATCH v3 06/13] [POWERPC] Use EXPORT_SYMBOL_GPL for 52xx common routines symbol export

2007-11-06 Thread Marian Balakowicz
Replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPL in mpc52xx_common.c Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/mpc52xx_common.c |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/arch/powerpc/platforms/52xx/mpc52xx_commo

[PATCH v3 07/13] [POWERPC] TQM5200 DTS

2007-11-06 Thread Marian Balakowicz
Add device tree source file for TQM5200 board. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm5200.dts | 185 + 1 files changed, 185 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/tqm5200.dts

[PATCH v3 08/13] [POWERPC] TQM5200 defconfig

2007-11-06 Thread Marian Balakowicz
Add TQM5200 board defconfig file. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/configs/tqm5200_defconfig | 1306 1 files changed, 1306 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/configs/tqm5200_defconfig diff

[PATCH v3 09/13] [POWERPC] CM5200 DTS

2007-11-06 Thread Marian Balakowicz
Add device tree source file for CM5200 board. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/cm5200.dts | 236 ++ 1 files changed, 236 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/cm5200.dts

[PATCH v3 10/13] [POWERPC] CM5200 defconfig

2007-11-06 Thread Marian Balakowicz
Add CM5200 board defconfig file. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/configs/cm5200_defconfig | 1031 + 1 files changed, 1031 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/configs/cm5200_defconfig diff -

[PATCH v3 12/13] [POWERPC] Promess Motion-PRO DTS

2007-11-06 Thread Marian Balakowicz
Add device tree source file for Motion-PRO board. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/motionpro.dts | 309 +++ 1 files changed, 309 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/motionp

[PATCH v3 11/13] [POWERPC] Motion-PRO: Add LED support

2007-11-06 Thread Marian Balakowicz
Add LED driver for Promess Motion-PRO board. Signed-off-by: Jan Wrobel <[EMAIL PROTECTED]> Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- drivers/leds/Kconfig |7 + drivers/leds/Makefile |3 - drivers/leds/leds-motion

[PATCH v3 13/13] [POWERPC] Promess Motion-PRO defconfig

2007-11-06 Thread Marian Balakowicz
Add Motion-PRO board defconfig file. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/configs/motionpro_defconfig | 989 ++ 1 files changed, 989 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/configs/motionpro_defconfig

Re: [PATCH v3 04/13] [POWERPC] Add generic support for simple MPC5200 based boards

2007-11-09 Thread Marian Balakowicz
Hi Stephen, Stephen Rothwell wrote: > > On Tue, 06 Nov 2007 21:05:20 +0100 Marian Balakowicz <[EMAIL PROTECTED]> > wrote: >> +++ b/arch/powerpc/platforms/52xx/mpc5200_simple.c >> + >> +#include >> +#include >> +#include >> +#include >

Re: [PATCH v3 07/13] [POWERPC] TQM5200 DTS

2007-11-09 Thread Marian Balakowicz
David Gibson wrote: > On Tue, Nov 06, 2007 at 09:05:48PM +0100, Marian Balakowicz wrote: >> Add device tree source file for TQM5200 board. > [snip] >> +[EMAIL PROTECTED] { >> +device_type = "usb-ohci-be"; > > This device

Re: [PATCH v3 12/13] [POWERPC] Promess Motion-PRO DTS

2007-11-09 Thread Marian Balakowicz
David Gibson wrote: > On Tue, Nov 06, 2007 at 09:06:34PM +0100, Marian Balakowicz wrote: >> Add device tree source file for Motion-PRO board. > [snip] >> +[EMAIL PROTECTED] { // Motion-PRO status LED >> +compatible = &quo

Re: [PATCH v3 04/13] [POWERPC] Add generic support for simple MPC5200 based boards

2007-11-09 Thread Marian Balakowicz
Hi Grant, Grant Likely wrote: > On 11/6/07, Wolfgang Denk <[EMAIL PROTECTED]> wrote: >> >> in message <[EMAIL PROTECTED]> you wrote: >>> In other words; make the assumption that it is easier to change the >>> kernel than it is to change the device tree. >> Are you serious about this? >> >> Readin

[PATCH v4 00/13] [POWERPC] Add TQM5200/CM5200/Motion-PRO board support

2007-11-09 Thread Marian Balakowicz
This is a yet another version of the patches that add arch/powerpc support for three MPC5200 based boards: TQ-Components TQM5200, Schindler CM5200 and Promess Motion-PRO. Updates include modifications to mpc5200_simple_probe() routine in the generic support for simple MPC5200 based boards, changes

[PATCH v4 01/13] [POWERPC] Add 'model: ...' line to common show_cpuinfo()

2007-11-09 Thread Marian Balakowicz
Print out 'model' property of '/' node as a machine name in generic show_cpuinfo() routine. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> Acked-by: David Gibson <[EMAIL PROTECTED]> Acked-by: Olof Johansson <[EMAIL PROTECTED]> --- arch/powerpc/ker

[PATCH v4 02/13] [POWERPC] Add 'fsl, lpb' bus type for MPC5200 LocalPlus Bus

2007-11-09 Thread Marian Balakowicz
Define MPC52xx specific device id list, add new 'fsl,lpb' compatible id for LocalPlus Bus. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> Acked-by: David Gibson <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/mpc52xx_common.c |9 - 1 files chang

[PATCH v4 03/13] [POWERPC] Add common mpc52xx_setup_pci() routine

2007-11-09 Thread Marian Balakowicz
This patch moves a generic pci init code from lite5200 platform file to a common mpc52xx_setup_pci() routine and adds additional compatibility property verification. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/lite5200.c| 12 +---

[PATCH v4 04/13] [POWERPC] Add generic support for simple MPC5200 based boards

2007-11-09 Thread Marian Balakowicz
x27;fsl,has-wdt' property is present in one of the gpt nodes, then it is safe to use such gpt to reset the board, - PCI is supported if enabled in the kernel configuration and if there is a PCI bus node defined in the device tree. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> -

[PATCH v4 05/13] [POWERPC] Export mpc52xx_map_node() routine symbol

2007-11-09 Thread Marian Balakowicz
Make, so far static, mpc52xx_map_node() routine symbol available for general use. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/mpc52xx_common.c |3 ++- include/asm-powerpc/mpc52xx.h|1 + 2 files changed, 3 insertions

[PATCH v4 07/13] [POWERPC] TQM5200 DTS

2007-11-09 Thread Marian Balakowicz
Add device tree source file for TQM5200 board. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/tqm5200.dts | 184 + 1 files changed, 184 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/tqm5200.dts

[PATCH v4 08/13] [POWERPC] TQM5200 defconfig

2007-11-09 Thread Marian Balakowicz
Add TQM5200 board defconfig file. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/configs/tqm5200_defconfig | 1306 1 files changed, 1306 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/configs/tqm5200_defconfig diff

[PATCH v4 09/13] [POWERPC] CM5200 DTS

2007-11-09 Thread Marian Balakowicz
Add device tree source file for CM5200 board. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/cm5200.dts | 236 ++ 1 files changed, 236 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/cm5200.dts

[PATCH v4 10/13] [POWERPC] CM5200 defconfig

2007-11-09 Thread Marian Balakowicz
Add CM5200 board defconfig file. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/configs/cm5200_defconfig | 1031 + 1 files changed, 1031 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/configs/cm5200_defconfig diff -

[PATCH v4 11/13] [POWERPC] Motion-PRO: Add LED support

2007-11-09 Thread Marian Balakowicz
Add LED driver for Promess Motion-PRO board. Signed-off-by: Jan Wrobel <[EMAIL PROTECTED]> Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- drivers/leds/Kconfig |7 + drivers/leds/Makefile |3 drivers/leds/leds-motion

[PATCH v4 06/13] [POWERPC] Use EXPORT_SYMBOL_GPL for 52xx common routines symbol export

2007-11-09 Thread Marian Balakowicz
Replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPL in mpc52xx_common.c Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/mpc52xx_common.c |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/arch/powerpc/platforms/52xx/mpc52xx_commo

[PATCH v4 12/13] [POWERPC] Promess Motion-PRO DTS

2007-11-09 Thread Marian Balakowicz
Add device tree source file for Motion-PRO board. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/motionpro.dts | 309 +++ 1 files changed, 309 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/boot/dts/motionp

[PATCH v4 13/13] [POWERPC] Promess Motion-PRO defconfig

2007-11-09 Thread Marian Balakowicz
Add Motion-PRO board defconfig file. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- arch/powerpc/configs/motionpro_defconfig | 989 ++ 1 files changed, 989 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/configs/motionpro_defconfig

Re: [PATCH v4 04/13] [POWERPC] Add generic support for simple MPC5200 based boards

2007-11-12 Thread Marian Balakowicz
Stephen Rothwell wrote: > On Fri, 09 Nov 2007 18:12:02 +0100 Marian Balakowicz <[EMAIL PROTECTED]> > wrote: >> +++ b/arch/powerpc/platforms/52xx/mpc5200_simple.c >> >> +static int __init mpc5200_simple_probe(void) >> +{ >> +unsigned long node = of_ge

Re: [PATCH v4 00/13] [POWERPC] Add TQM5200/CM5200/Motion-PRO board support

2007-11-12 Thread Marian Balakowicz
Grant Likely wrote: > On 11/9/07, Grant Likely <[EMAIL PROTECTED]> wrote: >> On 11/9/07, Marian Balakowicz <[EMAIL PROTECTED]> wrote: >>> Please review, and if everything is ok schedule for 2.6.24-rc3. >> Just to be clear, I won't be picking up these

Re: [PATCH v4 04/13] [POWERPC] Add generic support for simple MPC5200 based boards

2007-11-12 Thread Marian Balakowicz
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: >> This patch adds support for 'mpc5200-simple-platform' compatible >> boards which do not need a platform specific setup. Such boards >> are supported assuming the following: > ... >> +const char *board[] = { >> +"tq

[PATCH v5 04/13] [POWERPC] Add generic support for simple MPC5200 based boards

2007-11-14 Thread Marian Balakowicz
x27;fsl,has-wdt' property is present in one of the gpt nodes, then it is safe to use such gpt to reset the board, - PCI is supported if enabled in the kernel configuration and if there is a PCI bus node defined in the device tree. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> ---

Re: [PATCH v5 04/13] [POWERPC] Add generic support for simple MPC5200 based boards

2007-11-15 Thread Marian Balakowicz
Hi Stephen, Stephen Rothwell wrote: > > On Wed, 14 Nov 2007 11:21:37 +0100 Marian Balakowicz <[EMAIL PROTECTED]> > wrote: >> +++ b/arch/powerpc/platforms/52xx/mpc5200_simple.c >> +#include >> +#include >> +#include > > You still need asm/pro

[PATCH v6 04/13] [POWERPC] Add generic support for simple MPC5200 based boards

2007-11-15 Thread Marian Balakowicz
x27;fsl,has-wdt' property is present in one of the gpt nodes, then it is safe to use such gpt to reset the board, - PCI is supported if enabled in the kernel configuration and if there is a PCI bus node defined in the device tree. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]>

[PATCH 00/15] [POWERPC] TQM5200, CM5200 and Motion-PRO support

2007-10-06 Thread Marian Balakowicz
s for motionpro. Comments and review notes are welcome. Cheers, Marian Balakowicz ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

[PATCH 01/15] [POWERPC] TQM5200 DTS

2007-10-07 Thread Marian Balakowicz
Add device tree source file for TQM5200 board. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> Signed-off-by: Grzegorz Bernacki <[EMAIL PROTECTED]> Signed-off-by: Martin Krause <[EMAIL PROTECTED]> --- tqm5200.dts | 217 ++

[PATCH 02/15] [POWERPC] TQM5200 defconfig

2007-10-07 Thread Marian Balakowicz
Add TQM5200 board defconfig file. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> Signed-off-by: Grzegorz Bernacki <[EMAIL PROTECTED]> --- tqm5200_defconfig | 1303 ++ 1 file changed, 1303 insertions(+) diff --git a/arch/pow

  1   2   >