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

2010-12-01 Thread Nori, Sekhar
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(DA850_USB1_OC_PIN); > + int error = 0; > + > + if (handler != NULL) { > + hawk_usb_ocic_handler = handler

Re: [PATCH v4 1/2] mtd: NOR flash driver for OMAP-L137/AM17x

2010-12-01 Thread Artem Bityutskiy
On Tue, 2010-11-30 at 15:32 +0530, Savinay Dharmappa wrote: > From: David Griego > > OMAP-L137/AM17x has limited number of dedicated EMIFA > address pins, enough to interface directly to an SDRAM. > If a device such as an asynchronous flash needs to be > attached to the EMIFA, then either GPIO pi

Re: [PATCH 2/2] da850-evm: Board file modifications TI's PRU CAN.

2010-12-01 Thread Sergei Shtylyov
Hello. S.Ghosh wrote: + DA850_PRU0_R31_0, DA850_PRU1_R30_15, DA850_PRU1_R31_18, I thought you wanted to use GPIO2[0] too? [SG] -- The GPIO has been removed from this list and added separately. Where? If you intend to use GPIO2[0], you should configure PinMux for it.

[PATCH v9 1/6] davinci: EMAC support for Omapl138-Hawkboard

2010-12-01 Thread vm.rod25
From: Victor Rodriguez This patch adds EMAC support for the Hawkboard-L138 system Signed-off-by: Victor Rodriguez Tested-by: Rene Gonzalez --- arch/arm/mach-davinci/board-omapl138-hawk.c | 43 +++ 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/arch/a

[PATCH v9 0/6] Add Omapl138-Hawkboard support

2010-12-01 Thread vm.rod25
From: Victor Rodriguez This patch adds EMAC, EDMA, MMC/SD and USB OHCI support for the Hawkboard-L138 system It is under the machine name "omapl138_hawkboard". This system is based on the da850 davinci CPU architecture. Victor Rodriguez (6): davinci: EMAC support for Omapl138-Hawkboard davin

[PATCH v9 5/6] davinci: USB clocks for Omapl138-Hawkboard

2010-12-01 Thread vm.rod25
From: Victor Rodriguez This patch adds USB1.1 and USB2.0 clocks for the Hawkboard-L138 system Signed-off-by: Victor Rodriguez Tested-by: Rene Gonzalez --- arch/arm/mach-davinci/da850.c | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davin

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

2010-12-01 Thread vm.rod25
From: Victor Rodriguez This patch adds USB1.1 support for the Hawkboard-L138 system Signed-off-by: Victor Rodriguez Tested-by: Rene Gonzalez --- Notes: This patch works with da8xx_omapl_defconfig In order to test it select in menuconfig like insmodule Device Drivers ---> SCSI device su

[PATCH v9 3/6] davinci: MMC/SD and USB-OHCI configuration for Omapl138-Hawkboard

2010-12-01 Thread vm.rod25
From: Victor Rodriguez This patch defines Pin Mux configuration to enable MMC/SD and USB-OHCI on the Hawkboard-L138 system Signed-off-by: Victor Rodriguez Tested-by: Rene Gonzalez --- arch/arm/mach-davinci/da850.c|4 arch/arm/mach-davinci/include/mach/mux.h |4 2

[PATCH v9 2/6] davinci: EDMA support for Omapl138-Hawkboard

2010-12-01 Thread vm.rod25
From: Victor Rodriguez This patch adds EDMA support for the Hawkboard-L138 system Signed-off-by: Victor Rodriguez Tested-by: Rene Gonzalez --- arch/arm/mach-davinci/board-omapl138-hawk.c | 54 +++ 1 files changed, 54 insertions(+), 0 deletions(-) diff --git a/arch/a

[PATCH v9 4/6] davinci: MMC/SD support for Omapl138-Hawkboard

2010-12-01 Thread vm.rod25
From: Victor Rodriguez This patch adds MMC/SD support for the Hawkboard-L138 system Signed-off-by: Victor Rodriguez Tested-by: Rene Gonzalez --- Notes: This patch works with da8xx_omapl_defconfig In order to test it select in menuconfig like insmodule MMC/SD/SDIO card support ---> MMC

Re: [PATCHi v2 1/6] davinci vpbe: V4L2 display driver for DM644X SoC

2010-12-01 Thread Hans Verkuil
On Wednesday, December 01, 2010 17:58:35 Hadli, Manjunath wrote: > > > > You may want to consider using the new core-assisted locking support. That > > > will simplify your driver. It seems that this driver just locks at every > > > ioctl, so > > in that case it is easier to let the core do that

Re: setting gpios pinmux on a custom board

2010-12-01 Thread Raffaele Recalcati
On Wed, Dec 1, 2010 at 1:04 PM, Sergei Shtylyov wrote: > Hello. > > On 30-11-2010 23:02, Raffaele Recalcati wrote: > >> Looking at dm365.c I see that the pinmux settings are thinked for a >> particular case. >> How can I, in a clean way, to set my settings? > >> >>> By calls to

Re: [PATCH 1/2] da850-evm: Support for TI's PRU CAN Emulation.

2010-12-01 Thread Sergei Shtylyov
Hello. S.Ghosh wrote: Please don't use HTML, as it spoils message quoting when I reply. Not sure why you mention DA850 EVM in the subject -- this patch doesn't touch it. [SG] -- Should I mention it as "davinci: ". Why not just DA850? diff --git a/arch/arm/mach-da

Re: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-12-01 Thread Victor Rodriguez
On Wed, Dec 1, 2010 at 10:32 AM, Sergei Shtylyov wrote: > Hello. > > Nori, Sekhar wrote: > >> On Sat, Nov 13, 2010 at 04:08:50, vm.ro...@gmail.com wrote: >>> >>> From: Victor Rodriguez > >>> This patch defines Pin Mux configuration for MacASP >>> used on the Hawkboard-L138 system in order to add

Re: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-12-01 Thread Sergei Shtylyov
Hello. Nori, Sekhar wrote: On Sat, Nov 13, 2010 at 04:08:50, vm.ro...@gmail.com wrote: From: Victor Rodriguez This patch defines Pin Mux configuration for MacASP used on the Hawkboard-L138 system in order to add Audio support Signed-off-by: Victor Rodriguez Tested-by: Rene Gonzalez --

Re: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-12-01 Thread Victor Rodriguez
By the way I will eliminate 3 of my patches [PATCH v8 3/9] davinci: ASoC support for Omapl138-Hawkboard [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard [PATCH v8 5/9] davinci: Audio support for Omapl138-Hawkboard Because if I eliminate the McASP configuration I can not enable

RE: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-12-01 Thread Nori, Sekhar
On Wed, Dec 01, 2010 at 20:50:04, Victor Rodriguez wrote: > > Yes Sekhar I will do it right now, sorry for the delay with the other > patch that fix this The issue was not yours to fix. The generic pin lists need to be cleaned up regardless. So, don't be sorry :) Thanks, Sekhar

Re: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-12-01 Thread Victor Rodriguez
On Wed, Dec 1, 2010 at 7:32 AM, Nori, Sekhar wrote: > Hi Victor, > > On Sat, Nov 13, 2010 at 04:08:50, vm.ro...@gmail.com wrote: >> From: Victor Rodriguez >> >> This patch defines Pin Mux configuration for MacASP >> used on the Hawkboard-L138 system in order to add Audio support >> >> Signed-off-

RE: [PATCH v3 1/1] DA8XX/OMAP-L1XX: FB: Implement double buffering

2010-12-01 Thread Nori, Sekhar
On Wed, Dec 01, 2010 at 00:54:15, Caglar Akyuz wrote: > > I'll submit the patch in a few minutes. > Thanks for the super quick patch and its already queued too. http://git.kernel.org/?p=linux/kernel/git/lethal/fbdev-2.6.git;a=commit;h=93c176f39fedaeff854ccb7681d626d65bdffe52 Regards, Sekhar ___

RE: [PATCH v8 4/9] davinci: McASP configuration for Omapl138-Hawkboard

2010-12-01 Thread Nori, Sekhar
Hi Victor, On Sat, Nov 13, 2010 at 04:08:50, vm.ro...@gmail.com wrote: > From: Victor Rodriguez > > This patch defines Pin Mux configuration for MacASP > used on the Hawkboard-L138 system in order to add Audio support > > Signed-off-by: Victor Rodriguez > Tested-by: Rene Gonzalez > --- > arch/

Re: [PATCH 2/2] da850-evm: Board file modifications TI's PRU CAN.

2010-12-01 Thread S.Ghosh
Hello. On Wed, Dec 1, 2010 at 5:16 PM, Sergei Shtylyov wrote: > Hello. > > > On 01-12-2010 12:05, Subhasish Ghosh wrote: > > Signed-off-by: Subhasish Ghosh >> --- >> arch/arm/mach-davinci/board-da850-evm.c | 36 >> +++ >> 1 files changed, 36 insertions(+), 0 deleti

Re: [PATCH 1/2] da850-evm: Support for TI's PRU CAN Emulation.

2010-12-01 Thread S.Ghosh
Hello. On Wed, Dec 1, 2010 at 5:12 PM, Sergei Shtylyov wrote: > Hello. > > On 01-12-2010 12:05, Subhasish Ghosh wrote: > > Not sure why you mention DA850 EVM in the subject -- this patch doesn't > touch it. [SG] -- Should I mention it as "davinci: ". > > > The patch adds support for the pro

Re: setting gpios pinmux on a custom board

2010-12-01 Thread Sergei Shtylyov
Hello. On 30-11-2010 23:02, Raffaele Recalcati wrote: Looking at dm365.c I see that the pinmux settings are thinked for a particular case. How can I, in a clean way, to set my settings? >>> By calls to davinci_cfg_reg() or davinci_cfg_reg_list() >> ok, I'm doing that.

Re: [PATCH 2/2] da850-evm: Board file modifications TI's PRU CAN.

2010-12-01 Thread Sergei Shtylyov
Hello. On 01-12-2010 12:05, Subhasish Ghosh wrote: Signed-off-by: Subhasish Ghosh --- arch/arm/mach-davinci/board-da850-evm.c | 36 +++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-dav

Re: [PATCH] video: da8xx: Register IRQ as last thing in driver probing.

2010-12-01 Thread Paul Mundt
On Tue, Nov 30, 2010 at 10:04:14PM +0200, caglarak...@gmail.com wrote: > From: Caglar Akyuz > > Following commit exposed a bug in driver: > > "fbdev: da8xx/omap-l1xx: implement double buffering" > > Bug is, if interrupt handler is called before initialization is > finished, raster control

[PATCH 1/2] da850-evm: Support for TI's PRU CAN Emulation.

2010-12-01 Thread Subhasish Ghosh
The patch adds support for 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 Ghosh --- arch/arm/mach-davi

[PATCH 2/2] da850-evm: Board file modifications TI's PRU CAN.

2010-12-01 Thread Subhasish Ghosh
Signed-off-by: Subhasish Ghosh --- arch/arm/mach-davinci/board-da850-evm.c | 36 +++ 1 files changed, 36 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..3563a46 100644 ---