Re: [PATCH v3 00/10]HDMI: Split hdmi.c in DSS to seperate OMAP dependent

2011-09-05 Thread Tomi Valkeinen
On Fri, 2011-09-02 at 16:17 +0530, mythr...@ti.com wrote: From: Mythri P K mythr...@ti.com HDMI IP block is common between TI OMAP4 Procerssor and Netra processor although the Display subsytem is different.Also the IP block in future OMAP may differ from the one existing in OMAP4. Thus to

Re: [PATCH 1/2] misc: remove CONFIG_MISC_DEVICES

2011-09-05 Thread Jean Delvare
Hi Arnd, On Fri, 2 Sep 2011 16:43:14 +0200, Arnd Bergmann wrote: Since misc devices have nothing in common besides fitting in no other category, there is no need to group them in one Kconfig symbol. Simply removing the symbol gets rid of all sorts of Kconfig warnings about missing

Re: [PATCHv2] ISP:BUILD:FIX: Move media_entity_init() and

2011-09-05 Thread Laurent Pinchart
Hi Mauro, On Sunday 04 September 2011 15:32:28 Mauro Carvalho Chehab wrote: Em 04-09-2011 06:01, Laurent Pinchart escreveu: On Sunday 04 September 2011 00:21:38 Mauro Carvalho Chehab wrote: Em 24-08-2011 10:25, Laurent Pinchart escreveu: On Wednesday 24 August 2011 14:19:01 Hiremath,

Re: [PATCH 2/2] mfd: remove CONFIG_MFD_SUPPORT

2011-09-05 Thread Jean Delvare
On Fri, 2 Sep 2011 16:43:36 +0200, Arnd Bergmann wrote: We currently have two symbols to control compilation the MFD subsystem, MFD_SUPPORT and MFD_CORE. The MFD_SUPPORT is actually not required at all, it only hides the submenu when not set, with the effect that Kconfig warns about missing

Re: [PATCH v3 00/10]HDMI: Split hdmi.c in DSS to seperate OMAP dependent

2011-09-05 Thread K, Mythri P
Hi, On Mon, Sep 5, 2011 at 5:45 PM, Tomi Valkeinen tomi.valkei...@ti.com wrote: On Fri, 2011-09-02 at 16:17 +0530, mythr...@ti.com wrote: From: Mythri P K mythr...@ti.com HDMI IP block is common between TI OMAP4 Procerssor and Netra processor although the Display subsytem is different.Also

Re: [PATCH 20/25] OMAP4: PM: Add L2X0 cache lowpower support

2011-09-05 Thread Lorenzo Pieralisi
Hi Santosh, just a question below. On Sun, Sep 04, 2011 at 02:54:21PM +0100, Santosh Shilimkar wrote: When MPUSS hits off-mode e, L2 cache is lost. This patch adds L2X0 necessary maintenance operations and context restoration in the low power code. Signed-off-by: Santosh Shilimkar

Re: [PATCH 20/25] OMAP4: PM: Add L2X0 cache lowpower support

2011-09-05 Thread Santosh
On Monday 05 September 2011 07:31 PM, Lorenzo Pieralisi wrote: Hi Santosh, just a question below. On Sun, Sep 04, 2011 at 02:54:21PM +0100, Santosh Shilimkar wrote: When MPUSS hits off-mode e, L2 cache is lost. This patch adds L2X0 necessary maintenance operations and context restoration in

Re: [PATCH 1/2] misc: remove CONFIG_MISC_DEVICES

2011-09-05 Thread Arnd Bergmann
On Monday 05 September 2011, Jean Delvare wrote: As said before, I'm not sure. Yes, it makes it easier to select misc device drivers from Kconfig files. But it also makes it impossible to deselect all misc device drivers at once. I think that what we really need is the implementation in the

Re: [PATCH 1/2] misc: remove CONFIG_MISC_DEVICES

2011-09-05 Thread Jean Delvare
On Mon, 5 Sep 2011 16:19:35 +0200, Arnd Bergmann wrote: On Monday 05 September 2011, Jean Delvare wrote: As said before, I'm not sure. Yes, it makes it easier to select misc device drivers from Kconfig files. But it also makes it impossible to deselect all misc device drivers at once.

Re: [PATCH 2/7] arm/dts: OMAP3: Add mpu and iva nodes

2011-09-05 Thread Cousson, Benoit
Hi Arnd, On 9/1/2011 8:17 PM, Arnd Bergmann wrote: On Thursday 01 September 2011 19:25:07 Benoit Cousson wrote: /* +* XXX: The cpus node is mandatory, but since the CPUs are as well part +* of the mpu subsystem below, it is not clear where the information +*

Re: [PATCH] OMAP2+: hwmod: remove OMAP_CHIP*

2011-09-05 Thread Tony Lindgren
* Grazvydas Ignotas nota...@gmail.com [110905 13:54]: On Mon, Sep 5, 2011 at 5:43 AM, Paul Walmsley p...@pwsan.com wrote: diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index 84cc0bd..d7138070 100644 --- a/arch/arm/mach-omap2/omap_hwmod.c +++

Re: [PATCH 04/13] mfd: twl-core: Add initial DT support for twl4030/twl6030

2011-09-05 Thread Cousson, Benoit
On 9/1/2011 8:27 PM, Arnd Bergmann wrote: On Thursday 01 September 2011 19:21:20 Benoit Cousson wrote: +#ifdef CONFIG_OF +#define MODALIAS_SIZE 32 + +static int add_of_children(struct i2c_client *client, unsigned long features) +{ + u32 reg; + struct device *child, *dev =client-dev;

Re: [PATCH 2/7] arm/dts: OMAP3: Add mpu and iva nodes

2011-09-05 Thread Arnd Bergmann
On Monday 05 September 2011, Cousson, Benoit wrote: Yeah, I saw that in the cpus node documentation. My point here is that I do need to represent the MPU subsystem that will contain the cpus. And thus the Cortex is inside the MPU subsystem. I can potentially keep the CPUs inside the cpus

Re: [PATCH v3 09/10] OMAP4: DSS2: HDMI: Function pointer approach to call

2011-09-05 Thread K, Mythri P
Hi, On Mon, Sep 5, 2011 at 4:31 PM, Tomi Valkeinen tomi.valkei...@ti.com wrote: On Fri, 2011-09-02 at 16:17 +0530, mythr...@ti.com wrote: From: Mythri P K mythr...@ti.com To make the current hdmi DSS driver compatible with future OMAP having different IP blocks( A combination of different

Re: [PATCH 2/7] arm/dts: OMAP3: Add mpu and iva nodes

2011-09-05 Thread Mitch Bradley
On 9/5/2011 7:23 AM, Arnd Bergmann wrote: On Monday 05 September 2011, Cousson, Benoit wrote: Yeah, I saw that in the cpus node documentation. My point here is that I do need to represent the MPU subsystem that will contain the cpus. And thus the Cortex is inside the MPU subsystem. The

Re : Arm device tree wonder

2011-09-05 Thread Pierre Beaumon
Hello Paul, thanks for your reply. On Tue, 30 Aug 2011, Pierre Beaumon wrote:   Also I believe one big arm problem is a lack of common infrastructure that lead to code duplication. Some machine try to do too much things. omap2 (mach-omap2 + plat-omap) is about 80 KSLOC over 400KSLOC (76

BUG : clock_gettime reports time going backwards with high resolution timer

2011-09-05 Thread Sankara Muthukrishnan
Based on tglx's suggestion, I ran the following test on 2 panda boards. clock_gettime(CLOCK_MONOTONIC, prev); while (1) { clock_gettime(CLOCK_MONOTONIC, curr); if (curr prev) /* Use a proper compare function for timespec! */

Re: [PATCH 10/10] OMAP: DSS2: DSI Video mode support

2011-09-05 Thread Tomi Valkeinen
On Mon, 2011-09-05 at 11:22 +0530, Archit Taneja wrote: On Friday 02 September 2011 01:25 PM, Valkeinen, Tomi wrote: On Fri, 2011-09-02 at 11:43 +0530, Archit Taneja wrote: Sending a null packet to start the DDR clk is rather OMAP specific internal thing, so I don't want to require the

Re: [PATCH 10/10] OMAP: DSS2: DSI Video mode support

2011-09-05 Thread Archit Taneja
On Monday 05 September 2011 12:22 PM, Valkeinen, Tomi wrote: On Mon, 2011-09-05 at 11:22 +0530, Archit Taneja wrote: On Friday 02 September 2011 01:25 PM, Valkeinen, Tomi wrote: On Fri, 2011-09-02 at 11:43 +0530, Archit Taneja wrote: Sending a null packet to start the DDR clk is rather OMAP

Re: [PATCH v3 00/10]HDMI: Split hdmi.c in DSS to seperate OMAP dependent

2011-09-05 Thread Tomi Valkeinen
On Fri, 2011-09-02 at 16:17 +0530, mythr...@ti.com wrote: From: Mythri P K mythr...@ti.com HDMI IP block is common between TI OMAP4 Procerssor and Netra processor although the Display subsytem is different.Also the IP block in future OMAP may differ from the one existing in OMAP4. Thus to

Re: cpuidle status in mainline for Beagleboard xM

2011-09-05 Thread javier Martin
On 2 September 2011 19:14, Kevin Hilman khil...@ti.com wrote: javier Martin javier.mar...@vista-silicon.com writes: On 2 September 2011 08:05, Jarkko Nikula jarkko.nik...@bitmer.com wrote: Other usual things to check that display is off (echo 1 /sys/class/graphics/fb0/blank) and no cable to

Re: [PATCH 1/3] OMAP: DSS2: Support for Innolux AT070TN83

2011-09-05 Thread Thomas Weber
Am 02.09.2011 09:58, schrieb Tomi Valkeinen: On Thu, 2011-09-01 at 15:05 +0200, Thomas Weber wrote: Add support for Innolux AT070TN83, a 7 inch LCD with RGB-Interface and touch panel to panel-generic-dpi. Tested with Devkit8000. Signed-off-by: Thomas Weber we...@corscience.de ---

Re: [PATCH V2 00/16] omap_hsmmc patches

2011-09-05 Thread Grazvydas Ignotas
On Fri, Sep 2, 2011 at 1:53 PM, Tony Lindgren t...@atomide.com wrote: * Grazvydas Ignotas nota...@gmail.com [110715 12:27]: On Wed, Jul 13, 2011 at 6:36 PM, Chris Ball c...@laptop.org wrote: If someone wants to look at rebasing the rest of these against mmc-next and resubmitting, I think

[PATCH] ASoC/MFD: twl4030: Fix dependencies for audio codec

2011-09-05 Thread Thomas Weber
The codec for Devkit8000 (TWL4030) was not detected except when build with CONFIG_SND_SOC_ALL_CODECS. twl-core.c still uses the CONFIG_TWL4030_CODEC for twl_has_codec(). In commit 57fe7251f5bfc4332f24479376de48a1e8ca6211 the CONFIG_TWL4030_CODEC was renamed into CONFIG_MFD_TWL4030_AUDIO,

Re: [RFC 6/7] iommu/core: add fault reporting

2011-09-05 Thread Roedel, Joerg
On Fri, Sep 02, 2011 at 01:32:35PM -0400, Ohad Ben-Cohen wrote: -struct iommu_domain *iommu_domain_alloc(void) +/** + * iommu_domain_alloc() - allocate and initialize a new iommu domain + * @handler: an optional pointer to a fault handler, or NULL if not needed + * + * Returns the new

Re: [PATCH 22/25] OMAP4: PM: Add power domain statistics support

2011-09-05 Thread Sergei Shtylyov
Hello. On 04-09-2011 17:54, Santosh Shilimkar wrote: Signed-off-by: Santosh Shilimkarsantosh.shilim...@ti.com Cc: Kevin Hilmankhil...@ti.com --- arch/arm/mach-omap2/omap-mpuss-lowpower.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 05/25] OMAP4: Use WARN_ON() instead of BUG_ON() with graceful exit

2011-09-05 Thread Sergei Shtylyov
Hello. On 04-09-2011 17:54, Santosh Shilimkar wrote: OMAP4 L2X0 initialisation code uses BUG_ON() for the ioremap() failure scenarios. Use WARN_ON() instead and allow graceful function exits. This was suggsted by Kevin Hilmankhil...@ti.com during OMAP4 PM code review. Signed-off-by:

Re: testing-board branch: rebase to RMK's devel-stable?

2011-09-05 Thread Tony Lindgren
* Nicolas Pitre nicolas.pi...@linaro.org [110902 11:25]: On Fri, 2 Sep 2011, Nicolas Pitre wrote: On Fri, 2 Sep 2011, Kevin Hilman wrote: Hi Tony, Your testing-board branch currently has a couple new boards that are missing the boot_params to atag_offset conversion (patch

Re: [PATCH v3 00/10]HDMI: Split hdmi.c in DSS to seperate OMAP dependent

2011-09-05 Thread K, Mythri P
Hi, On Mon, Sep 5, 2011 at 1:10 PM, Tomi Valkeinen tomi.valkei...@ti.com wrote: On Fri, 2011-09-02 at 16:17 +0530, mythr...@ti.com wrote: From: Mythri P K mythr...@ti.com HDMI IP block is common between TI OMAP4 Procerssor and Netra processor although the Display subsytem is different.Also

Re: [PATCH v3 00/10]HDMI: Split hdmi.c in DSS to seperate OMAP dependent

2011-09-05 Thread Tomi Valkeinen
On Mon, 2011-09-05 at 16:05 +0530, K, Mythri P wrote: Hi, On Mon, Sep 5, 2011 at 1:10 PM, Tomi Valkeinen tomi.valkei...@ti.com wrote: On Fri, 2011-09-02 at 16:17 +0530, mythr...@ti.com wrote: From: Mythri P K mythr...@ti.com HDMI IP block is common between TI OMAP4 Procerssor and Netra

Re: [PATCH 05/25] OMAP4: Use WARN_ON() instead of BUG_ON() with graceful exit

2011-09-05 Thread Santosh
On Monday 05 September 2011 03:41 PM, Sergei Shtylyov wrote: Hello. On 04-09-2011 17:54, Santosh Shilimkar wrote: OMAP4 L2X0 initialisation code uses BUG_ON() for the ioremap() failure scenarios. Use WARN_ON() instead and allow graceful function exits. This was suggsted by Kevin

Re: [PATCH 22/25] OMAP4: PM: Add power domain statistics support

2011-09-05 Thread Santosh
On Monday 05 September 2011 03:38 PM, Sergei Shtylyov wrote: Hello. On 04-09-2011 17:54, Santosh Shilimkar wrote: Signed-off-by: Santosh Shilimkarsantosh.shilim...@ti.com Cc: Kevin Hilmankhil...@ti.com --- arch/arm/mach-omap2/omap-mpuss-lowpower.c | 5 + 1 files changed, 5 insertions(+), 0

Re: [PATCH] ASoC/MFD: twl4030: Fix dependencies for audio codec

2011-09-05 Thread Péter Ujfalusi
On Monday 05 September 2011 11:26:33 Thomas Weber wrote: The codec for Devkit8000 (TWL4030) was not detected except when build with CONFIG_SND_SOC_ALL_CODECS. twl-core.c still uses the CONFIG_TWL4030_CODEC for twl_has_codec(). acked-by: Peter Ujfalusi peter.ujfal...@ti.com -- To

Re: [PATCH 05/25] OMAP4: Use WARN_ON() instead of BUG_ON() with graceful exit

2011-09-05 Thread Russell King - ARM Linux
On Mon, Sep 05, 2011 at 04:12:02PM +0530, Santosh wrote: On Monday 05 September 2011 03:41 PM, Sergei Shtylyov wrote: Hello. On 04-09-2011 17:54, Santosh Shilimkar wrote: OMAP4 L2X0 initialisation code uses BUG_ON() for the ioremap() failure scenarios. Use WARN_ON() instead and allow

Re: [PATCH 05/25] OMAP4: Use WARN_ON() instead of BUG_ON() with graceful exit

2011-09-05 Thread Santosh
On Monday 05 September 2011 04:17 PM, Russell King - ARM Linux wrote: On Mon, Sep 05, 2011 at 04:12:02PM +0530, Santosh wrote: On Monday 05 September 2011 03:41 PM, Sergei Shtylyov wrote: [..] /* Static mapping, never released */ l2cache_base = ioremap(OMAP44XX_L2CACHE_BASE, SZ_4K); -

Re: [PATCH v3 09/10] OMAP4: DSS2: HDMI: Function pointer approach to call

2011-09-05 Thread Tomi Valkeinen
On Fri, 2011-09-02 at 16:17 +0530, mythr...@ti.com wrote: From: Mythri P K mythr...@ti.com To make the current hdmi DSS driver compatible with future OMAP having different IP blocks( A combination of different core, PHY, PLL blocks), Add HDMI hdmi functions as a function pointer in

Re: [PATCH] OMAP2+: hwmod: remove OMAP_CHIP*

2011-09-05 Thread Grazvydas Ignotas
On Mon, Sep 5, 2011 at 5:43 AM, Paul Walmsley p...@pwsan.com wrote: diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index 84cc0bd..d7138070 100644 --- a/arch/arm/mach-omap2/omap_hwmod.c +++ b/arch/arm/mach-omap2/omap_hwmod.c snip  int __init

Re: [PATCH 6/7] OMAP3: board-dt: Add generic board file for DT support

2011-09-05 Thread G, Manjunath Kondaiah
Minor comments: On Thu, Sep 01, 2011 at 07:25:11PM +0200, Benoit Cousson wrote: Create an OMAP3 generic board to start the DT migration. This file is doing the minimal initialization needed to boot properly on a RAMDISK filesystem. As soon as the OMAP3 specifics will be removed, that