Re: [PATCH v2 1/2] Enable PCI bus mastering by default

2016-08-31 Thread Johannes Thumshirn
On Mon, Aug 29, 2016 at 02:45:13PM +0200, Michael Moese wrote: > In order to successfully perform DMA operations on PCI devices, > it is necessary to enble PCI bus mastering, so enable it by default. > > Signed-off-by: Michael Moese > --- Applied thanks. I'm not pushing the commit's out, as I'l

[PATCH v2 1/2] Enable PCI bus mastering by default

2016-08-29 Thread Michael Moese
In order to successfully perform DMA operations on PCI devices, it is necessary to enble PCI bus mastering, so enable it by default. Signed-off-by: Michael Moese --- drivers/mcb/mcb-pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mcb/mcb-pci.c b/drivers/mcb/mcb-pci.c index b15a