diff options
author | Li Yang <leoli@freescale.com> | 2007-05-28 06:48:06 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-07-03 03:04:51 -0400 |
commit | 65482ccf9d00bf4f68e17eb9c656d045d26e5d1f (patch) | |
tree | 2efb9768bdfa450e5a0314ad0502b512354ada71 /arch/powerpc/sysdev/qe_lib | |
parent | 68fb0d203f4f62c8d1ac24d8ef2473582d8ea9db (diff) |
[POWERPC] qe_lib: export symbols for QE driver to compile as module
Export symbols of qe_lib to be used by QE driver.
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Selvamuthukumar V <vsmkumar.84@gmail.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev/qe_lib')
-rw-r--r-- | arch/powerpc/sysdev/qe_lib/ucc.c | 2 | ||||
-rw-r--r-- | arch/powerpc/sysdev/qe_lib/ucc_fast.c | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/qe_lib/ucc.c b/arch/powerpc/sysdev/qe_lib/ucc.c index ac12a44d516f..f970e5415ac0 100644 --- a/arch/powerpc/sysdev/qe_lib/ucc.c +++ b/arch/powerpc/sysdev/qe_lib/ucc.c | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <linux/errno.h> | 18 | #include <linux/errno.h> |
19 | #include <linux/slab.h> | 19 | #include <linux/slab.h> |
20 | #include <linux/stddef.h> | 20 | #include <linux/stddef.h> |
21 | #include <linux/module.h> | ||
21 | 22 | ||
22 | #include <asm/irq.h> | 23 | #include <asm/irq.h> |
23 | #include <asm/io.h> | 24 | #include <asm/io.h> |
@@ -40,6 +41,7 @@ int ucc_set_qe_mux_mii_mng(int ucc_num) | |||
40 | 41 | ||
41 | return 0; | 42 | return 0; |
42 | } | 43 | } |
44 | EXPORT_SYMBOL(ucc_set_qe_mux_mii_mng); | ||
43 | 45 | ||
44 | int ucc_set_type(int ucc_num, struct ucc_common *regs, | 46 | int ucc_set_type(int ucc_num, struct ucc_common *regs, |
45 | enum ucc_speed_type speed) | 47 | enum ucc_speed_type speed) |
diff --git a/arch/powerpc/sysdev/qe_lib/ucc_fast.c b/arch/powerpc/sysdev/qe_lib/ucc_fast.c index 9143236853fc..3df202e8d332 100644 --- a/arch/powerpc/sysdev/qe_lib/ucc_fast.c +++ b/arch/powerpc/sysdev/qe_lib/ucc_fast.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <linux/stddef.h> | 19 | #include <linux/stddef.h> |
20 | #include <linux/interrupt.h> | 20 | #include <linux/interrupt.h> |
21 | #include <linux/err.h> | 21 | #include <linux/err.h> |
22 | #include <linux/module.h> | ||
22 | 23 | ||
23 | #include <asm/io.h> | 24 | #include <asm/io.h> |
24 | #include <asm/immap_qe.h> | 25 | #include <asm/immap_qe.h> |
@@ -70,6 +71,7 @@ void ucc_fast_dump_regs(struct ucc_fast_private * uccf) | |||
70 | printk(KERN_INFO "guemr : addr - 0x%08x, val - 0x%02x", | 71 | printk(KERN_INFO "guemr : addr - 0x%08x, val - 0x%02x", |
71 | (u32) & uccf->uf_regs->guemr, uccf->uf_regs->guemr); | 72 | (u32) & uccf->uf_regs->guemr, uccf->uf_regs->guemr); |
72 | } | 73 | } |
74 | EXPORT_SYMBOL(ucc_fast_dump_regs); | ||
73 | 75 | ||
74 | u32 ucc_fast_get_qe_cr_subblock(int uccf_num) | 76 | u32 ucc_fast_get_qe_cr_subblock(int uccf_num) |
75 | { | 77 | { |
@@ -85,11 +87,13 @@ u32 ucc_fast_get_qe_cr_subblock(int uccf_num) | |||
85 | default: return QE_CR_SUBBLOCK_INVALID; | 87 | default: return QE_CR_SUBBLOCK_INVALID; |
86 | } | 88 | } |
87 | } | 89 | } |
90 | EXPORT_SYMBOL(ucc_fast_get_qe_cr_subblock); | ||
88 | 91 | ||
89 | void ucc_fast_transmit_on_demand(struct ucc_fast_private * uccf) | 92 | void ucc_fast_transmit_on_demand(struct ucc_fast_private * uccf) |
90 | { | 93 | { |
91 | out_be16(&uccf->uf_regs->utodr, UCC_FAST_TOD); | 94 | out_be16(&uccf->uf_regs->utodr, UCC_FAST_TOD); |
92 | } | 95 | } |
96 | EXPORT_SYMBOL(ucc_fast_transmit_on_demand); | ||
93 | 97 | ||
94 | void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode) | 98 | void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode) |
95 | { | 99 | { |
@@ -110,6 +114,7 @@ void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode) | |||
110 | } | 114 | } |
111 | out_be32(&uf_regs->gumr, gumr); | 115 | out_be32(&uf_regs->gumr, gumr); |
112 | } | 116 | } |
117 | EXPORT_SYMBOL(ucc_fast_enable); | ||
113 | 118 | ||
114 | void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode) | 119 | void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode) |
115 | { | 120 | { |
@@ -130,6 +135,7 @@ void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode) | |||
130 | } | 135 | } |
131 | out_be32(&uf_regs->gumr, gumr); | 136 | out_be32(&uf_regs->gumr, gumr); |
132 | } | 137 | } |
138 | EXPORT_SYMBOL(ucc_fast_disable); | ||
133 | 139 | ||
134 | int ucc_fast_init(struct ucc_fast_info * uf_info, struct ucc_fast_private ** uccf_ret) | 140 | int ucc_fast_init(struct ucc_fast_info * uf_info, struct ucc_fast_private ** uccf_ret) |
135 | { | 141 | { |
@@ -341,6 +347,7 @@ int ucc_fast_init(struct ucc_fast_info * uf_info, struct ucc_fast_private ** ucc | |||
341 | *uccf_ret = uccf; | 347 | *uccf_ret = uccf; |
342 | return 0; | 348 | return 0; |
343 | } | 349 | } |
350 | EXPORT_SYMBOL(ucc_fast_init); | ||
344 | 351 | ||
345 | void ucc_fast_free(struct ucc_fast_private * uccf) | 352 | void ucc_fast_free(struct ucc_fast_private * uccf) |
346 | { | 353 | { |
@@ -355,3 +362,4 @@ void ucc_fast_free(struct ucc_fast_private * uccf) | |||
355 | 362 | ||
356 | kfree(uccf); | 363 | kfree(uccf); |
357 | } | 364 | } |
365 | EXPORT_SYMBOL(ucc_fast_free); | ||