OSDN Git Service

ASoC: dwc: Allocate resources with devm_ioremap_resource
authorAndrew Jackson <Andrew.Jackson@arm.com>
Wed, 3 Dec 2014 16:38:46 +0000 (16:38 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 3 Dec 2014 18:26:51 +0000 (18:26 +0000)
commitb163be4cf4a3bb673038a21e368954f7f88347b7
tree32bc5c0d91adfffb760c68352160d6eb58874d12
parentf114040e3ea6e07372334ade75d1ee0775c355e1
ASoC: dwc: Allocate resources with devm_ioremap_resource

Prepare for the introduction of device-tree support by re-ordering some
of the allocations and using devm_iomap_resource to simplify IO mapping.

Signed-off-by: Andrew Jackson <Andrew.Jackson@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/dwc/designware_i2s.c