RE: OMAP3530 EVM Sources are on linux.omap.com

2008-06-02 Thread Syed Mohammed, Khasim
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prashant K > Sent: Monday, June 02, 2008 12:29 PM > To: Syed Mohammed, Khasim > Cc: linux-omap@vger.kernel.org > Subject: OMAP3530 EVM Sources are on linux.omap.com > > Hi, > I have OMAP3530 EVM version _

RE: [PATCH 1/1] Added sleep support to UART

2008-06-02 Thread Tero.Kristo
Hi, This patch currently depends on at least one of the PM workaround patches from Jouni Hogander. Namely this one: [PATCH 07/10] 34XX: PM: Workaround to check whether any fck is active before entering sleep Sorry I think I forgot to mention this in the patch note. Should we change the patch in

Re: zlib error in x-windows on omap osk

2008-06-02 Thread mohammed shareef
Am not using maemo.. am trying to build xwindows for omap5912 osk following the instructions in the below link: http://linux.omap.com/pipermail/linux-omap-open-source/2005-March/003174.html On Mon, Jun 2, 2008 at 2:44 PM, Felipe Balbi <[EMAIL PROTECTED]> wrote: > > > On Mon, 2 Jun 2008 14:36:06 +0

[PATCH 3/3] ARM: OMAP: SmartReflex driver: integration to linux-omap

2008-06-02 Thread Kalle Jokiniemi
- Changed register accesses to use prm_{read,write}_mod_reg and prm_{set,clear,rmw}_mod_reg_bits() functions instread of "REG_X = REG_Y" type accesses. - Changed direct register clock enables/disables to clockframework calls. - replaced cpu-related #ifdefs with if (cpu_is_()) calls. - re

[PATCH 2/3] ARM: OMAP: SmartReflex driver: added required register and bit definitions.

2008-06-02 Thread Kalle Jokiniemi
Added new register and bit definitions to enable Smartreflex driver integration. Also PRM_VC_SMPS_SA bit definitions' naming was changed to match the naming of other similar bit definitions. Signed-off-by: Kalle Jokiniemi <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/prm-regbits-34xx.h | 27 +

[PATCH 1/3] ARM: OMAP: SmartReflex driver, reference source and header files

2008-06-02 Thread Kalle Jokiniemi
The following patch set integrates TI's SmartReflex driver. SmartReflex is a module that adjusts OMAP3 VDD1 and VDD2 operating voltages around the nominal values of current operating point depending on silicon characteristics and operating conditions. The driver creates two sysfs entries into /sys

[PATCH 0/3] ARM: OMAP: SmartReflex driver

2008-06-02 Thread Kalle Jokiniemi
Here is an updated version of the SmartReflex driver. Patches 1 and 2 are same as before, but patch 3 has some new things: - Changed the register accessing to use the prm_xxx_mod_reg{_bits}() functions. - Created a Kconfig entry for SmartReflex in "System type->TI OMAP Implementations" menu.

Re: zlib error in x-windows on omap osk

2008-06-02 Thread mohammed shareef
Where can i get the development version of zlib? but its is not discussed in the tutorial. On Sun, Jun 1, 2008 at 2:59 PM, Felipe Balbi <[EMAIL PROTECTED]> wrote: > > > On Sun, 1 Jun 2008 11:55:11 +0530, "mohammed shareef" <[EMAIL PROTECTED]> > wrote: >> Hi Felipe, >> >> what is zlib-dev? >> >> as

Re: zlib error in x-windows on omap osk

2008-06-02 Thread Felipe Balbi
On Mon, 2 Jun 2008 14:36:06 +0530, "mohammed shareef" <[EMAIL PROTECTED]> wrote: > Where can i get the development version of zlib? but its is not > discussed in the tutorial. $ apt-cache search zlib dev ;-) Are you using maemo sdk? If they don't have zlib1g-dev you're gonna have to rebuild the

FW: driver DVI output OMAP3 EVM

2008-06-02 Thread Syed Mohammed, Khasim
Resending: I think you have received the attachments if not do let me know. > -Original Message- > From: [EMAIL PROTECTED] [mailto:linux-omap-open-source- > [EMAIL PROTECTED] On Behalf Of Royer, Fabien > Sent: Monday, June 02, 2008 4:55 PM > To: [EMAIL PROTECTED] > Subject: driver DVI outp

Re: [PATCH 0/3] ARM: OMAP: SmartReflex driver

2008-06-02 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 2 jun 2008, om 13:29 heeft Kalle Jokiniemi het volgende geschreven: Here is an updated version of the SmartReflex driver. Patches 1 and 2 are same as before, but patch 3 has some new things: - Changed the register accessing to use the prm_xxx_

RE: [PATCH 0/3] ARM: OMAP: SmartReflex driver

2008-06-02 Thread TK, Pratheesh Gangadhar
Koen, You need to use NTargets from E-fuse for the correct operation. If E-fuse reads zero, then you are using a device without SmartReflex support or not guaranteed at least. #define CONTROL_FUSE_OPP1_VDD1 0x48002380 #define CONTROL_FUSE_OPP2_VDD1 0x48002384 #define CONTROL

user space program for omap gpio

2008-06-02 Thread mohammed shareef
Hi, i want to access the omap5912 GPIO pins from user space... like reading the pin or writing to it from a user space program. is it possible? thanx and regards, Shareef -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [EMAIL PROTECTED] More ma

Re: [PATCH 1/1] Added sleep support to UART

2008-06-02 Thread Tony Lindgren
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [080602 01:09]: > Hi, > > This patch currently depends on at least one of the PM workaround > patches from Jouni Hogander. Namely this one: > > [PATCH 07/10] 34XX: PM: Workaround to check whether any fck is active > before entering sleep > > Sorry I think

Re: user space program for omap gpio

2008-06-02 Thread Felipe Balbi
On Mon, Jun 02, 2008 at 10:28:02PM +0530, mohammed shareef wrote: > Hi, > > i want to access the omap5912 GPIO pins from user space... like > reading the pin or writing to it from a user space program. is it > possible? Maybe you can use gpio-switch for reading. But for writing, then you would ha

omap5912-osk bad magic number

2008-06-02 Thread mohammed shareef
Hi, i tried to re-compile my kernel by adding a few features and then transfered the new image using u-boot. Unfortunately am getting the following error: ## Booting image at 0010 ... Bad Magic Number OMAP5912 OSK # The transfer seems to be complete and proper. all the environment variables

Re: omap5912-osk bad magic number

2008-06-02 Thread Felipe Balbi
On Mon, Jun 02, 2008 at 11:13:48PM +0530, mohammed shareef wrote: > Hi, > > i tried to re-compile my kernel by adding a few features and then > transfered the new image using u-boot. Unfortunately am getting the > following error: > > ## Booting image at 0010 ... > Bad Magic Number > OMAP5912

[Question] MUSB: why not clear DMA interrupt in musbhsdma.c?

2008-06-02 Thread Bryan Wu
Hi folks, I am trying to enable the whole musb HS DMA code on Blackfin. But found the is no place to clean the DMA interrupt flag in musbhsdma.c. As a result, the irq always happens with the same DMA irq source. I add some code to clear the DMA interrupt. Did I miss something here? After enabling

Re: [Question] MUSB: why not clear DMA interrupt in musbhsdma.c?

2008-06-02 Thread Bryan Wu
On Tue, Jun 3, 2008 at 12:27 PM, Gadiyar, Anand <[EMAIL PROTECTED]> wrote: >> Hi folks, >> >> I am trying to enable the whole musb HS DMA code on Blackfin. But >> found the is no place to clean the DMA interrupt flag in musbhsdma.c. >> As a result, the irq always happens with the same DMA irq sourc

RE: [Question] MUSB: why not clear DMA interrupt in musbhsdma.c?

2008-06-02 Thread Gadiyar, Anand
> Hi folks, > > I am trying to enable the whole musb HS DMA code on Blackfin. But > found the is no place to clean the DMA interrupt flag in musbhsdma.c. > As a result, the irq always happens with the same DMA irq source. I > add some code to clear the DMA interrupt. Did I miss something here? The

Request for the ramdisk_ks.gz file

2008-06-02 Thread ananth
Hi All Does any one had the original ramdisk_ks.gz from the URL : http://www.wearablegroup.org/software/ramdisk ? I am not able to access this site now. It looks like this site is expired Thank you Regards Ananth -- To unsubscribe from this list:

RE: [PATCH 0/3] ARM: OMAP: SmartReflex driver

2008-06-02 Thread Kalle Jokiniemi
Hi Pratheesh, On ma, 2008-06-02 at 20:28 +0530, ext TK, Pratheesh Gangadhar wrote: > Koen, > > You need to use NTargets from E-fuse for the correct operation. If E-fuse > reads zero, then you are using a device without SmartReflex support or not > guaranteed at least. > > #define CONTROL_FUSE_

[no subject]

2008-06-02 Thread Ananth M
Hi All Does any one has the ramdisk_ks.gz file ? I checked for the site : http://www.wearablegroup.org/software/ramdisk But I am not able to fine this site now? ( looks like the site validity is expired ) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body