Re: [PATCH] Fix n800 build - only register HW keyboard on i2c board if CONFIG_MACH_NOKIA_N810

2008-05-02 Thread Tony Lindgren
* nick loeve <[EMAIL PROTECTED]> [080502 06:25]: > Hi, > > On Fri, May 2, 2008 at 3:17 PM, Felipe Balbi <[EMAIL PROTECTED]> wrote: > > > > > > On Fri, 2 May 2008 15:05:35 +0200, [EMAIL PROTECTED] wrote: > >> lm8323_pdata is only present if CONFIG_MACH_NOKIA_N810 > > > > that's true but CONFIG_MAC

Re: Resending: [PATCH] BQ27000/BQ27200 battery monitoring driver for OMAP34xx

2008-05-02 Thread Tony Lindgren
* Madhusudhan Chikkature Rajashekar <[EMAIL PROTECTED]> [080429 01:59]: > Hi, > > I am resending the patch after fixing the comments provided by Felipe. Pushing today. Can you please send this to appropriate maintainer too? Tony > > Regards, > Madhu > --

Re: [PATCH] OMAP: SERIAL: Provide function to enable/disable uart clocks

2008-05-02 Thread Tony Lindgren
* Jouni Hogander <[EMAIL PROTECTED]> [080430 00:09]: > This patch adds common function to enable/disable omap2/3 uart > clocks. Enabled uarts are passed by bootloader in atags and clocks for > these enabled uarts are touched. Pushing today. Tony > Signed-off-by: Jouni Hogander <[EMAIL PROTECTED]

Re: [PATCH] OMAP: Correcting the gpmc prefetch control register address

2008-05-02 Thread Tony Lindgren
* Gopinath, Thara <[EMAIL PROTECTED]> [080428 04:25]: > From: Thara Gopinath <[EMAIL PROTECTED]> > > Correcting the GPMC_PREFETCH_CONTROL register address Pushing today. Tony > Signed-off-by: Thara Gopinath <[EMAIL PROTECTED]> > Index: linux-omap-2.6/arch/arm/mach-omap2/gpmc.c > ==

Re: [PATCH] ARM: OMAP: Enable TSC2301 drivers in N800 defconfig

2008-05-02 Thread Tony Lindgren
* Felipe Balbi <[EMAIL PROTECTED]> [080428 02:49]: > On Mon, Apr 28, 2008 at 11:08:34AM +0300, Jarkko Nikula wrote: > > Commit b11689b7a741b18d612ace8dac231a030f947b90 enable drivers for chips > > used in Nokia N810 but disable drivers for TSC2301 which is used in N800. > > This patch enable them b

Re: [PATCH 6/7] NET: SMC911X: Fix timeout handling

2008-05-02 Thread Tony Lindgren
* Nishant Kamat <[EMAIL PROTECTED]> [080502 04:26]: > Due to incorrect decrement operation in the loop, the timeout > value would never be zero in case of hardware error. This patch > fixes the decrement operation. And this too. Tony > Signed-off-by: Nishant Kamat <[EMAIL PROTECTED]> > --- > d

Re: [PATCH 5/7] NET: SMC911X: Add support for OMAP LDP platform

2008-05-02 Thread Tony Lindgren
* Nishant Kamat <[EMAIL PROTECTED]> [080502 04:26]: > This patch adds support for OMAP LDP platform to smc911x driver. This too should go via smc911x maintainer. Tony > > Signed-off-by: Nishant Kamat <[EMAIL PROTECTED]> > --- > drivers/net/Kconfig |2 +- > drivers/net/smc911x.c |9 ++

Re: [PATCH 4/7] NET: SMC911X: Driver works for SMC9211 too

2008-05-02 Thread Tony Lindgren
* Nishant Kamat <[EMAIL PROTECTED]> [080502 04:26]: > The smc911x driver can support SMC9211 also. This patch adds 9211 > in the table of supported chip ids, and fixes the ID verification > to care about only 4 nibbles. This patch should be sent via smc911x maintainer on appropriate mailing list.

Re: [PATCH 1/7] ARM: OMAP: Add basic board support for OMAP LDP.

2008-05-02 Thread Tony Lindgren
* Nishant Kamat <[EMAIL PROTECTED]> [080502 04:26]: > This adds basic board support for the OMAP3430 LDP development platform. > It adds support for the touchscreen, RTC, UART and MMC - all of which work > with little or no changes w.r.t. the OMAP3430 SDP. > > Signed-off-by: Nishant Kamat <[EMAIL

Re: [PATCH 2/2] OMAP3 EVM: add touchscreen support

2008-05-02 Thread Tony Lindgren
Hi, This patch should be first one in the series as you cannot really enable it in the .config before this patch. Also see some comments below. * Steve Sakoman <[EMAIL PROTECTED]> [080430 12:35]: > From: Steve Sakoman <[EMAIL PROTECTED]> > > Add touchscreen support for OMAP3 EVM > > Signed-off

Re: [PATCH 0/7] OMAP3 EVM: series of patches to add additional hw support

2008-05-02 Thread Tony Lindgren
* Syed Mohammed, Khasim <[EMAIL PROTECTED]> [080429 21:44]: > > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:linux-omap- > > [EMAIL PROTECTED] On Behalf Of Steve Sakoman > > Sent: Tuesday, April 29, 2008 4:57 AM > > To: linux-omap@vger.kernel.org > > Subject: [PATCH 0/7] OMA

Re: OMAP SDL

2008-05-02 Thread andrzej zaborowski
On 02/05/2008, Royer, Fabien <[EMAIL PROTECTED]> wrote: > First, I try a program which print a helloWorld on the Screen. But the > probleme is that the Fonction SDL_Init doesn't work properly for > SDL_INIT_VIDEO. > > > > I get the message with SDL_GetError() , error=enable to open mouse. Are

Re: [PATCH] USB: MUSB: Better sysconf reg settings on PM point of view

2008-05-02 Thread Tony Lindgren
* Felipe Balbi <[EMAIL PROTECTED]> [080429 04:08]: > The following patch is needed because usb is preventing core > powerdomain to enter sleep state. > > Thanks to Jouni Högander for pointing this Pushing today. FYI, I'm putting together patches to get rid of the __REG32 and __REG16 macros in or

dual-mode timer capture doesn't work

2008-05-02 Thread Fabiano Ferronato
Hi everybody, I'm new in this list. I'm working with OSK5912 + git linux. I'm trying to use dual-mode timer capture function in OSK5912 board and after trying a lot of different things, I found in chip errata that this function "MAY NOT WORK". Somebody had used this function? regards Fabiano Fer

Re: Booting OMAP5912 with 2.6.8 kernel

2008-05-02 Thread Fabiano Ferronato
Hi Rajagopal Venkat, I´m using GIT´s Kernel, but I think it works the same. I´ve tryed to follow TI´s instructions but it doesn´t help me very well. I think you must configure your u-boot´s variables related with file system. Send your your u-boot config. regards Fabiano -- To unsubscribe from

Re: [PATCH 0/3] DMA clean-up for multi-boot

2008-05-02 Thread Tony Lindgren
* Gadiyar, Anand <[EMAIL PROTECTED]> [080502 08:15]: > > Hi all, > > > > Here are three patches to clean DMA code to support multi-boot > > better. I have made quick testing on 24xx and 34xx only so far, > > and things seem to work. > > > > I will also do more testing, but I would appreciate if peo

Re: [PATCH 5/7] NET: SMC911X: Add support for OMAP LDP platform

2008-05-02 Thread Steve Sakoman
I tested patches 4, 5, and 6 with the OPM3 EVM (after a 1 line change). No compilation issues, and networking functioned properly. I have only one change to suggest (and it was required for proper operation on the OMAP3 EVM). See below for inline comment. Steve On Fri, May 2, 2008 at 4:23 AM,

Re: Booting OMAP5912 with 2.6.8 kernel

2008-05-02 Thread Philip Balister
Hunter, Jon wrote: Check out the OSK wiki page: http://elinux.org/OSK In particular see the "OSK5912 Newbie Guide" that provides details on how to create a flash file-system. http://www.capgo.com/Resources/SoftwareDev/osk-newbie-guide.pdf Also, please copy the list. You can also search the m

RE: [PATCH 0/3] DMA clean-up for multi-boot

2008-05-02 Thread Gadiyar, Anand
> Hi all, > > Here are three patches to clean DMA code to support multi-boot > better. I have made quick testing on 24xx and 34xx only so far, > and things seem to work. > > I will also do more testing, but I would appreciate if people would > give them a quick spin and see if anything breaks. Func

RE: Booting OMAP5912 with 2.6.8 kernel

2008-05-02 Thread Hunter, Jon
> My intension here is to use filesystem flashed onto the flash memory at > 0x100 location. When tried booting with Montavista kernel which comes > with CD, it works fine. But fails when tried booting with custom kernel > compiled using 2.6.8-rc3_080804.tar.bz2 package from TI site. > True that

Re: [PATCH] Fix n800 build - only register HW keyboard on i2c board if CONFIG_MACH_NOKIA_N810

2008-05-02 Thread nick loeve
Hi, On Fri, May 2, 2008 at 3:17 PM, Felipe Balbi <[EMAIL PROTECTED]> wrote: > > > On Fri, 2 May 2008 15:05:35 +0200, [EMAIL PROTECTED] wrote: >> lm8323_pdata is only present if CONFIG_MACH_NOKIA_N810 > > that's true but CONFIG_MACH_NOKIA_N810 is always true > if you use n800_defconfig. Yes true.

Re: [PATCH] Fix n800 build - only register HW keyboard on i2c board if CONFIG_MACH_NOKIA_N810

2008-05-02 Thread Felipe Balbi
On Fri, 2 May 2008 15:05:35 +0200, [EMAIL PROTECTED] wrote: > lm8323_pdata is only present if CONFIG_MACH_NOKIA_N810 that's true but CONFIG_MACH_NOKIA_N810 is always true if you use n800_defconfig. Anyways, good catch. > Signed-off-by: Nick Loeve <[EMAIL PROTECTED]> > --- > arch/arm/mach-oma

[PATCH] Fix n800 build - only register HW keyboard on i2c board if CONFIG_MACH_NOKIA_N810

2008-05-02 Thread trickie
lm8323_pdata is only present if CONFIG_MACH_NOKIA_N810 Signed-off-by: Nick Loeve <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/board-n800.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-n800.c b/arch/arm/mach-omap2/board-n800.c index 8b5956b..b6

RE: [PATCH 1/7] ARM: OMAP: Add basic board support for OMAP LDP.

2008-05-02 Thread Felipe Balbi
On Fri, 2 May 2008 06:44:16 -0500, "Kamat, Nishant" <[EMAIL PROTECTED]> wrote: > Filipe, > >> -Original Message- >> From: Felipe Balbi [mailto:[EMAIL PROTECTED] >> > [. . .] > >> > + ads7846_dev_init(); >> > + omap_serial_init(); >> > + hsmmc_init(); >> >> no usb? >> How about usb_mu

RE: [PATCH 1/7] ARM: OMAP: Add basic board support for OMAP LDP.

2008-05-02 Thread Kamat, Nishant
Filipe, > -Original Message- > From: Felipe Balbi [mailto:[EMAIL PROTECTED] > [. . .] > > + ads7846_dev_init(); > > + omap_serial_init(); > > + hsmmc_init(); > > no usb? > How about usb_musb() here? > > Could you try that ? > > you'll need to include > > if it works, just appe

Re: [PATCH 1/7] ARM: OMAP: Add basic board support for OMAP LDP.

2008-05-02 Thread Felipe Balbi
On Fri, 2 May 2008 06:23:55 -0500, Nishant Kamat <[EMAIL PROTECTED]> wrote: > This adds basic board support for the OMAP3430 LDP development platform. > It adds support for the touchscreen, RTC, UART and MMC - all of which work > with little or no changes w.r.t. the OMAP3430 SDP. > > Signed-off

[PATCH 0/7] Support for OMAP3430 LDP (Zoom)

2008-05-02 Thread Kamat, Nishant
Tony, All, Following is a series of patches that add basic support for OMAP3430 LDP, also known as the Zoom development kit. Refer [1] for more info. Please consider for merging. Thanks, Nishant [1] http://focus.ti.com/general/docs/wtbu/wtbusplashcontent.tsp?templateId=6 123&contentId=36405 -

[PATCH 5/7] NET: SMC911X: Add support for OMAP LDP platform

2008-05-02 Thread Nishant Kamat
This patch adds support for OMAP LDP platform to smc911x driver. Signed-off-by: Nishant Kamat <[EMAIL PROTECTED]> --- drivers/net/Kconfig |2 +- drivers/net/smc911x.c |9 ++--- drivers/net/smc911x.h |5 + 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/driver

[PATCH 3/7] ARM: OMAP: Add NAND flash support for OMAP LDP

2008-05-02 Thread Nishant Kamat
From: Rohit Choraria <[EMAIL PROTECTED]> This patch adds NAND flash support for OMAP LDP platform. Signed-off-by: Rohit Choraria <[EMAIL PROTECTED]> Signed-off-by: Nishant Kamat <[EMAIL PROTECTED]> --- arch/arm/configs/omap_ldp_defconfig | 101 - arch/arm/mach-omap

[PATCH 7/7] ARM: OMAP: Add ethernet support for OMAP LDP

2008-05-02 Thread Nishant Kamat
This patch adds ethernet support (smc911x) for OMAP LDP platform. Signed-off-by: Nishant Kamat <[EMAIL PROTECTED]> --- arch/arm/configs/omap_ldp_defconfig | 155 - arch/arm/mach-omap2/board-ldp.c | 51 +++ include/asm-arm/arch-omap/board-ldp.h |

[PATCH 2/7] ARM: OMAP: Add default kernel config for OMAP LDP

2008-05-02 Thread Nishant Kamat
This patch adds a default config for the OMAP LDP platform. It supports UART, touchscreen, RTC and MMC drivers. Signed-off-by: Nishant Kamat <[EMAIL PROTECTED]> --- arch/arm/configs/omap_ldp_defconfig | 1038 +++ 1 files changed, 1038 insertions(+), 0 deletions(-)

[PATCH 4/7] NET: SMC911X: Driver works for SMC9211 too

2008-05-02 Thread Nishant Kamat
The smc911x driver can support SMC9211 also. This patch adds 9211 in the table of supported chip ids, and fixes the ID verification to care about only 4 nibbles. Signed-off-by: Nishant Kamat <[EMAIL PROTECTED]> --- drivers/net/smc911x.c |4 ++-- drivers/net/smc911x.h |5 - 2 files cha

[PATCH 6/7] NET: SMC911X: Fix timeout handling

2008-05-02 Thread Nishant Kamat
Due to incorrect decrement operation in the loop, the timeout value would never be zero in case of hardware error. This patch fixes the decrement operation. Signed-off-by: Nishant Kamat <[EMAIL PROTECTED]> --- drivers/net/smc911x.c |8 1 files changed, 4 insertions(+), 4 deletions(-)

[PATCH 1/7] ARM: OMAP: Add basic board support for OMAP LDP.

2008-05-02 Thread Nishant Kamat
This adds basic board support for the OMAP3430 LDP development platform. It adds support for the touchscreen, RTC, UART and MMC - all of which work with little or no changes w.r.t. the OMAP3430 SDP. Signed-off-by: Nishant Kamat <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/Kconfig |4

[PATCH 0/7] Support for OMAP3430 LDP (Zoom)

2008-05-02 Thread Nishant Kamat
Tony, All, Following is a series of patches that add basic support for OMAP3430 LDP, also known as the Zoom development kit. Refer [1] for more info. Please consider for merging. Thanks, Nishant [1] http://focus.ti.com/general/docs/wtbu/wtbusplashcontent.tsp?templateId=6123&contentId=36405

[PATCH] OMAP: EHCI: Support new USB expansion board

2008-05-02 Thread Pandita, Vikram
- Code changes for next revision of USB expansion board 750-2099-001(C) with h/w bug fixes to support ISP1504 PHY in input clocking mode - Changes tested on SDP3430 Signed-off-by: Vikram Pandita <[EMAIL PROTECTED]> --- drivers/usb/host/ehci-omap.c | 37 ++-