Re: [RFC: PATCH] Fix to support multiple HWMODS for a single device

2010-08-23 Thread kishon
, KISHON VIJAY Cc: linux-omap@vger.kernel.org; khil...@deeprootsystems.com; p...@pwsan.com Subject: Re: [RFC: PATCH] Fix to support multiple HWMODS for a single device Hi Vijay, On 8/23/2010 12:46 PM, ABRAHAM, KISHON VIJAY wrote: The current HWMOD code expects multiple HWMODS to be filled

RE: [RFC: PATCH] Fix to support multiple HWMODS for a single device

2010-08-23 Thread Datta, Shubhrajyoti
; > p...@pwsan.com > Subject: Re: [RFC: PATCH] Fix to support multiple HWMODS for a single > device > > Hi Vijay, > > On 8/23/2010 12:46 PM, ABRAHAM, KISHON VIJAY wrote: > > The current HWMOD code expects multiple HWMODS to be filled in > consecutive > >

Re: [RFC: PATCH] Fix to support multiple HWMODS for a single device

2010-08-23 Thread Cousson, Benoit
Hi Vijay, On 8/23/2010 12:46 PM, ABRAHAM, KISHON VIJAY wrote: The current HWMOD code expects multiple HWMODS to be filled in consecutive memory location before passing to omap_device_build_ss(). Just a minor comment: this is not the "The current HWMOD code" but the omap_device core code. I

[RFC: PATCH] Fix to support multiple HWMODS for a single device

2010-08-23 Thread Kishon Vijay Abraham I
The current HWMOD code expects multiple HWMODS to be filled in consecutive memory location before passing to omap_device_build_ss(). Ignoring this will result in incorrect HWMOD data being extracted. This means before calling omap_device_build_ss() the user has to create memory chunks, copy all the

[RFC/PATCH] Fix to support multiple HWMODS for a single device

2010-08-22 Thread kishon
>From 24ffaa67c44065a9caa3ee3525dd863d32c67269 Mon Sep 17 00:00:00 2001 From: Kishon Vijay Abraham I Date: Sun, 22 Aug 2010 15:06:42 +0530 Subject: [RFC/PATCH] Fix to support multiple HWMODS for a single device The current code expects multiple HWMODS to be filled in consecutive mem