Re: [PATCH v9 6/6] davinci: USB1.1 support for Omapl138-Hawkboard

2010-12-03 Thread Victor Rodriguez
On Fri, Dec 3, 2010 at 5:51 AM, Nori, Sekhar wrote: > On Fri, Dec 03, 2010 at 06:14:39, Victor Rodriguez wrote: >> On Thu, Dec 2, 2010 at 12:49 AM, Nori, Sekhar wrote: >> > On Thu, Dec 02, 2010 at 01:02:29, vm.ro...@gmail.com wrote: >> >> +static int hawk_usb_ocic_notify(da8xx_ocic_handler_t hand

Re: [PATCH 1/2] da850: Support for TI's PRU SoftUART Emulation

2010-12-03 Thread Subhasish Ghosh
I am still receiving the alignment problems with CLK and da8xx_register_pru_suart, but the actual patch does not have them, would really appreciate any help. Not sure if this is any problem with the mail client. Attached the original patch file for reference. The CAN and UART patches are not incr

[PATCH 2/2] da850: board file modifications for PRU SUART.

2010-12-03 Thread Subhasish Ghosh
Signed-off-by: Subhasish Ghosh --- arch/arm/mach-davinci/board-da850-evm.c | 28 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c index f89b0b7..86a89b1 100644 --- a/a

[PATCH 1/2] da850: Support for TI's PRU SoftUART Emulation

2010-12-03 Thread Subhasish Ghosh
The patch adds support for emulated UART controllers on the programmable realtime unit (PRU) available on OMAPL138. This defines the system resource requirements such as pin mux, clock, iomem, interrupt etc and registers the platform device as per the Linux driver model. Signed-off-by: Subhasish G

help : DM365 JPEG decoder error 0x8800

2010-12-03 Thread tlzjhtlzjh
hi, I have encoutered a problem when I am using DM365 jpeg decoder. I capture a number of 720x576 yuv422 images, encode them and then decode them. encode process has no problem, decode process return error sometimes, and most of the time the result is correct. the extendedError of outArgs is 0

RE: [PATCH v9 6/6] davinci: USB1.1 support for Omapl138-Hawkboard

2010-12-03 Thread Nori, Sekhar
On Fri, Dec 03, 2010 at 06:14:39, Victor Rodriguez wrote: > On Thu, Dec 2, 2010 at 12:49 AM, Nori, Sekhar wrote: > > On Thu, Dec 02, 2010 at 01:02:29, vm.ro...@gmail.com wrote: > >> +static int hawk_usb_ocic_notify(da8xx_ocic_handler_t handler) > >> +{ > >> + int irq = gpio_to_irq(DA85

RE: [PATCH v3 1/2] davinci: am18x/da850/omap-l138: add support for higher speed grades

2010-12-03 Thread Nori, Sekhar
On Fri, Dec 03, 2010 at 14:31:22, Nori, Sekhar wrote: > > PLLOUT is defined in the table as the PLL Output frequency, it's not clear > > if that's before or after the post divider (seems like before given the > > block > > diagram in Figure 6-9 and a minimum value of 300 MHz). > > Yup, PLLOUT is

RE: [PATCH v3 1/2] davinci: am18x/da850/omap-l138: add support for higher speed grades

2010-12-03 Thread Nori, Sekhar
Hi Mike, On Thu, Dec 02, 2010 at 18:18:47, Michael Williamson wrote: > > +static const struct da850_opp da850_opp_456 = { > > + .freq = 456000, > > + .prediv = 1, > > + .mult = 19, > > + .postdiv= 1, > > + .cvdd_min = 130, > > + .cvdd_max