Re: Issue in oamp nand driver with 32-bit reads in prefetch mode

2010-01-10 Thread Artem Bityutskiy
On Thu, 2009-12-31 at 17:50 +0530, Vimal Singh wrote: There is a bug in nand prefetch read routine, which comes into effect only if nand device is a 16-bit device (as we have in zoom boards). This bug is effective only with below combination of conditions: 1. nand deivce, in use, is a 16 bit

Re: [PATCH] omap2/3: mtd: fix compile warning

2010-01-10 Thread Artem Bityutskiy
On Tue, 2009-12-29 at 16:04 +0530, Sanjeev Premi wrote: This patch fixes following compile warning: drivers/mtd/nand/omap2.c:508: warning: passing argumen t 2 of 'omap_nand_dma_transfer' discards qualifiers fr om pointer target type Signed-off-by: Sanjeev Premi pr...@ti.com ---

Re: [PATCH 01/12] omap: McBSP: Fix possible port lockout

2010-01-10 Thread Janusz Krzysztofik
Friday 08 January 2010 18:14:06 Sergei Shtylyov napisaƂ(a): Tony Lindgren wrote: From: Janusz Krzysztofik jkrzy...@tis.icnet.pl In its current form, the omap_mcbsp_request() function can return after irq_request() failure without any cleanups, effectively locking out the port forever

[PATCH] Remove unnecessarily .init initializers from OMAP3 clocks

2010-01-10 Thread Russell King - ARM Linux
The first thing that omap2_init_clksel_parent() does is check for a non-zero .clksel field in the struct clk. Therefore, it is pointless calling this function on clocks where the clksel field is unset. Remove init calls to omap2_init_clksel_parent() on clocks without a clksel field.

RE: [PATCH] OMAP: Exporting functions doing common register access

2010-01-10 Thread Aggarwal, Anuj
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Aggarwal, Anuj Sent: Thursday, January 07, 2010 7:40 PM To: Paul Walmsley; Jarkko Nikula Cc: linux-omap@vger.kernel.org; alsa-de...@alsa-project.org; Lohithakshan,

RE: [PATCH 0/6] Regulator: Removing common code for TWL4030 PMIC from various OMAP3 board-evms

2010-01-10 Thread Aggarwal, Anuj
-Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Saturday, January 09, 2010 3:57 AM To: Aggarwal, Anuj Cc: linux-omap@vger.kernel.org; broo...@opensource.wolfsonmicro.com; l...@slimlogic.co.uk Subject: Re: [PATCH 0/6] Regulator: Removing common code

Re: [PATCH 0/10] OPP layer and additional cleanups.

2010-01-10 Thread Romit Dasgupta
lets make the list implementation as a seperate series and discuss this. I am guessing that there could be wrapper apis which would could optimize the implementation while maintaining the overall APIs allowing other dependent users to continue. I will reserve my comments till we see the

RE: [PATCH] OMAP3 PM: Disable SR only during Device Retention/OFF

2010-01-10 Thread Sripathy, Vishwanath
Kevin, Can you pls take this patch if there are no comments? Regards Vishwa -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Sripathy, Vishwanath Sent: Thursday, January 07, 2010 11:22 AM To: linux-omap@vger.kernel.org

[PM-WIP-OPP] [PATCH] cleaner ceil function for uv to vsel conversion

2010-01-10 Thread Romit Dasgupta
Cleaner ceil function. Signed-off-by: Romit Dasgupta ro...@ti.com --- diff --git a/arch/arm/plat-omap/opp_twl_tps.c b/arch/arm/plat-omap/opp_twl_tps.c index e0db39b..1caa414 100644 --- a/arch/arm/plat-omap/opp_twl_tps.c +++ b/arch/arm/plat-omap/opp_twl_tps.c @@ -36,14 +36,7 @@ unsigned long

[PATCH] OMAP3: hwmod: support to specify the offset position of various SYSCONFIG register bits.

2010-01-10 Thread Thara Gopinath
In OMAP3 Some modules like Smartreflex do not have the regular sysconfig register.Instead clockactivity bits are part of another register at a different bit position than the usual bit positions 8 and 9. In OMAP4, a new scheme is available due to the new protocol between the PRCM and the IPs.

RE: [PATCH] ARM: OMAP4: Power Domains: Remove the return as power domain framework is in place

2010-01-10 Thread Pagare, Abhijit
Sergio, I have taken care of that in my other patches, which I had posted earlier. They are not in mainline yet but are lined up for the next release. You can find the same here. http://marc.info/?l=linux-omapm=126088474831309w=2 Do let me know if you have any further questions. Best

[PATCH 3/3] OMAP4: clocks: Fix the clksel_rate struct DPLL divs

2010-01-10 Thread Rajendra Nayak
For all DPLL's the valid dividers are same as the values to be programmed in the register. 0 is an invalid value. The changes are generated by updating the script which autogenerates the file modifed in the patch. Signed-off-by: Rajendra Nayak rna...@ti.com ---

[PATCH 2/3] OMAP4: PRCM: Fix the base address for CHIRONSS reg defines

2010-01-10 Thread Rajendra Nayak
The CHIRONSS has its own local PRCM module and the register defines need to use the CHIRONSS base and not the PRM base. The changes are generated by updating the script which autogenerates the file modifed in the patch. Signed-off-by: Rajendra Nayak rna...@ti.com --- arch/arm/mach-omap2/prm.h

[PATCH 0/3-V1] Add base addr bit defination for AM35xx IPSS modules

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com AM35xx (AM3517/05) has few additional modules under IPSS (IP SubSystem), like VPFE, CPGMAC and USBOTG. This patch adds/updates the corresponding base addresses, interrupt number, and control module bit definations for the same. Please note that the OMAP34xx

[PATCH 1/3-V1] AM35xx: Introduce am35xx.h file

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Add base address definations for new AM35xx IPSS modules, like VPFE, USBOTG, CPGMAC. Please note that the OMAP34xx IVA2 memory space is being used for AM35xx IPSS modules. Signed-off-by: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Sriramakrishnan

[PATCH 3/3-V1] AM35xx: Update irq.h for AM35xx IPSS module interrupts

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/plat-omap/include/plat/irqs.h | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/include/plat/irqs.h b/arch/arm/plat-omap/include/plat/irqs.h

[PATCH 2/3-V1] AM35xx: Add AM35xx intr_clr sw_rst cntrl reg bit defination

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com AM3517/05 has few additional control module registers to control the new IP's, like VPFE, USBOTG, CPGMAC. This patch adds the bit defination for INTR_CLR and SW_RST control register. Signed-off-by: Vaibhav Hiremath hvaib...@ti.com ---

[PATCH 0/3] OMAP4: prcm/clock fixes

2010-01-10 Thread Nayak, Rajendra
Hi, This series contains prcm register def fixes and clock framework fixes for omap4. The patches are generated by updating the scripts which autogenerate the files modified. They apply on latest mainline kernel and are intended for the .33-rc series. regards, Rajendra Rajendra Nayak (3):

[PATCH 0/4-V1] Add support for I2C based devices to AM3517EVM

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com This series of patchset adds platform hook-up interface for I2C based devices to AM3517 - - Real Time Clock (S35390A) - TouchScreen (TSC2004) - I2C GPIO Expander (TCA6416) Changes from last submission - - As per Kevin's

[PATCH 2/4-V1] AM3517: Enable TSC2004 driver support for AM3517EVM

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Add platform hook-up interface to support touch-Screen driver (TSC2004). Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 60 + 1 files changed, 60 insertions(+), 0 deletions(-)

[PATCH 3/4-V1] AM3517: Enable RTC driver support for AM3517EVM

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Add platform hook-up interface to support RTC driver (S35390A). Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 30 ++ 1 files changed, 26 insertions(+), 4 deletions(-) diff --git

[PATCH 1/4-V1] AM3517: Enable basic I2C Support

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Add basic I2C board Hook-up support, where all the 3 I2C instances are getting registered. Signed-off-by: Vaibhav Hiremath hvaib...@ti.com --- arch/arm/mach-omap2/board-am3517evm.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff

[PATCH 4/4-V1] AM3517: Enable I2C-GPIO Expander driver support for AM3517EVM

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Add platform hook-up interface to support I2C based GPIo expander (TCA6416). There are 3 instances of I2C Expander on AM3517EVM, - One is over I2C-2 mounted on Base board - Two are over I2C3 mounted on UI Card Signed-off-by: Vaibhav

RE: [PATCH 2/3] Input:TouchScreen: Introduce TSC2004 driver support

2010-01-10 Thread Hiremath, Vaibhav
-Original Message- From: Hiremath, Vaibhav Sent: Thursday, November 19, 2009 8:17 PM To: linux-in...@vger.kernel.org Cc: linux-omap@vger.kernel.org; Hiremath, Vaibhav Subject: [PATCH 2/3] Input:TouchScreen: Introduce TSC2004 driver support From: Vaibhav Hiremath hvaib...@ti.com

RE: [PATCH 0/2] OMAP3: Add V4L2 display driver support

2010-01-10 Thread Hiremath, Vaibhav
-Original Message- From: Hiremath, Vaibhav Sent: Monday, January 04, 2010 8:12 PM To: linux-me...@vger.kernel.org Cc: linux-omap@vger.kernel.org; hverk...@xs4all.nl; t...@atomide.com; Hiremath, Vaibhav Subject: [PATCH 0/2] OMAP3: Add V4L2 display driver support From: Vaibhav

RE: [PATCH 0/9] Feature enhancement of VPFE/CCDC Capture driver

2010-01-10 Thread Hiremath, Vaibhav
-Original Message- From: Hiremath, Vaibhav Sent: Monday, January 04, 2010 7:33 PM To: linux-me...@vger.kernel.org Cc: linux-omap@vger.kernel.org; hverk...@xs4all.nl; davinci-linux- open-sou...@linux.davincidsp.com; Karicheri, Muralidharan; Hiremath, Vaibhav Subject: [PATCH 0/9]

Re: Issue in oamp nand driver with 32-bit reads in prefetch mode

2010-01-10 Thread Vimal Singh
On Sun, Jan 10, 2010 at 2:16 PM, Artem Bityutskiy dedeki...@gmail.com wrote: On Thu, 2009-12-31 at 17:50 +0530, Vimal Singh wrote: There is a bug in nand prefetch read routine, which comes into effect only if nand device is a 16-bit device (as we have in zoom boards). This bug is effective

RE: [PATCH 0/6] Added DSS2/FBDEV support for OMAP3EVM AM3517EVM

2010-01-10 Thread Hiremath, Vaibhav
\ -Original Message- From: Hiremath, Vaibhav Sent: Monday, January 04, 2010 8:04 PM To: linux-omap@vger.kernel.org Cc: tomi.valkei...@nokia.com; t...@atomide.com; Hiremath, Vaibhav Subject: [PATCH 0/6] Added DSS2/FBDEV support for OMAP3EVM AM3517EVM From: Vaibhav Hiremath

[PATCH 1/3] omap iommu: cleanup iommu page address mask and definitions

2010-01-10 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/plat-omap/iopgtable.h | 50 +++ 1 files changed, 39 insertions(+), 11 deletions(-) diff --git a/arch/arm/plat-omap/iopgtable.h

[PATCH 3/3] omap iommu: fix incorrect address for supersection 1st entry

2010-01-10 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com Signed-off-by: Hari Nagalla hnaga...@ti.com --- arch/arm/plat-omap/iommu.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/iommu.c

[PATCH 2/3] omap iommu: fix incorrect address for large page 1st entry

2010-01-10 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com Reported-by: Hari Nagalla hnaga...@ti.com Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com Signed-off-by: Hari Nagalla hnaga...@ti.com --- arch/arm/plat-omap/iommu.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git