summaryrefslogtreecommitdiff
path: root/staging
AgeCommit message (Expand)AuthorFilesLines
2013-07-09all: show git id in --version informationDaniel Borkmann1-2/+4
2013-05-30misc: Fixed spelling mistakesKartik Mistry1-1/+1
2013-05-26mausezahn: show long version on cliDaniel Borkmann1-1/+1
2013-05-23make: include build nameDaniel Borkmann1-1/+1
2013-05-21mausezahn: do not show version in promptDaniel Borkmann2-3/+1
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann62-0/+28650
i: Fix coherent_dma_mask for dma engine
Commit 817820b0226a ("powerpc/iommu: Support "hybrid" iommu/direct DMA ops for coherent_mask < dma_mask) adds a check of coherent_dma_mask for dma allocations. Unfortunately current PASemi code does not set this value for the DMA engine, which ends up with the default value of 0xffffffff, the result is on a PASemi system with >2Gb ram and iommu enabled the the onboard ethernet stops working due to an inability to allocate memory. Add an initialisation to pci_dma_dev_setup_pasemi(). Signed-off-by: Darren Stevens <darren@stevens-zone.net> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat