[PATCH] n8x0_defconfig: remove CONFIG_NILFS2_FS override

2010-03-17 Thread Francisco Alecrim
From: Francisco Alecrim francisco.alec...@openbossa.org arch/arm/configs/n8x0_defconfig:1061:warning: override: reassigning to symbol NILFS2_FS Signed-off-by: Francisco Alecrim francisco.alec...@openbossa.org --- arch/arm/configs/n8x0_defconfig |1 - 1 files changed, 0 insertions(+), 1

[PATCH v2] board-n8x0: add USB initialization

2010-03-01 Thread Francisco Alecrim
From: Francisco Alecrim francisco.alec...@openbossa.org Based on Kalle's and Tony's patches. Some variables re-organized and unused code remove(68499cc5716bbeca16ca8c83ec6e9f04b8dbfacb). Signed-off-by: Kalle Valo kalle.v...@iki.fi Signed-off-by: Francisco Alecrim francisco.alec...@openbossa.org

Re: [PATCH] board-n8x0: add USB initialization

2010-02-28 Thread Francisco Alecrim
On Sun, Feb 28, 2010 at 2:57 PM, Kalle Valo kalle.v...@iki.fi wrote: Hi Francisco, Francisco Alecrim alec...@gmail.com writes: From: Francisco Alecrim francisco.alec...@openbossa.org Signed-off-by: Kalle Valo kalle.v...@iki.fi Signed-off-by: Francisco Alecrim francisco.alec

[PATCH] board-n8x0: add USB initialization

2010-02-27 Thread Francisco Alecrim
From: Francisco Alecrim francisco.alec...@openbossa.org Signed-off-by: Kalle Valo kalle.v...@iki.fi Signed-off-by: Francisco Alecrim francisco.alec...@openbossa.org Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/board-n8x0.c | 126

Re: problem with n810 boot up

2010-01-07 Thread Francisco Alecrim
Luke-Jr wrote: On Wednesday 06 January 2010 05:59:48 pm you wrote: Luke-Jr wrote: Also, note my rootfs is Gentoo, not Maemo. Maemo will depend on DSME which is not being started with my modded linuxrc. I'm using Mamona. Anyway,I did some tests before rootfs execution and I got the same

[RFC/PATCH 1/2] usb_otg: compile fix

2010-01-07 Thread Francisco Alecrim
From: Francisco Alecrim francisco.alec...@openbossa.org include/linux/usb.h: In function 'usb_mark_last_busy': include/linux/usb.h:561: error: 'struct usb_device' has no member named 'last_busy' Option USB_OTG selects USB_SUSPEND but doesn't select PM(required by USB_SUSPEND) causing

[RFC/PATCH 2/2] fix compile for tahvo-usb.c

2010-01-07 Thread Francisco Alecrim
From: Francisco Alecrim francisco.alec...@openbossa.org drivers/cbus/tahvo-usb.c:138: undefined reference to 'usb_bus_start_enum' usb_bus_start_enum only exported if USB_OTG enabled Signed-off-by: Francisco Alecrim francisco.alec...@openbossa.org --- drivers/cbus/tahvo-usb.c |2 ++ 1 files

Re: problem with n810 boot up

2010-01-06 Thread Francisco Alecrim
Luke-Jr wrote: On Tuesday 05 January 2010 08:46:27 pm Francisco Alecrim wrote: Luke-Jr wrote: On Tuesday 05 January 2010 05:24:56 pm Francisco Alecrim wrote: What rootfs do you use? Did you change initfs? Gentoo. I modified my initfs to chainload its init if a new kernel is running. I don't

Re: problem with n810 boot up

2010-01-06 Thread Francisco Alecrim
Hi/Olá Balbi, :) Felipe Balbi wrote: Hi, On Wed, Jan 06, 2010 at 06:11:10PM -0400, Francisco Alecrim wrote: Thanks! Now it goes to rootfs and continue the boot, but device power-off after 10-20 seconds. There is no error message to help. :( watchdog ? how about disabling watchdog

Re: problem with n810 boot up

2010-01-06 Thread Francisco Alecrim
Hi Luke, Luke-Jr wrote: On Wednesday 06 January 2010 05:02:23 pm you wrote: I'm using the flags (no-omap-wd,no-retu-wd,no-lifeguard-reset) recommended by Kalle[1]. This's not the problem. :( AFAIK, no-retu-wd disables *pinging* the retu WD (which itself cannot be disabled). I'd try

[PATCH] n8x0_defconfig: active cbus, retu-wd and omap-wd

2010-01-06 Thread Francisco Alecrim
From: Francisco Alecrim francisco.alec...@openbossa.org It's critical for correct n8x0 operation. Device turn power-off after some seconds without these options. Signed-off-by: Francisco Alecrim alec...@gmail.com --- arch/arm/configs/n8x0_defconfig | 26 +- 1 files

problem with n810 boot up

2010-01-05 Thread Francisco Alecrim
Luke-Jr wrote: Tested on Nokia N810 in Linux-OMAP tree. Mainline is not bootable yet. Hi Luke, I'm with some problems to boot-up latest l-o(commit abb74381235a05f15a3b07e9e3831034942c67fb) with n810. The error message can be found below and full boot output in the end of email. dsme: No

Re: problem with n810 boot up

2010-01-05 Thread Francisco Alecrim
Hi Luke, Luke-Jr wrote: On Tuesday 05 January 2010 05:24:56 pm Francisco Alecrim wrote: Luke-Jr wrote: Tested on Nokia N810 in Linux-OMAP tree. Mainline is not bootable yet. I'm with some problems to boot-up latest l-o(commit abb74381235a05f15a3b07e9e3831034942c67fb) with n810. The error

N810: problem with watchdog

2009-11-11 Thread Francisco Alecrim
Hi, I'm trying to get latest linux-omap working with N810. I got an error with watchdog(commit e7e7a613eded2732b68496f69ff8fc 34f16e1dd0) that I'm trying to solve the problem. Any idea? Thanks in advance, Alecrim. PS: RD flags : no-omap-wd, no-retu-wd, no-lifeguard-reset, serial-console .

[RFC PATCH 1/1] OMAP: V4L: Update videobuf-dma-sg usage on omap camera drivers

2008-04-29 Thread Francisco Alecrim
Update videobuf-dma-sg usage on omap camera drivers Signed-off-by: Francisco Alecrim [EMAIL PROTECTED] --- drivers/media/video/omap/camera_core.c |2 +- drivers/media/video/omap24xxcam.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/omap

[RFC PATCH 0/1] V4L changes

2008-04-29 Thread Francisco Alecrim
Based on commit 0705135e59f8503e4dade4b3580fed77b1743b7c. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC PATCH 1/1] OMAP: V4L: Update videobuf-dma-sg usage on omap camera drivers

2008-04-29 Thread Francisco Alecrim
Hi folks, We found a similar patch sent by Tony on thread Re: linux-omap vs N810 a few hours ago. Sorry, Alecrim. Francisco Alecrim wrote: Update videobuf-dma-sg usage on omap camera drivers Signed-off-by: Francisco Alecrim [EMAIL PROTECTED] --- drivers/media/video/omap/camera_core.c

Re: [PATCH 1/1] Add MMC support for OMAP3 EVM

2008-04-28 Thread Francisco Alecrim
ext Steve Sakoman wrote: From: Steve Sakoman [EMAIL PROTECTED] Add MMC support for OMAP3 EVM Signed-off-by: Steve Sakoman [EMAIL PROTECTED] Acked-by: Francisco Alecrim [EMAIL PROTECTED] I did not test, but it should work. :) --- Makefile |3 ++- board-omap3evm.c | 10

[PATCH 1/1] MMC: OMAP: Remove unnecessary extern sdp_mmc_init

2008-04-25 Thread Francisco Alecrim
From: Francisco Alecrim [EMAIL PROTECTED] Remove unnecessary extern sdp_mmc_init() at board header. New extern hsmmc_init() defined include/asm-arm/arch-omap/hsmmc.h. Signed-off-by: Francisco Alecrim [EMAIL PROTECTED] Acked-by: Carlos Eduardo Aguiar [EMAIL PROTECTED] --- include/asm-arm/arch

Re: [RFC/PATH] OMAP: HSMMC: Fixes for 1.8V MMC2 interface

2008-04-01 Thread Francisco Alecrim
ext Seth Forshee wrote: On Tue, Apr 01, 2008 at 08:44:47PM +0530, Madhusudhan Chikkature Rajashekar wrote: Hi, I did not see any board level code to power up the second slot along with this patch. Where is the code that enables 1.8V to the second slot? I am working with a custom

Re: [PATCH] OMAP: HSMMC: Fix 1.8V MMC2 host on OMAP2430/3430

2008-03-31 Thread Francisco Alecrim
Acked-by : Francisco Alecrim [EMAIL PROTECTED] ext Seth Forshee wrote: OMAP2430/3430 contain an 1.8V-only MMC2 host that is not properly supported by the current driver. This patch contains changes to correctly set up this host. Signed-off-by: Seth Forshee [EMAIL PROTECTED] Acked

Re: [PATCH] OMAP: HSMMC: Fix 1.8V MMC2 host on OMAP2430/3430

2008-03-31 Thread Francisco Alecrim
Acked-by : Francisco Alecrim [EMAIL PROTECTED] ext Seth Forshee wrote: OMAP2430/3430 contain an 1.8V-only MMC2 host that is not properly supported by the current driver. This patch contains changes to correctly set up this host. Signed-off-by: Seth Forshee [EMAIL PROTECTED] Acked