From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751532AbdFFUu6 (ORCPT ); Tue, 6 Jun 2017 16:50:58 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:34151 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751444AbdFFUu4 (ORCPT ); Tue, 6 Jun 2017 16:50:56 -0400 From: Pali =?utf-8?q?Roh=C3=A1r?= To: Darren Hart Subject: Re: [PATCH v2] platform/x86: wmi-bmof: New driver to expose embedded Binary WMI MOF metadata Date: Tue, 6 Jun 2017 22:50:52 +0200 User-Agent: KMail/1.13.7 (Linux/3.13.0-117-generic; KDE/4.14.2; x86_64; ; ) Cc: Andy Lutomirski , platform-driver-x86@vger.kernel.org, Andy Shevchenko , Andy Lutomirski , Mario Limonciello , Rafael Wysocki , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org References: <20170606100440.GA4690@pali> <20170606170201.GC32509@fury> In-Reply-To: <20170606170201.GC32509@fury> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1637567.GHILeTuNXC"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201706062250.52564@pali> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --nextPart1637567.GHILeTuNXC Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tuesday 06 June 2017 19:02:01 Darren Hart wrote: > On Tue, Jun 06, 2017 at 12:04:40PM +0200, Pali Roh=C3=A1r wrote: > > On Monday 05 June 2017 20:16:44 Andy Lutomirski wrote: > > > +#define WMI_BMOF_GUID "05901221-D566-11D1-B2F0-00A0C9062910" > > > +MODULE_ALIAS("wmi:" WMI_BMOF_GUID); > >=20 > > Cannot we generate MODULE_ALIAS from module_wmi_driver()? IIRC it > > is working for i2c drivers. >=20 > I could see this being automated since we always use wmi:GUID, but it > isn't currently. Happy to consider it as a follow on. >=20 > Do you have a specific i2c example you think we should consider > following? =46or i2c you can specify in driver code: MODULE_DEVICE_TABLE(i2c, id_table); And it automatically provides (via file.mod.c) all needed MODULE_ALIAS. So when we have wmi_bmof_id_table in driver, cannot we use this? MODULE_DEVICE_TABLE(wmi, wmi_bmof_id_table); =2D-=20 Pali Roh=C3=A1r pali.rohar@gmail.com --nextPart1637567.GHILeTuNXC Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlk3FawACgkQi/DJPQPkQ1LIJQCgxOZDFt8Aq+3oCe0ywEgQc+X3 5dEAn3Cx0LqfH6T436SFjZL6WDGqXDP4 =BDP8 -----END PGP SIGNATURE----- --nextPart1637567.GHILeTuNXC--