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

2010-01-10 Thread Hiroshi DOYU
From: Hiroshi DOYU Reported-by: Hari Nagalla Signed-off-by: Hiroshi DOYU Signed-off-by: Hari Nagalla --- arch/arm/plat-omap/iommu.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/plat-omap/iommu.c b/arch/arm/plat-omap/iommu.c index c0ff1e3..ccf25b3 100644

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

2010-01-10 Thread Hiroshi DOYU
From: Hiroshi DOYU Signed-off-by: Hiroshi DOYU --- arch/arm/plat-omap/iopgtable.h | 50 +++ 1 files changed, 39 insertions(+), 11 deletions(-) diff --git a/arch/arm/plat-omap/iopgtable.h b/arch/arm/plat-omap/iopgtable.h index 37dac43..ab23b6a 100644 --- a/

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

2010-01-10 Thread Hiroshi DOYU
From: Hiroshi DOYU Signed-off-by: Hiroshi DOYU Signed-off-by: Hari Nagalla --- arch/arm/plat-omap/iommu.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/iommu.c b/arch/arm/plat-omap/iommu.c index ccf25b3..ce0072a 100644 --- a/arch/arm/plat-omap/iom

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 Hirem

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 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 only with below

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

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: Vai

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 > > Sign

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

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

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

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath 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 Hiremath --- arch/arm

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

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

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

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

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

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath 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 comment, added more d

[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): OMAP4

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

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath 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 --- arch/arm/plat-omap/include/plat/control.h | 17 ++

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

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath --- 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 index 97d6c50..e0d5092 100644 --

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

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath 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 Signed-off-by: Sriramakrishnan --- arch/arm/mach-omap2/board-am35

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

2010-01-10 Thread hvaibhav
From: Vaibhav Hiremath 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 IVA2 memory spa

[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 --- arch/arm/mach-omap2/clock44xx_data.c | 62

[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 --- arch/arm/mach-omap2/prm.h |2 ++ a

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-omap&m=126088474831309&w=2 Do let me know if you have any further questions. Best

[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. De

[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 --- 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 omap_twl_vsel_to_uv

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

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 > se

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

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, >

[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. Signed-off-b

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 > > > > In its current form, the omap_mcbsp_request() function can return after > > irq_request() failure without any cleanups, effectively locking out the > > port forever with clocks l

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 > --- > drivers/mtd

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 bi