linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] MXC: EPIT Support
@ 2010-08-17 11:23 Michael Grzeschik
  2010-08-17 11:23 ` [PATCH 1/2] i.MX: Add EPIT support Michael Grzeschik
  2010-08-17 11:23 ` [PATCH 2/2] i.MX35: " Michael Grzeschik
  0 siblings, 2 replies; 5+ messages in thread
From: Michael Grzeschik @ 2010-08-17 11:23 UTC (permalink / raw)
  To: linux-arm-kernel

Hi everyone,

this patches include support for the "Enhanced Periodic Interrupt Timer"
which can be used as an alternative for the "General Purpose Timer" on
the mx35.

Sascha Hauer (2):
  i.MX: Add EPIT support
  i.MX35: Add EPIT support

 arch/arm/mach-mx3/Kconfig               |    1 +
 arch/arm/mach-mx3/clock-imx35.c         |   13 +-
 arch/arm/plat-mxc/Kconfig               |   12 ++
 arch/arm/plat-mxc/Makefile              |    1 +
 arch/arm/plat-mxc/epit.c                |  243 +++++++++++++++++++++++++++++++
 arch/arm/plat-mxc/include/mach/common.h |    1 +
 6 files changed, 267 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/plat-mxc/epit.c

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

end of thread, other threads:[~2010-08-17 12:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-17 11:23 [PATCH 0/2] MXC: EPIT Support Michael Grzeschik
2010-08-17 11:23 ` [PATCH 1/2] i.MX: Add EPIT support Michael Grzeschik
2010-08-17 11:23 ` [PATCH 2/2] i.MX35: " Michael Grzeschik
2010-08-17 12:01   ` Baruch Siach
2010-08-17 12:37     ` Michael Grzeschik

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