From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932632AbbDHX67 (ORCPT ); Wed, 8 Apr 2015 19:58:59 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:55746 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754969AbbDHX54 (ORCPT ); Wed, 8 Apr 2015 19:57:56 -0400 From: "Rafael J. Wysocki" To: Mika Westerberg , Darren Hart Cc: ACPI Devel Maling List , Linux Kernel Mailing List Subject: [PATCH 0/4] ACPI / scan: Clean up the handling of the PRP0001 device ID Date: Thu, 09 Apr 2015 02:18:45 +0200 Message-ID: <4378053.gHTT51U7FJ@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/3.19.0+; KDE/4.11.5; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This series of patches reworks the handling of the PRP0001 device ID with the following goals: (a) Make PRP0001 work as a _CID too. (b) Prevent PRP0001 from overriding the other ACPI/PNP IDs entirely. (c) Change ACPI modalias to cover ACPI/PNP/compatible at the same time. [1/4] Generalize the of_compatible matching routine [2/4] Simplify acpi_match_device() [3/4] Take PRP0001 in _CID lists into account too. [4/4] Rework modalias creation if the "compatible" property is present. Comments, remarks, testing welcome! Kind regards, Rafael