commit | 460d47db9da17322f823e3c16123666ef4c6c838 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jun 10 20:02:35 2013 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Oct 31 14:49:12 2013 +0000 |
tree | 6012e513c1d3e916dc9de42b95459ab8afb89786 | |
parent | 27c1789ca6a6eae984b73d0267b7957e5c207da1 [diff] |
DMA-API: usb: musb: use platform_device_register_full() to avoid directly messing with dma masks Use platform_device_register_full() for those drivers which can, to avoid messing directly with DMA masks. This can only be done when the driver does not need to access the allocated musb platform device from within its callbacks, which may be called during the musb device probing. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>