Return-Path: Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.0 \(3445.1.7\)) Subject: Re: [PATCH 1/2] serdev: Add ACPI support From: Marcel Holtmann In-Reply-To: Date: Sat, 7 Oct 2017 02:31:05 +0200 Cc: Rob Herring , =?utf-8?Q?Fr=C3=A9d=C3=A9ric_Danis?= , Sebastian Reichel , Loic Poulain , Johan Hovold , Lukas Wunner , Hans de Goede , Greg Kroah-Hartman , "open list:BLUETOOTH DRIVERS" , "linux-serial@vger.kernel.org" , "linux-acpi@vger.kernel.org" Message-Id: References: <1507107090-15992-1-git-send-email-frederic.danis.oss@gmail.com> <1507107090-15992-2-git-send-email-frederic.danis.oss@gmail.com> To: "Rafael J. Wysocki" Sender: linux-serial-owner@vger.kernel.org List-ID: Hi Rafael, >>>> 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édéric Danis >>>> --- >>>> drivers/tty/serdev/core.c | 99 ++++++++++++++++++++++++++++++++++++++++++++--- >>>> 1 file changed, 94 insertions(+), 5 deletions(-) >>> >>> Reviewed-by: Rob Herring >> >> so how do we get these changes upstream? If the serdev changes alone do not cause any harm, I am almost proposing taking them through bluetooth-next tree and only leave only the ACPI change to the ACPI maintainers. > > That would be fine by me. I can take the serdev patch too, though. having both patches go via ACPI tree might be simplest. Greg, any objections from you? Regards Marcel