Re: [PATCH 3/4 v5] video, sm501: add OF binding to support SM501

2011-03-22 Thread Paul Mundt
On Thu, Mar 17, 2011 at 07:12:56AM +0100, Heiko Schocher wrote: Paul Mundt schrieb: On Tue, Mar 15, 2011 at 08:26:40AM +0100, Heiko Schocher wrote: 0003-video-sm501-add-OF-binding-to-support-SM501.patch has no obvious style problems and is ready for submission.

Re: [PATCH 3/4 v5] video, sm501: add OF binding to support SM501

2011-03-22 Thread Heiko Schocher
Hello Paul, Paul Mundt wrote: On Thu, Mar 17, 2011 at 07:12:56AM +0100, Heiko Schocher wrote: Paul Mundt schrieb: On Tue, Mar 15, 2011 at 08:26:40AM +0100, Heiko Schocher wrote: 0003-video-sm501-add-OF-binding-to-support-SM501.patch has no obvious style problems and is ready for submission.

[PATCH v6 6/6] powerpc, tqm5200: update tqm5200_defconfig to fit for charon board.

2011-03-22 Thread Heiko Schocher
added: CONFIG_MTD_OF_PARTS CONFIG_MTD_PLATRAM CONFIG_FIXED_PHY CONFIG_SENSORS_LM80 CONFIG_MFD_SM501 CONFIG_FB CONFIG_FB_FOREIGN_ENDIAN CONFIG_FB_SM501 CONFIG_FRAMEBUFFER_CONSOLE CONFIG_RTC_DRV_DS1374 Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfram Sang w.s...@pengutronix.de cc: Grant

[PATCH v6 0/6] powerpc, 52xx: add charon board support

2011-03-22 Thread Heiko Schocher
20110322/0001-powerpc-5200-add-support-for-charon-board.patch has no obvious style problems and is ready for submission. total: 0 errors, 0 warnings, 841 lines checked 20110322/0002-video-sm501-add-I-O-functions-for-use-on-powerpc.patch has no obvious style problems and is ready for submission

[PATCH v6 3/6] video, sm501: add edid and commandline support

2011-03-22 Thread Heiko Schocher
- add commandline options: sm501fb.mode: Specify resolution as xresxyres[-bpp][@refresh] sm501fb.bpp: Specify bit-per-pixel if not specified mode - Add support for encoding display mode information in the device tree using verbatim EDID block. If the edid entry in the smi,sm501

[PATCH v6 2/6] video, sm501: add I/O functions for use on powerpc

2011-03-22 Thread Heiko Schocher
- add read/write functions for using this driver also on powerpc plattforms Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Samuel Ortiz sa...@linux.intel.com cc: Wolfram Sang w.s...@pengutronix.de cc: Grant Likely grant.lik...@secretlab.ca cc: Benjamin Herrenschmidt

[PATCH v6 5/6] powerpc, video: add SM501 support for charon board.

2011-03-22 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfram Sang w.s...@pengutronix.de cc: Grant Likely grant.lik...@secretlab.ca cc: Benjamin Herrenschmidt b...@kernel.crashing.org cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks b...@simtec.co.uk cc: Vincent Sanders

[PATCH v6 4/6] video, sm501: add OF binding to support SM501

2011-03-22 Thread Heiko Schocher
- add binding to OF, compatible name smi,sm501 Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Samuel Ortiz sa...@linux.intel.com cc: Wolfram Sang w.s...@pengutronix.de cc: Grant Likely grant.lik...@secretlab.ca cc: Benjamin Herrenschmidt b...@kernel.crashing.org cc:

[PATCH v1 1/6] powerpc, 5200: add support for charon board

2011-03-22 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Benjamin Herrenschmidt b...@kernel.crashing.org cc: Wolfram Sang w.s...@pengutronix.de cc: Grant Likely grant.lik...@secretlab.ca cc: Benjamin Herrenschmidt b...@kernel.crashing.org cc: linux-fb...@vger.kernel.org cc:

Re: [PATCH v1 1/6] powerpc, 5200: add support for charon board

2011-03-22 Thread Wolfram Sang
On Tue, Mar 22, 2011 at 09:27:27AM +0100, Heiko Schocher wrote: Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Benjamin Herrenschmidt b...@kernel.crashing.org cc: Wolfram Sang w.s...@pengutronix.de cc: Grant Likely grant.lik...@secretlab.ca cc: Benjamin Herrenschmidt

Re: [PATCH v6 6/6] powerpc, tqm5200: update tqm5200_defconfig to fit for charon board.

2011-03-22 Thread Wolfram Sang
As this board is tqm5200 based, added necessary changes to the tqm5200_defconfig. In previous patchserie I added the changes to mpc5200_defconfig, as Wolfram Sang mentioned, but as tqm5200_defconfig is in mainline, and the board is tqm5200 based, I think, thats the

Booting with ramdisk in kernel

2011-03-22 Thread Guillaume Dargaud
Hello all, I already posted this on the buildroot mailing list, so apologies for the dupe, but maybe it's more relevant here. I'm trying to do something very classic, but it doesn't seem to work and the more I read about it the more I'm confused by the amount of antiquated info and

Re: [PATCH 1/3, v4] powerpc/mpc512x: Add initial support for TWR-MPC5125

2011-03-22 Thread vooon...@gmail.com
Adds Freescale TWR-MPC5125 device tree and platform code. Currently following is supported: - NAND - FEC1 and FEC2 - RTC - PSC UART NAND flash controller require more tests, so it will be later. Signed-off-by: Vladimir Ermakov vooon...@gmail.com --- v2: - add PSC compat string selection -

Re: [PATCH 2/3,v2] serial: Add PSC UART support for MPC5125 SoC

2011-03-22 Thread vooon...@gmail.com
Adds PSC UART support for MPC5125 SoC. MPC5125 has different register map than in MPC5121. Signed-off-by: Vladimir Ermakov vooon...@gmail.com --- v2: - Replace hack with replacing struct mpc52xx_psc to proper code. --- arch/powerpc/include/asm/mpc52xx_psc.h | 49

Re: [PATCH 3/3, v2] fs_enet: Add PHY interface selection for MPC5121 fs_enet.

2011-03-22 Thread vooon...@gmail.com
Add PHY interface selection for MPC5121 fs_enet. Adds phy-connection-type optional property for ethernet node. It should be rmii or mii. Signed-off-by: Vladimir Ermakov vooon...@gmail.com --- v2: - replace Kconfig to device tree - add phy-connection-type for mpc5121-fec nodes ---

Re: [PATCH v6 0/6] powerpc, 52xx: add charon board support

2011-03-22 Thread Grant Likely
On Tue, Mar 22, 2011 at 2:27 AM, Heiko Schocher h...@denx.de wrote: cc: Wolfram Sang w.s...@pengutronix.de cc: Grant Likely grant.lik...@secretlab.ca cc: Benjamin Herrenschmidt b...@kernel.crashing.org cc: linux-fb...@vger.kernel.org cc: devicetree-disc...@ozlabs.org cc: Ben Dooks

Re: mmotm threatens ppc preemption again

2011-03-22 Thread Jeremy Fitzhardinge
On 03/21/2011 10:52 PM, Benjamin Herrenschmidt wrote: On Mon, 2011-03-21 at 11:24 +, Jeremy Fitzhardinge wrote: I'm very sorry about that, I didn't realize power was also using that interface. Unfortunately, the no preemption definition was an error, and had to be changed to match the