]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP: hwmod: Fix the addr space, irq, dma count APIs
authorsricharan <r.sricharan@ti.com>
Wed, 23 Nov 2011 22:35:07 +0000 (14:35 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 23 Nov 2011 22:35:07 +0000 (14:35 -0800)
commit7455ee0bc1bca016038e510a15181de855f44db5
treea23d246fbbe2f634f9a37ded035f5a79ee6a238f
parent1702edd879a1effa33f4d48d4e5d867ef01f10d1
ARM: OMAP: hwmod: Fix the addr space, irq, dma count APIs

The address spaces, irqs and dma reqs count APIs return the
number of corresponding entries in a hwmod including a additional
null value or a -1 terminator in the structure introduced recently.
More information here:

28406100: omap_hwmod: use a terminator record with omap_hwmod_mpu_irqs
  arrays

581e15a6: omap_hwmod: use a null structure record to terminate
  omap_hwmod_addr_space arrays

12ec1cff: omap_hwmod: use a terminator record with omap_hwmod_dma_info
  arrays

The issue with irqs and dma info was originally reported by Benoit Cousson.

The devices which have multiple hwmods and use device_build_ss are
broken with this, as their resources are populated with a extra null
value, subsequently the probe fails. So fix the API not to include
the array terminator in the count.

Reported-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimar@ti.com>
Signed-off-by: sricharan <r.sricharan@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Cc: stable@vger.kernel.org
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod.c