RE: [PATCH-V6 2/2] OMAP2/3: Add V4L2 DSS driver support in device.c

2010-02-25 Thread Hiremath, Vaibhav
> -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Friday, February 26, 2010 3:44 AM > To: Hiremath, Vaibhav > Cc: linux-me...@vger.kernel.org; linux-omap@vger.kernel.org; > hverk...@xs4all.nl > Subject: Re: [PATCH-V6 2/2] OMAP2/3: Add V4L2 DSS driver support in de

RE: [PATCH 1/2 V3] OMAP: DSS: Add display board file for zoom boards

2010-02-25 Thread Y, Kishore
> -Original Message- > From: Hiremath, Vaibhav > Sent: Friday, February 26, 2010 11:37 AM > To: Y, Kishore; Tomi Valkeinen > Cc: linux-omap@vger.kernel.org > Subject: RE: [PATCH 1/2 V3] OMAP: DSS: Add display board file for zoom > boards > > > -Original Message- > > From: Y, Kishore

RE: [PATCH 1/2 V3] OMAP: DSS: Add display board file for zoom boards

2010-02-25 Thread Hiremath, Vaibhav
> -Original Message- > From: Y, Kishore > Sent: Friday, February 26, 2010 10:59 AM > To: Hiremath, Vaibhav; Tomi Valkeinen > Cc: linux-omap@vger.kernel.org > Subject: RE: [PATCH 1/2 V3] OMAP: DSS: Add display board file for zoom > boards > > > -Original Message- > > From: Hiremath,

RE: [PATCH 1/2 V3] OMAP: DSS: Add display board file for zoom boards

2010-02-25 Thread Y, Kishore
> -Original Message- > From: Hiremath, Vaibhav > Sent: Thursday, February 25, 2010 11:53 PM > To: Hiremath, Vaibhav; Y, Kishore; Tomi Valkeinen > Cc: linux-omap@vger.kernel.org > Subject: RE: [PATCH 1/2 V3] OMAP: DSS: Add display board file for zoom > boards > > > > -Original Message-

RE: [PATCH] omap: i2c: Add i2c support on omap4 platform

2010-02-25 Thread Shilimkar, Santosh
Tony, > -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Friday, February 26, 2010 3:17 AM > To: Shilimkar, Santosh > Cc: ben-li...@fluff.org; linux-omap@vger.kernel.org; > linux-...@vger.kernel.org; Syed, Rafiuddin; Cory > Maccarrone > Subject: Re: [PATCH] omap:

RE: [PATCH] musb: fix power field to hold all possible values

2010-02-25 Thread Gupta, Ajay Kumar
Hi, > -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Friday, February 26, 2010 3:50 AM > To: Felipe Balbi > Cc: Gupta, Ajay Kumar; linux-omap@vger.kernel.org > Subject: Re: [PATCH] musb: fix power field to hold all possible values > > * Felipe Balbi [100223 12:

Re: [PATCH 2/4] USB: MUSB: Enable MUSB for OMAP4 in Kconfig

2010-02-25 Thread Olof Johansson
On Thu, Feb 25, 2010 at 10:48:34AM -0800, Tony Lindgren wrote: > * Maulik Mankad [100224 22:33]: > > This patch adds the OMAP4 Kconfig options for MUSB. > > > > Signed-off-by: Maulik Mankad > > Cc: Felipe Balbi > > Cc: Greg Kroah-Hartman > > Cc: David Brownell > --- > > Index: mainline/driver

[PATCH 6/6] AM3517EVM : correct typo - tca6416 mispelt as tca6516

2010-02-25 Thread Tony Lindgren
From: Sriram Correct instances where tca6416 is misspelt as tca6516 in the board-am3517evm file. Signed-off-by: Sriramakrishnan Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/board-am3517evm.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/m

[PATCH 4/6] AM35x: Enable OMAP_MUX in defconfig

2010-02-25 Thread Tony Lindgren
From: Ajay Kumar Gupta Enabling OMAP_MUX in defconfig as it is required for EHCI to work. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Tony Lindgren --- arch/arm/configs/am3517_evm_defconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/configs/am3517_ev

[PATCH 5/6] AM3517 EVM: Enable I2C support

2010-02-25 Thread Tony Lindgren
From: Sriram There are multiple devices connected to I2C bus on AM3517EVM (for instance audio codec, IO expander etc). Enable I2C support in the default kernel configuration for AM3517 EVM. Signed-off-by: Sriramakrishnan Signed-off-by: Tony Lindgren --- arch/arm/configs/am3517_evm_defconfig |

[PATCH 3/6] AM35x: Add missing GPIO mux config for EHCI port

2010-02-25 Thread Tony Lindgren
From: Ajay Kumar Gupta Adding GPIO mux config used for PHY reset of EHCI port on base board. We get below failure message without this patch, "hub 1-0:1.0: unable to enumerate USB device on port 1" Signed-off-by: Ajay Kumar Gupta Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/board-am3

[PATCH 2/6] Zoom3: Defconfig update

2010-02-25 Thread Tony Lindgren
From: manjugk manjugk Some of the features are not enabled by default in zoom3 defconfig. This patch enables: - MMC Resume - TWL4030 RTC driver - Debug File system Build and boot tested on Zoom3 board. Signed-off-by: Manjunatha GK Signed-off-by: Tony Lindgren --- arch/arm/configs/omap_zo

[PATCH 1/6] omap: i2c: Fix muxing for command line enabled bus

2010-02-25 Thread Tony Lindgren
From: Jarkko Nikula The commit b63128e81214cc2db2995d690438055c26d213a5 broke the pin muxing for I2C busses that are enabled from the kernel command line. Fix this by defining the board registration function omap_register_i2c_bus in common platform code as it was before but keep the muxing in ar

[PATCH 0/6] omap i2c init fix and trivial board changes for 2.6.34

2010-02-25 Thread Tony Lindgren
Hi all, Getting into fixes mode here. Still found few more trivial board related patches that should go into this merge window. Regards, Tony --- Ajay Kumar Gupta (2): AM35x: Add missing GPIO mux config for EHCI port AM35x: Enable OMAP_MUX in defconfig Jarkko Nikula (1): om

[APPLIED] [PATCH 2/2] AM3517EVM : correct typo - tca6416 mispelt as tca6516.

2010-02-25 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): ca54e54bd372036deca5268a0f9d05a6a3c89b0b PatchWorks http://patchwork.kernel.org/patch/81963/ Git (Likely to change, and takes a while to get mirrored)

[APPLIED] [PATCH 1/2] AM3517 EVM: Enable I2C support.

2010-02-25 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): f3e7cb6214b6299d1970cc4d032c85cf7cb2a458 PatchWorks http://patchwork.kernel.org/patch/81964/ Git (Likely to change, and takes a while to get mirrored)

Re: [PATCH] OMAP: pass the reboot command to the boot loader

2010-02-25 Thread Tony Lindgren
* Aaro Koskinen [100224 05:09]: > This patch follows the commit be093beb608edf821b45fe00a8a080fb5c6ed4af > by Russell King: > > OMAP wishes to pass state to the boot loader upon reboot in order > to instruct it whether to wait for USB-based reflashing or not. > There is already a facility t

[APPLIED] [PATCH] omap: i2c: Fix muxing for command line enabled bus

2010-02-25 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 45a63f52aa3e5c14336805728ef4f3434879434b PatchWorks http://patchwork.kernel.org/patch/81283/ Git (Likely to change, and takes a while to get mirrored)

[APPLIED] [PATCH 2/2] AM35x: Enable OMAP_MUX in defconfig

2010-02-25 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): ece75fcbe50a15b830c44e466dc29e2cb7479f2a PatchWorks http://patchwork.kernel.org/patch/81117/ Git (Likely to change, and takes a while to get mirrored)

[APPLIED] [PATCH 1/2] AM35x: Add missing GPIO mux config for EHCI port

2010-02-25 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 296981944815e958dc722d5d03aa38c89b750d84 PatchWorks http://patchwork.kernel.org/patch/81116/ Git (Likely to change, and takes a while to get mirrored)

[APPLIED] [PATCH] Zoom3: Defconfig update

2010-02-25 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Branch in linux-omap: for-next Initial commit ID (Likely to change): 86b8e1a78668d5039a15e8a4d5813e0286aff479 PatchWorks http://patchwork.kernel.org/patch/80618/ Git (Likely to change, and takes a while to get mirrored)

Re: [PATCH 1/5 v2] omap2/3/4: mailbox: remove compiler warning

2010-02-25 Thread Tony Lindgren
* Anna, Suman [100223 07:57]: > From 02c45559105c62343e31226fe67117231ea10c35 Mon Sep 17 00:00:00 2001 > From: Suman Anna > Date: Mon, 25 Jan 2010 18:27:21 -0600 > Subject: [PATCH] omap2/3/4: mailbox: remove compiler warning > > Remove a compiler warning in device-specific > mailbox module. > >

Re: [GIT PULL] Second set of OMAP clock/hwmod patches for 2.6.34

2010-02-25 Thread Tony Lindgren
* Paul Walmsley [100224 12:18]: > On Wed, 24 Feb 2010, Paul Walmsley wrote: > > > On Wed, 24 Feb 2010, Tony Lindgren wrote: > > > > > * Paul Walmsley [100224 10:15]: > > > > > > > > Hi Tony, > > > > > > > > The following changes since commit > > > > 0482e3c6f704d25b6a4e3c940caeeacece4e6d74:

Re: [PATCH] musb: fix power field to hold all possible values

2010-02-25 Thread Tony Lindgren
* Felipe Balbi [100223 12:30]: > Hi, > > On Tue, Feb 23, 2010 at 08:01:50PM +0530, Gupta, Ajay Kumar wrote: > > Board files are providing the actual mA and it is getting divided in > > Arch/arm/mach-omap2/usb-musb.c. See the code snippet below, > > > > musb_plat.clock = "ick"; > >

Re: [PATCH-V6 2/2] OMAP2/3: Add V4L2 DSS driver support in device.c

2010-02-25 Thread Tony Lindgren
* hvaib...@ti.com [100223 01:25]: > From: Vaibhav Hiremath > > > Signed-off-by: Vaibhav Hiremath > --- > arch/arm/plat-omap/devices.c | 29 + > 1 files changed, 29 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/plat-omap/devices.c b/arch/arm/plat-omap/d

Re: [PATCH 2/2] can:ti_hecc: board specific hookup on AM3517EVM

2010-02-25 Thread Tony Lindgren
* Sriramakrishnan [100222 22:35]: > Add board specific hookup for TI HECC driver on > AM3517 EVM > > Signed-off-by: Sriramakrishnan > Acked-by: Anant Gole > --- > The driver requires that CAN_STB signal be driven low to enable > CAN PHY. Currently this is being managed from U-boot. Will submit

Re: [PATCH] omap: i2c: Add i2c support on omap4 platform

2010-02-25 Thread Tony Lindgren
* Shilimkar, Santosh [100222 21:58]: > Ben, > Did you happen to look at this ? Santosh, can you please also please clarify which omaps this patch has been tested on? Regards, Tony > > -Original Message- > > From: Shilimkar, Santosh > > Sent: Friday, February 19, 2010 10:03 PM > > To:

Re: [RFC][PATCH 0/3] OMAP3630: UART4 startup

2010-02-25 Thread Paul Walmsley
Hi, On Thu, 25 Feb 2010, Sergio Aguirre wrote: > This small RFC patchlist is intending to add initial UART4 support > for omap36xx chips. > > VERY IMPORTANT: > - This is currently untested. I don't have the HW to test this. > - I don't consider myself an omap-serial expert, so please review >

Re: [RFC][PATCH 2/3] OMAP clock: Add uart4_ick/fck definitions for 3630

2010-02-25 Thread Paul Walmsley
On Thu, 25 Feb 2010, Sergio Aguirre wrote: > This is only valid for omap 36xx family of chips. > > Signed-off-by: Sergio Aguirre Reviewed-by: Paul Walmsley Nice work Sergio. > --- > arch/arm/mach-omap2/clock34xx_data.c | 22 ++ > 1 files changed, 22 insertions(+), 0 de

Re: [RFC][PATCH 1/3] ARM: OMAP3630: PRCM: Add UART4 control bits

2010-02-25 Thread Paul Walmsley
On Thu, 25 Feb 2010, Sergio Aguirre wrote: > This bits are exclusive of omap 36xx family of chips. Verified against the Rev C TRM. Reviewed-by: Paul Walmsley > > Signed-off-by: Sergio Aguirre > --- > arch/arm/mach-omap2/prcm-common.h |4 > 1 files changed, 4 insertions(+), 0 delet

RE: [PATCH] omap2/3/4: serial: Half revert multiboot changes

2010-02-25 Thread Aguirre, Sergio
Hi, > -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Thursday, February 25, 2010 12:56 PM > To: Aguirre, Sergio > Cc: linux-omap@vger.kernel.org; Sonasath, Moiz; Pandita, Vikram > Subject: Re: [PATCH] omap2/3/4: serial: Half revert multiboot changes > > * Aguir

RE: [RESEND][PATCH/RFC] OMAP2: serial.c: Fix number of uarts in early_init

2010-02-25 Thread Shilimkar, Santosh
> -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Friday, February 26, 2010 12:28 AM > To: Shilimkar, Santosh > Cc: Thomas Weber; Aguirre, Sergio; linux-omap@vger.kernel.org; Russell King; > Kevin Hilman; Pandita, > Vikram; Syed, Rafiuddin; linux-arm-ker...@lists

Re: [RESEND][PATCH/RFC] OMAP2: serial.c: Fix number of uarts in early_init

2010-02-25 Thread Tony Lindgren
* Shilimkar, Santosh [100225 10:51]: > > > -Original Message- > > From: Tony Lindgren [mailto:t...@atomide.com] > > Sent: Friday, February 26, 2010 12:14 AM > > To: Thomas Weber; Aguirre, Sergio > > Cc: linux-omap@vger.kernel.org; Russell King; Kevin Hilman; Shilimkar, > > Santosh; Pandi

Re: [PATCH v6] OMAP UART: Add omap-serial driver support.

2010-02-25 Thread Kevin Hilman
Tony Lindgren writes: > * Kevin Hilman [100224 10:36]: >> >> After that and Olof's comments, it should be submitted to linux-serial >> and LKML. > > Also, it needs to be posted as a series with the related > hwmod patches needed to actually test this driver with the > mainline kernel. I think

Re: [PATCH] omap2/3/4: serial: Half revert multiboot changes

2010-02-25 Thread Tony Lindgren
* Aguirre, Sergio [100224 19:04]: > > > > -Original Message- > > From: Tony Lindgren [mailto:t...@atomide.com] > > Sent: Wednesday, February 24, 2010 10:21 AM > > To: Aguirre, Sergio > > Cc: linux-omap@vger.kernel.org; Sonasath, Moiz; Pandita, Vikram > > Subject: Re: [PATCH] omap2/3/4: s

RE: [RESEND][PATCH/RFC] OMAP2: serial.c: Fix number of uarts in early_init

2010-02-25 Thread Shilimkar, Santosh
> -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Friday, February 26, 2010 12:14 AM > To: Thomas Weber; Aguirre, Sergio > Cc: linux-omap@vger.kernel.org; Russell King; Kevin Hilman; Shilimkar, > Santosh; Pandita, Vikram; > Syed, Rafiuddin; linux-arm-ker...@list

RE: [PATCH 1/2 V3] OMAP: DSS: Add display board file for zoom boards

2010-02-25 Thread Hiremath, Vaibhav
> -Original Message- > From: Hiremath, Vaibhav > Sent: Thursday, February 25, 2010 11:49 PM > To: Y, Kishore; Tomi Valkeinen > Cc: linux-omap@vger.kernel.org > Subject: RE: [PATCH 1/2 V3] OMAP: DSS: Add display board file for zoom > boards > > > > -Original Message- > > From: lin

RE: [PATCH 1/2 V3] OMAP: DSS: Add display board file for zoom boards

2010-02-25 Thread Hiremath, Vaibhav
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Y, Kishore > Sent: Thursday, February 25, 2010 9:15 PM > To: Tomi Valkeinen > Cc: linux-omap@vger.kernel.org > Subject: [PATCH 1/2 V3] OMAP: DSS: Add display board file f

Re: [PATCH 2/4] USB: MUSB: Enable MUSB for OMAP4 in Kconfig

2010-02-25 Thread Tony Lindgren
* Maulik Mankad [100224 22:33]: > This patch adds the OMAP4 Kconfig options for MUSB. > > Signed-off-by: Maulik Mankad > Cc: Felipe Balbi > Cc: Greg Kroah-Hartman > Cc: David Brownell --- > Index: mainline/drivers/usb/musb/Kconfig >

Re: [PATCH 1/3] TCA6416 keypad : Implement keypad driver for keys interfaced to TCA6416

2010-02-25 Thread Felipe Balbi
Hi, On Thu, Feb 25, 2010 at 06:44:59PM +0530, Sriramakrishnan wrote: > This patch implements a simple Keypad driver that functions > as an I2C client. It handles key press events for keys > connected to TCA6416 I2C based IO expander. what's wrong with gpio-keys ?? > + * Implementation based on d

Re: [RESEND][PATCH/RFC] OMAP2: serial.c: Fix number of uarts in early_init

2010-02-25 Thread Tony Lindgren
* Thomas Weber [100225 01:36]: > > The omap_serial_early_init prints the following errors: > > Could not get uart4_ick > Could not get uart4_fck > > because all the uarts available in omap_uart[] will be initialized. > Only omap4430 and omap3630 have 4 uarts at the moment. > This patch reduces

RE: [PATCH V3] OMAP: DSS: Add NEC NL8048HL11-01B display panel

2010-02-25 Thread Hiremath, Vaibhav
Few minor comments below - > -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Y, Kishore > Sent: Thursday, February 25, 2010 9:08 PM > To: Tomi Valkeinen > Cc: linux-omap@vger.kernel.org > Subject: [PATCH V3] OMAP: DSS: A

RE: [alsa-devel] [PATCHv4 0/7] TWL6030 audio codec initial support

2010-02-25 Thread Olaya, Margarita
> -Original Message- > From: Liam Girdwood [mailto:l...@slimlogic.co.uk] > Sent: Thursday, February 25, 2010 3:13 AM > To: Olaya, Margarita > Cc: alsa-de...@alsa-project.org; linux-omap@vger.kernel.org; > broo...@opensource.wolfsonmicro.com > Subject: Re: [alsa-devel] [PATCHv4 0/7] TWL60

RE: [PATCH 1/2 V2] OMAP: DSS: Add display board file for zoom boards

2010-02-25 Thread Aguirre, Sergio
Manjunath, From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah Sent: Thursday, February 11, 2010 5:35 AM > From: linux-omap-ow...@vger.kernel.org > [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Y, Kishore > Sent: Thursday, F

[PATCH] arm: Fix .gitignore for boot/compressed folder

2010-02-25 Thread Sergio Aguirre
This should complements changes done in: commit e7db7b4270ed2a606b8c0b5f944a5f92ade0e84c Author: Albin Tonnerre Date: Fri Jan 8 14:42:43 2010 -0800 arm: add support for LZO-compressed kernels It missed to do the respective changes in '.gitignore' file. Signed-off-by: Sergio Aguir

[PATCH 1/2 V3] OMAP: DSS: Add display board file for zoom boards

2010-02-25 Thread Y, Kishore
From: Kishore Y board-zoom-display.c added as a common file for display fucntionality on boards zoom2, zoom3 and 3630sdp Signed-off-by: Mukund Mittal Signed-off-by: Kishore Y Reviewed-by: Gadiyar, Anand --- arch/arm/mach-omap2/Makefile |3 + arch/arm/mach-omap2/board-zoo

[PATCH 2/2 V3] OMAP: DSS: Enable display on ZOOM2/3 & 3630SDP

2010-02-25 Thread Y, Kishore
From: Kishore Y Enable dss and framebuffer on zoom2, zoom3 and 3630sdp boards. Signed-off-by: Mukund Mittal Signed-off-by: Kishore Y Reviewed-by: Gadiyar, Anand --- arch/arm/configs/omap_3630sdp_defconfig | 60 ++- arch/arm/configs/omap_zoom2_defconfig | 60

[PATCH 0/2 V3] Enable DSS on zoom2/3 and 3630 sdp boards

2010-02-25 Thread Y, Kishore
From: Kishore Y This patch series enables DSS and FB in zoom2, zoom3 and 3630sdp. Changes from version 2: - incorporated cosmetic changes OMAP: DSS: Enable display on ZOOM2/3 & 3630SDP - Included display in boards and enabled in defconfig OMAP: DSS: Add display board file for zoom boa

RE: [PATCHv5] OMAP3: Serial: Improved sleep logic

2010-02-25 Thread Tero.Kristo
>-Original Message- >From: linux-omap-ow...@vger.kernel.org >[mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of ext Kevin Hilman >Sent: 25 February, 2010 17:21 >To: Kristo Tero (Nokia-D/Tampere) >Cc: linux-omap@vger.kernel.org >Subject: Re: [PATCHv5] OMAP3: Serial: Improved sleep lo

[PATCHv6] OMAP3: Serial: Improved sleep logic

2010-02-25 Thread Tero Kristo
From: Tero Kristo This patch contains following improvements: - Only RX interrupt will now kick the sleep prevent timer - TX fifo status is checked before disabling clocks, this will prevent on-going transmission to be cut - Smartidle is now enabled/disabled only while switching clocks, as havi

[PATCH V3] OMAP: DSS: Add NEC NL8048HL11-01B display panel

2010-02-25 Thread Y, Kishore
From: Erik Gilling NEC WVGA LCD NL8048HL11-01B support has been added. Signed-off-by: Mukund Mittal Signed-off-by: Kishore Y Reviewed-by: Gadiyar, Anand --- Changes from version 2: incorporated cosmetic comments. included reviewer I missed earlier. drivers/video/omap2/display

Re: [PATCHv5] OMAP3: Serial: Improved sleep logic

2010-02-25 Thread Kevin Hilman
writes: [...] >>Here's my hunch as to what's happening: >> >>I think the problem is a deadlock in getrawmonotonic(). Nested calls >>here will deadlock due to the xtime_lock being held. > > Looking at the seqlock code, I think a seqlock reader can "hang" only in a > case where someone is consta

[RFC][PATCH 3/3] omap3: serial: Add uart4 wakeup handling

2010-02-25 Thread Sergio Aguirre
Signed-off-by: Sergio Aguirre --- arch/arm/mach-omap2/serial.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/serial.c b/arch/arm/mach-omap2/serial.c index c4a810b..1942cc8 100644 --- a/arch/arm/mach-omap2/serial.c +++ b/arch/arm/mach-omap2/serial.

[RFC][PATCH 2/3] OMAP clock: Add uart4_ick/fck definitions for 3630

2010-02-25 Thread Sergio Aguirre
This is only valid for omap 36xx family of chips. Signed-off-by: Sergio Aguirre --- arch/arm/mach-omap2/clock34xx_data.c | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/clock34xx_data.c b/arch/arm/mach-omap2/clock34xx_data.c ind

[RFC][PATCH 0/3] OMAP3630: UART4 startup

2010-02-25 Thread Sergio Aguirre
Hi, This small RFC patchlist is intending to add initial UART4 support for omap36xx chips. VERY IMPORTANT: - This is currently untested. I don't have the HW to test this. - I don't consider myself an omap-serial expert, so please review carefully. Regards, Sergio Detailed changeset: Sergi

[RFC][PATCH 1/3] ARM: OMAP3630: PRCM: Add UART4 control bits

2010-02-25 Thread Sergio Aguirre
This bits are exclusive of omap 36xx family of chips. Signed-off-by: Sergio Aguirre --- arch/arm/mach-omap2/prcm-common.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/prcm-common.h b/arch/arm/mach-omap2/prcm-common.h index 90f603d..c4e7bcb 1006

RE: About multicore OMAP

2010-02-25 Thread Shilimkar, Santosh
> -Original Message- > From: Jacob john [mailto:jacob.joh...@gmail.com] > Sent: Thursday, February 25, 2010 7:58 PM > To: Shilimkar, Santosh > Cc: linux-omap@vger.kernel.org > Subject: Re: About multicore OMAP > > On Thu, Feb 25, 2010 at 7:45 PM, Shilimkar, Santosh > wrote: > >> -Orig

Re: About multicore OMAP

2010-02-25 Thread Jacob john
On Thu, Feb 25, 2010 at 7:45 PM, Shilimkar, Santosh wrote: >> -Original Message- >> From: Jacob john [mailto:jacob.joh...@gmail.com] >> Sent: Thursday, February 25, 2010 7:37 PM >> To: Shilimkar, Santosh >> Cc: linux-omap@vger.kernel.org >> Subject: Re: About multicore OMAP >> >> On Wed, F

Re: [PATCH] PCA953x : Fix compilation warning.

2010-02-25 Thread Jean Delvare
On Thu, 25 Feb 2010 19:02:38 +0530, Sriramakrishnan wrote: > The platform data structure defined in pca953x header file > includes references to i2c data structures. Unless the i2c.h > file is included ahead of pca953x.h, compiler warning would > be generated wherever pca953x header file is include

RE: About multicore OMAP

2010-02-25 Thread Shilimkar, Santosh
> -Original Message- > From: Jacob john [mailto:jacob.joh...@gmail.com] > Sent: Thursday, February 25, 2010 7:37 PM > To: Shilimkar, Santosh > Cc: linux-omap@vger.kernel.org > Subject: Re: About multicore OMAP > > On Wed, Feb 24, 2010 at 10:24 AM, Shilimkar, Santosh > wrote: > >> -Ori

Re: About multicore OMAP

2010-02-25 Thread Jacob john
On Wed, Feb 24, 2010 at 10:24 AM, Shilimkar, Santosh wrote: >> -Original Message- >> From: Jacob john [mailto:jacob.joh...@gmail.com] >> Sent: Wednesday, February 24, 2010 10:16 AM >> To: Shilimkar, Santosh >> Cc: linux-omap@vger.kernel.org >> Subject: Re: About multicore OMAP >> >> On Tue

[PATCH] PCA953x : Fix compilation warning.

2010-02-25 Thread Sriramakrishnan
The platform data structure defined in pca953x header file includes references to i2c data structures. Unless the i2c.h file is included ahead of pca953x.h, compiler warning would be generated wherever pca953x header file is included. Added i2c.h to the pca953x.h itself to remove this dependency.

[PATCH 1/3] TCA6416 keypad : Implement keypad driver for keys interfaced to TCA6416

2010-02-25 Thread Sriramakrishnan
This patch implements a simple Keypad driver that functions as an I2C client. It handles key press events for keys connected to TCA6416 I2C based IO expander. Signed-off-by: Sriramakrishnan --- drivers/input/keyboard/Kconfig | 17 ++ drivers/input/keyboard/Makefile |1 + d

[PATCH 2/3] AM3517 EVM : Enable TCA6416 keypad

2010-02-25 Thread Sriramakrishnan
Update kernel configuration for AM3517EVM to include support for TCA6416 keypad. Signed-off-by: Sriramakrishnan --- arch/arm/configs/am3517_evm_defconfig | 15 ++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/arch/arm/configs/am3517_evm_defconfig b/arch/arm/conf

[PATCH 3/3] AM3517: Board hookup for TCA6416 keypad driver.

2010-02-25 Thread Sriramakrishnan
Add board specific hookup for TCA6416 keypad driver. Signed-off-by: Sriramakrishnan --- This patch depends on "AM3517EVM : correct typo - tca6416 mispelt as tca6516" patch submitted earlier. [1] http://marc.info/?l=linux-omap&m=126709475619102&w=2 arch/arm/mach-omap2/board-am3517evm.c | 48 +

[PATCH 0/3] Add support for TCA6416 based Keypad driver.

2010-02-25 Thread Sriramakrishnan
AM3517 EVM with APPS board includes keys interfaced to TCA6416 IO expander. User keys are connected as GPIO lines to TCA6416 IO expander. Unlike the case with generic gpio-keypad driver individual keys do not generate an interrupt event. Hence we implement a simple keypad driver(based on gpio-keys)

[PATCH 1/2] AM3517 EVM: Enable I2C support.

2010-02-25 Thread Sriramakrishnan
There are multiple devices connected to I2C bus on AM3517EVM (for instance audio codec, IO expander etc). Enable I2C support in the default kernel configuration for AM3517 EVM. Signed-off-by: Sriramakrishnan --- arch/arm/configs/am3517_evm_defconfig | 41 - 1 fi

[PATCH 2/2] AM3517EVM : correct typo - tca6416 mispelt as tca6516.

2010-02-25 Thread Sriramakrishnan
Correct instances where tca6416 is misspelt as tca6516 in the board-am3517evm file. Signed-off-by: Sriramakrishnan --- arch/arm/mach-omap2/board-am3517evm.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-

Re: [PATCH 3/4] USB: MUSB: Add OMAP4 support in MUSB driver

2010-02-25 Thread Sergei Shtylyov
Hello. Maulik Mankad wrote: This patch adds CONFIG_ARCH_OMAP4 macro within MUSB driver code and builds the MUSB driver for OMAP4. Signed-off-by: Maulik Mankad Cc: Felipe Balbi Cc: Greg Kroah-Hartman Cc: David Brownell --- Index: mainline/drivers/usb/musb/Makefile ===

Re: [alsa-devel] [PATCHv4 2/7] ASoC: TWL6030: Add twl6030 codec driver

2010-02-25 Thread Mark Brown
On Wed, Feb 24, 2010 at 05:57:25PM -0600, Olaya, Margarita wrote: > > A switch statement would be nicer here. > You mean something like this? > switch (reg) { > case TWL6030_REG_ASICID: > case TWL6030_REG_ASICREV: > case TWL6030_REG_STATUS: > continue; >

Re: [PATCHv4 2/7] ASoC: TWL6030: Add twl6030 codec driver

2010-02-25 Thread Mark Brown
On Wed, Feb 24, 2010 at 05:37:44PM -0600, Olaya, Margarita wrote: > > -Original Message- > > From: Liam Girdwood [mailto:l...@slimlogic.co.uk] > > Are these two functions writing the default codec register values to the > > CODEC or are these non default (i.e. reset) values. If they are re

Re: [PATCHv4 1/7] OMAP4: PMIC: Add support for twl6030 codec

2010-02-25 Thread Mark Brown
On Wed, Feb 24, 2010 at 03:43:14PM -0600, Olaya, Margarita wrote: [Reflowed into 80 columns] > I'll re-submit the patch series using twl6040_codec instead of > twl6030_codec, twl6030 is the power companion chip and twl4030 is the > audio chip, so in the case of this patch should I send an increme

Re: [PATCH v2] Input: ads7846: add regulator support

2010-02-25 Thread Dmitry Torokhov
On Sat, Feb 13, 2010 at 06:49:11PM +, Mark Brown wrote: > On Sat, Feb 13, 2010 at 06:31:54PM +0200, Grazvydas Ignotas wrote: > > The ADS7846/TSC2046 touchscreen controllers can (and usually are) > > connected to various regulators for power, so add regulator support. > > > > Valid regulator wi

[RESEND][PATCH/RFC] OMAP2: serial.c: Fix number of uarts in early_init

2010-02-25 Thread Thomas Weber
The omap_serial_early_init prints the following errors: Could not get uart4_ick Could not get uart4_fck because all the uarts available in omap_uart[] will be initialized. Only omap4430 and omap3630 have 4 uarts at the moment. This patch reduces the number of uarts when cpu is not omap4430 or om

[no subject]

2010-02-25 Thread Thomas Weber
Subject: [PATCH/RFC] OMAP2: serial.c: Fix number of uarts in early_init The omap_serial_early_init prints the following errors: Could not get uart4_ick Could not get uart4_fck because all the uarts available in omap_uart[] will be initialized. Only omap4430 and omap3630 have 4 uarts at the momen

Re: [alsa-devel] [PATCHv4 0/7] TWL6030 audio codec initial support

2010-02-25 Thread Liam Girdwood
On Wed, 2010-02-24 at 18:17 -0600, Olaya, Margarita wrote: > > > -Original Message- > > From: Liam Girdwood [mailto:l...@slimlogic.co.uk] > > Sent: Wednesday, February 24, 2010 5:40 AM > > To: Olaya, Margarita > > Cc: alsa-de...@alsa-project.org; linux-omap@vger.kernel.org; > > broo...@op

Re: [alsa-devel] [PATCHv4 2/7] ASoC: TWL6030: Add twl6030 codec driver

2010-02-25 Thread Liam Girdwood
On Wed, 2010-02-24 at 17:37 -0600, Olaya, Margarita wrote: > > > -Original Message- > > From: Liam Girdwood [mailto:l...@slimlogic.co.uk] > > Sent: Wednesday, February 24, 2010 4:38 AM > > To: Olaya, Margarita > > Cc: alsa-de...@alsa-project.org; linux-omap@vger.kernel.org; > > broo...@op

RE: [PATCHv5] OMAP3: Serial: Improved sleep logic

2010-02-25 Thread Tero.Kristo
>-Original Message- >From: ext Kevin Hilman [mailto:khil...@deeprootsystems.com] >Sent: 24 February, 2010 18:05 >To: Kristo Tero (Nokia-D/Tampere) >Cc: linux-omap@vger.kernel.org >Subject: Re: [PATCHv5] OMAP3: Serial: Improved sleep logic > >Tero Kristo writes: > >> From: Tero Kristo

Re: [PATCHv4 7/7] ASoC: TWL6030: Detect power-up sequence completion

2010-02-25 Thread Mark Brown
On 25 Feb 2010, at 00:24, "Olaya, Margarita" wrote: -Original Message- From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] Sent: Wednesday, February 24, 2010 7:59 AM To: Olaya, Margarita Cc: alsa-de...@alsa-project.org; linux-omap@vger.kernel.org; l...@slimlogic.co.uk Subj

Re: [PATCH/RFC 0/4] convert HS-MMC driver to hwmod + runtime PM

2010-02-25 Thread Adrian Hunter
Kevin Hilman wrote: "Madhusudhan" writes: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Kevin Hilman Sent: Tuesday, February 23, 2010 6:51 PM To: linux-omap@vger.kernel.org Subject: Re: [PATCH/RFC 0/4] convert HS-MMC d