Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1471761

[Add PCI DMA support to MCB 0/2]

From Michael Moese <michael.moese@men.de>
Newsgroups linux.kernel
Subject [Add PCI DMA support to MCB 0/2]
Date 2016-08-29 14:20 +0200
Message-ID <sbtHI-7bR-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This small series of two patches enable (PCI) DMA support in MCB.

The first patch enables PCI bus mastering by default for all
PCI-based MCB devices.

The second patch adds a dma_device to the mcb_device for all devices
as a shortcut to mcb_device->bus->carrier.

Michael Moese (2):
  Enable PCI bus mastering by default
  Add a dma_device to mcb_device

 drivers/mcb/mcb-core.c | 1 +
 drivers/mcb/mcb-pci.c  | 1 +
 include/linux/mcb.h    | 1 +
 3 files changed, 3 insertions(+)

--
2.6.6

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[Add PCI DMA support to MCB 0/2]  Michael Moese <michael.moese@men.de> - 2016-08-29 14:20 +0200
  [Add PCI DMA support to MCB 2/2] Add a dma_device to mcb_device Michael Moese <michael.moese@men.de> - 2016-08-29 14:20 +0200
  [Add PCI DMA support to MCB 1/2] Enable PCI bus mastering by default Michael Moese <michael.moese@men.de> - 2016-08-29 14:20 +0200
  Re: [Add PCI DMA support to MCB 0/2] <michael.moese@men.de> - 2016-08-29 14:30 +0200

csiph-web