linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mkl@pengutronix.de (Marc Kleine-Budde)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] ARM: mxs: add flexcan support
Date: Wed,  2 Feb 2011 13:50:28 +0100	[thread overview]
Message-ID: <1296651030-30792-1-git-send-email-mkl@pengutronix.de> (raw)

Hello,

this patch series adds support for freescale's flexcan core to the mx28
architecture. The flexcan can driver supports mx28 without any modifications.

This series has been successfully tested on a Ka-Ro tx28 board.

It's based on Sascha's imx-for-2.6.39 tree and can be pulled from:

The following changes since commit df42c8a720ff2e0d52d187bb1120339e79f58604:

  ARM: mx5/board-mx53_evk.c: Make UART1 functional (2011-02-01 10:26:12 +0100)

are available in the git repository at:
  git://git.pengutronix.de/git/mkl/linux-2.6.git imx-for-2.6.39/msx-flexcan

Marc Kleine-Budde (2):
      ARM: mxs: adjust flexcan clock definition
      ARM: mxs: dynamically register flexcan devices for mx28

 arch/arm/mach-mxs/clock-mx28.c                  |    4 +-
 arch/arm/mach-mxs/devices-mx28.h                |    6 +++
 arch/arm/mach-mxs/devices/Kconfig               |    4 ++
 arch/arm/mach-mxs/devices/Makefile              |    1 +
 arch/arm/mach-mxs/devices/platform-flexcan.c    |   51 +++++++++++++++++++++++
 arch/arm/mach-mxs/include/mach/devices-common.h |   12 +++++
 6 files changed, 76 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/mach-mxs/devices/platform-flexcan.c

regards, Marc

             reply	other threads:[~2011-02-02 12:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-02 12:50 Marc Kleine-Budde [this message]
2011-02-02 12:50 ` [PATCH 1/2] ARM: mxs: adjust flexcan clock definition Marc Kleine-Budde
2011-02-02 12:50 ` [PATCH 2/2] ARM: mxs: dynamically register flexcan devices for mx28 Marc Kleine-Budde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1296651030-30792-1-git-send-email-mkl@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).