Re: [PATCH 0/3] OMAP: control: bootaddr and bootmod APIs

2012-05-18 Thread Paul Walmsley
Hello Omar,

On Wed, 2 May 2012, Omar Ramirez Luna wrote:

 Recently a patch went in for tidspbridge code, to ioremap
 SCM registers and solve a build break[1]. However it has
 been pointed out before that this is a layer violation
 given that control module should handle its own registers, this
 series is an attempt to create APIs for the users of these
 registers.
 
 With some adaptations this patch might also make use of it:
 http://www.mail-archive.com/linux-omap@vger.kernel.org/msg66491.html
 
 Patch: staging: tidspbridge: use scm functions to set boot address and mode,
 will be sent separately to staging tree.
 
 Tested on OMAP3 Beagleboard.
 
 [1] http://www.mail-archive.com/devel@linuxdriverproject.org/msg18762.html
 
 Omar Ramirez Luna (3):
   OMAP2+: control: new APIs to configure boot address and mode
   OMAP: dsp: interface to control module functions
   staging: tidspbridge: use scm functions to set boot address and mode

Thanks, queued for 3.6.

- Paul
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/3] OMAP: control: bootaddr and bootmod APIs

2012-05-15 Thread Omar Ramirez Luna
On 2 May 2012 21:11, Omar Ramirez Luna omar.l...@linaro.org wrote:
 Recently a patch went in for tidspbridge code, to ioremap
 SCM registers and solve a build break[1]. However it has
 been pointed out before that this is a layer violation
 given that control module should handle its own registers, this
 series is an attempt to create APIs for the users of these
 registers.

 With some adaptations this patch might also make use of it:
 http://www.mail-archive.com/linux-omap@vger.kernel.org/msg66491.html

 Patch: staging: tidspbridge: use scm functions to set boot address and mode,
 will be sent separately to staging tree.

 Tested on OMAP3 Beagleboard.

 [1] http://www.mail-archive.com/devel@linuxdriverproject.org/msg18762.html

 Omar Ramirez Luna (3):
  OMAP2+: control: new APIs to configure boot address and mode
  OMAP: dsp: interface to control module functions
  staging: tidspbridge: use scm functions to set boot address and mode

Ping.

It seems that I unconsciously copied the previous concept, recently I
dug this thread to explain the reasoning of these patches:

http://www.mail-archive.com/linux-omap@vger.kernel.org/msg38015.html

These were provided by Paul, one of them acked by Kevin, somehow they
were not included and I forgot about them.

My set also includes OMAP4 check, which I heard recently was tested
with the dsp on pandaboard. If needed I can go back to Paul's version
and re-spin them, with minor changes. Please let me know.

Regards,

Omar
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/3] OMAP: control: bootaddr and bootmod APIs

2012-05-02 Thread Omar Ramirez Luna
Recently a patch went in for tidspbridge code, to ioremap
SCM registers and solve a build break[1]. However it has
been pointed out before that this is a layer violation
given that control module should handle its own registers, this
series is an attempt to create APIs for the users of these
registers.

With some adaptations this patch might also make use of it:
http://www.mail-archive.com/linux-omap@vger.kernel.org/msg66491.html

Patch: staging: tidspbridge: use scm functions to set boot address and mode,
will be sent separately to staging tree.

Tested on OMAP3 Beagleboard.

[1] http://www.mail-archive.com/devel@linuxdriverproject.org/msg18762.html

Omar Ramirez Luna (3):
  OMAP2+: control: new APIs to configure boot address and mode
  OMAP: dsp: interface to control module functions
  staging: tidspbridge: use scm functions to set boot address and mode

 arch/arm/mach-omap2/control.c  |   43 
 arch/arm/mach-omap2/control.h  |2 +
 arch/arm/mach-omap2/dsp.c  |4 ++
 .../include/mach/ctrl_module_core_44xx.h   |1 +
 arch/arm/plat-omap/include/plat/dsp.h  |3 +
 drivers/staging/tidspbridge/core/tiomap3430.c  |   32 +++---
 6 files changed, 60 insertions(+), 25 deletions(-)

-- 
1.7.4.1

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html