Return-Path: MIME-Version: 1.0 In-Reply-To: <1507107090-15992-2-git-send-email-frederic.danis.oss@gmail.com> References: <1507107090-15992-1-git-send-email-frederic.danis.oss@gmail.com> <1507107090-15992-2-git-send-email-frederic.danis.oss@gmail.com> From: Rob Herring Date: Fri, 6 Oct 2017 07:33:41 -0500 Message-ID: Subject: Re: [PATCH 1/2] serdev: Add ACPI support To: =?UTF-8?B?RnLDqWTDqXJpYyBEYW5pcw==?= Cc: Marcel Holtmann , Sebastian Reichel , Loic Poulain , Johan Hovold , Lukas Wunner , Hans de Goede , "open list:BLUETOOTH DRIVERS" , "linux-serial@vger.kernel.org" , "linux-acpi@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" List-ID: On Wed, Oct 4, 2017 at 3:51 AM, Fr=C3=A9d=C3=A9ric Danis wrote: > This patch allows SerDev module to manage serial devices declared as > attached to an UART in ACPI table. > > acpi_serdev_add_device() callback will only take into account entries > without enumerated flag set. This flags is set for all entries during > ACPI scan, except for SPI and I2C serial devices, and for UART with > 2nd patch in the series. > > Signed-off-by: Fr=C3=A9d=C3=A9ric Danis > --- > drivers/tty/serdev/core.c | 99 +++++++++++++++++++++++++++++++++++++++++= +++--- > 1 file changed, 94 insertions(+), 5 deletions(-) Reviewed-by: Rob Herring