diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-25 15:52:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-25 15:52:16 -0400 |
commit | b9fa38f75ea7e1f64bc29653ca9758303ce698e4 (patch) | |
tree | 6f6c0232ccbd9c27c923cf5cdcb0a3948e061aa9 /drivers/macintosh | |
parent | 6e18933f2b6156d0a0ec9d5522ab6a6033cf7241 (diff) | |
parent | f360bf0015e5b3e82be61c68e0863b3f98852ee2 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
* 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (49 commits)
[POWERPC] Add zImage.iseries to arch/powerpc/boot/.gitignore
[POWERPC] bootwrapper: fix build error on virtex405-head.S
[POWERPC] 4xx: Fix 460GT support to not enable FPU
[POWERPC] 4xx: Add NOR FLASH entries to Canyonlands and Glacier dts
[POWERPC] Xilinx: of_serial support for Xilinx uart 16550.
[POWERPC] Xilinx: boot support for Xilinx uart 16550.
[POWERPC] celleb: Add support for PCI Express
[POWERPC] celleb: Move miscellaneous files for Beat
[POWERPC] celleb: Move a file for SPU on Beat
[POWERPC] celleb: Move files for Beat mmu and iommu
[POWERPC] celleb: Move files for Beat hvcall interfaces
[POWERPC] celleb: Move the SCC related code for celleb
[POWERPC] celleb: Move the files for celleb base support
[POWERPC] celleb: Consolidate io-workarounds code
[POWERPC] cell: Generalize io-workarounds code
[POWERPC] Add CONFIG_PPC_PSERIES_DEBUG to enable debugging for platforms/pseries
[POWERPC] Convert from DBG() to pr_debug() in platforms/pseries/
[POWERPC] Register udbg console early on pseries LPAR
[POWERPC] Mark udbg console as CON_ANYTIME, ie. callable early in boot
[POWERPC] Set udbg_console index to 0
...
Diffstat (limited to 'drivers/macintosh')
-rw-r--r-- | drivers/macintosh/windfarm_pm112.c | 3 | ||||
-rw-r--r-- | drivers/macintosh/windfarm_pm81.c | 4 | ||||
-rw-r--r-- | drivers/macintosh/windfarm_pm91.c | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/drivers/macintosh/windfarm_pm112.c b/drivers/macintosh/windfarm_pm112.c index b3fbb45bc90a..73d695dc9e50 100644 --- a/drivers/macintosh/windfarm_pm112.c +++ b/drivers/macintosh/windfarm_pm112.c | |||
@@ -668,7 +668,7 @@ static struct platform_driver wf_pm112_driver = { | |||
668 | .remove = __devexit_p(wf_pm112_remove), | 668 | .remove = __devexit_p(wf_pm112_remove), |
669 | .driver = { | 669 | .driver = { |
670 | .name = "windfarm", | 670 | .name = "windfarm", |
671 | .bus = &platform_bus_type, | 671 | .owner = THIS_MODULE, |
672 | }, | 672 | }, |
673 | }; | 673 | }; |
674 | 674 | ||
@@ -711,3 +711,4 @@ module_exit(wf_pm112_exit); | |||
711 | MODULE_AUTHOR("Paul Mackerras <paulus@samba.org>"); | 711 | MODULE_AUTHOR("Paul Mackerras <paulus@samba.org>"); |
712 | MODULE_DESCRIPTION("Thermal control for PowerMac11,2"); | 712 | MODULE_DESCRIPTION("Thermal control for PowerMac11,2"); |
713 | MODULE_LICENSE("GPL"); | 713 | MODULE_LICENSE("GPL"); |
714 | MODULE_ALIAS("platform:windfarm"); | ||
diff --git a/drivers/macintosh/windfarm_pm81.c b/drivers/macintosh/windfarm_pm81.c index f24fa734046a..abbe206474f5 100644 --- a/drivers/macintosh/windfarm_pm81.c +++ b/drivers/macintosh/windfarm_pm81.c | |||
@@ -770,7 +770,7 @@ static struct platform_driver wf_smu_driver = { | |||
770 | .remove = __devexit_p(wf_smu_remove), | 770 | .remove = __devexit_p(wf_smu_remove), |
771 | .driver = { | 771 | .driver = { |
772 | .name = "windfarm", | 772 | .name = "windfarm", |
773 | .bus = &platform_bus_type, | 773 | .owner = THIS_MODULE, |
774 | }, | 774 | }, |
775 | }; | 775 | }; |
776 | 776 | ||
@@ -810,4 +810,4 @@ module_exit(wf_smu_exit); | |||
810 | MODULE_AUTHOR("Benjamin Herrenschmidt <benh@kernel.crashing.org>"); | 810 | MODULE_AUTHOR("Benjamin Herrenschmidt <benh@kernel.crashing.org>"); |
811 | MODULE_DESCRIPTION("Thermal control logic for iMac G5"); | 811 | MODULE_DESCRIPTION("Thermal control logic for iMac G5"); |
812 | MODULE_LICENSE("GPL"); | 812 | MODULE_LICENSE("GPL"); |
813 | 813 | MODULE_ALIAS("platform:windfarm"); | |
diff --git a/drivers/macintosh/windfarm_pm91.c b/drivers/macintosh/windfarm_pm91.c index 26eee69ebe6d..764c525b2117 100644 --- a/drivers/macintosh/windfarm_pm91.c +++ b/drivers/macintosh/windfarm_pm91.c | |||
@@ -702,7 +702,7 @@ static struct platform_driver wf_smu_driver = { | |||
702 | .remove = __devexit_p(wf_smu_remove), | 702 | .remove = __devexit_p(wf_smu_remove), |
703 | .driver = { | 703 | .driver = { |
704 | .name = "windfarm", | 704 | .name = "windfarm", |
705 | .bus = &platform_bus_type, | 705 | .owner = THIS_MODULE, |
706 | }, | 706 | }, |
707 | }; | 707 | }; |
708 | 708 | ||
@@ -742,3 +742,4 @@ MODULE_AUTHOR("Benjamin Herrenschmidt <benh@kernel.crashing.org>"); | |||
742 | MODULE_DESCRIPTION("Thermal control logic for PowerMac9,1"); | 742 | MODULE_DESCRIPTION("Thermal control logic for PowerMac9,1"); |
743 | MODULE_LICENSE("GPL"); | 743 | MODULE_LICENSE("GPL"); |
744 | 744 | ||
745 | MODULE_ALIAS("platform:windfarm"); | ||