RE: [PATCHv3 3/17] dmtimer: add omap2420 hwmod database

2010-10-12 Thread DebBarma, Tarun Kanti
Paul, -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Monday, October 11, 2010 7:49 PM To: DebBarma, Tarun Kanti Cc: Cousson, Benoit; Hilman, Kevin; linux-omap@vger.kernel.org; Gopinath, Thara; Basak, Partha; Tony Lindgren Subject: RE: [PATCHv3 3/17] dmtimer:

RE: [PATCHv3 8/17] dmtimer: register mappings moved to hwmod database

2010-10-12 Thread G, Manjunath Kondaiah
-Original Message- From: DebBarma, Tarun Kanti Sent: Monday, October 11, 2010 12:38 PM To: Cousson, Benoit Cc: Kevin Hilman; G, Manjunath Kondaiah; linux-omap@vger.kernel.org; Shilimkar, Santosh; Paul Walmsley; Tony Lindgren; Basak, Partha Subject: RE: [PATCHv3 8/17] dmtimer:

RE: [PATCHv3 3/17] dmtimer: add omap2420 hwmod database

2010-10-12 Thread Paul Walmsley
Hello Tarun On Tue, 12 Oct 2010, DebBarma, Tarun Kanti wrote: -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Monday, October 11, 2010 7:49 PM To: DebBarma, Tarun Kanti Cc: Cousson, Benoit; Hilman, Kevin; linux-omap@vger.kernel.org; Gopinath, Thara;

RE: [PATCHv3 8/17] dmtimer: register mappings moved to hwmod database

2010-10-12 Thread Basak, Partha
-Original Message- From: DebBarma, Tarun Kanti Sent: Tuesday, October 12, 2010 11:19 AM To: Cousson, Benoit Cc: Basak, Partha; Kevin Hilman; G, Manjunath Kondaiah; linux-omap@vger.kernel.org; Shilimkar, Santosh; Paul Walmsley; Tony Lindgren Subject: RE: [PATCHv3 8/17]

Re: [RFC 1/8] OMAP: powerdomain: Move powerdomain.c from mach-omap2 to plat-omap

2010-10-12 Thread Paul Walmsley
Hi Rajendra, some brief comments - On Thu, 23 Sep 2010, Rajendra Nayak wrote: This is in preparation of splitting the powerdomain framework into platform-independent part (for all omaps) and platform-specific parts. The platform-independent code would reside in plat-omap/powerdomain.c and

Re: [RFC 2/8] OMAP: powerdomain: Infrastructure to put arch specific code

2010-10-12 Thread Paul Walmsley
On Thu, 23 Sep 2010, Rajendra Nayak wrote: Put infrastructure in place, so arch specific func pointers can be hooked up to the platform-independent part of the framework. Hmm. So if simply patches 1 and 2 of 8 are applied, I guess the system will panic on boot, now? We should avoid that

Re: [RFC 3/8] OMAP: powerdomain: Arch specific funcs for state control

2010-10-12 Thread Paul Walmsley
On Thu, 23 Sep 2010, Rajendra Nayak wrote: Define the following architecture specific funtions for omap2/3/4 .pwrdm_set_next_pwrst .pwrdm_read_next_pwrst .pwrdm_read_pwrst .pwrdm_read_prev_pwrst Convert the platform-independent framework to call these functions. Signed-off-by: Rajendra

Re: [PATCHv3 8/17] dmtimer: register mappings moved to hwmod database

2010-10-12 Thread Cousson, Benoit
On 10/12/2010 9:22 AM, Basak, Partha wrote: From: DebBarma, Tarun Kanti Sent: Tuesday, October 12, 2010 11:19 AM To: Cousson, Benoit Benoit, From: Cousson, Benoit Sent: Tuesday, October 12, 2010 4:42 AM To: DebBarma, Tarun Kanti Hi Tarun, On 10/9/2010 5:40 PM, DebBarma, Tarun Kanti wrote:

RE: [PATCHv3 8/17] dmtimer: register mappings moved to hwmod database

2010-10-12 Thread Basak, Partha
-Original Message- From: Cousson, Benoit Sent: Tuesday, October 12, 2010 1:32 PM To: Basak, Partha Cc: DebBarma, Tarun Kanti; Kevin Hilman; G, Manjunath Kondaiah; linux-omap@vger.kernel.org; Shilimkar, Santosh; Paul Walmsley; Tony Lindgren Subject: Re: [PATCHv3 8/17] dmtimer:

Re: [PATCH 1/7] [RFC] OMAP: MCBSP: hwmod database for 2xxx devices

2010-10-12 Thread kishon
ping.. On Friday 08 October 2010 11:50 AM, Varadarajan, Charulatha wrote: -Original Message- From: Peter Ujfalusi [mailto:peter.ujfal...@nokia.com] Sent: Wednesday, October 06, 2010 12:47 PM To: Varadarajan, Charulatha Cc: linux-omap@vger.kernel.org; alsa-de...@alsa-project.org;

[PATCH] omap3: various code improvements for IGEP v2 board.

2010-10-12 Thread Enric Balletbo i Serra
The comments of this post also apply to IGEP v2 board (thanks Laurent) http://www.mail-archive.com/linux-omap@vger.kernel.org/msg36402.html Changes are: - Set onenand_setup to NULL instead of adding a no-op function. - On igep2_flash_init() function: - Use 'for' loop instead 'while'

Re: [PATCH 1/3] OMAP: control: add functions for DSP boot address/mode control

2010-10-12 Thread Felipe Contreras
On Tue, Oct 12, 2010 at 12:35 AM, Paul Walmsley p...@pwsan.com wrote: On Mon, 11 Oct 2010, Tony Lindgren wrote: Would be nice to get the dspbridge into working shape. Sounds we still need the following: - memblock fixes - this series to fix the control module related issues - platform data

Re: [PATCHv2 2/3] iovmm: add superpages support to fixed da address

2010-10-12 Thread Felipe Contreras
On Mon, Oct 11, 2010 at 6:33 PM, Guzman Lugo, Fernando fernando.l...@ti.com wrote: @@ -420,7 +431,8 @@ static void sgtable_fill_kmalloc(struct sg_table *sgt, u32 pa, size_t len)        for_each_sg(sgt-sgl, sg, sgt-nents, i) {                size_t bytes; -               bytes =

Re: [PATCHv3 8/17] dmtimer: register mappings moved to hwmod database

2010-10-12 Thread Cousson, Benoit
On 10/12/2010 11:35 AM, Basak, Partha wrote: From: Cousson, Benoit Sent: Tuesday, October 12, 2010 1:32 PM To: Basak, Partha Cc: DebBarma, Tarun Kanti; Kevin Hilman; G, Manjunath Kondaiah; linux-omap@vger.kernel.org; Shilimkar, Santosh; Paul Walmsley; Tony Lindgren Subject: Re: [PATCHv3 8/17]

Re: [PATCHv3 00/11] staging tidspbridge: iommu migration

2010-10-12 Thread Felipe Contreras
On Mon, Oct 11, 2010 at 6:03 PM, Guzman Lugo, Fernando fernando.l...@ti.com wrote: On Tue, Oct 5, 2010 at 11:35 PM, Fernando Guzman Lugo x0095...@ti.com wrote: This set of patches remove the dspbridge custom mmu implementation and use iommu module instead. I have tried this, it works for

Re: [PATCH] omap3: various code improvements for IGEP v2 board.

2010-10-12 Thread Felipe Balbi
On Tue, Oct 12, 2010 at 05:16:10AM -0500, Enric Balletbo i Serra wrote: The comments of this post also apply to IGEP v2 board (thanks Laurent) http://www.mail-archive.com/linux-omap@vger.kernel.org/msg36402.html Changes are: - Set onenand_setup to NULL instead of adding a no-op function. -

Re: [PATCH] omap2plus: wdt: Fix boot warn when CONFIG_PM_RUNTIME=n

2010-10-12 Thread Cousson, Benoit
Adding more folks to the discussion. On 10/12/2010 9:30 AM, Varadarajan, Charulatha wrote: From: Cousson, Benoit Sent: Tuesday, October 12, 2010 12:45 PM To: Varadarajan, Charulatha Hi Charu, On 10/11/2010 2:02 PM, Varadarajan, Charulatha wrote: Fix the below warning during boot [

[PATCH] ASoC: OMAP4: MCPDM: Remove unnecessary include of plat/control.h

2010-10-12 Thread Anand Gadiyar
Commit 346a5c890 (OMAP: control: move plat-omap/control.h to mach-omap2/control.h) in the linux-omap tree removed plat/control.h and most of its callers. This one slipped through - breaking the build as below when CONFIG_SND_OMAP_SOC_MCPDM is defined. Fix this. CC

Re: [PATCH] ASoC: OMAP4: MCPDM: Remove unnecessary include of plat/control.h

2010-10-12 Thread Mark Brown
On Tue, Oct 12, 2010 at 06:57:58PM +0530, Anand Gadiyar wrote: Commit 346a5c890 (OMAP: control: move plat-omap/control.h to mach-omap2/control.h) in the linux-omap tree removed plat/control.h and most of its callers. This one slipped through - breaking the build as below when

Re: [alsa-devel] [PATCH] ASoC: OMAP4: MCPDM: Remove unnecessary include of plat/control.h

2010-10-12 Thread Jarkko Nikula
On Tue, 12 Oct 2010 14:29:48 +0100 Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Tue, Oct 12, 2010 at 06:57:58PM +0530, Anand Gadiyar wrote: Commit 346a5c890 (OMAP: control: move plat-omap/control.h to mach-omap2/control.h) in the linux-omap tree removed plat/control.h and most

RE: [PATCHv3 00/11] staging tidspbridge: iommu migration

2010-10-12 Thread Guzman Lugo, Fernando
-Original Message- From: Felipe Contreras [mailto:felipe.contre...@gmail.com] Sent: Tuesday, October 12, 2010 6:21 AM To: Guzman Lugo, Fernando Cc: gre...@suse.de; felipe.contre...@nokia.com; ameya.pala...@nokia.com; Menon, Nishanth; hiroshi.d...@nokia.com; o...@wizery.com;

Re: [PATCH] ASoC: OMAP4: MCPDM: Remove unnecessary include of plat/control.h

2010-10-12 Thread Paul Walmsley
On Tue, 12 Oct 2010, Anand Gadiyar wrote: Commit 346a5c890 (OMAP: control: move plat-omap/control.h to mach-omap2/control.h) in the linux-omap tree removed plat/control.h and most of its callers. This one slipped through - breaking the build as below when CONFIG_SND_OMAP_SOC_MCPDM is

Re: [PATCH] omap2plus: wdt: Fix boot warn when CONFIG_PM_RUNTIME=n

2010-10-12 Thread Kevin Hilman
Cousson, Benoit b-cous...@ti.com writes: Adding more folks to the discussion. On 10/12/2010 9:30 AM, Varadarajan, Charulatha wrote: From: Cousson, Benoit Sent: Tuesday, October 12, 2010 12:45 PM To: Varadarajan, Charulatha Hi Charu, On 10/11/2010 2:02 PM, Varadarajan, Charulatha wrote:

Re: [PATCH] serial: omap-serial: fix signess error

2010-10-12 Thread Kevin Hilman
[adding linux-omap list] Vasiliy Kulikov sego...@gmail.com writes: ret is unsigned, so check for (ret 0) made no sense. Made it signed. Signed-off-by: Vasiliy Kulikov sego...@gmail.com --- I cannot compile this driver, so it is not tested. Acked-by: Kevin Hilman

Re: [PATCH v4 0/4] LogicPD minimal board support for LV_SOM and Torpedo

2010-10-12 Thread Stephan Linz
Am Montag, 11. Oktober 2010, um 20:40:51 schrieb Ashwin Bihari: On Mon, Oct 11, 2010 at 1:45 PM, Tim Nordell tim.nord...@logicpd.com wrote: On 10/11/10 12:30, Tony Lindgren wrote: Uhh, so whose patches are these originally? We have them now queued with Tim Nordell as the author. Please

Re: [PATCH] serial: omap-serial: fix signess error

2010-10-12 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [101012 11:30]: [adding linux-omap list] Vasiliy Kulikov sego...@gmail.com writes: ret is unsigned, so check for (ret 0) made no sense. Made it signed. Signed-off-by: Vasiliy Kulikov sego...@gmail.com --- I cannot compile this driver,

Re: [alsa-devel] [PATCH] ASoC: OMAP4: MCPDM: Remove unnecessary include of plat/control.h

2010-10-12 Thread Tony Lindgren
* Jarkko Nikula jhnik...@gmail.com [101012 06:42]: On Tue, 12 Oct 2010 14:29:48 +0100 Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Tue, Oct 12, 2010 at 06:57:58PM +0530, Anand Gadiyar wrote: Commit 346a5c890 (OMAP: control: move plat-omap/control.h to mach-omap2/control.h)

[GIT PULL] one omap fix for 2.6.36

2010-10-12 Thread Tony Lindgren
Hi Linus, Please pull a one-liner from: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus Regards, Tony The following changes since commit cb655d0f3d57c23db51b981648e452988c0223f9: Linux 2.6.36-rc7 (2010-10-06 13:39:52 -0700) are available in

Re: [PATCH 1/3] OMAP: control: add functions for DSP boot address/mode control

2010-10-12 Thread Tony Lindgren
* Felipe Contreras felipe.contre...@gmail.com [101012 03:52]: On Tue, Oct 12, 2010 at 12:35 AM, Paul Walmsley p...@pwsan.com wrote: On Mon, 11 Oct 2010, Tony Lindgren wrote: Would be nice to get the dspbridge into working shape. Sounds we still need the following: - memblock fixes -

Re: [PATCH v4 0/4] LogicPD minimal board support for LV_SOM and Torpedo

2010-10-12 Thread Tony Lindgren
* Stephan Linz l...@li-pro.net [101012 12:11]: Am Montag, 11. Oktober 2010, um 20:40:51 schrieb Ashwin Bihari: On Mon, Oct 11, 2010 at 1:45 PM, Tim Nordell tim.nord...@logicpd.com wrote: On 10/11/10 12:30, Tony Lindgren wrote: Uhh, so whose patches are these originally? We have

Re: [RFC PATCHv3 2/7] OMAP SSI: Introducing OMAP SSI driver

2010-10-12 Thread Tony Lindgren
* Carlos Chinea carlos.chi...@nokia.com [101011 01:58]: Introduces the OMAP SSI driver in the kernel. The Synchronous Serial Interface (SSI) is a legacy version of HSI. As in the case of HSI, it is mainly used to connect Application engines (APE) with cellular modem engines (CMT) in

Re: [PATCH v7] power: introduce library for device-specific OPPs

2010-10-12 Thread Rafael J. Wysocki
On Tuesday, October 12, 2010, Rafael J. Wysocki wrote: On Monday, October 11, 2010, Nishanth Menon wrote: Rafael J. Wysocki had written, on 10/09/2010 05:59 PM, the following: [...] Signed-off-by: Nishanth Menon n...@ti.com OK Your error messages are a bit inconsistent

Re: [PATCH v7] power: introduce library for device-specific OPPs

2010-10-12 Thread Nishanth Menon
Rafael J. Wysocki had written, on 10/12/2010 06:25 PM, the following: On Tuesday, October 12, 2010, Rafael J. Wysocki wrote: On Monday, October 11, 2010, Nishanth Menon wrote: Rafael J. Wysocki had written, on 10/09/2010 05:59 PM, the following: [...] Signed-off-by: Nishanth Menon n...@ti.com