serial: max310x: Make use of device properties
authorAndy Shevchenko <andy.shevchenko@gmail.com>
Wed, 7 Oct 2020 08:46:34 +0000 (11:46 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Oct 2020 12:31:32 +0000 (13:31 +0100)
commitc808fab604ca62cff19ee6b261211483830807aa
treedb43085ba6fe471207aff69e6bf0312911b500ee
parent3650b228f83adda7e5ee532e2b90429c03f7b9ec
serial: max310x: Make use of device properties

Device property API allows to gather device resources from different sources,
such as ACPI. Convert the drivers to unleash the power of device property API.

Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20201007084635.594991-1-andy.shevchenko@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/max310x.c