show chinese font by SimpleWidget

2009-06-03 Thread 邹卫军
In Davinci EVM demos, the character show is supported by simplewidget in the OSD. It use the FreeType 2 to render font. I want to know that whether the simplewidget and the simplewidget support the chinese font. How can I do to display chinese character on the window? help me 2009-06-03

where I can get the patch support for DM355 SDHC ?

2009-06-03 Thread e-eo
hi, everyone: I use DM355 EVM board, and it has two SD slot. The kernel version I am using is linux-2.6.1, and it just only support SD that less than 2 G. Now, my project need two SDs that support SDHC. where I can get the patch? give me some help! Best Regards! taco

Replacement for DVSPB

2009-06-03 Thread Martin Fletzer
Hi, the DVSPB on the TI homepage is indicated as obsolete. Is there a replacement? I would need H.264 video production codec, CCS, MontaVista, and a JTGA emulator for the TMDSEVM6467. Thanks! Martin Martin Fletzer Schiebel Elektronische Geraete GmbH Margaretenstrasse 112 A-1050 Vienna,

where I can get the patch support for DM355 SDHC ?

2009-06-03 Thread e-eo
hi, everyone: I use DM355 EVM board, and it has two SD slot. The kernel version I am using is linux-2.6.1, and it just only support SD that less than 2 G. Now, my project need two SDs that support SDHC. where I can get the patch? give me some help! Best Regards! taco

Re: where I can get the patch support for DM355 SDHC ?

2009-06-03 Thread Jean-Philippe François
e-eo a écrit : hi, everyone: I use DM355 EVM board, and it has two SD slot. The kernel version I am using is linux-2.6.1, and it just only support SD that less than 2 G. Now, my project need two SDs that support SDHC. where I can get the patch? give me some help! I don't think

Re: where I can get the patch support for DM355 SDHC ?

2009-06-03 Thread e-eo
Jean-Philippe François wrote: e-eo a écrit : hi, everyone: I use DM355 EVM board, and it has two SD slot. The kernel version I am using is linux-2.6.1, and it just only support SD that less than 2 G. Now, my project need two SDs that support SDHC. where I can get the patch? give me

Re: [PATCH 0/9] ARM: DaVinci: Video: DM355/DM6446 VPFE Capture driver

2009-06-03 Thread Koen Kooi
On 02-06-09 02:19, Kevin Hilman wrote: m-kariche...@ti.com writes: From: Muralidharan Karicheria0868...@gt516km11.gt.design.ti.com VPFE Capture driver for DaVinci Media SOCs :- DM355 and DM6446 These patches add support for VPFE (Video Processing Front End) based video capture on DM355 and

Re: where I can get the patch support for DM355 SDHC ?

2009-06-03 Thread taco
Jean-Philippe François wrote: e-eo a écrit : hi, everyone: I use DM355 EVM board, and it has two SD slot. The kernel version I am using is linux-2.6.1, and it just only support SD that less than 2 G. Now, my project need two SDs that support SDHC. where I can get the patch? give me

Re: where I can get the patch support for DM355 SDHC ?

2009-06-03 Thread Steve Chen
On Wed, 2009-06-03 at 18:04 +0800, taco wrote: Jean-Philippe François wrote: e-eo a écrit : hi, everyone: I use DM355 EVM board, and it has two SD slot. The kernel version I am using is linux-2.6.1, and it just only support SD that less than 2 G. Now, my project need two SDs

RE: Driver for V4L2 based video-decoder.

2009-06-03 Thread Shah, Hardik
video4linux-l...@redhat.commailto:video4linux-l...@redhat.com is the mailing list for the V4L2 framework related discussions. Regards, Hardik Shah From: davinci-linux-open-source-boun...@linux.davincidsp.com

RE: [alsa-devel] [PATCH v3 5/6] ARM: DaVinci: ASoC: Add mcasp support for DM646x

2009-06-03 Thread chaithrika
Mark, +static int davinci_i2s_mcasp_probe(struct platform_device *pdev) +{ + struct evm_snd_platform_data *parray = pdev-dev.platform_data; + struct davinci_pcm_dma_params *dma_data; + struct resource *mem, *ioarea, *res; + struct evm_snd_platform_data *pdata; Why is the

OTG support for dm355 MUSB in 2.6.30rc?

2009-06-03 Thread Koen Kooi
Hi, While going through menuconfig for dm355-leopard I noticed that MUSB lacks an OTG option, it's either host or gadget. Is this a hardware limitation? I'd like to use it as OTG and switch roles at runtime either using sysfs nodes or proper mini-a and mini-b cables. regards, Koen

RE: OTG support for dm355 MUSB in 2.6.30rc?

2009-06-03 Thread Subbrathnam, Swaminathan
Koen, Dm355 does support OTG in the hardware. You would need to merge patches (that Dave had submitted earlier) on top of the tree to get this functionality. Regards swami -Original Message- From: davinci-linux-open-source-bounces+swami.iyer=ti@linux.davincidsp.com

RE: Driver for V4L2 based video-decoder.

2009-06-03 Thread Hans Verkuil
video4linux-l...@redhat.commailto:video4linux-l...@redhat.com is the mailing list for the V4L2 framework related discussions. No, it is linux-me...@vger.kernel.org. video4linux is being phased out and I for one am no longer subscribed there. See also http://www.linuxtv.org/lists.php.

Re: where I can get the patch support for DM355 SDHC ?

2009-06-03 Thread taco
Steve Chen wrote: On Wed, 2009-06-03 at 18:04 +0800, taco wrote: Jean-Philippe François wrote: e-eo a écrit : hi, everyone: I use DM355 EVM board, and it has two SD slot. The kernel version I am using is linux-2.6.1, and it just only support SD that less than 2 G. Now,

RE: Driver for V4L2 based video-decoder.

2009-06-03 Thread Shah, Hardik
Ya, Just got out of my mind that mailing lists has changed. Regards, Hardik Shah -Original Message- From: Hans Verkuil [mailto:hverk...@xs4all.nl] Sent: Wednesday, June 03, 2009 4:59 PM To: Shah, Hardik Cc: zaheer_mu...@mindtree.com; davinci-linux-open-source@linux.davincidsp.com

Re: OTG support for dm355 MUSB in 2.6.30rc?

2009-06-03 Thread Koen Kooi
On 03-06-09 13:23, Subbrathnam, Swaminathan wrote: Koen, Dm355 does support OTG in the hardware. You would need to merge patches (that Dave had submitted earlier) on top of the tree to get this functionality. The only patches that turn up when searching for 'dm355' on linux-usb are said to

Re: OTG support for dm355 MUSB in 2.6.30rc?

2009-06-03 Thread Steve Chen
On Wed, 2009-06-03 at 13:16 +0200, Koen Kooi wrote: Hi, While going through menuconfig for dm355-leopard I noticed that MUSB lacks an OTG option, it's either host or gadget. Is this a hardware limitation? I'd like to use it as OTG and switch roles at runtime either using sysfs nodes or

RE: [PATCH 1/9] vpfe-capture bridge driver for DM355 DM6446

2009-06-03 Thread Karicheri, Muralidharan
Laurent, See my responses below. I have accepted and modified the code based on your comments. Few are discussed here for conclusion. Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 Phone : 301-515-3736 email: m-kariche...@ti.com +#include media/tvp514x.h

Re: [PATCH 0/9] ARM: DaVinci: Video: DM355/DM6446 VPFE Capture driver

2009-06-03 Thread Kevin Hilman
Koen Kooi k.k...@student.utwente.nl writes: On 02-06-09 02:19, Kevin Hilman wrote: m-kariche...@ti.com writes: From: Muralidharan Karicheria0868...@gt516km11.gt.design.ti.com VPFE Capture driver for DaVinci Media SOCs :- DM355 and DM6446 These patches add support for VPFE (Video

Re: [PATCH] DaVinci SPI Support

2009-06-03 Thread Kevin Hilman
Paulraj, Sandeep s-paul...@ti.com writes: -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Tuesday, June 02, 2009 5:37 PM To: Paulraj, Sandeep Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: [PATCH] DaVinci SPI Support

Re: about framebuffer driver on DM355 EVM.

2009-06-03 Thread Kevin Hilman
Jeff jy...@ailips.com writes: Kevin Hilman, When I booted DM355 EVM using new kernel 2.6.30, I can not get frame buffer devices (/dev/fb). My boot options was video=davincifb:vid0=720x576x16,2500K:vid1=720x576x16,2500K:osd0=720x576x16 ,2025K output=pal format=composite. During the kernel

Re: OTG support for dm355 MUSB in 2.6.30rc?

2009-06-03 Thread Kevin Hilman
Subbrathnam, Swaminathan swami.i...@ti.com writes: Koen, Dm355 does support OTG in the hardware. You would need to merge patches (that Dave had submitted earlier) on top of the tree to get this functionality. Hi Swami, Can you send a ref/link to the patches you're referring to? These

Re: [PATCH 0/9] ARM: DaVinci: Video: DM355/DM6446 VPFE Capture driver

2009-06-03 Thread Koen Kooi
On 03-06-09 19:34, Kevin Hilman wrote: Koen Kooik.k...@student.utwente.nl writes: On 02-06-09 02:19, Kevin Hilman wrote: m-kariche...@ti.com writes: From: Muralidharan Karicheria0868...@gt516km11.gt.design.ti.com VPFE Capture driver for DaVinci Media SOCs :- DM355 and DM6446 These

Re: [patch davinci-git] Simplify code to calculate MMC/SD memory clock divide

2009-06-03 Thread Kevin Hilman
Steve Chen sc...@mvista.com writes: From: Steve Chen sc...@mvista.com Simplify code to calculate MMC/SD memory clock divide. This looks good to me. Purushotam, Vipin, any comments? If looks good, please pull into your driver for upstream submission, then ack this patch and I'll pull it into

Re: [PATCH] ARM: Davinci - Put WDT platform_device in soc_info structure

2009-06-03 Thread Kevin Hilman
Mark A. Greer mgr...@mvista.com writes: From: Mark A. Greer mgr...@mvista.com The davinci timer code currently references the watchdog timer's device structure and the base address for the WDT. However, the device structure is referenced by directly accessing the WDT's platform_data and

[PATCH 6/6] DaVinci DM365 Specific MACROs

2009-06-03 Thread s-paulraj
Patch Updates the existing header files with DM365 specific entries and adds a new DM365 specific header file Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- arch/arm/mach-davinci/include/mach/dm365.h | 31 ++ arch/arm/mach-davinci/include/mach/irqs.h | 89

[PATCH 3/6] DM365 SOC specific File

2009-06-03 Thread s-paulraj
Patch adds DM365 SOC specific entries related to clocks on the DM365 SOC. Patch also assigns priorities to IRQs on the DM365 Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- arch/arm/mach-davinci/dm365.c | 660 + 1 files changed, 660 insertions(+), 0

[PATCH 4/6] DaVinci DM365 EVM Support

2009-06-03 Thread s-paulraj
Patch adds support for the DM365 EVM Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- arch/arm/mach-davinci/board-dm365-evm.c | 78 +++ 1 files changed, 78 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-davinci/board-dm365-evm.c diff --git

Re: OTG support for dm355 MUSB in 2.6.30rc?

2009-06-03 Thread Sergei Shtylyov
Hello. Koen Kooi wrote: On 03-06-09 13:23, Subbrathnam, Swaminathan wrote: Koen, Dm355 does support OTG in the hardware. You would need to merge patches (that Dave had submitted earlier) on top of the tree to get this functionality. The only patches that turn up when searching for

RE: [PATCH 1/6] DaVinci: Adding DM365 defconfig

2009-06-03 Thread Grosen, Mark
The DM365 is a new SoC from TI, introduced earlier this year, that is largely a superset of the DM355. Technical documentation is available here: http://focus.ti.com/docs/prod/folders/print/tms320dm365.html Mark -Original Message- From:

Re: [PATCH 1/1] Prevent a segmentation fault when MMC DMA transfer failed.

2009-06-03 Thread David Brownell
On Wednesday 28 January 2009, Hugo Villeneuve wrote: The segmentation fault is caused when accessing a potential NULL host-data structure. What's the status of finding the *underlying* bug of which this was just a hard-to-observe symptom? (I've never seen it, FWIW; the MMC driver has been

Re: OTG support for dm355 MUSB in 2.6.30rc?

2009-06-03 Thread Koen Kooi
On 03-06-09 23:05, Sergei Shtylyov wrote: Hello. Koen Kooi wrote: On 03-06-09 13:23, Subbrathnam, Swaminathan wrote: Koen, Dm355 does support OTG in the hardware. You would need to merge patches (that Dave had submitted earlier) on top of the tree to get this functionality. The only

Re: [PATCH 2/6] Adding DM365 specific entries to makefile/Kconfig

2009-06-03 Thread Kevin Hilman
s-paul...@ti.com writes: Patch adds DM365 entries in the Kconfig and makefile Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- arch/arm/mach-davinci/Kconfig | 12 arch/arm/mach-davinci/Makefile |2 ++ 2 files changed, 14 insertions(+), 0 deletions(-) You should

Re: [PATCH 2/6] Adding DM365 specific entries to makefile/Kconfig

2009-06-03 Thread Kevin Hilman
s-paul...@ti.com writes: Patch adds DM365 entries in the Kconfig and makefile Signed-off-by: Sandeep Paulraj s-paul...@ti.com Please update this series against current DaVinci git. This is based on an old HEAD before the merge with upstream code. Kevin --- arch/arm/mach-davinci/Kconfig

Re: [PATCH 3/6] DM365 SOC specific File

2009-06-03 Thread David Brownell
On Wednesday 03 June 2009, s-paul...@ti.com wrote: + +static int __init dm365_init_devices(void) +{ +   if (!cpu_is_davinci_dm365()) +   return 0; + +   return 0; +} +postcore_initcall(dm365_init_devices); That's useless...

Re: about framebuffer driver on DM355 EVM.

2009-06-03 Thread David Brownell
On Wednesday 03 June 2009, Kevin Hilman wrote: While the davincifb driver is registered by the kernel, the DM355 board code does not register a corresponding device, so the probe method is never called. Looking through the board code, the only board code that registers a davincifb device is

RE: [PATCH 3/6] DM365 SOC specific File

2009-06-03 Thread Paulraj, Sandeep
-Original Message- From: David Brownell [mailto:davi...@pacbell.net] Sent: Wednesday, June 03, 2009 5:51 PM To: davinci-linux-open-source@linux.davincidsp.com Cc: Paulraj, Sandeep Subject: Re: [PATCH 3/6] DM365 SOC specific File On Wednesday 03 June 2009, s-paul...@ti.com wrote:

Re: where I can get the patch support for DM355 SDHC ?

2009-06-03 Thread David Brownell
On Wednesday 03 June 2009, e-eo wrote:        I use DM355 EVM board, and it has two SD slot. The kernel   version I am using is linux-2.6.1, and it just only support SD that less than 2 G. Now, my project need two SDs that support SDHC. where I can get the patch? My general advice in such

Re: OTG support for dm355 MUSB in 2.6.30rc?

2009-06-03 Thread David Brownell
On Wednesday 03 June 2009, Kevin Hilman wrote: Dm355 does support OTG in the hardware.  You would need to merge patches (that Dave had submitted earlier) on top of the tree to get this functionality. Can you send a ref/link to the patches you're referring to?  These should be merged

Re: [PATCH] ARM: Davinci - Put WDT platform_device in soc_info structure

2009-06-03 Thread Mark A. Greer
On Wed, Jun 03, 2009 at 12:28:27PM -0700, Kevin Hilman wrote: Mark A. Greer mgr...@mvista.com writes: From: Mark A. Greer mgr...@mvista.com The davinci timer code currently references the watchdog timer's device structure and the base address for the WDT. However, the device

RE: [PATCH] DaVinci SPI Support

2009-06-03 Thread Paulraj, Sandeep
-Original Message- From: David Brownell [mailto:davi...@pacbell.net] Sent: Wednesday, June 03, 2009 6:41 PM To: Paulraj, Sandeep Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: [PATCH] DaVinci SPI Support Some key problems with this code *still* haven't been

Re: [PATCH 6/6] DaVinci DM365 Specific MACROs

2009-06-03 Thread Kevin Hilman
s-paul...@ti.com writes: Patch Updates the existing header files with DM365 specific entries and adds a new DM365 specific header file Signed-off-by: Sandeep Paulraj s-paul...@ti.com You need to add header files in the same patch as the code that uses them in order for git bisect to work.

Re: [PATCH v3 2/2] ARM: DaVinci: Enable EDMA support for dm646x

2009-06-03 Thread David Brownell
On Monday 01 June 2009, Sudhakar Rajashekhara wrote: +static void __init map_dmach_param(unsigned ctlr) +{ +   int i; +   for (i = 0; i EDMA_MAX_DMACH; i++) +   edma_write_array(ctlr, EDMA_DCHMAP , i , (i 5)); +} Best to do this only for valid DMA event numbers. There

Re: [PATCH 3/6] DM365 SOC specific File

2009-06-03 Thread Kevin Hilman
Paulraj, Sandeep s-paul...@ti.com writes: [...] You added sysclk5-9, but dropped sysclkbp. Looks like there's a sysckbp in the spec, and is used as USB ref clock. [Sandeep] will add but I believe there are multiple ways to source USB clock. OK, but all the sources should still be defined.

Re: [PATCH 2.6.30-rc6 1/3] NAND: Add page parameter to all read_page/read_page_raw APIs

2009-06-03 Thread David Brownell
On Monday 01 June 2009, Paulraj, Sandeep wrote: Anything comments on this patch? I think Sneha was going to reissue the third patch, to address some minor goofage with the OOB layout used. Once that's done, it looked to me like it was time to just queue these three patches for 2.6.31 ... nobody

Re: about usb unstable issue.

2009-06-03 Thread David Brownell
On Tuesday 19 May 2009, Jeff wrote: musb_host.c : musb_h_tx_flush_fifo : Could not flush host TX fifo: csr: 2300 There were some bugs in TX fifo flushing; patches are in the USB queue. ___ Davinci-linux-open-source mailing list

RE: [PATCH 3/6] DM365 SOC specific File

2009-06-03 Thread Paulraj, Sandeep
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Wednesday, June 03, 2009 7:41 PM To: Paulraj, Sandeep Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: [PATCH 3/6] DM365 SOC specific File Paulraj, Sandeep s-paul...@ti.com writes:

Re: OMAP-L137/DA830 Issues

2009-06-03 Thread Mark A. Greer
On Wed, May 20, 2009 at 09:39:09AM +0200, Tobias Knutsson wrote: Excellent! Thank you very much for that. Now, from what I can tell, there seems to be some peripherals still missing. Though I cannot promise any results, I would like to help. Is there anything in particular that I should look

[PATCH 2/2] ARM: da830 - Add support for DA830/OMAP-L137 EVM

2009-06-03 Thread Mark A. Greer
From: Mark A. Greer mgr...@mvista.com Add support for the DA830/OMAP-L137 Evaluation Module (EVM) from TI. The EVM has User Interface (UI) and Audio cards that can be connected which contain various devices. Support for those devices and ones on the EVM will be added in subsequent patches.

RE: [PATCH 2.6.30-rc6 1/3] NAND: Add page parameter to all read_page/read_page_raw APIs

2009-06-03 Thread Paulraj, Sandeep
Ok. I'll be submitting that patch as Sneha is unavailable for the next 5 weeks From: David Brownell [davi...@pacbell.net] Sent: Wednesday, June 03, 2009 7:42 PM To: davinci-linux-open-source@linux.davincidsp.com Cc: Paulraj, Sandeep; Narnakaje,

about boot options for DM355 EVM

2009-06-03 Thread taco
hi, all, I compile linux-2.6.30-rc7-davinci with boot option console=ttyS0,115200n8 noinitrd rw ip=192.168.0.104 root=/dev/nfs nfsroot=192.168.0.108:/home/workdir/filesys, nolock mem=116M, but it doesn't work. it appears error as below: