linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] OMAP2+: hwmod core upgrades for 2.6.38: first set
@ 2010-11-16 10:18 Paul Walmsley
  2010-11-16 10:18 ` [PATCH 1/8] OMAP2+: io: split omap2_init_common_hw() Paul Walmsley
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Paul Walmsley @ 2010-11-16 10:18 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series contains upgrades for the OMAP2+ hwmod core
code, intended for 2.6.38.  Most of these patches were developed
in response to use-cases discovered while converting device
drivers to use the hwmod code.

Tested on an OMAP34xx BeagleBoard with omap2plus_defconfig.


- Paul

---

hwmod_a_2.6.38
   text	   data	    bss	    dec	    hex	filename
5708416	 472960	5608992	11790368 b3e820	vmlinux.omap2plus_defconfig.orig
5709076	 470560	5608992	11788628 b3e154	vmlinux.omap2plus_defconfig.patched

Paul Walmsley (7):
      OMAP2+: io: split omap2_init_common_hw()
      OMAP2+: hwmod: allow custom pre-shutdown functions
      OMAP2+: hwmod: add postsetup state
      OMAP2+: hwmod: add support for per-class custom device reset functions
      OMAP2+: hwmod: rename omap_hwmod_mutex to _hwmod_list_mutex
      OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlock
      OMAP2+: hwmod: fix a warning, add some docs, remove unused fields

Rajendra Nayak (1):
      OMAP2+: hwmod: Update the sysc_cache in case module context is lost


 arch/arm/mach-omap2/board-2430sdp.c          |    3 
 arch/arm/mach-omap2/board-3430sdp.c          |    3 
 arch/arm/mach-omap2/board-3630sdp.c          |    5 
 arch/arm/mach-omap2/board-4430sdp.c          |    3 
 arch/arm/mach-omap2/board-am3517evm.c        |    4 
 arch/arm/mach-omap2/board-apollon.c          |    3 
 arch/arm/mach-omap2/board-cm-t35.c           |    3 
 arch/arm/mach-omap2/board-cm-t3517.c         |    3 
 arch/arm/mach-omap2/board-devkit8000.c       |    5 
 arch/arm/mach-omap2/board-generic.c          |    3 
 arch/arm/mach-omap2/board-h4.c               |    3 
 arch/arm/mach-omap2/board-igep0020.c         |    4 
 arch/arm/mach-omap2/board-igep0030.c         |    4 
 arch/arm/mach-omap2/board-ldp.c              |    3 
 arch/arm/mach-omap2/board-n8x0.c             |    3 
 arch/arm/mach-omap2/board-omap3beagle.c      |    5 
 arch/arm/mach-omap2/board-omap3evm.c         |    3 
 arch/arm/mach-omap2/board-omap3logic.c       |    3 
 arch/arm/mach-omap2/board-omap3pandora.c     |    5 
 arch/arm/mach-omap2/board-omap3stalker.c     |    3 
 arch/arm/mach-omap2/board-omap3touchbook.c   |    5 
 arch/arm/mach-omap2/board-omap4panda.c       |    3 
 arch/arm/mach-omap2/board-overo.c            |    5 
 arch/arm/mach-omap2/board-rx51.c             |    3 
 arch/arm/mach-omap2/board-zoom.c             |    9 -
 arch/arm/mach-omap2/io.c                     |   32 ++-
 arch/arm/mach-omap2/omap_hwmod.c             |  264 ++++++++++++++++++--------
 arch/arm/mach-omap2/omap_hwmod_2430_data.c   |    2 
 arch/arm/mach-omap2/serial.c                 |    9 -
 arch/arm/plat-omap/include/plat/io.h         |    5 
 arch/arm/plat-omap/include/plat/omap_hwmod.h |   47 +++--
 31 files changed, 302 insertions(+), 153 deletions(-)

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

end of thread, other threads:[~2010-12-21 22:38 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-16 10:18 [PATCH 0/8] OMAP2+: hwmod core upgrades for 2.6.38: first set Paul Walmsley
2010-11-16 10:18 ` [PATCH 1/8] OMAP2+: io: split omap2_init_common_hw() Paul Walmsley
2010-12-21 22:38   ` Paul Walmsley
2010-11-16 10:18 ` [PATCH 2/8] OMAP2+: hwmod: allow custom pre-shutdown functions Paul Walmsley
2010-11-16 10:18 ` [PATCH 3/8] OMAP2+: hwmod: add postsetup state Paul Walmsley
2010-11-16 10:18 ` [PATCH 4/8] OMAP2+: hwmod: add support for per-class custom device reset functions Paul Walmsley
2010-11-16 10:18 ` [PATCH 5/8] OMAP2+: hwmod: rename omap_hwmod_mutex to _hwmod_list_mutex Paul Walmsley
2010-11-16 17:32   ` Cousson, Benoit
2010-11-19  5:29     ` Paul Walmsley
2010-11-16 10:18 ` [PATCH 6/8] OMAP2+: hwmod: upgrade per-hwmod mutex to a spinlock Paul Walmsley
2010-12-15  4:03   ` Paul Walmsley
2010-11-16 10:18 ` [PATCH 7/8] OMAP2+: hwmod: fix a warning, add some docs, remove unused fields Paul Walmsley
2010-11-16 10:18 ` [PATCH 8/8] OMAP2+: hwmod: Update the sysc_cache in case module context is lost Paul Walmsley
2010-11-16 16:47 ` [PATCH 0/8] OMAP2+: hwmod core upgrades for 2.6.38: first set Paul Walmsley
2010-11-22 21:56   ` Kevin Hilman
2010-11-23  0:15     ` Paul Walmsley
2010-12-07 21:41       ` Kevin Hilman

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).