Re: LPC3250 support

2012-02-14 Thread Vladimir Zapolskiy
Hi, On 13.02.2012 11:09, Tomislav Sečen wrote: Hi all, I was just wondering about the status of the NXP LPC3250 support in barebox. barebox works on one my LPC3250 board pretty well, but I have to polish the patches before public publishing in the barebox maillist. There are two commit log

iMX27 clock settings

2012-02-14 Thread Igor Trevisan
Hi, I'm working on a custom board based on iMX27L. Initially I worked with Redboot as Linux bootloader but now, I'm happily working with Barebox (2012.01.0) having replaced Redboot with it. Everithing is fine (thanks to the guys in the list for helping me!) but... I noticed that my Linux apps run

[PATCH 4/4] usb-a926x: add DAB MMX Daughter board support

2012-02-14 Thread Jean-Christophe PLAGNIOL-VILLARD
- gpio_keys support - leds - uarts 2 and 4 (for oled) Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- arch/arm/boards/usb-a926x/init.c | 108 ++ arch/arm/mach-at91/Kconfig |9 +++ 2 files changed, 117 insertions(+), 0 deletions(-) diff --git

[PATCH 2/4] readkey: add define for Ascii keys

2012-02-14 Thread Jean-Christophe PLAGNIOL-VILLARD
this will simplify the usage of gpio keyboard Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- common/menu.c |6 +++--- include/readkey.h |4 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/common/menu.c b/common/menu.c index 5291fcb..fd21e52 100644 --- a/commo

[PATCH 3/4] at91: at91_register_uart return device

2012-02-14 Thread Jean-Christophe PLAGNIOL-VILLARD
this will allow to set the active parameter from C Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- arch/arm/mach-at91/at91rm9200_devices.c |6 +++--- arch/arm/mach-at91/at91sam9260_devices.c |6 +++--- arch/arm/mach-at91/at91sam9261_devices.c |6 +++--- arch/arm/mach-at91/at91sa

[PATCH 1/4] add gpio keyboard support

2012-02-14 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- drivers/Kconfig |1 + drivers/Makefile |1 + drivers/input/Kconfig | 19 ++ drivers/input/Makefile|1 + drivers/input/gpio_keys.c | 146 + include/driver.h

[PATCH V2 2/2] drivers/video: remove pxafb enable on load

2012-02-14 Thread Robert Jarzmik
As pxafb can rely on a PWM to control backlight, and because driver dependencies are hard to deal with, remove automatic enable of PXAFB on probe. The user should in its environment do a : - fb0.enable=1 This way, the PWM has been probed and is ready to work, and the pxafb backlight control work

[PATCH V2 1/2] drivers/pwm: add PXA pulse width modulator controller

2012-02-14 Thread Robert Jarzmik
Add PXA embedded pulse width modulator support. The PWM can generate signals from 49.6kHz to 1.625MHz. The driver is for pxa2xx family. The pxa3xx was not handled yet. Signed-off-by: Robert Jarzmik --- arch/arm/mach-pxa/Makefile|1 + arch/arm/mach-pxa/devices.c

Re: [RFC] omap3evm: Set preliminary environment

2012-02-14 Thread Sascha Hauer
On Mon, Feb 13, 2012 at 10:16:13AM +, Premi, Sanjeev wrote: > > -Original Message- > > From: Sascha Hauer [mailto:s.ha...@pengutronix.de] > > Sent: Friday, February 10, 2012 5:54 PM > > To: Premi, Sanjeev > > Cc: barebox@lists.infradead.org > > Subject: Re: [RFC] omap3evm: Set prelimin

Re: [PATCH v2] omap: xload: Make error more specific

2012-02-14 Thread Sascha Hauer
On Mon, Feb 13, 2012 at 03:39:01PM +0530, Sanjeev Premi wrote: > Current message indicating that SD card isn't > mounted is misleading if the card has only one > partition. > > Updated the message to indicate that mounting > the specific partition failed. > > Signed-off-by: Sanjeev Premi > --- >