Message ID | 20240528102708.1451343-1-andy.shevchenko@gmail.com (mailing list archive) |
---|---|
Headers | show
Received: from fgw22-7.mail.saunalahti.fi (fgw22-7.mail.saunalahti.fi [62.142.5.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 90B2016B729 for <linux-acpi@vger.kernel.org>; Tue, 28 May 2024 10:27:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.142.5.83 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716892043; cv=none; b=fl/7nuHGCOZO5ypOh3mfNGcgS9MAT/4popjbCgd5Cbg89REXK4kUl4456kKMRpStvEoKAKf2elfsu0oj8/bXdqCPGEJKSaGYTN4Mr4c48nFJHQ4vXbUksJ/ayktldZ1sFZ4hFHME85Airl/uo4MFm0I7fXxCxxSB/ZZbd2u0zMQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716892043; c=relaxed/simple; bh=N9amqOCoV3GG88T8bdtY3NbClGQO4HdYR4FDOKVBIHM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=AVbhPul02cpnpUiDFy6UGHvt1/Sc5hrQC5R89Z6xVp7lhx/EhdqSOzEFXqlDQ9/k0/6HDykEJo2vVPAEys8dnnD+atf0e4s1zgO6olgCj4S2VS0xdsktbo9VQxlPDY3/Evdm7sofEYCbR03nDWuWrd0s18At21mGj4niPqURyiU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com; spf=fail smtp.mailfrom=gmail.com; arc=none smtp.client-ip=62.142.5.83 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=gmail.com Received: from localhost (88-113-26-230.elisa-laajakaista.fi [88.113.26.230]) by fgw22.mail.saunalahti.fi (Halon) with ESMTP id dbde0bab-1cdc-11ef-8e2a-005056bdf889; Tue, 28 May 2024 13:27:18 +0300 (EEST) From: Andy Shevchenko <andy.shevchenko@gmail.com> To: Andy Shevchenko <andy.shevchenko@gmail.com>, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>, Guanbing Huang <albanhuang@outlook.com>, Guanbing Huang <albanhuang@tencent.com>, Christoph Hellwig <hch@infradead.org> Subject: [PATCH v2 0/2] PNP: Fix handling of pnp_bus_type Date: Tue, 28 May 2024 13:25:01 +0300 Message-ID: <20240528102708.1451343-1-andy.shevchenko@gmail.com> X-Mailer: git-send-email 2.45.1 Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: <linux-acpi.vger.kernel.org> List-Subscribe: <mailto:linux-acpi+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-acpi+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
PNP: Fix handling of pnp_bus_type
|
expand
|