All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] OMAP: HWMOD fixes and cleanup
@ 2010-05-07 15:44 Benoit Cousson
  2010-05-07 15:44 ` [PATCH 01/10] OMAP4: hwmod: Replace module & device offsets by absolute clkctrl address Benoit Cousson
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Benoit Cousson @ 2010-05-07 15:44 UTC (permalink / raw)
  To: linux-omap; +Cc: Benoit Cousson

Hi,

Here is the serie based on l-o master that prepare the OMAP4 HWMOD database
introduction.

It was only tested on OMAP4 GP device for the moment using PAB board.

Comments are welcome.

Thanks,
Benoit


Benoit Cousson (10):
  OMAP4: hwmod: Replace module & device offsets by absolute clkctrl address
  OMAP: CM: Move MAX_MODULE_READY_TIME to cm.h
  OMAP4: hwmod & CM: Implement the omap4_cm_wait_module_ready function
  OMAP4: hwmod: Replace OCPIF_HAS_IDLEST by HWMOD_NO_IDLEST
  OMAP: hwmod: Fix wrong pointer iteration in oh->slaves
  OMAP: hwmod: Remove IS_ERR check with omap_clk_get_by_name return value
  OMAP: hwmod: Replace WARN by pr_warning if clock lookup failed
  OMAP: hwmod: Do not exit the iteration if one clock init failed
  OMAP: hwmod: Rename hwmod name for the MPU
  OMAP: hwmod: Replace WARN by pr_warning for clockdomain check

 arch/arm/mach-omap2/cm.c                     |    3 -
 arch/arm/mach-omap2/cm.h                     |   11 +++-
 arch/arm/mach-omap2/cm4xxx.c                 |   54 +++++++------
 arch/arm/mach-omap2/omap_hwmod.c             |  111 ++++++++++++++------------
 arch/arm/mach-omap2/omap_hwmod_2420_data.c   |    2 +-
 arch/arm/mach-omap2/omap_hwmod_2430_data.c   |    2 +-
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c   |    2 +-
 arch/arm/plat-omap/include/plat/omap_hwmod.h |   16 ++--
 8 files changed, 111 insertions(+), 90 deletions(-)


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

end of thread, other threads:[~2010-05-26 21:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-07 15:44 [PATCH 00/10] OMAP: HWMOD fixes and cleanup Benoit Cousson
2010-05-07 15:44 ` [PATCH 01/10] OMAP4: hwmod: Replace module & device offsets by absolute clkctrl address Benoit Cousson
2010-05-07 15:44 ` [PATCH 02/10] OMAP: CM: Move MAX_MODULE_READY_TIME to cm.h Benoit Cousson
2010-05-07 15:44 ` [PATCH 03/10] OMAP4: hwmod & CM: Implement the omap4_cm_wait_module_ready function Benoit Cousson
2010-05-07 15:44 ` [PATCH 04/10] OMAP4: hwmod: Replace OCPIF_HAS_IDLEST by HWMOD_NO_IDLEST Benoit Cousson
2010-05-26 21:34   ` Kevin Hilman
2010-05-07 15:44 ` [PATCH 05/10] OMAP: hwmod: Fix wrong pointer iteration in oh->slaves Benoit Cousson
2010-05-07 15:44 ` [PATCH 06/10] OMAP: hwmod: Remove IS_ERR check with omap_clk_get_by_name return value Benoit Cousson
2010-05-07 15:44 ` [PATCH 07/10] OMAP: hwmod: Replace WARN by pr_warning if clock lookup failed Benoit Cousson
2010-05-07 15:44 ` [PATCH 08/10] OMAP: hwmod: Do not exit the iteration if one clock init failed Benoit Cousson
2010-05-07 15:44 ` [PATCH 09/10] OMAP: hwmod: Rename hwmod name for the MPU Benoit Cousson
2010-05-07 15:44 ` [PATCH 10/10] OMAP: hwmod: Replace WARN by pr_warning for clockdomain check Benoit Cousson
2010-05-18 18:24 ` [PATCH 00/10] OMAP: HWMOD fixes and cleanup Paul Walmsley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.