linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/3] STA2X11: patches for pci bridge support
@ 2012-02-22 22:13 Alessandro Rubini
  2012-02-22 22:14 ` [PATCH V3 1/3] x86: introduce CONFIG_X86_DEV_DMA_OPS Alessandro Rubini
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alessandro Rubini @ 2012-02-22 22:13 UTC (permalink / raw)
  To: linux-kernel
  Cc: tglx, mingo, hpa, x86, Jesse Barnes, Ingo Molnar,
	Giancarlo Asnaghi, Alan Cox

This series is V3 of what I sent on Jan 30th as V2.

Patch 3 is dependent on patch 1 and 2, which are unordered.  When I
posted V2 of this set, patch 3 was picked up, but compilation failed
because of the missing prerequisites. Also, some prototypes changed
in the meanwhile and patch 3 was miscompiling in linux-next so it
has been correctly dropped.

V3: rebased on next-20120221. Fixed patch 3 to match new DMA
prototypes. Renamed patch 3 as Ingo and Jesse merged it. Added both of
them to explicit Cc: list in the email set.

V2: rebased, minor and less-minor changes in patch 3/3.

Alessandro Rubini (3):
  x86: introduce CONFIG_X86_DEV_DMA_OPS
  x86: introduce CONFIG_X86_DMA_REMAP
  x86/PCI: initial support for sta2x11 I/O hub

 arch/x86/Kconfig                   |   34 +++-
 arch/x86/include/asm/device.h      |    4 +-
 arch/x86/include/asm/dma-mapping.h |    9 +-
 arch/x86/pci/Makefile              |    2 +
 arch/x86/pci/sta2x11-fixup.c       |  367 ++++++++++++++++++++++++++++++++++++
 5 files changed, 409 insertions(+), 7 deletions(-)
 create mode 100644 arch/x86/pci/sta2x11-fixup.c

-- 
1.7.7.2

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

end of thread, other threads:[~2012-03-01 22:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-22 22:13 [PATCH V3 0/3] STA2X11: patches for pci bridge support Alessandro Rubini
2012-02-22 22:14 ` [PATCH V3 1/3] x86: introduce CONFIG_X86_DEV_DMA_OPS Alessandro Rubini
2012-02-22 22:14 ` [PATCH V3 2/3] x86: introduce CONFIG_X86_DMA_REMAP Alessandro Rubini
2012-02-22 22:14 ` [PATCH V3 3/3] x86/PCI: initial support for sta2x11 I/O hub Alessandro Rubini
2012-02-23 16:28 ` [PATCH V3 0/3] STA2X11: patches for pci bridge support Jesse Barnes
2012-03-01 22:30 ` Alessandro Rubini

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