[PATCH 03/12] ARM: OMAP2+: hwmod: consolidate finding the MPU port index and storing it

2012-03-07 Thread Paul Walmsley
An IP block's MPU interface port only needs to be found once. The result can be cached to speed further lookups. This patch consolidates these two steps into a single function. Signed-off-by: Paul Walmsley p...@pwsan.com Cc: BenoƮt Cousson b-cous...@ti.com --- arch/arm/mach-omap2/omap_hwmod.c

Re: [PATCH 00/12] ARM: OMAP2+: hwmod: remove link arrays

2012-03-07 Thread Paul Walmsley
Hi a couple of these patches are too big to make it through the lists, so the entire series has been posted here: http://www.pwsan.com/omap/patches-hwmod_remove_link_arrays_cleanup_3.4/ - Paul -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

Re: [PATCH v2 0/6] mmc: omap_hsmmc: Clean up use/abuse of pdev-id

2012-03-07 Thread Rajendra Nayak
On Wednesday 07 March 2012 08:29 PM, Chris Ball wrote: Hi Rajendra, On Wed, Mar 07 2012, Rajendra Nayak wrote: Chris, Ping. I am basing my DT support patches on top of these cleanups. Would be great if you can have a look and pull them in. Chris, just realized the last two requests from me

Re: [PATCH v3 10/13] gpio/omap: fix missing dataout context save in _set_gpio_dataout_reg

2012-03-07 Thread DebBarma, Tarun Kanti
On Wed, Mar 7, 2012 at 5:33 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Wednesday 07 March 2012 12:16 PM, Tarun Kanti DebBarma wrote: There are two functions, _set_gpio_dataout_reg() and _set_gpio_dataout_mask() which writes to dataout register and the dataout context must be

Re: Latest OMAP4 build errors

2012-03-07 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [120307 15:11]: On Wed, Mar 07, 2012 at 02:44:59PM -0800, Tony Lindgren wrote: OK thanks, will do that next time if there's something urgent. I'll send a pull request shortly for fixes-non-critical-part2 that should sort out the remaining

[PATCH] ARM: OMAP2+: Fix section warnings for hsmmc_init_one

2012-03-07 Thread Tony Lindgren
From: Tony Lindgren t...@atomide.com Date: Wed, 7 Mar 2012 18:54:24 -0800 Subject: [PATCH] ARM: OMAP2+: Fix section warnings for hsmmc_init_one Otherwise we can get the following error depending on the compiler: WARNING: arch/arm/mach-omap2/built-in.o(.text+0xafe0): Section mismatch in reference

Re: [PATCH v2 1/4] mmc: omap_hsmmc: Convert hsmmc driver to use device tree

2012-03-07 Thread Rajendra Nayak
Hi Rob/Grant, On Thursday 23 February 2012 05:31 PM, Rajendra Nayak wrote: Define dt bindings for the ti-omap-hsmmc, and adapt the driver to extract data (which was earlier passed as platform_data) from device tree. Any comments on these bindings for omap hsmmc? All the dependent

[GIT PULL] ARM: OMAP2+: hwmod/timer: first set of cleanups for 3.4

2012-03-07 Thread Paul Walmsley
Hi Tony The following changes since commit b01543dfe67bb1d191998e90d20534dc354de059: Linux 3.3-rc4 (2012-02-18 15:53:33 -0800) are available in the git repository at: git://git.pwsan.com/linux-2.6 hwmod_code_cleanup_3.4 for you to fetch changes up to

Re: [PATCH v3 12/13] gpio/omap: fix incorrect context restore logic in omap_gpio_runtime_resume

2012-03-07 Thread DebBarma, Tarun Kanti
On Wed, Mar 7, 2012 at 5:37 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Wednesday 07 March 2012 12:16 PM, Tarun Kanti DebBarma wrote: In omap_gpio_runtime_resume() the context restore should be independent of bank-enabled_non_wakeup_gpios. This was preventing context restore of

[GIT PULL] ARM: OMAP2+: hwmod data: cleanup in preparation for link array removal

2012-03-07 Thread Paul Walmsley
Hi Tony The following changes since commit b8a633451951d149494076393698880453bf6bfe: ARM: OMAP: hwmod: add softreset delay field and OMAP4 data (2012-02-28 03:46:31 -0700) are available in the git repository at: git://git.pwsan.com/linux-2.6 hwmod_data_cleanup_3.4 for you to fetch

Re: help: BeagleBoard xM RevC ethernet port

2012-03-07 Thread Govindraj
On Thu, Mar 8, 2012 at 2:26 AM, Brian Austin brian.aus...@cirrus.com wrote: On Wed, 7 Mar 2012, Brian Austin wrote: On Thu, 1 Mar 2012, Govindraj wrote: On Wed, Feb 29, 2012 at 11:36 PM, Brian Austin brian.aus...@cirrus.com wrote: Applying this patch gives this on my beagleboard xM revC

Re: [PATCH v3 12/13] gpio/omap: fix incorrect context restore logic in omap_gpio_runtime_resume

2012-03-07 Thread Shilimkar, Santosh
On Thu, Mar 8, 2012 at 4:58 AM, DebBarma, Tarun Kanti tarun.ka...@ti.com wrote: On Wed, Mar 7, 2012 at 5:37 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Wednesday 07 March 2012 12:16 PM, Tarun Kanti DebBarma wrote: In omap_gpio_runtime_resume() the context restore should be

Re: [PATCH 7/7] OMAPDSS: HDMI: hot plug detect fix

2012-03-07 Thread Tomi Valkeinen
On Wed, 2012-03-07 at 12:01 -0800, Greg KH wrote: On Thu, Mar 01, 2012 at 02:26:35PM +0200, Tomi Valkeinen wrote: From: Rob Clark r...@ti.com The OMAPDSS: HDMI: PHY burnout fix commit switched the HDMI driver over to using a GPIO for plug detect. Unfortunately the -detect() method was

Re: [PATCH] omap2+: add drm device

2012-03-07 Thread Tomi Valkeinen
On Wed, 2012-03-07 at 09:59 -0600, Gross, Andy wrote: On Wed, Mar 7, 2012 at 6:05 AM, Tomi Valkeinen tomi.valkei...@ti.com wrote: Does this DMM has become synonymous mean that people just started calling TILER DMM, and thus the name has stuck, or are there technical reasons to handle it

Re: [PATCH 01/21] OMAPDSS: panel-dvi: add PD gpio handling

2012-03-07 Thread Tomi Valkeinen
On Wed, 2012-03-07 at 23:17 +0530, Archit Taneja wrote: Hi, On Wednesday 07 March 2012 06:14 PM, Tomi Valkeinen wrote: The driver for the DVI framer should handle the power-down signal of the framer, instead of the current way of handling it in the board files. What does framer mean? I

<    1   2