The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: Axel Lin <axel.lin@gmail.com>
Cc: linux-kernel@vger.kernel.org,
	Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] gpio: add MODULE_DEVICE_TABLE
Date: Sat, 12 Mar 2011 02:13:20 -0700	[thread overview]
Message-ID: <20110312091320.GH9347@angua.secretlab.ca> (raw)
In-Reply-To: <1299746914.18619.3.camel@mola>

On Thu, Mar 10, 2011 at 04:48:34PM +0800, Axel Lin wrote:
> The device table is required to load modules based on modaliases.
> After adding MODULE_DEVICE_TABLE, below entries will be added to modules.pcimap:
> 
> pch_gpio             0x00008086 0x00008803 0xffffffff 0xffffffff 0x00000000 0x00000000 0x0
> ml_ioh_gpio          0x000010db 0x0000802e 0xffffffff 0xffffffff 0x00000000 0x00000000 0x0
> 
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> Cc: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>

Applied, thanks.

g.

> ---
>  drivers/gpio/ml_ioh_gpio.c |    1 +
>  drivers/gpio/pch_gpio.c    |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/gpio/ml_ioh_gpio.c b/drivers/gpio/ml_ioh_gpio.c
> index cead8e6..7f6f01a 100644
> --- a/drivers/gpio/ml_ioh_gpio.c
> +++ b/drivers/gpio/ml_ioh_gpio.c
> @@ -326,6 +326,7 @@ static DEFINE_PCI_DEVICE_TABLE(ioh_gpio_pcidev_id) = {
>  	{ PCI_DEVICE(PCI_VENDOR_ID_ROHM, 0x802E) },
>  	{ 0, }
>  };
> +MODULE_DEVICE_TABLE(pci, ioh_gpio_pcidev_id);
>  
>  static struct pci_driver ioh_gpio_driver = {
>  	.name = "ml_ioh_gpio",
> diff --git a/drivers/gpio/pch_gpio.c b/drivers/gpio/pch_gpio.c
> index 0eba0a7..2c6af87 100644
> --- a/drivers/gpio/pch_gpio.c
> +++ b/drivers/gpio/pch_gpio.c
> @@ -286,6 +286,7 @@ static DEFINE_PCI_DEVICE_TABLE(pch_gpio_pcidev_id) = {
>  	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x8803) },
>  	{ 0, }
>  };
> +MODULE_DEVICE_TABLE(pci, pch_gpio_pcidev_id);
>  
>  static struct pci_driver pch_gpio_driver = {
>  	.name = "pch_gpio",
> -- 
> 1.7.2
> 
> 
> 

      reply	other threads:[~2011-03-12  9:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-10  8:48 [PATCH] gpio: add MODULE_DEVICE_TABLE Axel Lin
2011-03-12  9:13 ` Grant Likely [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110312091320.GH9347@angua.secretlab.ca \
    --to=grant.likely@secretlab.ca \
    --cc=akpm@linux-foundation.org \
    --cc=axel.lin@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tomoya-linux@dsn.okisemi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox