From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757155AbeAHNuX (ORCPT + 1 other); Mon, 8 Jan 2018 08:50:23 -0500 Received: from mail-lf0-f53.google.com ([209.85.215.53]:44976 "EHLO mail-lf0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756612AbeAHNuT (ORCPT ); Mon, 8 Jan 2018 08:50:19 -0500 X-Google-Smtp-Source: ACJfBotNluvrnbWgBukI6+J+KOtoH7VM3J2WTKJeQtHrgGa/JDp+A1HLZIV89XdIvEl/Ltu1eIKVJQ== Date: Mon, 8 Jan 2018 14:50:14 +0100 From: Johan Hovold To: Rob Herring , Greg Kroah-Hartman , Hans de Goede Cc: Jiri Slaby , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, =?iso-8859-1?Q?Fr=E9d=E9ric?= Danis , Johan Hovold Subject: Re: [PATCH 0/2] serdev: bus-code clean ups Message-ID: <20180108135014.GA27201@localhost> References: <20180108124233.26729-1-johan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180108124233.26729-1-johan@kernel.org> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Mon, Jan 08, 2018 at 01:42:31PM +0100, Johan Hovold wrote: > As noted by Hans, we currently fail to generate uevents for ACPI serdev > controller as they do not have any ACPI companions from which ACPI > modaliases are constructed. > > In fact, we should not have been generating modaliases for controllers > in the first place as controllers are not bound to drivers. > > This series applies on top of Hans's minimal fix which suppresses the > uevent errors for ACPI controllers (even though it could replace it > entirely if preferred). I somehow forgot to CC Hans. Sorry about that. This series can be found here: https://lkml.kernel.org/r/20180108124233.26729-1-johan@kernel.org > Johan Hovold (2): > serdev: do not generate modaliases for controllers > serdev: only match serdev devices > > drivers/tty/serdev/core.c | 80 +++++++++++++++++++++++++---------------------- > 1 file changed, 42 insertions(+), 38 deletions(-) Johan