Re: [GIT PULL] I2C: OMAP: misc. cleanup for v3.2

2011-10-09 Thread Ming Lei
On Thu, Oct 6, 2011 at 12:11 AM, Kevin Hilman khil...@ti.com wrote: Ben Dooks ben-...@fluff.org writes: On Mon, Sep 26, 2011 at 03:30:50PM -0700, Kevin Hilman wrote: ping On 09/06/2011 03:31 PM, Kevin Hilman wrote: Hi Ben, On 08/23/2011 05:10 PM, Kevin Hilman wrote: Ben, Here's one

Re: [PATCH 1/5] drivercore: add new error value for deferred probe

2011-10-09 Thread Grant Likely
On Fri, Oct 7, 2011 at 6:12 PM, Greg KH g...@kroah.com wrote: On Fri, Oct 07, 2011 at 07:28:33PM -0400, valdis.kletni...@vt.edu wrote: On Fri, 07 Oct 2011 16:12:45 MDT, Grant Likely said: On Fri, Oct 7, 2011 at 12:43 AM, Greg KH g...@kroah.com wrote: On Fri, Oct 07, 2011 at 10:33:06AM

Re: [PATCH 1/5] drivercore: add new error value for deferred probe

2011-10-09 Thread Greg KH
On Sun, Oct 09, 2011 at 04:59:31PM -0600, Grant Likely wrote: On Fri, Oct 7, 2011 at 6:12 PM, Greg KH g...@kroah.com wrote: On Fri, Oct 07, 2011 at 07:28:33PM -0400, valdis.kletni...@vt.edu wrote: On Fri, 07 Oct 2011 16:12:45 MDT, Grant Likely said: On Fri, Oct 7, 2011 at 12:43 AM, Greg KH

[PATCH v4 0/3] Add support for TI814X processor series

2011-10-09 Thread Hemant Pedanekar
This patch set adds support for DM814x/AM387x device series having Cortex-A8 MPU. The technical documents are available from following link: http://focus.ti.com/docs/prod/folders/print/tms320dm8148.html This series is referred in code as TI814X. Since these devices share similar architecture

[PATCH v4 1/3] ARM: OMAP: TI81XX: Prepare for addition of TI814X support

2011-10-09 Thread Hemant Pedanekar
This patch updates existing macros, functions used for TI816X, to enable addition of other SoCs belonging to TI81XX family (e.g., TI814X). The approach taken is to use TI81XX/ti81xx for code/data going to be common across all TI81XX devices. cpu_is_ti81xx() is introduced to handle code common

[PATCH v4 2/3] ARM: OMAP: TI814X: Add cpu type macros and detection support

2011-10-09 Thread Hemant Pedanekar
This patch adds cpu type, macros for identification of TI814X device. Signed-off-by: Hemant Pedanekar hema...@ti.com --- arch/arm/mach-omap2/clock3xxx_data.c |3 +++ arch/arm/mach-omap2/id.c | 22 ++

[PATCH v4 3/3] ARM: OMAP: TI814X: Create board support and enable build for TI8148 EVM

2011-10-09 Thread Hemant Pedanekar
This patch adds minimal support and build configuration for TI8148 EVM. Also adds support for low level debugging on UART1 console on the EVM. Note that existing TI8168 EVM file (board-ti8168evm.c) is updated with machine info for TI8148 EVM. Signed-off-by: Hemant Pedanekar hema...@ti.com ---

RE: [PATCH 3/3] usb: musb: enable support for am335x

2011-10-09 Thread Gupta, Ajay Kumar
Hi, On Mon, Sep 26, 2011 at 02:47:11PM +0400, Sergei Shtylyov wrote: Hello. On 26-09-2011 14:03, Ajay Kumar Gupta wrote: Enabled the flag so that musb_dsps glue file can be used for am335x Signed-off-by: Ajay Kumar Guptaajay.gu...@ti.com --- drivers/usb/musb/Kconfig |6

[PATCH 0/2] omap: sound: style and warning fixes

2011-10-09 Thread Michael Opdenacker
These patches apply to Tony Lindgren's linux-omap tree (they can also be applied to Linus' tree) They fix a warning at compile time and a coding style error. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH 1/2] omap: sound: fix ambiguous else warning

2011-10-09 Thread Michael Opdenacker
This patch applies against Tony Lindgren's linux-omap tree It fixes ambiguous else warnings at compile time. Signed-off-by: Michael Opdenacker michael.opdenac...@linaro.org --- sound/soc/omap/omap-mcbsp.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[PATCH 2/2] omap: sound: fix checkpatch.pl error

2011-10-09 Thread Michael Opdenacker
Signed-off-by: Michael Opdenacker michael.opdenac...@linaro.org --- sound/soc/omap/omap-mcbsp.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c index 1391ea0..30325fb 100644 --- a/sound/soc/omap/omap-mcbsp.c +++

RE: [PATCH 1/6 v3] omap: musb: Adding hwmod data for ti81xx

2011-10-09 Thread Gupta, Ajay Kumar
Hi, On Mon, Sep 26, 2011 at 03:21:07PM +0530, Gupta, Ajay Kumar wrote: To: linux-omap@vger.kernel.org Cc: linux-...@vger.kernel.org; Balbi, Felipe; t...@atomide.com; B, Ravi; Cousson, Benoit; Gupta, Ajay Kumar Subject: [PATCH 1/6 v3] omap: musb: Adding hwmod data for ti81xx

Re: [PATCH 0/2] ARM: OMAP2+: timer fixes / cleanup

2011-10-09 Thread DebBarma, Tarun Kanti
On Wed, Oct 5, 2011 at 3:06 AM, Cousson, Benoit b-cous...@ti.com wrote: Hi Tarun, On 10/4/2011 11:20 PM, Cousson, Benoit wrote: Hi Tony, Here is the series to fix the warning and remove the redundant latency structure that be removed since the timer runtime PM adaptation was just pulled.

Re: [PATCH 1/6 v3] omap: musb: Adding hwmod data for ti81xx

2011-10-09 Thread Felipe Balbi
Hi, On Mon, Oct 10, 2011 at 10:40:55AM +0530, Gupta, Ajay Kumar wrote: Hi, On Mon, Sep 26, 2011 at 03:21:07PM +0530, Gupta, Ajay Kumar wrote: To: linux-omap@vger.kernel.org Cc: linux-...@vger.kernel.org; Balbi, Felipe; t...@atomide.com; B, Ravi; Cousson, Benoit; Gupta, Ajay Kumar

Re: [PATCH 3/3] usb: musb: enable support for am335x

2011-10-09 Thread Felipe Balbi
On Mon, Oct 10, 2011 at 10:35:15AM +0530, Gupta, Ajay Kumar wrote: Hi, On Mon, Sep 26, 2011 at 02:47:11PM +0400, Sergei Shtylyov wrote: Hello. On 26-09-2011 14:03, Ajay Kumar Gupta wrote: Enabled the flag so that musb_dsps glue file can be used for am335x Signed-off-by: