[PATCH] mx53: Fix console due to UART clock parent change

2012-04-30 Thread Fabio Estevam
commit 67ee3dd (mx53: Make PLL2 to be the parent of UART clock) changed UART parent from PLL3 to PLL2. Do not reconfigure PLL2 in order to avoid a messed up console output. Signed-off-by: Fabio Estevam --- This applies against Linaro-u-boot-2012.04.2 arch/arm/cpu/armv7/mx5/clock.c |9

Re: implementing "suspend to ram" on cortex A8 based on linux 3.0.8

2012-03-09 Thread Fabio Estevam
On Wed, Mar 7, 2012 at 12:05 PM, yang gqyang wrote: > dear all: > I am working on arm cortex a8 now, trying to implement "suspend to ram" > based on linux 3.0.8. Which CPU exactly are you using? ___ linaro-dev mailing list linaro-dev@lists.linaro.org h

Re: [PATCH 05/06] Power: DA9052 Battery module V6

2011-12-14 Thread Fabio Estevam
On Wed, Dec 14, 2011 at 10:27 AM, Ashish Jangam wrote: > +static u32 const vc_tbl[3][68][2] = { > +       /* For temperature 10 degree celisus*/ s/celisus/Celsius Same on other places. Regards, Fabio Estevam ___ linaro-dev mailing list lina

Re: [PATCH V2] ARM: EXYNOS4: Add machine support for 7" LCD on ORIGEN

2011-09-14 Thread Fabio Estevam
tter. You can use pr_err instead of printk(KERN_ERR . Regards, Fabio Estevam ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: [PATCH V2] ARM: EXYNOS4: Add machine support for 7" LCD on ORIGEN

2011-09-14 Thread Fabio Estevam
gpio, power); You should check for returned errors for these functions. Regards, Fabio Estevam ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: Preliminary wiki starting page for i.MX53 QuickStart board

2011-09-02 Thread Fabio Estevam
edia, like SD card for example. You can´t boot via a USB pen drive for example. MX53 allows you to boot from: NOR, NAND, MMC, PATA, SATA, EEPROM. On the MX53QuickStart board the microSD slot is the default boot media type. Regards, Fabio Estevam ___

Re: Bero, will you be available for tomorrow's hacking session?

2011-08-26 Thread Fabio Estevam
On Fri, Aug 26, 2011 at 2:38 PM, Zach Pfeffer wrote: ... > Since the kernel is running the framebuffer I would start to look there. > > Yves, > > Do you have a PoC for the framebuffer driver owner at Freescale? jason.c...@freescale.com Regards,