From: Lee Jones Date: Wed, 15 May 2013 09:51:45 +0000 (+0100) Subject: usb: musb: ux500: take the dma_mask from coherent_dma_mask X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~68^2~12^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e6eebb4e907548d53347a6e90769feb3d73e9da;p=pandora-kernel.git usb: musb: ux500: take the dma_mask from coherent_dma_mask The dma_mask will always be the same as the coherent_dma_mask, so let's cut down on the platform_data burden and set it as such in the driver. This also saves us from supporting it separately when we come to enable this driver for Device Tree. Cc: linux-usb@vger.kernel.org Acked-by: Felipe Balbi Acked-by: Fabio Baltieri Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- Reading git-diff-tree failed