mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH V6 0/5] x86: a bridge from PCI to AMBA
@ 2013-02-20 22:40 Alessandro Rubini
  2013-02-20 22:40 ` [PATCH V6 1/5] DMA: PL330: use prefix in reg names to build under x86 Alessandro Rubini
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Alessandro Rubini @ 2013-02-20 22:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Giancarlo Asnaghi, Davide Ciminaghi, tglx, mingo, hpa, x86

V6:

I also put in the acked-by we received on the mailing list and
were missing from tip::x86/amba.

V5:

This is a repost of patches I sent quite some time ago and are
available from the "tip" repository, as branch "x86/amba" based on
v3.7.  That branch includes 7 patches but two of them are already
upstream. Some of the other 5 had minor conflicts during rebase, but
only in the initial "#include" area.

I repost as Peter Anvin suggested. The commits in the tip
repository included both hpa's signed off (which I left in)
and the reference to the previous lkml message, which I removed
as it is not current by the time  this message exists.


Alessandro Rubini (5):
  DMA: PL330: use prefix in reg names to build under x86
  watchdog: sp805_wdt depends on ARM
  mmc: Use the new <linux/sizes.h>
  drivers/amba: add support for a PCI bridge
  x86: add CONFIG_ARM_AMBA, selected by STA2X11

 arch/x86/Kconfig            |    4 ++
 drivers/Kconfig             |    2 +
 drivers/amba/Kconfig        |   10 ++++
 drivers/amba/Makefile       |    1 +
 drivers/amba/pci-amba.c     |   93 +++++++++++++++++++++++++++++++++++++
 drivers/dma/pl330.c         |  107 ++++++++++++++++++++++---------------------
 drivers/mmc/host/mmci.c     |    2 +-
 drivers/mmc/host/msm_sdcc.c |    2 +-
 drivers/mmc/host/mvsdio.c   |    2 +-
 drivers/mmc/host/mxcmmc.c   |    2 +-
 drivers/mmc/host/pxamci.c   |    3 +-
 drivers/watchdog/Kconfig    |    2 +-
 12 files changed, 170 insertions(+), 60 deletions(-)
 create mode 100644 drivers/amba/Kconfig
 create mode 100644 drivers/amba/pci-amba.c

-- 
1.7.7.2

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

end of thread, other threads:[~2013-02-27 20:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-20 22:40 [PATCH V6 0/5] x86: a bridge from PCI to AMBA Alessandro Rubini
2013-02-20 22:40 ` [PATCH V6 1/5] DMA: PL330: use prefix in reg names to build under x86 Alessandro Rubini
2013-02-20 22:41 ` [PATCH V6 2/5] watchdog: sp805_wdt depends on ARM Alessandro Rubini
2013-02-27 20:00   ` Wim Van Sebroeck
2013-02-20 22:41 ` [PATCH V6 3/5] mmc: Use the new <linux/sizes.h> Alessandro Rubini
2013-02-20 22:41 ` [PATCH V6 4/5] drivers/amba: add support for a PCI bridge Alessandro Rubini
2013-02-20 22:42 ` [PATCH V6 5/5] x86: add CONFIG_ARM_AMBA, selected by STA2X11 Alessandro Rubini

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

Powered by JetHome