2011-02-28 06:28:31

by Axel Lin

[permalink] [raw]
Subject: [PATCH 1/3] mfd: mc13xxx-core: add MODULE_DEVICE_TABLE

The device table is required to load modules based on modaliases.
After adding the MODULE_DEVICE_TABLE, below entries will be added to
modules.alias:
alias spi:mc13892 mc13xxx_core
alias spi:mc13783 mc13xxx_core

Signed-off-by: Axel Lin <[email protected]>
---
drivers/mfd/mc13xxx-core.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mfd/mc13xxx-core.c b/drivers/mfd/mc13xxx-core.c
index b9fcaf0..c300560 100644
--- a/drivers/mfd/mc13xxx-core.c
+++ b/drivers/mfd/mc13xxx-core.c
@@ -811,6 +811,7 @@ static const struct spi_device_id mc13xxx_device_id[] = {
/* sentinel */
}
};
+MODULE_DEVICE_TABLE(spi, mc13xxx_device_id);

static struct spi_driver mc13xxx_driver = {
.id_table = mc13xxx_device_id,
--
1.7.2



2011-02-28 06:29:27

by Axel Lin

[permalink] [raw]
Subject: [PATCH 2/3] mfd: pcf50633-core: add MODULE_DEVICE_TABLE

The device table is required to load modules based on modaliases.
After adding the MODULE_DEVICE_TABLE, below entries will be added to
modules.alias:
alias i2c:pcf50633 pcf50633

Signed-off-by: Axel Lin <[email protected]>
---
drivers/mfd/pcf50633-core.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c
index 2640e4d..c1306ed 100644
--- a/drivers/mfd/pcf50633-core.c
+++ b/drivers/mfd/pcf50633-core.c
@@ -360,6 +360,7 @@ static struct i2c_device_id pcf50633_id_table[] = {
{"pcf50633", 0x73},
{/* end of list */}
};
+MODULE_DEVICE_TABLE(i2c, pcf50633_id_table);

static struct i2c_driver pcf50633_driver = {
.driver = {
--
1.7.2


2011-02-28 06:30:42

by Axel Lin

[permalink] [raw]
Subject: [PATCH 3/3] mfd: vx855: add MODULE_DEVICE_TABLE

The device table is required to load modules based on modaliases.
After adding the MODULE_DEVICE_TABLE, below entries will be added to
modules.pcimap:
vx855 0x00001106 0x00008409 0xffffffff 0xffffffff 0x00000000 0x00000000 0x0

Signed-off-by: Axel Lin <[email protected]>
---
drivers/mfd/vx855.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mfd/vx855.c b/drivers/mfd/vx855.c
index 348052a..d698703 100644
--- a/drivers/mfd/vx855.c
+++ b/drivers/mfd/vx855.c
@@ -122,6 +122,7 @@ static struct pci_device_id vx855_pci_tbl[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_VX855) },
{ 0, }
};
+MODULE_DEVICE_TABLE(pci, vx855_pci_tbl);

static struct pci_driver vx855_pci_driver = {
.name = "vx855",
--
1.7.2


2011-02-28 07:49:13

by Uwe Kleine-König

[permalink] [raw]
Subject: Re: [PATCH 1/3] mfd: mc13xxx-core: add MODULE_DEVICE_TABLE

Hello Axel,

On Mon, Feb 28, 2011 at 02:32:15PM +0800, Axel Lin wrote:
> The device table is required to load modules based on modaliases.
> After adding the MODULE_DEVICE_TABLE, below entries will be added to
> modules.alias:
> alias spi:mc13892 mc13xxx_core
> alias spi:mc13783 mc13xxx_core
>
> Signed-off-by: Axel Lin <[email protected]>
Acked-by: Uwe Kleine-K?nig <[email protected]>

Thanks
Uwe

--
Pengutronix e.K. | Uwe Kleine-K?nig |
Industrial Linux Solutions | http://www.pengutronix.de/ |

2011-02-28 08:57:14

by Harald Welte

[permalink] [raw]
Subject: Re: [PATCH 2/3] mfd: pcf50633-core: add MODULE_DEVICE_TABLE

On Mon, Feb 28, 2011 at 02:33:12PM +0800, Axel Lin wrote:
> The device table is required to load modules based on modaliases.
> After adding the MODULE_DEVICE_TABLE, below entries will be added to
> modules.alias:
> alias i2c:pcf50633 pcf50633
>
> Signed-off-by: Axel Lin <[email protected]>

Acked-by: Harald Welte <[email protected]>

--
- Harald Welte <[email protected]> http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
(ETSI EN 300 175-7 Ch. A6)

2011-02-28 15:38:50

by Harald Welte

[permalink] [raw]
Subject: Re: [PATCH 3/3] mfd: vx855: add MODULE_DEVICE_TABLE

Hi Axel,

On Mon, Feb 28, 2011 at 02:34:27PM +0800, Axel Lin wrote:
> The device table is required to load modules based on modaliases.
> After adding the MODULE_DEVICE_TABLE, below entries will be added to
> modules.pcimap:
> vx855 0x00001106 0x00008409 0xffffffff 0xffffffff 0x00000000 0x00000000 0x0
>
> Signed-off-by: Axel Lin <[email protected]>

Acked-by: Harald Welte <[email protected]>

--
- Harald Welte <[email protected]> http://linux.via.com.tw/

2011-03-02 10:10:50

by Samuel Ortiz

[permalink] [raw]
Subject: Re: [PATCH 1/3] mfd: mc13xxx-core: add MODULE_DEVICE_TABLE

Hi Axel,

On Mon, Feb 28, 2011 at 02:32:15PM +0800, Axel Lin wrote:
> The device table is required to load modules based on modaliases.
> After adding the MODULE_DEVICE_TABLE, below entries will be added to
> modules.alias:
> alias spi:mc13892 mc13xxx_core
> alias spi:mc13783 mc13xxx_core
Thanks, all 3 patches applied.

Cheers,
Samuel.

--
Intel Open Source Technology Centre
http://oss.intel.com/