ACPI / platform: provide default DMA mask
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Wed, 24 Sep 2014 08:00:37 +0000 (11:00 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 21 Oct 2014 21:34:39 +0000 (23:34 +0200)
commit8a2f38ddfeb526c30b3ec209468172a30a38d996
tree1106f0d778a920f0dd7dd9a2cc942e6306d245b4
parentf114040e3ea6e07372334ade75d1ee0775c355e1
ACPI / platform: provide default DMA mask

Most devices are configured for 32-bit DMA addresses.
Setting the mask to 32-bit here removes the need for the
drivers to do it separately.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_platform.c