public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] i.MX51: Full iomux support
@ 2010-12-15 14:01 Sascha Hauer
  2010-12-15 14:01 ` [PATCH 1/2] MXC IOMUX-V3 replace struct pad_desc with bitmapped cookie (step 2) Sascha Hauer
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Sascha Hauer @ 2010-12-15 14:01 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

The following series picks up the patch from Lothar Wa?mann replacing
the struct pad_desc with a 64bit variable and adds full i.MX51 iomux
support based on this patch.
The iomux configurations are taken from the Freescale pinmux tool, so the
definitions should be rather complete. Anyway, there are some modes
not present in the tool.
I took the padmux settings from the old iomux support where present.
This series was tested on the babbage board, but due to the mass of defines
they are of course not completely tested, so please test yourself if
your board still works.

Sascha

The following changes since commit 28a4f908acb342350b9ecbfcdf0a999cb83e05aa:

  ARM: mx5: check for error in ioremap (2010-12-14 09:55:53 +0100)

are available in the git repository at:
  git://git.pengutronix.de/git/imx/linux-2.6.git iomux-v3

Lothar Wa?mann (1):
      MXC IOMUX-V3 replace struct pad_desc with bitmapped cookie (step 2)

Sascha Hauer (1):
      ARM i.MX51: Full iomux support

 arch/arm/mach-mx3/mach-pcm043.c              |   14 +-
 arch/arm/mach-mx5/board-cpuimx51.c           |   14 +-
 arch/arm/mach-mx5/board-cpuimx51sd.c         |   32 +-
 arch/arm/mach-mx5/board-mx51_3ds.c           |    4 +-
 arch/arm/mach-mx5/board-mx51_babbage.c       |   46 +-
 arch/arm/mach-mx5/board-mx51_efikamx.c       |   22 +-
 arch/arm/mach-mx5/eukrea_mbimx51-baseboard.c |   10 +-
 arch/arm/mach-mx5/eukrea_mbimxsd-baseboard.c |    9 +-
 arch/arm/plat-mxc/include/mach/iomux-mx51.h  | 1904 +++++++++++++++++++++-----
 arch/arm/plat-mxc/include/mach/iomux-v3.h    |   92 +-
 arch/arm/plat-mxc/iomux-v3.c                 |   25 +-
 11 files changed, 1668 insertions(+), 504 deletions(-)

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

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-15 14:01 [PATCH] i.MX51: Full iomux support Sascha Hauer
2010-12-15 14:01 ` [PATCH 1/2] MXC IOMUX-V3 replace struct pad_desc with bitmapped cookie (step 2) Sascha Hauer
2010-12-15 14:01 ` [PATCH 2/2] ARM i.MX51: Full iomux support Sascha Hauer
2010-12-15 14:29 ` [PATCH] " Arnaud Patard (Rtp)
2010-12-15 15:10   ` Lothar Waßmann
2010-12-15 15:23     ` Sascha Hauer
2010-12-15 15:37     ` Arnaud Patard (Rtp)
2010-12-27 17:47       ` Nguyen Dinh-R00091
2010-12-27 18:25       ` Nguyen Dinh-R00091
2010-12-28  7:38         ` Lothar Waßmann
2010-12-15 15:15   ` Sascha Hauer
2010-12-15 15:19     ` Lothar Waßmann
2010-12-15 16:12 ` Peter Horton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox