public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
From: <gerg@snapgear.com>
To: linux-m68k@vger.kernel.org, uclinux-dev@uclinux.org
Subject: [PATCH 0/4] m68k: ColdFire PCI bus support
Date: Fri, 29 Jun 2012 15:17:46 +1000	[thread overview]
Message-ID: <1340947070-10672-1-git-send-email-gerg@snapgear.com> (raw)


The following patch series adds support for the PCI bus on the ColdFire
M54[78]x family of parts.

This is very much a work in progress, but it does work for some types of PCI
add-in cards using the M5474EVB board.

---
 b/arch/m68k/Kconfig.bus                |    7
 b/arch/m68k/include/asm/dma.h          |    4 
 b/arch/m68k/include/asm/io_mm.h        |   50 ++++-
 b/arch/m68k/include/asm/m54xxpci.h     |  138 ++++++++++++++
 b/arch/m68k/include/asm/m54xxsim.h     |    3 
 b/arch/m68k/include/asm/pci.h          |    6 
 b/arch/m68k/kernel/Makefile            |    1 
 b/arch/m68k/kernel/pcibios.c           |  109 +++++++++++
 b/arch/m68k/platform/coldfire/Makefile |    2 
 b/arch/m68k/platform/coldfire/pci.c    |  314 +++++++++++++++++++++++++++++++++
 b/drivers/pci/Makefile                 |    1 
 12 files changed, 634 insertions(+), 1 deletion(-)

             reply	other threads:[~2012-06-29  5:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-29  5:17 gerg [this message]
2012-06-29  5:17 ` [PATCH 1/4] m68k: common PCI support definitions and code gerg
2012-06-29  5:42   ` Geert Uytterhoeven
2012-06-29  6:03     ` Greg Ungerer
2012-06-29  5:45   ` Geert Uytterhoeven
2012-06-29  5:17 ` [PATCH 2/4] m68k: add PCI bus support for the ColdFire M54xx SoC family gerg
2012-06-29  5:17 ` [PATCH 3/4] m68k: add IO access definitions to support PCI on ColdFire platforms gerg
2012-06-29  5:46   ` Geert Uytterhoeven
2012-06-29  5:17 ` [PATCH 4/4] m68k: allow PCI bus to be enabled for ColdFire m54xx CPUs gerg

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=1340947070-10672-1-git-send-email-gerg@snapgear.com \
    --to=gerg@snapgear.com \
    --cc=linux-m68k@vger.kernel.org \
    --cc=uclinux-dev@uclinux.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