Re: [GIT PULL] DSS fixes for v3.2-rc2

2011-11-29 Thread Tomi Valkeinen
On Thu, 2011-11-24 at 16:06 +, Arnd Bergmann wrote: On Wednesday 23 November 2011, Tony Lindgren wrote: Hi Arnd, This one has been separated out from the rest of the fixes. Pulled into the fixes branch now. I'll send out the branch after testing it on tomorrow's linux-next. If

Re: [PATCH 06/13] OMAPDSS: DSI: Use new lane config in dsi_set_lane_config

2011-11-29 Thread Carlos Chinea
On Mon, 2011-11-28 at 17:43 +0200, ext Tomi Valkeinen wrote: On Mon, 2011-11-28 at 11:08 +0200, Carlos Chinea wrote: Hi Tomi, Just a question/suggestion, bellow: On Thu, 2011-11-24 at 15:29 +0200, ext Tomi Valkeinen wrote: Use the new lane config in dsi_set_lane_config().

[PATCH] mdt nand: omap2+ use platform options

2011-11-29 Thread Jan Weitzel
Options from struct omap_nand_platform_data are not used. Apply options after nand_scan_ident to avoid overwrite due to NAND_CHIPOPTIONS_MSK. So you can pass options from platformcode Signed-off-by: Jan Weitzel j.weit...@phytec.de --- drivers/mtd/nand/omap2.c |2 ++ 1 files changed, 2

[PATCH] ARM: OMAP3: hsmmc: fix MMC 2 setup for AM35x

2011-11-29 Thread Igor Grinberg
AM35x MMC 2 controller has internal clock loopback setting which cannot be utilized without this patch and thus SDIO devices connected to this controller and depend on this setting will fail to initialize. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- arch/arm/mach-omap2/hsmmc.c |

Re: [PATCH 09/11] video: Remove redundant spi driver bus initialization

2011-11-29 Thread Tomi Valkeinen
On Thu, 2011-11-24 at 16:29 +0100, Lars-Peter Clausen wrote: In ancient times it was necessary to manually initialize the bus field of an spi_driver to spi_bus_type. These days this is done in spi_driver_register(), so we can drop the manual assignment. The patch was generated using the

RE: [PATCHv7 6/7] regulator: twl: add support for external controller

2011-11-29 Thread Tero Kristo
On Tue, 2011-11-29 at 08:10 +0100, Bedia, Vaibhav wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Kristo, Tero Sent: Monday, November 28, 2011 8:23 PM To: linux-omap@vger.kernel.org Cc:

RE: [PATCHv2 0/7]ARM: OMAP3PLUS PM: Add IO DaisyChain support via hwmod mux

2011-11-29 Thread Vishwanath Sripathy
-Original Message- From: Kevin Hilman [mailto:khil...@ti.com] Sent: Tuesday, November 08, 2011 6:28 AM To: Vishwanath BS Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: Re: [PATCHv2 0/7]ARM: OMAP3PLUS PM: Add IO DaisyChain support via hwmod mux Hi

High Speed devices on OTG port in Host mode with OMAP4460 ES 1.0

2011-11-29 Thread kanagesh radhakrishnan
Hello All, I am working with a custom hardware platform based on OMAP4460 (ES1.0).  The Linux kernel that I have used with the platform is L27.G.3 release from git.omapzoom.org Hardware Setup: * The OTG port of the OMAP4460 is interfaced to a High Speed USB Hub. * It is also interfaced to a

Re: Re: [PATCH v2 1/2] OMAP2+: DMA: Workaround for invalid source position

2011-11-29 Thread Péter Ujfalusi
On Thursday 10 November 2011 15:02:04 Jarkko Nikula wrote: On 11/10/2011 02:46 PM, Jarkko Nikula wrote: On 11/07/2011 11:33 AM, Peter Ujfalusi wrote: If the DMA source position has been asked before the first actual data transfer has been done, the CSAC register does not contain valid

RE: [PATCHv7 6/7] regulator: twl: add support for external controller

2011-11-29 Thread Bedia, Vaibhav
On Tue, Nov 29, 2011 at 16:49:49, Kristo, Tero wrote: [...] Other TI PMICs like TPS65910 also have two I2C interfaces. Since the datasheets refers to these as Control (CTL) and SmartReflex (SR) interfaces, instead of the OMAP specific TWL_VP_SMPS_MODE, how about renaming the flag

Re: [GIT PULL] DSS fixes for v3.2-rc2

2011-11-29 Thread Arnd Bergmann
On Tuesday 29 November 2011, Tomi Valkeinen wrote: I don't think we need these in 3.1 stable. The omapdss driver in 3.1 contains hacks to circumvent the HWMOD issues the patches below fix. These hacks were removed for 3.2. Well, the ARM: OMAP2PLUS: DSS: Ensure DSS works correctly... patch

RE: [PATCHv2 0/7]ARM: OMAP3PLUS PM: Add IO DaisyChain support via hwmod mux

2011-11-29 Thread Vishwanath Sripathy
Hi Kevin, -Original Message- From: Vishwanath Sripathy [mailto:vishwanath...@ti.com] Sent: Tuesday, November 29, 2011 4:53 PM To: Kevin Hilman Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: RE: [PATCHv2 0/7]ARM: OMAP3PLUS PM: Add IO DaisyChain support

Re: [PATCH v8 00/24] gpio/omap: driver cleanup and fixes

2011-11-29 Thread Kevin Hilman
DebBarma, Tarun Kanti tarun.ka...@ti.com writes: On Fri, Nov 4, 2011 at 2:57 PM, DebBarma, Tarun Kanti tarun.ka...@ti.com wrote: On Fri, Nov 4, 2011 at 3:14 AM, Kevin Hilman khil...@ti.com wrote: Tarun Kanti DebBarma tarun.ka...@ti.com writes: This series is continuation of cleanup of OMAP

Re: [PATCH v8 00/24] gpio/omap: driver cleanup and fixes

2011-11-29 Thread Kevin Hilman
DebBarma, Tarun Kanti tarun.ka...@ti.com writes: On Fri, Nov 4, 2011 at 3:14 AM, Kevin Hilman khil...@ti.com wrote: Tarun Kanti DebBarma tarun.ka...@ti.com writes: This series is continuation of cleanup of OMAP GPIO driver and fixes. Using this series on 3630/Zoom3, UART wakeups no longer

Re: [PATCH v5 4/7] arm: omap4: hwmod: introduce emu hwmod

2011-11-29 Thread Cousson, Benoit
Hi Paul, On 11/27/2011 3:07 AM, Paul Walmsley wrote: On Sat, 26 Nov 2011, Paul Walmsley wrote: Hi Benoît, a question about this patch. ... + .name = mipi_stm, + .pa_start = 0x54161000, + .pa_end = 0x54161fff, +

Re: [PATCH 3/3] ARM: OMAP: hwmod: Look for hwmod/module level context lost count if supported

2011-11-29 Thread Cousson, Benoit
Hi Rajendra, Sorry for the delay, I kind of forgot your series :-( On 11/3/2011 11:54 AM, Nayak, Rajendra wrote: Now that OMAP4 has hwmod/module level context lost counters, make omap_hwmod_get_context_loss_count() return them on platforms where they exist, else fall back on the pwrdm level

Re: [PATCH v5 4/7] arm: omap4: hwmod: introduce emu hwmod

2011-11-29 Thread Paul Walmsley
On Tue, 29 Nov 2011, Cousson, Benoit wrote: On 11/27/2011 3:07 AM, Paul Walmsley wrote: So just out of curiosity, do those SYSCONFIG registers in the STM address space apply to the entire DEBUGSS, or just the STM IP block? The STM IP is the only one to have the TI generic wrapper to be

Re: [PATCHv4 02/15] omap3+: voltage: parameter segregation

2011-11-29 Thread Menon, Nishanth
On Fri, Nov 25, 2011 at 09:49, Tero Kristo t-kri...@ti.com wrote: Introduced two new voltage domain specific parameter structures, omap_vp_param and omap_vc_param. These are used to describe the minimum and maximum voltages for the voltagedomains, and also the sleep voltage levels. Existing

Re: [PATCHv4 04/15] omap4: add pmic startup / shutdown times

2011-11-29 Thread Menon, Nishanth
On Fri, Nov 25, 2011 at 09:49, Tero Kristo t-kri...@ti.com wrote: Both startup and shutdown take 500us at maximum, value taken from TWL6030 data manual. Signed-off-by: Tero Kristo t-kri...@ti.com ---  arch/arm/mach-omap2/omap_twl.c |    2 ++  1 files changed, 2 insertions(+), 0 deletions(-)

Re: [PATCHv4 06/15] omap3+: vp: use new vp_params for calculating vddmin and vddmax

2011-11-29 Thread Menon, Nishanth
On Fri, Nov 25, 2011 at 09:49, Tero Kristo t-kri...@ti.com wrote: Now we select the vddmin and vddmax values based on both pmic and voltage processor data, this allows usage of different power ICs. Signed-off-by: Tero Kristo t-kri...@ti.com Acked-by: Nishanth Menon n...@ti.com Regards,

Re: [PATCH 2/2 v5] net/smsc911x: Add regulator support

2011-11-29 Thread David Miller
From: Robert Marklund robert.markl...@stericsson.com Date: Thu, 24 Nov 2011 12:03:07 +0100 Add some basic regulator support for the power pins, as needed by the ST-Ericsson Snowball platform that powers up the SMSC911 chip using an external regulator. Platforms that use regulators and the

Re: [PATCH/RFC] ARM: OMAP: MUSB: disable omap_device auto-suspend

2011-11-29 Thread Kevin Hilman
Kevin Hilman khil...@ti.com writes: The MUSB driver does not currently implment suspend/resume callbacks, seemingly because it does not support cutting power when devices are connected in host mode. Without a proper suspend/resume implementation, the OMAP PM domain layer which automatically

Re: [PATCHv2 0/7]ARM: OMAP3PLUS PM: Add IO DaisyChain support via hwmod mux

2011-11-29 Thread Kevin Hilman
Vishwanath Sripathy vishwanath...@ti.com writes: Hi Kevin, -Original Message- From: Vishwanath Sripathy [mailto:vishwanath...@ti.com] Sent: Tuesday, November 29, 2011 4:53 PM To: Kevin Hilman Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org Subject: RE: