Re: [RESUBMIT][PATCH-v2][RFC] OMAP4: I2C Support for OMAP4430

2009-12-15 Thread Syed Rafiuddin
Ben, >> >> Thu, 20 Aug 2009 14:19:04 -0700 >> >> On Tue, Aug 18, 2009 at 03:35:31PM +0530, Syed Rafiuddin wrote: >> > Ben, >> > >> > > On Fri, Jul 24, 2009 at 04:40:02PM +0530, Syed Rafiuddin wrote: >> > >> Hi Ben, >&

Re: [RESUBMIT][PATCH-v2][RFC] OMAP4: I2C Support for OMAP4430

2009-12-07 Thread Syed Rafiuddin
> > Thu, 20 Aug 2009 14:19:04 -0700 > > On Tue, Aug 18, 2009 at 03:35:31PM +0530, Syed Rafiuddin wrote: > > Ben, > > > > > On Fri, Jul 24, 2009 at 04:40:02PM +0530, Syed Rafiuddin wrote: > > >> Hi Ben, > > >> > > >>

[PATCH-v2][RFC] OMAP4: Keypad Support for OMAP4430

2009-08-25 Thread Syed Rafiuddin
From: Syed Rafiuddin Resending with correct Subject. This patch Adds Keypad support on OMAP4.And adds OMAP4 register addresses and configures them for OMAP4. This patch has been updated as per the comments received from Trilok Soni to remove GPIO based omap2 keypad logic from omap_keypad.c

[no subject]

2009-08-25 Thread Syed Rafiuddin
From: Syed Rafiuddin This patch Adds Keypad support on OMAP4.And adds OMAP4 register addresses and configures them for OMAP4. This patch has been updated as per the comments received from Trilok Soni to remove GPIO based omap2 keypad logic from omap_keypad.c (http://www.mail-archive.com/linux

Re: [RESUBMIT][PATCH-v2][RFC] OMAP4: I2C Support for OMAP4430

2009-08-18 Thread Syed Rafiuddin
Ben, > On Fri, Jul 24, 2009 at 04:40:02PM +0530, Syed Rafiuddin wrote: >> Hi Ben, >> >> > This patch adds OMAP4 support to the I2C driver. All I2C register >> > addresses are different >> between >> > OMAP1/2/3 and OMAP4. In order to not have #i

Re: [PATCH]OMAP4: McSPI Support for OMAP4430

2009-08-18 Thread Syed Rafiuddin
> David, > >> This patch adds McSPI support for OMAP4430 SDP platform. All the base >> addresses >> are changed between OMAP1/2/3 and OMAP4.The fields of the resource structures >> are filled at runtime to have McSPI support on OMAP4. >> >> Signed-off-by:

Re: [PATCH]OMAP4: McSPI Support for OMAP_4430

2009-08-05 Thread Syed Rafiuddin
> * Shilimkar, Santosh [090703 07:52]: >> > -Original Message- >> > From: linux-omap-ow...@vger.kernel.org >> > [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of David Brownell >> > Sent: Friday, July 03, 2009 5:57 AM >>

Re: [RESUBMIT][PATCH-v2][RFC] OMAP4: I2C Support for OMAP4430

2009-07-24 Thread Syed Rafiuddin
ld the register addresses. > > Signed-off-by: Syed Rafiuddin > --- No comment received on this patch, Is there anything that I need to resolve? Else can this patch get merged. Regards, Syed Rafiuddin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the bo

Re: [PATCH]OMAP4: McSPI Support for OMAP4430

2009-07-24 Thread Syed Rafiuddin
David, > This patch adds McSPI support for OMAP4430 SDP platform. All the base > addresses > are changed between OMAP1/2/3 and OMAP4.The fields of the resource structures > are filled at runtime to have McSPI support on OMAP4. > > Signed-off-by: Syed Rafiuddin > Acked-by:

[PATCH]OMAP4: McSPI Support for OMAP4430

2009-07-22 Thread Syed Rafiuddin
-off-by: Syed Rafiuddin Acked-by: Kevin Hilman Acked-by: Tony Lindgren Acked-by: David Brownell Acked-by: Santosh Shilimkar --- arch/arm/mach-omap2/devices.c | 29 +++-- drivers/spi/omap2_mcspi.c | 10 ++ 2 files changed, 29 insertions(+), 10 deletions

[RESUBMIT][PATCH-v2][RFC] OMAP4: I2C Support for OMAP4430

2009-07-22 Thread Syed Rafiuddin
This patch adds OMAP4 support to the I2C driver. All I2C register addresses are different between OMAP1/2/3 and OMAP4. In order to not have #ifdef's at various places in code, as well as to support multi-OMAP build, Array's are created to hold the register addresses. Signed-of

[PATCH][RFC] OMAP4: Keypad Support for OMAP4430

2009-07-22 Thread Syed Rafiuddin
This patch adds OMAP4 support to the Keypad driver. This patch adds OMAP4 register addresses and configures registers for OMAP4. Signed-off-by: Syed Rafiuddin --- drivers/input/keyboard/omap-keypad.c | 109 ++- 1 files changed, 95 insertions(+), 14 deletions

[RESUBMIT][PATCH][RFC] OMAP4: I2C Support for OMAP4430

2009-07-21 Thread Syed Rafiuddin
This patch adds OMAP4 support to the I2C driver. All I2C register addresses are different between OMAP1/2/3 and OMAP4. In order to not have #ifdef's at various places in code, as well as to support multi-OMAP build, Array's are created to hold the register addresses. Signed-off-by: Syed

[PATCH]OMAP4: McSPI Support for OMAP_4430

2009-06-29 Thread Syed Rafiuddin
This patch adds McSPI support for OMAP4430 SDP platform. All the base addresses are changed between OMAP1/2/3 and OMAP4.The fields of the resource structures are filled at runtime to have McSPI support on OMAP4. Signed-off-by: Syed Rafiuddin Acked-by: Kevin Hilman Acked-by: Tony Lindgren Acked

[RESUBMIT][PATCH][RFC] OMAP4: McSPI Support for OMAP_4430

2009-06-24 Thread Syed Rafiuddin
This patch adds McSPI support for OMAP4430 SDP platform. All the base addresses are changed between OMAP1/2/3 and OMAP4.The fields of the resource structures are filled at runtime to have McSPI support on OMAP4. Signed-off-by: Syed Rafiuddin --- arch/arm/mach-omap2/devices.c | 25

[PATCH][RFC] OMAP4: I2C Support for OMAP_4430SDP

2009-05-29 Thread Syed Rafiuddin
This patch Updates I2C register offset addresses and adds support for OMAP4430 development platform. Signed-off-by: Syed Rafiuddin --- arch/arm/mach-omap2/board-4430sdp.c |9 +++- arch/arm/plat-omap/i2c.c| 21 +++-- drivers/i2c/busses/i2c-omap.c | 78

[PATCH][RFC] OMAP4: McSPI Register Offset Changes For OMAP_4430SDP

2009-05-27 Thread Syed Rafiuddin
This patch updates McSPI register offset addresses with respect to OMAP4 Signed-off-by: Syed Rafiuddin --- arch/arm/mach-omap2/devices.c | 10 drivers/spi/omap2_mcspi.c | 51 -- 2 files changed, 41 insertions(+), 20 deletions(-) Index

[PATCH][RFC] OMAP4: GPIO Support for OMAP_4430SDP

2009-05-23 Thread Syed Rafiuddin
alize interface clock ungated, module enabled */ __raw_writel(0, bank->base + OMAP24XX_GPIO_CTRL); --- Syed Rafiuddin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[RESUBMIT] [PATCH 2/2][RFC] OMAP4: UART4 Support for OMAP_4430SDP

2009-05-23 Thread Syed Rafiuddin
This patch enables support for UART4 on OMAP4430 development platform. Updating the patch with kevin's comments. Signed-off-by: --- arch/arm/mach-omap2/board-4430sdp.c |2 +- arch/arm/mach-omap2/serial.c| 10 ++ 2 files changed, 11 insertions(+), 1 deletion(-) Index: omap4

[RESUBMIT][PATCH 1/2 ][RFC] OMAP4: McBSP support for OMAP_4430SDP

2009-05-23 Thread Syed Rafiuddin
This patch creates McBSP support on OMAP4430 development platform. This patch includes corresponding base address changes for OMAP4. Signed-off-by: --- arch/arm/mach-omap2/mcbsp.c | 46 +++- arch/arm/plat-omap/include/mach/mcbsp.h | 11 ++- 2 files

Re: [PATCH] I2C:Moving Register Defines to Header File

2009-05-13 Thread Syed Rafiuddin
> "Syed Rafiuddin" writes: > >> This patch creates i2c-omap.h header and moves register and bit definition >> macros to it from i2c-omap.c > > Please use the description to describe the motivation for the changes > and the problems it is addressing/fixing. &

[PATCH] I2C:Moving Register Defines to Header File

2009-05-12 Thread Syed Rafiuddin
This patch creates i2c-omap.h header and moves register and bit definition macros to it from i2c-omap.c Signed-off-by: Syed Rafiuddin Acked-by: Santosh Shilimkar --- drivers/i2c/busses/i2c-omap.c | 120 -- drivers/i2c/busses/i2c-omap.h | 145

[PATCH 2/2][RFC] OMAP4: UART4 Support for OMAP_4430SDP.

2009-05-11 Thread Syed Rafiuddin
This patch enables support for UART4 on OMAP4430 development platform. Signed-off-by: Syed Rafiuddin --- arch/arm/mach-omap2/board-4430sdp.c |2 +- arch/arm/mach-omap2/serial.c| 12 2 files changed, 13 insertions(+), 1 deletion(-) Index: linux-2.6/arch/arm/mach-omap2

[PATCH 0/2] OMAP4: Patch series

2009-05-11 Thread Syed Rafiuddin
This patch series enables McBSP and UART4 support for OMAP4430 development platform. The series contains: [PATCH 1/2]OMAP4: McBSP support for OMAP4430 [PATCH 2/2]OMAP4: UART4 support for OMAP4430 Regards, Syed Rafiuddin -- To unsubscribe from this list: send the line "unsubscribe linux-oma

[PATCH 1/2][RFC] OMAP4: McBSP support for OMAP_4430SDP.

2009-05-11 Thread Syed Rafiuddin
This patch creates McBSP support on OMAP4430 development platform. This patch includes corresponding base address changes for OMAP4. Signed-off-by: Syed Rafiuddin --- arch/arm/mach-omap2/mcbsp.c | 46 arch/arm/plat-omap/include/mach/mcbsp.h |8