From: Bjorn Helgaas Date: Wed, 30 Apr 2014 17:20:53 +0000 (-0600) Subject: DMA-API: Clarify physical/bus address distinction X-Git-Tag: omap-for-v3.16/fixes-against-rc1~38^2~8^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77f2ea2f8d0833f9e976368481fb9a0775acf9e7;p=pandora-kernel.git DMA-API: Clarify physical/bus address distinction The DMA-API documentation sometimes refers to "physical addresses" when it really means "bus addresses." Sometimes these are identical, but they may be different if the bridge leading to the bus performs address translation. Update the documentation to use "bus address" when appropriate. Also, consistently capitalize "DMA", use parens with function names, use dev_printk() in examples, and reword a few sections for clarity. No functional change; documentation changes only. Signed-off-by: Bjorn Helgaas Acked-by: Greg Kroah-Hartman Acked-by: Arnd Bergmann Acked-by: James Bottomley Acked-by: Randy Dunlap --- Reading git-diff-tree failed