[RFC PATCH v2 1/1] powerpc/embedded6xx: Add support for Motorola/Emerson MVME5100.

2013-09-04 Thread Stephen Chivers
rms/embedded6xx/Kconfig to ensure correct indentation where possible. Signed-off-by: Stephen Chivers --- arch/powerpc/boot/Makefile|3 +- arch/powerpc/boot/dts/mvme5100.dts| 186 + arch/powerpc/boot/mvme5100.c |

[PATCH v3 1/1] powerpc/embedded6xx: Add support for Motorola/Emerson MVME5100

2013-11-03 Thread Stephen Chivers
rms/embedded6xx/Kconfig to ensure correct indentation where possible. V2->V3: Address comments by Scott Wood and Ben Herrenschmidt. Address errors reported by checkpatch. Signed-off-by: Stephen Chivers --- arch/powerpc/boot/Makefile|3 +- arch/p

[PATCH] powerpc: legacy_serial support MVME5100 UARTS with shifted registers

2014-04-19 Thread Stephen Chivers
lable to me: MVME5100 - shifted registers, SAM440EP - unshifted registers, MPC8349 - unshifted registers, MVME4100 - unshifted registers. Signed-off-by: Stephen Chivers --- arch/powerpc/kernel/legacy_serial.c| 21 +++-- arch/powerpc/platforms/e

[PATCH] printk/of_serial: fix serial console cessation part way through boot.

2014-05-09 Thread Stephen Chivers
before it registers with serial8250_register_8250_port. This patch ensures that the serial console is re-enabled when of_serial registers a serial port that corresponds to the designated console. Signed-off-by: Stephen Chivers Tested-by: Stephen Chivers === The above failure was identifi

Re: [PATCH] printk/of_serial: fix serial console cessation part way through boot.

2014-05-13 Thread Stephen Chivers
before it registers with serial8250_register_8250_port. This patch ensures that the serial console is re-enabled when of_serial registers a serial port that corresponds to the designated console. Signed-off-by: Stephen Chivers Tested-by: Stephen Chivers Acked-by: Geert Uytterhoeven

[PATCH v4 1/1] powerpc/embedded6xx: Add support for Motorola/Emerson MVME5100

2013-12-03 Thread Stephen Chivers
terhoeven Add tested by Alessio Bogani. Signed-off-by: Stephen Chivers Tested-by: Alessio Igor Bogani --- arch/powerpc/boot/Makefile|3 +- arch/powerpc/boot/dts/mvme5100.dts| 185 + arch/powerpc/boot/mvme5100.c | 27

[PATCH v5 1/1] powerpc/embedded6xx: Add support for Motorola/Emerson MVME5100

2014-01-05 Thread Stephen Chivers
terhoeven Add tested by Alessio Bogani. V4->V5: Correct horrible typo in patch history. Kular Gama is Kumar Gala. Signed-off-by: Stephen Chivers Tested-by: Alessio Igor Bogani --- arch/powerpc/boot/Makefile|3 +- arch/powerpc/boot/dts/

[PATCH 1/1] powerpc: correct emulated mtfsf instruction

2014-02-20 Thread Stephen Chivers
. The patch is based on the patch(es) provided by Gabriel Paubert and analysis by Gabriel, James Yang and David Laight. Signed-off-by: Stephen Chivers Signed-off-by: Gabriel Paubert Tested-by: Stephen Chivers --- arch/powerpc/math-emu/mtfsf.c | 58 1