Re: [PATCH 4/6] OMAPDSS: MANAGER: Make DISPC timings a manager_info parameter

2012-04-19 Thread Archit Taneja
On Wednesday 18 April 2012 08:28 PM, Tomi Valkeinen wrote: On Mon, 2012-04-16 at 12:53 +0530, Archit Taneja wrote: DISPC manager size and DISPC manager blanking parameters(for LCD managers) follow the shadow register programming model. Currently, they are programmed directly by the interface

Re: [PATCH 4/6] OMAPDSS: MANAGER: Make DISPC timings a manager_info parameter

2012-04-19 Thread Tomi Valkeinen
On Thu, 2012-04-19 at 11:43 +0530, Archit Taneja wrote: On Wednesday 18 April 2012 08:28 PM, Tomi Valkeinen wrote: On Mon, 2012-04-16 at 12:53 +0530, Archit Taneja wrote: DISPC manager size and DISPC manager blanking parameters(for LCD managers) follow the shadow register programming model.

Re: [PATCH v2 4/8] ARM: OMAP2+: hwmod: revise hardreset behavior

2012-04-19 Thread Paul Walmsley
Hi Benoît, On Mon, 27 Feb 2012, Paul Walmsley wrote: Change the way that hardreset lines are handled by the hwmod code. Hardreset lines are generally associated with initiator IP blocks. Prior to this change, the hwmod code expected to control hardreset lines itself, asserting them on

Re: [PATCH] OMAP4: Adding ID for OMAP4460 ES1.1

2012-04-19 Thread Roger Quadros
Hi, On 04/18/2012 07:50 PM, Tony Lindgren wrote: Hi, * Roger Quadros rog...@ti.com [120403 02:50]: Hi Tony, Could you please take this patch for the next merge? Thanks. Yes, it seems that this is not needed as a fix for the -rc cycle? Right, it is not needed for this -rc cycle. If

Re: AM3517 boot failure

2012-04-19 Thread Igor Grinberg
On 04/19/12 05:07, Paul Walmsley wrote: Hi, just wanted to mention this on the list to see if anyone else was seeing it. I'm using a Compulab CM-T3517 and attempting to use nfsroot, and the boot hangs. Here are the last few lines when booting with initcall_debug: [7.069885]

Re: [PATCH v2 3/8] ARM: OMAP2+: hwmod: reorganize and document the setup process

2012-04-19 Thread Paul Walmsley
Hi On Mon, 27 Feb 2012, Paul Walmsley wrote: Reorganize the code involved in initializing and configuring an IP block to make it easier to read and maintain. This involves improving documentation, splitting some large functions up into smaller ones to better conform with

Re: [PATCH v2 3/8] ARM: OMAP2+: hwmod: reorganize and document the setup process

2012-04-19 Thread Paul Walmsley
Hi On Thu, 19 Apr 2012, Paul Walmsley wrote: - The changes to the _init function have been split into a separate patch to make it easier to debug. Here is the patch that deals specifically with _init(). It's the same code that was originally part of the patch mentioned in the subject

Re: [PATCH v2 5/8] ARM: OMAP2+: hwmod: ensure that SYSCONFIG bits are reprogrammed after a reset

2012-04-19 Thread Paul Walmsley
Hi On Mon, 27 Feb 2012, Paul Walmsley wrote: Move the code that reprograms the OCP_SYSCONFIG bits into the _reset() function to ensure that it is called after every reset. The code was previously in the _setup() function. So, before this patch, if _reset() was called from another function,

Re: [PATCH v2 3/8] ARM: OMAP2+: hwmod: reorganize and document the setup process

2012-04-19 Thread Cousson, Benoit
Hi Paul, On 4/19/2012 10:17 AM, Paul Walmsley wrote: ... static int __init omap_hwmod_setup_all(void) { - int r; - - if (!mpu_oh) { - pr_err(omap_hwmod: %s: MPU initiator hwmod %s not yet registered\n, - __func__, MPU_INITIATOR_NAME); -

Re: [PATCH 12/12] ARM: OMAP2xxx: hwmod data: start to fix the IVA1, IVA2 and DSP

2012-04-19 Thread Paul Walmsley
Hi On Wed, 7 Mar 2012, Paul Walmsley wrote: N800 logs this message on boot: [0.182281] omap_hwmod: iva: cannot be enabled for reset (3) Fix by creating basic IVA1 and DSP hwmods for OMAP2420, and a basic IVA2 hwmod for OMAP2430. There is still more information to be added, but this

Re: [PATCH 12/12] ARM: OMAP2xxx: hwmod data: start to fix the IVA1, IVA2 and DSP

2012-04-19 Thread Russell King - ARM Linux
On Thu, Apr 19, 2012 at 03:18:27AM -0600, Paul Walmsley wrote: N800 logs this message on boot: [0.182281] omap_hwmod: iva: cannot be enabled for reset (3) Fix by creating basic IVA1 and DSP hwmods for OMAP2420, and a basic IVA2 hwmod for OMAP2430. There is still more information to be

Re: [PATCH] ARM: OMAP: Revert ARM: OMAP: ctrl: Fix CONTROL_DSIPHY register fields

2012-04-19 Thread Russell King - ARM Linux
On Wed, Apr 18, 2012 at 01:43:46PM +0530, Archit Taneja wrote: On Wednesday 18 April 2012 01:36 PM, Tomi Valkeinen wrote: Hi, On Mon, 2012-04-09 at 12:41 +0530, Archit Taneja wrote: This reverts commit 46f8c3c7e95c0d30d95911e7975ddc4f93b3e237. The commit above swapped the DSI1_PPID and

Re: [PATCH 12/12] ARM: OMAP2xxx: hwmod data: start to fix the IVA1, IVA2 and DSP

2012-04-19 Thread Paul Walmsley
On Thu, 19 Apr 2012, Russell King - ARM Linux wrote: FYI, I'm also seeing omap_hwmod errors on boot: 3430ldp: http://www.arm.linux.org.uk/developer/build/result.php?type=bootidx=133 omap_hwmod: i2c1: softreset failed (waited 1 usec) omap_hwmod: i2c2: softreset failed (waited 1

Re: [PATCH 12/12] ARM: OMAP2xxx: hwmod data: start to fix the IVA1, IVA2 and DSP

2012-04-19 Thread Paul Walmsley
On Thu, 19 Apr 2012, Paul Walmsley wrote: Thanks for the report. Those should be resolved by: ARM: OMAP2+: hwmod: Revert ARM: OMAP2+: hwmod: Make omap_hwmod_softreset wait for reset status which was sent upstream to Tony as part of

Re: [PATCH v2 3/8] ARM: OMAP2+: hwmod: reorganize and document the setup process

2012-04-19 Thread Paul Walmsley
Hi Benoît, On Thu, 19 Apr 2012, Cousson, Benoit wrote: On 4/19/2012 10:17 AM, Paul Walmsley wrote: static int __init omap_hwmod_setup_all(void) { - int r; - - if (!mpu_oh) { - pr_err(omap_hwmod: %s: MPU initiator hwmod %s not yet registered\n, -

Re: [PATCH 4/6] OMAPDSS: MANAGER: Make DISPC timings a manager_info parameter

2012-04-19 Thread Archit Taneja
On Thursday 19 April 2012 12:07 PM, Tomi Valkeinen wrote: On Thu, 2012-04-19 at 11:43 +0530, Archit Taneja wrote: On Wednesday 18 April 2012 08:28 PM, Tomi Valkeinen wrote: On Mon, 2012-04-16 at 12:53 +0530, Archit Taneja wrote: DISPC manager size and DISPC manager blanking parameters(for LCD

Re: [PATCH] ARM: OMAP3: cm-t35: add support for power off

2012-04-19 Thread Igor Grinberg
ping! Tony, can this please, go into 3.5? On 03/28/12 11:51, Igor Grinberg wrote: Enable the power off feature of the TPS65930 on-board PMIC. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- arch/arm/mach-omap2/board-cm-t35.c |5 + 1 files changed, 5 insertions(+), 0

Re: [PATCH] ARM: OMAP: Revert ARM: OMAP: ctrl: Fix CONTROL_DSIPHY register fields

2012-04-19 Thread Tomi Valkeinen
On Thu, 2012-04-19 at 10:31 +0100, Russell King - ARM Linux wrote: On Wed, Apr 18, 2012 at 01:43:46PM +0530, Archit Taneja wrote: On Wednesday 18 April 2012 01:36 PM, Tomi Valkeinen wrote: Hi, On Mon, 2012-04-09 at 12:41 +0530, Archit Taneja wrote: This reverts commit

Re: [PATCHv2] Input: omap-keypad: dynamically handle register offsets

2012-04-19 Thread Poddar, Sourav
Hi Dmitry, Any comments on this? ~Sourav On Thu, Apr 12, 2012 at 1:08 PM, Sourav Poddar sourav.pod...@ti.com wrote: From: G, Manjunath Kondaiah manj...@ti.com Keypad controller register offsets are different for omap4 and omap5. Handle these offsets through static mapping and assign these

Re: [PATCH 4/6] OMAPDSS: MANAGER: Make DISPC timings a manager_info parameter

2012-04-19 Thread Tomi Valkeinen
On Thu, 2012-04-19 at 15:38 +0530, Archit Taneja wrote: On Thursday 19 April 2012 12:07 PM, Tomi Valkeinen wrote: On Thu, 2012-04-19 at 11:43 +0530, Archit Taneja wrote: On Wednesday 18 April 2012 08:28 PM, Tomi Valkeinen wrote: On Mon, 2012-04-16 at 12:53 +0530, Archit Taneja wrote:

Re: [PATCH 0/6] OMAPDSS: APPLY: Treat overlay manager timings as shadow registers

2012-04-19 Thread Tomi Valkeinen
On Mon, 2012-04-16 at 12:53 +0530, Archit Taneja wrote: An overlay manager's timings (the manager size, and blanking parameters if an LCD manager) are DISPC shadow registers, and they should hence follow the correct programming model. This set makes the timings a manager_info parameter. The

Re: [PATCH 0/6] OMAPDSS: APPLY: Treat overlay manager timings as shadow registers

2012-04-19 Thread Archit Taneja
On Thursday 19 April 2012 05:18 PM, Tomi Valkeinen wrote: On Mon, 2012-04-16 at 12:53 +0530, Archit Taneja wrote: An overlay manager's timings (the manager size, and blanking parameters if an LCD manager) are DISPC shadow registers, and they should hence follow the correct programming model.

Re: [PATCH 0/6] OMAPDSS: APPLY: Treat overlay manager timings as shadow registers

2012-04-19 Thread Tomi Valkeinen
On Thu, 2012-04-19 at 17:28 +0530, Archit Taneja wrote: On Thursday 19 April 2012 05:18 PM, Tomi Valkeinen wrote: On Mon, 2012-04-16 at 12:53 +0530, Archit Taneja wrote: An overlay manager's timings (the manager size, and blanking parameters if an LCD manager) are DISPC shadow registers,

Re: [PATCH v2 3/8] ARM: OMAP2+: hwmod: reorganize and document the setup process

2012-04-19 Thread Cousson, Benoit
On 4/19/2012 11:49 AM, Paul Walmsley wrote: Hi Benoît, On Thu, 19 Apr 2012, Cousson, Benoit wrote: On 4/19/2012 10:17 AM, Paul Walmsley wrote: static int __init omap_hwmod_setup_all(void) { - int r; - - if (!mpu_oh) { - pr_err(omap_hwmod: %s: MPU initiator

Re: [PATCH v2 4/8] ARM: OMAP2+: hwmod: revise hardreset behavior

2012-04-19 Thread Cousson, Benoit
+ Omar and Ohad, Salut Paul, On 4/19/2012 8:53 AM, Paul Walmsley wrote: Hi Benoît, On Mon, 27 Feb 2012, Paul Walmsley wrote: Change the way that hardreset lines are handled by the hwmod code. Hardreset lines are generally associated with initiator IP blocks. Prior to this change, the hwmod

[PATCH RESEND] ARM: OMAP: Revert ARM: OMAP: ctrl: Fix CONTROL_DSIPHY register fields

2012-04-19 Thread Archit Taneja
This reverts commit 46f8c3c7e95c0d30d95911e7975ddc4f93b3e237. The commit above swapped the DSI1_PPID and DSI2_PPID register fields in CONTROL_DSIPHY to be in sync with the newer public OMAP TRMs(after version V). With this commit, contention errors were reported on DSI lanes some OMAP4 SDPs.

Re: [PATCH v2] iommu: OMAP: device detach on domain destroy

2012-04-19 Thread Joerg Roedel
On Wed, Apr 18, 2012 at 01:09:41PM -0500, Omar Ramirez Luna wrote: 'domain_destroy with devices attached' case isn't yet handled, instead code assumes that the device was already detached. If the domain is destroyed the hardware still has access to invalid pointers to its page table and

Re: [PATCH V3 3/3] OMAPDSS: DISPC: Correct DISPC functional clock usage

2012-04-19 Thread Tomi Valkeinen
On Mon, 2012-04-02 at 20:43 +0530, Chandrabhanu Mahapatra wrote: DISPC_FCLK is incorrectly used as functional clock of DISPC in scaling calculations. So, DISPC_CORE_CLK replaces as functional clock of DISPC. DISPC_CORE_CLK is derived from DISPC_FCLK divided by an independent DISPC divisor LCD.

[PATCHv8 03/10] I2C: OMAP: Fix the interrupt clearing in OMAP4

2012-04-19 Thread Shubhrajyoti D
On OMAP4 we were writing 1 to IRQENABLE_CLR which cleared only the arbitration lost interrupt. The patch intends to fix the same by writing 0 to the IE register clearing all interrupts. This is based on the work done by Vikram Pandita vikram.pand...@ti.com. The changes from the original patch

[PATCHv8 09/10] I2C: OMAP: Do not set the XUDF if the underflow is not reached

2012-04-19 Thread Shubhrajyoti D
Currently in the 1.153 errata handling while waiting for transmitter underflow if NACK is got the XUDF flag is also set. The flag is set after wait for the condition is over. Cc: Alexander Shishkin virtu...@slind.org Acked-by: Moiz Sonasath m-sonas...@ti.com Signed-off-by: Shubhrajyoti D

[PATCHv8 00/10] I2C fixes

2012-04-19 Thread Shubhrajyoti D
This patch series seperates the fixes from other changes from [2] [2] http://www.spinics.net/lists/linux-omap/msg68056.html The patch series does the following - Warn fixes if CONFIG_PM_RUNTIME is not selected. - In case of i2c remove register access was done without any get_sync fix the

[PATCHv8 10/10] I2C: OMAP: Rename the 1p153 to the erratum id i462

2012-04-19 Thread Shubhrajyoti D
The section number in the recent errata document has changed. Rename the erratum 1p153 to the unique id i462 instead, so that it is easier to reference. Also change the function name and comments to reflect the same. Cc: Jon Hunter jon-hun...@ti.com Signed-off-by: Shubhrajyoti D

[PATCHv8 07/10] I2C: OMAP: Handle error check for pm runtime

2012-04-19 Thread Shubhrajyoti D
If PM runtime get_sync fails return with the error so that no further reads/writes goes through the interface. This will avoid possible abort. Add a error message in case of failure with the cause of the failure. Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com --- drivers/i2c/busses/i2c-omap.c

[PATCHv8 04/10] I2C: OMAP: Fix the error handling

2012-04-19 Thread Shubhrajyoti D
Currently in probe pm_runtime_put(dev-dev); ... /* i2c device drivers may be active on return from add_adapter() */ adap-nr = pdev-id; r = i2c_add_numbered_adapter(adap); if (r) { dev_err(dev-dev, failure adding adapter\n);

[PATCHv8 08/10] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153

2012-04-19 Thread Shubhrajyoti D
From: Tasslehoff Kjappfot tasskj...@gmail.com i2c_probe set the dev-errata flag, but omap_i2c_init cleared the flag again. Move the errata handling to i2c_probe. Signed-off-by: Tasslehoff Kjappfot tasskj...@gmail.com Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com ---

[PATCHv8 02/10] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable

2012-04-19 Thread Shubhrajyoti D
Currently the i2c driver calls the pm_runtime_enable and never the disable. This may cause a warning when pm_runtime_enable checks for the count match.Attempting to fix the same by calling pm_runtime_disable in the error and the remove path. Cc: Kevin Hilman khil...@ti.com Cc: Rajendra Nayak

[PATCHv8 05/10] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero

2012-04-19 Thread Shubhrajyoti D
By definition, wait_for_completion_timeout() returns an unsigned value and therefore, it is not necessary to check if the return value is less than zero as this is not possible. This is based on a patch from Jon Hunter jon-hun...@ti.com Changes from his patch - Declare a long as the

[PATCHv8 01/10] I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME

2012-04-19 Thread Shubhrajyoti D
The functions omap_i2c_unidle/idle are called from omap_i2c_runtime_resume and omap_i2c_runtime_suspend which is compiled for CONFIG_PM_RUNTIME. This patch removes the omap_i2c_unidle/idle functions and folds them into the runtime callbacks. This fixes the below warn when CONFIG_PM_RUNTIME is not

[PATCHv8 06/10] I2C: OMAP: Fix the crash in i2c remove

2012-04-19 Thread Shubhrajyoti D
In omap_i2c_remove we are accessing the I2C_CON register without enabling the clocks. Fix the same by enabling the clocks and disabling it. This fixes the following crash. [ 154.723022] [ cut here ] [ 154.725677] WARNING: at

Re: [PATCH 2/9] ARM: OMAP2+: SmartReflex: move the driver specific macros in include/linux/power

2012-04-19 Thread Arnd Bergmann
On Thursday 05 April 2012, Trilok Soni wrote: Couple of suggestions: drivers/platform/omap/avs? drivers/misc/omap/avs? I would definitely prefer something under drivers/power, drivers/regulators or a new top-level directory under drivers. IIRC, David Brownell was referring to the

Re: [PATCH 02/17][V2] ARM: OMAP4: cpuidle - Declare the states with the driver declaration

2012-04-19 Thread Daniel Lezcano
On 04/10/2012 12:37 AM, Kevin Hilman wrote: Daniel Lezcanodaniel.lezc...@linaro.org writes: The cpuidle API allows to declare statically the states in the driver structure. Let's use it. We do no longer need the fill_cstate function called at runtime and by the way adding more instructions at

Re: [PATCH 2/2] OMAPDSS: Ensure OPP100 when DSS is operational

2012-04-19 Thread Kevin Hilman
Tomi Valkeinen tomi.valkei...@ti.com writes: On Wed, 2012-04-18 at 10:03 -0700, Kevin Hilman wrote: [...] So, in summary, I have no objection $SUBJECT patch which implements the constraint using the only available method we have today. I take that was an ack for these patches? =) Yes. A

Re: [PATCH 10/17][V2] ARM: OMAP3: cpuidle - remove the 'valid' field

2012-04-19 Thread Daniel Lezcano
On 04/10/2012 01:13 AM, Kevin Hilman wrote: Daniel Lezcanodaniel.lezc...@linaro.org writes: With the previous changes all the states are valid, except the last state which can be handled by decreasing the number of states. Signed-off-by: Daniel Lezcanodaniel.lezc...@linaro.org Reviewed-by:

Re: [PATCH 00/17][V2] ARM: OMAP3/4 : cpuidle34xx and cpuidle44xx cleanups

2012-04-19 Thread Daniel Lezcano
On 04/10/2012 01:23 AM, Kevin Hilman wrote: Daniel Lezcanodaniel.lezc...@linaro.org writes: This patchset makes some cleanup on these cpuidle drivers and consolidate the code across both architecture. Thanks for this really nice cleanup. I have some comments on specific patches, but here's

Re: [PATCH] ARM: OMAP: USB: fix warning on EHCI PHY reset path

2012-04-19 Thread Igor Grinberg
ping Alan, Felipe, Can this go into 3.5? The dependency patch has already reached Samuel's tree, what would be the best way to apply this one? Should I ask Samuel to apply this one also (after having your acks) via his tree, to reduce possible merge failures/conflicts? On 03/27/12 16:08, Igor

Re: [PATCH] tty: omap-serial: Keep the wakeup mechanism enabled by default

2012-04-19 Thread Raja, Govindraj
On Thu, Apr 19, 2012 at 12:38 AM, Alan Cox a...@lxorguk.ukuu.org.uk wrote: The point is that wakeups should be enabled whenever driver is in use, and disabled when the driver is not in use. Which is the tty_port methods for initialisation and shutdown, which are mutex protected against each

Re: [PATCH 06/17][V2] ARM: OMAP4: cpuidle - use the omap4_idle_data variable directly

2012-04-19 Thread Daniel Lezcano
On 04/10/2012 12:56 AM, Kevin Hilman wrote: Daniel Lezcanodaniel.lezc...@linaro.org writes: We are storing the 'omap4_idle_data' in the private data field of the cpuidle device. As we are using this variable only in this file, that does not really make sense. Let's use the global variable

Re: [PATCH] ARM: OMAP: USB: fix warning on EHCI PHY reset path

2012-04-19 Thread Alan Stern
On Thu, 19 Apr 2012, Igor Grinberg wrote: ping Alan, Felipe, Can this go into 3.5? It's okay with me. Acked-by: Alan Stern st...@rowland.harvard.edu The dependency patch has already reached Samuel's tree, what would be the best way to apply this one? Should I ask Samuel to apply this

Re: AM3517 boot failure

2012-04-19 Thread Måns Rullgård
Igor Grinberg grinb...@compulab.co.il writes: On 04/19/12 05:07, Paul Walmsley wrote: Hi, just wanted to mention this on the list to see if anyone else was seeing it. I'm using a Compulab CM-T3517 and attempting to use nfsroot, and the boot hangs. Here are the last few lines when

Re: [PATCH 2/9] ARM: OMAP2+: SmartReflex: move the driver specific macros in include/linux/power

2012-04-19 Thread Jean Pihet
Hi Arnd, On Thu, Apr 19, 2012 at 3:54 PM, Arnd Bergmann a...@arndb.de wrote: On Thursday 05 April 2012, Trilok Soni wrote: Couple of suggestions: drivers/platform/omap/avs? drivers/misc/omap/avs? I would definitely prefer something under drivers/power, drivers/regulators or a new

Re: [PATCH] ASoC: omap-pcm: Free dma buffers in case of error.

2012-04-19 Thread Ujfalusi, Peter
Hi, On Thu, Apr 19, 2012 at 3:37 AM, Oleg Matcovschi oleg.matcovs...@ti.com wrote: Signed-off-by: Oleg Matcovschi oleg.matcovs...@ti.com ---  sound/soc/omap/omap-pcm.c |    4  1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/sound/soc/omap/omap-pcm.c

Re: AM3517 boot failure

2012-04-19 Thread Tony Lindgren
* Måns Rullgård m...@mansr.com [120419 08:31]: Igor Grinberg grinb...@compulab.co.il writes: On 04/19/12 05:07, Paul Walmsley wrote: Hi, just wanted to mention this on the list to see if anyone else was seeing it. I'm using a Compulab CM-T3517 and attempting to use nfsroot, and

Re: [PATCH 2/9] ARM: OMAP2+: SmartReflex: move the driver specific macros in include/linux/power

2012-04-19 Thread Kevin Hilman
Arnd Bergmann a...@arndb.de writes: On Thursday 05 April 2012, Trilok Soni wrote: Couple of suggestions: drivers/platform/omap/avs? drivers/misc/omap/avs? I would definitely prefer something under drivers/power, drivers/regulators or a new top-level directory under drivers.

Re: [PATCH v2 4/8] ARM: OMAP2+: hwmod: revise hardreset behavior

2012-04-19 Thread Paul Walmsley
Hi Benoît, On Thu, 19 Apr 2012, Cousson, Benoit wrote: The concern of the people doing SW in these embedded processors was mainly because we were releasing the reset of processor without loading any SW first and thus the processor was executing some random instructions. So if we consider a

Re: [PATCH 8/8] ARM: omap_hsmmc: remove platform data dma_mask and initialization

2012-04-19 Thread Russell King - ARM Linux
On Wed, Apr 18, 2012 at 06:39:14PM -0700, Tony Lindgren wrote: Cool, you almost got it. Got it working for n800 and 770 with the following patch. Only extremely light testing done now so careful with this patch too.. Had to hack in support for the src_port and dst_port that's needed for

Re: AM3517 boot failure

2012-04-19 Thread Måns Rullgård
Tony Lindgren t...@atomide.com writes: * Måns Rullgård m...@mansr.com [120419 08:31]: Igor Grinberg grinb...@compulab.co.il writes: On 04/19/12 05:07, Paul Walmsley wrote: Hi, just wanted to mention this on the list to see if anyone else was seeing it. I'm using a Compulab

Re: AM3517 boot failure

2012-04-19 Thread Mark A. Greer
On Thu, Apr 19, 2012 at 04:04:42PM +0100, Måns Rullgård wrote: Igor Grinberg grinb...@compulab.co.il writes: On 04/19/12 05:07, Paul Walmsley wrote: Hi, just wanted to mention this on the list to see if anyone else was seeing it. I'm using a Compulab CM-T3517 and attempting to

Re: [PATCH 8/8] ARM: omap_hsmmc: remove platform data dma_mask and initialization

2012-04-19 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [120419 10:46]: On Wed, Apr 18, 2012 at 06:39:14PM -0700, Tony Lindgren wrote: Cool, you almost got it. Got it working for n800 and 770 with the following patch. Only extremely light testing done now so careful with this patch too..

[PATCH] ARM: OMAP2+: craneboard: register emac device

2012-04-19 Thread Mans Rullgard
This adds the required am35xx_emac_init() call to the craneboard init function. Signed-off-by: Mans Rullgard m...@mansr.com --- arch/arm/mach-omap2/board-am3517crane.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-am3517crane.c

[PATCH] arm: omap3: Only access IVA if one exists

2012-04-19 Thread Mark A. Greer
From: Mark A. Greer mgr...@animalcreek.com prcm_setup_regs() blindly accesses IVA bits in the PRM and calls omap3_iva_idle() which does more IVA related register accesses. Only do this if the IVA hardware actually exists. Signed-off-by: Mark A. Greer mgr...@animalcreek.com ---

[PATCH] arm: omap3: am35x: Register davinci_mdio before davinci_emac

2012-04-19 Thread Mark A. Greer
From: Mark A. Greer mgr...@animalcreek.com Problem: When resuming from a Suspend-to-RAM event, the eth0 device (davinci emac/mdio) on am35xx boards wouldn't work and the following error message appeared on the console: net eth0: could not connect to phy davinci_mdio-0:00 Cause: --

Re: [PATCH] arm: omap3: am35x: Register davinci_mdio before davinci_emac

2012-04-19 Thread Mark A. Greer
On Thu, Apr 19, 2012 at 11:19:38AM -0700, Mark A. Greer wrote: From: Mark A. Greer mgr...@animalcreek.com Problem: When resuming from a Suspend-to-RAM event, the eth0 device (davinci emac/mdio) on am35xx boards wouldn't work and the following error message appeared on the console:

[PATCH v2] ARM: OMAP3: gpmc: add BCH ecc api and modes

2012-04-19 Thread Ivan Djelic
Hello, Here is version 2 of this patch, fixing in bug discovered while testing on a BeagleBoard rev C3 (OMAP3530 ES3.0 + Micron NAND 256MiB 1,8V 16-bit). -- Ivan This patch adds a simple BCH ecc computation api, similar to the existing Hamming ecc api. It is intended to be used by the MTD layer.

[PATCH] arm: omap3: am35x: Don't mark missing features as present

2012-04-19 Thread Mark A. Greer
From: Mark A. Greer mgr...@animalcreek.com The Chip Identification register on the am35x family of SoCs has bits 12, 7:5, and 3:2 marked as reserved and are read as zeroes. Unfortunately, on other omap SoCs, a 0 bit means a feature is Full Use so the OMAP3_CHECK_FEATURE() macro called by

Re: AM3517 boot failure

2012-04-19 Thread Jan Lübbe
On Thu, 2012-04-19 at 10:57 +0300, Igor Grinberg wrote: On 04/19/12 05:07, Paul Walmsley wrote: Is anyone else seeing this? I've tried various configurations and can confirm this hang. I still haven't got my hands on bisecting this. There is nothing special about CM-T3517, IMO this can

Re: [PATCH v2 4/8] ARM: OMAP2+: hwmod: revise hardreset behavior

2012-04-19 Thread Cousson, Benoit
Hi Paul, On 4/19/2012 7:17 PM, Paul Walmsley wrote: Hi Benoît, On Thu, 19 Apr 2012, Cousson, Benoit wrote: The concern of the people doing SW in these embedded processors was mainly because we were releasing the reset of processor without loading any SW first and thus the processor was

Re: AM3517 boot failure

2012-04-19 Thread Måns Rullgård
Mark A. Greer mgr...@animalcreek.com writes: On Thu, Apr 19, 2012 at 04:04:42PM +0100, Måns Rullgård wrote: Igor Grinberg grinb...@compulab.co.il writes: On 04/19/12 05:07, Paul Walmsley wrote: Hi, just wanted to mention this on the list to see if anyone else was seeing it.

Re: [PATCH v2 4/8] ARM: OMAP2+: hwmod: revise hardreset behavior

2012-04-19 Thread Paul Walmsley
Hi Benoît, On Thu, 19 Apr 2012, Cousson, Benoit wrote: On 4/19/2012 7:17 PM, Paul Walmsley wrote: On Thu, 19 Apr 2012, Cousson, Benoit wrote: The concern of the people doing SW in these embedded processors was mainly because we were releasing the reset of processor without loading

Re: [PATCH 2/2] OMAPDSS: Ensure OPP100 when DSS is operational

2012-04-19 Thread Turquette, Mike
On Wed, Apr 18, 2012 at 10:06 PM, Tomi Valkeinen tomi.valkei...@ti.com wrote: On Wed, 2012-04-18 at 10:26 -0700, Turquette, Mike wrote: On Wed, Apr 18, 2012 at 10:03 AM, Kevin Hilman khil...@ti.com wrote: Tomi Valkeinen tomi.valkei...@ti.com writes: On Tue, 2012-03-13 at 11:37 -0700, Kevin

[PATCH] arm: omap3: Remove superfluous commas from gfx_sgx_3xxx_wkdeps[]

2012-04-19 Thread Mark A. Greer
From: Mark A. Greer mgr...@animalcreek.com Clean up clockdomains3xxx_data.c a bit by removing the superfluous commas in gfx_sgx_3xxx_wkdeps[]. Signed-off-by: Mark A. Greer mgr...@animalcreek.com --- arch/arm/mach-omap2/clockdomains3xxx_data.c |6 +++--- 1 file changed, 3 insertions(+), 3

[PATCH v2] arm: omap3: am35x: Fix clockdomain dependencies

2012-04-19 Thread Mark A. Greer
From: Mark A. Greer mgr...@animalcreek.com The am35x family of SoCs do not have an IVA so a parallel set of clockdomain dependencies are required that are simililar to OMAP3 but without any IVA dependencies. Signed-off-by: Mark A. Greer mgr...@animalcreek.com --- Paul, this is a respin of

[GIT PULL] ARM: OMAP2+: hwmod data: add most of the remaining OMAP4 hwmods

2012-04-19 Thread Paul Walmsley
on 3530ES3 Beagle. Logs of this testing are available at http://www.pwsan.com/omap/bootlogs/20120419/omap4_hwmod_devel_a_3.5__96566043b19ae76d3828ce75cbf28dc6d0bcaaf1/ - - Paul - --- object size (delta in bytes from hwmod_cleanup_a_3.5 (3af35fbcd088e0b675fa423a879c596384894180)): textdata

Re: [PATCH v2 4/8] ARM: OMAP2+: hwmod: revise hardreset behavior

2012-04-19 Thread Ramirez Luna, Omar
Hi Paul, On Thu, Apr 19, 2012 at 2:46 PM, Paul Walmsley p...@pwsan.com wrote: Hi Benoît, On Thu, 19 Apr 2012, Cousson, Benoit wrote: On 4/19/2012 7:17 PM, Paul Walmsley wrote: On Thu, 19 Apr 2012, Cousson, Benoit wrote: The concern of the people doing SW in these embedded processors

Re: [PATCH-V3 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

2012-04-19 Thread Kevin Hilman
Vaibhav Hiremath hvaib...@ti.com writes: Current OMAP code supports couple of clocksource options based on compilation flag (CONFIG_OMAP_32K_TIMER). The 32KHz sync-timer and a gptimer which can run on 32KHz or system clock (e.g 38.4 MHz). So there can be 3 options - 1. 32KHz sync-timer 2.

Re: [GIT PULL] ARM: OMAP2+: hwmod cleanup series for 3.5

2012-04-19 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [120419 11:02]: Hi Tony, The following changes since commit 1f5e6247ca99287bac87aff4971a7eee9c2b223a: ARM: OMAP2/3: VENC hwmods: Remove OCPIF_SWSUP_IDLE flag from VENC slave interface (2012-04-13 05:28:34 -0600) are available in the git repository at:

Re: [GIT PULL] ARM: OMAP2+: hwmod data: add most of the remaining OMAP4 hwmods

2012-04-19 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [120419 13:33]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tony, The following changes since commit 3af35fbcd088e0b675fa423a879c596384894180: ARM: OMAP2xxx: hwmod data: start to fix the IVA1, IVA2 and DSP (2012-04-19 04:25:08 -0600) are

YUV422 input to CPI?

2012-04-19 Thread Simon Knopp
Hi all, I have a camera module capable of outputting YUV422 over a parallel interface. I've been having some issues interfacing this to a Gumstix. Reading through the OMAP3530 tech ref, I'm now beginning to wonder whether it is actually possible to input YUV422 to the CPI? - Section 12.1.1