]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI / APD: Provide build-in properties of the UART
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Tue, 23 Aug 2016 08:33:26 +0000 (11:33 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 30 Aug 2016 23:18:56 +0000 (01:18 +0200)
commita85b98fa89946a746e539526464c5eae15493f7d
tree4612d53ccf0909b6d1a2c76c2a44efb50eb96df9
parentd1e1196507db01907c0fe098f248f32afde6163c
ACPI / APD: Provide build-in properties of the UART

The UART driver, dw8250.c, needs some details regarding the
Designware UART. For ACPI enumerated devices the values are
hard-coded, but since the driver also reads the values from
device properties, providing them with build-in properties.
This allows us to later remove the hard-coded values from
the driver.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_apd.c