linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] OMAP2+: hwmod: miscellaneous fixes for 2.6.39
@ 2011-03-08  5:44 Paul Walmsley
  2011-03-08  5:44 ` [PATCH 1/5] OMAP2+: hwmod: fix incorrect computation of autoidle_mask Paul Walmsley
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paul Walmsley @ 2011-03-08  5:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

this series contains some fixes for the OMAP hwmod code and data:

- the OCP_SYSCONFIG.AUTOIDLE bit mask has been corrected;

- several OMAP2/3 hwmods have been marked with SYSS_HAS_RESET_STATUS,
  which was previously missing;

- _init_clocks() now passes along the return value of its clock lookups,
  allowing an enclosing iterator to terminate if something goes wrong;

- an enhancement allowing non-standard OMAP2/3 hard-reset line status bit
  shifts to be explicitly specified;

- and a minor documentation fix.


- Paul


---

hwmod_a_2.6.39
   text	   data	    bss	    dec	    hex	filename
5702465	 501384	5596664	11800513	 b40fc1	vmlinux.omap2plus_defconfig.orig
5702629	 501384	5596664	11800677	 b41065	vmlinux.omap2plus_defconfig


Avinash.H.M (1):
      omap: hwmod: add syss reset done flags to omap2, omap3 hwmods

Paul Walmsley (1):
      OMAP2+: hwmod: fix a documentation bug with HWMOD_NO_OCP_AUTOIDLE

Rajendra Nayak (1):
      OMAP2+: hwmod: Fix what _init_clock returns

Tarun Kanti DebBarma (1):
      OMAP2+: hwmod: fix incorrect computation of autoidle_mask

omar ramirez (1):
      OMAP2+: hwmod: use status bit info for reset line


 arch/arm/mach-omap2/omap_hwmod.c             |   79 +++++++++++++++-----------
 arch/arm/mach-omap2/omap_hwmod_2420_data.c   |   11 ++--
 arch/arm/mach-omap2/omap_hwmod_2430_data.c   |   12 ++--
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c   |   13 +++-
 arch/arm/mach-omap2/prm2xxx_3xxx.c           |   18 +++---
 arch/arm/mach-omap2/prm2xxx_3xxx.h           |    5 +-
 arch/arm/plat-omap/include/plat/omap_hwmod.h |    4 +
 7 files changed, 82 insertions(+), 60 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-03-08  5:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-08  5:44 [PATCH 0/5] OMAP2+: hwmod: miscellaneous fixes for 2.6.39 Paul Walmsley
2011-03-08  5:44 ` [PATCH 1/5] OMAP2+: hwmod: fix incorrect computation of autoidle_mask Paul Walmsley
2011-03-08  5:44 ` [PATCH 2/5] omap: hwmod: add syss reset done flags to omap2, omap3 hwmods Paul Walmsley
2011-03-08  5:44 ` [PATCH 3/5] OMAP2+: hwmod: Fix what _init_clock returns Paul Walmsley
2011-03-08  5:44 ` [PATCH 4/5] OMAP2+: hwmod: fix a documentation bug with HWMOD_NO_OCP_AUTOIDLE Paul Walmsley
2011-03-08  5:44 ` [PATCH 5/5] OMAP2+: hwmod: use status bit info for reset line Paul Walmsley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).