From: Uwe Kleine-König Date: Thu, 25 Aug 2011 09:16:00 +0000 (+0200) Subject: new helper to create platform devices with dma mask X-Git-Tag: v3.2-rc1~184^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01dcc60a7cb8cd5193676554b94a90d349bdfd15;p=pandora-kernel.git new helper to create platform devices with dma mask compared to the most powerful and already existing helper (namely platform_device_register_resndata) this allows to specify a dma_mask. To make eventual extensions later more easy, a struct holding the used information is created instead of passing the information by function parameters. Signed-off-by: Uwe Kleine-König Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed