Re: [PATCH 2/3] ACPI / LPSS: Provide build-in properties of the UART
From: Mika Westerberg <mika.westerberg@linux.intel.com>
Date: 2016-08-23 07:06:42
Also in:
linux-acpi
From: Mika Westerberg <mika.westerberg@linux.intel.com>
Date: 2016-08-23 07:06:42
Also in:
linux-acpi
On Mon, Aug 22, 2016 at 05:24:14PM +0300, Heikki Krogerus wrote:
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> Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
Good idea. Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>