diff options
| author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-04-19 12:17:29 -0400 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-04-19 12:17:29 -0400 |
| commit | adf6d34e460387ee3e8f1e1875d52bff51212c7d (patch) | |
| tree | 88ef100143e6184103a608f82dfd232bf6376eaf /drivers/spi | |
| parent | d1964dab60ce7c104dd21590e987a8787db18051 (diff) | |
| parent | 3760d31f11bfbd0ead9eaeb8573e0602437a9d7c (diff) | |
Merge branch 'omap2-upstream' into devel
Diffstat (limited to 'drivers/spi')
| -rw-r--r-- | drivers/spi/atmel_spi.c | 1 | ||||
| -rw-r--r-- | drivers/spi/au1550_spi.c | 3 | ||||
| -rw-r--r-- | drivers/spi/mpc52xx_psc_spi.c | 3 | ||||
| -rw-r--r-- | drivers/spi/omap2_mcspi.c | 3 | ||||
| -rw-r--r-- | drivers/spi/omap_uwire.c | 4 | ||||
| -rw-r--r-- | drivers/spi/pxa2xx_spi.c | 2 | ||||
| -rw-r--r-- | drivers/spi/spi_bfin5xx.c | 19 | ||||
| -rw-r--r-- | drivers/spi/spi_imx.c | 4 | ||||
| -rw-r--r-- | drivers/spi/spi_mpc83xx.c | 5 | ||||
| -rw-r--r-- | drivers/spi/spi_s3c24xx.c | 2 | ||||
| -rw-r--r-- | drivers/spi/spi_s3c24xx_gpio.c | 2 | ||||
| -rw-r--r-- | drivers/spi/spi_sh_sci.c | 1 | ||||
| -rw-r--r-- | drivers/spi/spi_txx9.c | 3 | ||||
| -rw-r--r-- | drivers/spi/xilinx_spi.c | 3 |
14 files changed, 39 insertions, 16 deletions
diff --git a/drivers/spi/atmel_spi.c b/drivers/spi/atmel_spi.c index 85687aaf9cab..1749a27be066 100644 --- a/drivers/spi/atmel_spi.c +++ b/drivers/spi/atmel_spi.c | |||
| @@ -863,3 +863,4 @@ module_exit(atmel_spi_exit); | |||
| 863 | MODULE_DESCRIPTION("Atmel AT32/AT91 SPI Controller driver"); | 863 | MODULE_DESCRIPTION("Atmel AT32/AT91 SPI Controller driver"); |
| 864 | MODULE_AUTHOR("Haavard Skinnemoen <hskinnemoen@atmel.com>"); | 864 | MODULE_AUTHOR("Haavard Skinnemoen <hskinnemoen@atmel.com>"); |
| 865 | MODULE_LICENSE("GPL"); | 865 | MODULE_LICENSE("GPL"); |
| 866 | MODULE_ALIAS("platform:atmel_spi"); | ||
diff --git a/drivers/spi/au1550_spi.c b/drivers/spi/au1550_spi.c index 41a3d00c4515..072c4a595334 100644 --- a/drivers/spi/au1550_spi.c +++ b/drivers/spi/au1550_spi.c | |||
| @@ -958,6 +958,9 @@ static int __exit au1550_spi_remove(struct platform_device *pdev) | |||
| 958 | return 0; | 958 | return 0; |
| 959 | } | 959 | } |
| 960 | 960 | ||
| 961 | /* work with hotplug and coldplug */ | ||
| 962 | MODULE_ALIAS("platform:au1550-spi"); | ||
| 963 | |||
| 961 | static struct platform_driver au1550_spi_drv = { | 964 | static struct platform_driver au1550_spi_drv = { |
| 962 | .remove = __exit_p(au1550_spi_remove), | 965 | .remove = __exit_p(au1550_spi_remove), |
| 963 | .driver = { | 966 | .driver = { |
diff --git a/drivers/spi/mpc52xx_psc_spi.c b/drivers/spi/mpc52xx_psc_spi.c index a86315a0c5b8..90729469d481 100644 --- a/drivers/spi/mpc52xx_psc_spi.c +++ b/drivers/spi/mpc52xx_psc_spi.c | |||
| @@ -500,6 +500,9 @@ static int __exit mpc52xx_psc_spi_remove(struct platform_device *dev) | |||
| 500 | return mpc52xx_psc_spi_do_remove(&dev->dev); | 500 | return mpc52xx_psc_spi_do_remove(&dev->dev); |
| 501 | } | 501 | } |
| 502 | 502 | ||
| 503 | /* work with hotplug and coldplug */ | ||
| 504 | MODULE_ALIAS("platform:mpc52xx-psc-spi"); | ||
| 505 | |||
| 503 | static struct platform_driver mpc52xx_psc_spi_platform_driver = { | 506 | static struct platform_driver mpc52xx_psc_spi_platform_driver = { |
| 504 | .remove = __exit_p(mpc52xx_psc_spi_remove), | 507 | .remove = __exit_p(mpc52xx_psc_spi_remove), |
| 505 | .driver = { | 508 | .driver = { |
diff --git a/drivers/spi/omap2_mcspi.c b/drivers/spi/omap2_mcspi.c index a6ba11afb03f..b1cc148036c1 100644 --- a/drivers/spi/omap2_mcspi.c +++ b/drivers/spi/omap2_mcspi.c | |||
| @@ -1084,6 +1084,9 @@ static int __exit omap2_mcspi_remove(struct platform_device *pdev) | |||
| 1084 | return 0; | 1084 | return 0; |
| 1085 | } | 1085 | } |
| 1086 | 1086 | ||
| 1087 | /* work with hotplug and coldplug */ | ||
| 1088 | MODULE_ALIAS("platform:omap2_mcspi"); | ||
| 1089 | |||
| 1087 | static struct platform_driver omap2_mcspi_driver = { | 1090 | static struct platform_driver omap2_mcspi_driver = { |
| 1088 | .driver = { | 1091 | .driver = { |
| 1089 | .name = "omap2_mcspi", | 1092 | .name = "omap2_mcspi", |
diff --git a/drivers/spi/omap_uwire.c b/drivers/spi/omap_uwire.c index 8245b5153f30..5f00bd6500ef 100644 --- a/drivers/spi/omap_uwire.c +++ b/drivers/spi/omap_uwire.c | |||
| @@ -537,10 +537,12 @@ static int __exit uwire_remove(struct platform_device *pdev) | |||
| 537 | return status; | 537 | return status; |
| 538 | } | 538 | } |
| 539 | 539 | ||
| 540 | /* work with hotplug and coldplug */ | ||
| 541 | MODULE_ALIAS("platform:omap_uwire"); | ||
| 542 | |||
| 540 | static struct platform_driver uwire_driver = { | 543 | static struct platform_driver uwire_driver = { |
| 541 | .driver = { | 544 | .driver = { |
| 542 | .name = "omap_uwire", | 545 | .name = "omap_uwire", |
| 543 | .bus = &platform_bus_type, | ||
| 544 | .owner = THIS_MODULE, | 546 | .owner = THIS_MODULE, |
| 545 | }, | 547 | }, |
| 546 | .remove = __exit_p(uwire_remove), | 548 | .remove = __exit_p(uwire_remove), |
diff --git a/drivers/spi/pxa2xx_spi.c b/drivers/spi/pxa2xx_spi.c index 59deed79e0ab..147e26a78d64 100644 --- a/drivers/spi/pxa2xx_spi.c +++ b/drivers/spi/pxa2xx_spi.c | |||
| @@ -44,6 +44,7 @@ | |||
| 44 | MODULE_AUTHOR("Stephen Street"); | 44 | MODULE_AUTHOR("Stephen Street"); |
| 45 | MODULE_DESCRIPTION("PXA2xx SSP SPI Controller"); | 45 | MODULE_DESCRIPTION("PXA2xx SSP SPI Controller"); |
| 46 | MODULE_LICENSE("GPL"); | 46 | MODULE_LICENSE("GPL"); |
| 47 | MODULE_ALIAS("platform:pxa2xx-spi"); | ||
| 47 | 48 | ||
| 48 | #define MAX_BUSES 3 | 49 | #define MAX_BUSES 3 |
| 49 | 50 | ||
| @@ -1581,7 +1582,6 @@ static int pxa2xx_spi_resume(struct platform_device *pdev) | |||
| 1581 | static struct platform_driver driver = { | 1582 | static struct platform_driver driver = { |
| 1582 | .driver = { | 1583 | .driver = { |
| 1583 | .name = "pxa2xx-spi", | 1584 | .name = "pxa2xx-spi", |
| 1584 | .bus = &platform_bus_type, | ||
| 1585 | .owner = THIS_MODULE, | 1585 | .owner = THIS_MODULE, |
| 1586 | }, | 1586 | }, |
| 1587 | .remove = pxa2xx_spi_remove, | 1587 | .remove = pxa2xx_spi_remove, |
diff --git a/drivers/spi/spi_bfin5xx.c b/drivers/spi/spi_bfin5xx.c index d853fceb6bf0..a9ac1fdb3094 100644 --- a/drivers/spi/spi_bfin5xx.c +++ b/drivers/spi/spi_bfin5xx.c | |||
| @@ -713,8 +713,8 @@ static void pump_transfers(unsigned long data) | |||
| 713 | } else { | 713 | } else { |
| 714 | drv_data->len = transfer->len; | 714 | drv_data->len = transfer->len; |
| 715 | } | 715 | } |
| 716 | dev_dbg(&drv_data->pdev->dev, "transfer: ", | 716 | dev_dbg(&drv_data->pdev->dev, |
| 717 | "drv_data->write is %p, chip->write is %p, null_wr is %p\n", | 717 | "transfer: drv_data->write is %p, chip->write is %p, null_wr is %p\n", |
| 718 | drv_data->write, chip->write, null_writer); | 718 | drv_data->write, chip->write, null_writer); |
| 719 | 719 | ||
| 720 | /* speed and width has been set on per message */ | 720 | /* speed and width has been set on per message */ |
| @@ -1294,6 +1294,12 @@ static int __init bfin5xx_spi_probe(struct platform_device *pdev) | |||
| 1294 | goto out_error_queue_alloc; | 1294 | goto out_error_queue_alloc; |
| 1295 | } | 1295 | } |
| 1296 | 1296 | ||
| 1297 | status = peripheral_request_list(drv_data->pin_req, DRV_NAME); | ||
| 1298 | if (status != 0) { | ||
| 1299 | dev_err(&pdev->dev, ": Requesting Peripherals failed\n"); | ||
| 1300 | goto out_error_queue_alloc; | ||
| 1301 | } | ||
| 1302 | |||
| 1297 | /* Register with the SPI framework */ | 1303 | /* Register with the SPI framework */ |
| 1298 | platform_set_drvdata(pdev, drv_data); | 1304 | platform_set_drvdata(pdev, drv_data); |
| 1299 | status = spi_register_master(master); | 1305 | status = spi_register_master(master); |
| @@ -1302,12 +1308,6 @@ static int __init bfin5xx_spi_probe(struct platform_device *pdev) | |||
| 1302 | goto out_error_queue_alloc; | 1308 | goto out_error_queue_alloc; |
| 1303 | } | 1309 | } |
| 1304 | 1310 | ||
| 1305 | status = peripheral_request_list(drv_data->pin_req, DRV_NAME); | ||
| 1306 | if (status != 0) { | ||
| 1307 | dev_err(&pdev->dev, ": Requesting Peripherals failed\n"); | ||
| 1308 | goto out_error; | ||
| 1309 | } | ||
| 1310 | |||
| 1311 | dev_info(dev, "%s, Version %s, regs_base@%p, dma channel@%d\n", | 1311 | dev_info(dev, "%s, Version %s, regs_base@%p, dma channel@%d\n", |
| 1312 | DRV_DESC, DRV_VERSION, drv_data->regs_base, | 1312 | DRV_DESC, DRV_VERSION, drv_data->regs_base, |
| 1313 | drv_data->dma_channel); | 1313 | drv_data->dma_channel); |
| @@ -1319,7 +1319,6 @@ out_error_no_dma_ch: | |||
| 1319 | iounmap((void *) drv_data->regs_base); | 1319 | iounmap((void *) drv_data->regs_base); |
| 1320 | out_error_ioremap: | 1320 | out_error_ioremap: |
| 1321 | out_error_get_res: | 1321 | out_error_get_res: |
| 1322 | out_error: | ||
| 1323 | spi_master_put(master); | 1322 | spi_master_put(master); |
| 1324 | 1323 | ||
| 1325 | return status; | 1324 | return status; |
| @@ -1397,7 +1396,7 @@ static int bfin5xx_spi_resume(struct platform_device *pdev) | |||
| 1397 | #define bfin5xx_spi_resume NULL | 1396 | #define bfin5xx_spi_resume NULL |
| 1398 | #endif /* CONFIG_PM */ | 1397 | #endif /* CONFIG_PM */ |
| 1399 | 1398 | ||
| 1400 | MODULE_ALIAS("bfin-spi-master"); /* for platform bus hotplug */ | 1399 | MODULE_ALIAS("platform:bfin-spi"); |
| 1401 | static struct platform_driver bfin5xx_spi_driver = { | 1400 | static struct platform_driver bfin5xx_spi_driver = { |
| 1402 | .driver = { | 1401 | .driver = { |
| 1403 | .name = DRV_NAME, | 1402 | .name = DRV_NAME, |
diff --git a/drivers/spi/spi_imx.c b/drivers/spi/spi_imx.c index 1b0647124933..d4ba640366b6 100644 --- a/drivers/spi/spi_imx.c +++ b/drivers/spi/spi_imx.c | |||
| @@ -1722,10 +1722,12 @@ static int spi_imx_resume(struct platform_device *pdev) | |||
| 1722 | #define spi_imx_resume NULL | 1722 | #define spi_imx_resume NULL |
| 1723 | #endif /* CONFIG_PM */ | 1723 | #endif /* CONFIG_PM */ |
| 1724 | 1724 | ||
| 1725 | /* work with hotplug and coldplug */ | ||
| 1726 | MODULE_ALIAS("platform:spi_imx"); | ||
| 1727 | |||
| 1725 | static struct platform_driver driver = { | 1728 | static struct platform_driver driver = { |
| 1726 | .driver = { | 1729 | .driver = { |
| 1727 | .name = "spi_imx", | 1730 | .name = "spi_imx", |
| 1728 | .bus = &platform_bus_type, | ||
| 1729 | .owner = THIS_MODULE, | 1731 | .owner = THIS_MODULE, |
| 1730 | }, | 1732 | }, |
| 1731 | .remove = __exit_p(spi_imx_remove), | 1733 | .remove = __exit_p(spi_imx_remove), |
diff --git a/drivers/spi/spi_mpc83xx.c b/drivers/spi/spi_mpc83xx.c index 04f7cd9fc261..be15a6213205 100644 --- a/drivers/spi/spi_mpc83xx.c +++ b/drivers/spi/spi_mpc83xx.c | |||
| @@ -523,11 +523,12 @@ static int __exit mpc83xx_spi_remove(struct platform_device *dev) | |||
| 523 | return 0; | 523 | return 0; |
| 524 | } | 524 | } |
| 525 | 525 | ||
| 526 | MODULE_ALIAS("mpc83xx_spi"); /* for platform bus hotplug */ | 526 | MODULE_ALIAS("platform:mpc83xx_spi"); |
| 527 | static struct platform_driver mpc83xx_spi_driver = { | 527 | static struct platform_driver mpc83xx_spi_driver = { |
| 528 | .remove = __exit_p(mpc83xx_spi_remove), | 528 | .remove = __exit_p(mpc83xx_spi_remove), |
| 529 | .driver = { | 529 | .driver = { |
| 530 | .name = "mpc83xx_spi", | 530 | .name = "mpc83xx_spi", |
| 531 | .owner = THIS_MODULE, | ||
| 531 | }, | 532 | }, |
| 532 | }; | 533 | }; |
| 533 | 534 | ||
diff --git a/drivers/spi/spi_s3c24xx.c b/drivers/spi/spi_s3c24xx.c index 6e834b8b9d27..e75103aac790 100644 --- a/drivers/spi/spi_s3c24xx.c +++ b/drivers/spi/spi_s3c24xx.c | |||
| @@ -415,7 +415,7 @@ static int s3c24xx_spi_resume(struct platform_device *pdev) | |||
| 415 | #define s3c24xx_spi_resume NULL | 415 | #define s3c24xx_spi_resume NULL |
| 416 | #endif | 416 | #endif |
| 417 | 417 | ||
| 418 | MODULE_ALIAS("s3c2410_spi"); /* for platform bus hotplug */ | 418 | MODULE_ALIAS("platform:s3c2410-spi"); |
| 419 | static struct platform_driver s3c24xx_spidrv = { | 419 | static struct platform_driver s3c24xx_spidrv = { |
| 420 | .remove = __exit_p(s3c24xx_spi_remove), | 420 | .remove = __exit_p(s3c24xx_spi_remove), |
| 421 | .suspend = s3c24xx_spi_suspend, | 421 | .suspend = s3c24xx_spi_suspend, |
diff --git a/drivers/spi/spi_s3c24xx_gpio.c b/drivers/spi/spi_s3c24xx_gpio.c index 82ae7d7eca38..e33f6145c560 100644 --- a/drivers/spi/spi_s3c24xx_gpio.c +++ b/drivers/spi/spi_s3c24xx_gpio.c | |||
| @@ -168,6 +168,8 @@ static int s3c2410_spigpio_remove(struct platform_device *dev) | |||
| 168 | #define s3c2410_spigpio_suspend NULL | 168 | #define s3c2410_spigpio_suspend NULL |
| 169 | #define s3c2410_spigpio_resume NULL | 169 | #define s3c2410_spigpio_resume NULL |
| 170 | 170 | ||
| 171 | /* work with hotplug and coldplug */ | ||
| 172 | MODULE_ALIAS("platform:spi_s3c24xx_gpio"); | ||
| 171 | 173 | ||
| 172 | static struct platform_driver s3c2410_spigpio_drv = { | 174 | static struct platform_driver s3c2410_spigpio_drv = { |
| 173 | .probe = s3c2410_spigpio_probe, | 175 | .probe = s3c2410_spigpio_probe, |
diff --git a/drivers/spi/spi_sh_sci.c b/drivers/spi/spi_sh_sci.c index 3dbe71b16d60..7d36720eb982 100644 --- a/drivers/spi/spi_sh_sci.c +++ b/drivers/spi/spi_sh_sci.c | |||
| @@ -203,3 +203,4 @@ module_exit(sh_sci_spi_exit); | |||
| 203 | MODULE_DESCRIPTION("SH SCI SPI Driver"); | 203 | MODULE_DESCRIPTION("SH SCI SPI Driver"); |
| 204 | MODULE_AUTHOR("Magnus Damm <damm@opensource.se>"); | 204 | MODULE_AUTHOR("Magnus Damm <damm@opensource.se>"); |
| 205 | MODULE_LICENSE("GPL"); | 205 | MODULE_LICENSE("GPL"); |
| 206 | MODULE_ALIAS("platform:spi_sh_sci"); | ||
diff --git a/drivers/spi/spi_txx9.c b/drivers/spi/spi_txx9.c index 363ac8e68821..2296f37ea3c6 100644 --- a/drivers/spi/spi_txx9.c +++ b/drivers/spi/spi_txx9.c | |||
| @@ -450,6 +450,9 @@ static int __exit txx9spi_remove(struct platform_device *dev) | |||
| 450 | return 0; | 450 | return 0; |
| 451 | } | 451 | } |
| 452 | 452 | ||
| 453 | /* work with hotplug and coldplug */ | ||
| 454 | MODULE_ALIAS("platform:spi_txx9"); | ||
| 455 | |||
| 453 | static struct platform_driver txx9spi_driver = { | 456 | static struct platform_driver txx9spi_driver = { |
| 454 | .remove = __exit_p(txx9spi_remove), | 457 | .remove = __exit_p(txx9spi_remove), |
| 455 | .driver = { | 458 | .driver = { |
diff --git a/drivers/spi/xilinx_spi.c b/drivers/spi/xilinx_spi.c index 5d04f520c123..cf6aef34fe25 100644 --- a/drivers/spi/xilinx_spi.c +++ b/drivers/spi/xilinx_spi.c | |||
| @@ -408,6 +408,9 @@ static int __devexit xilinx_spi_remove(struct platform_device *dev) | |||
| 408 | return 0; | 408 | return 0; |
| 409 | } | 409 | } |
| 410 | 410 | ||
| 411 | /* work with hotplug and coldplug */ | ||
| 412 | MODULE_ALIAS("platform:" XILINX_SPI_NAME); | ||
| 413 | |||
| 411 | static struct platform_driver xilinx_spi_driver = { | 414 | static struct platform_driver xilinx_spi_driver = { |
| 412 | .probe = xilinx_spi_probe, | 415 | .probe = xilinx_spi_probe, |
| 413 | .remove = __devexit_p(xilinx_spi_remove), | 416 | .remove = __devexit_p(xilinx_spi_remove), |
