blob: 5c040060560efe23f429cc54f2a36fbb37ee75ea [file] [log] [blame]
Ralf Baechlee01402b2005-07-14 15:57:16 +00001/*
2 * Copyright (C) 2005 MIPS Technologies, Inc. All rights reserved.
Ralf Baechlea84c96e2006-01-15 18:11:28 +00003 * Copyright (C) 2005, 06 Ralf Baechle (ralf@linux-mips.org)
Ralf Baechlee01402b2005-07-14 15:57:16 +00004 *
5 * This program is free software; you can distribute it and/or modify it
6 * under the terms of the GNU General Public License (Version 2) as
7 * published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 * for more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program; if not, write to the Free Software Foundation, Inc.,
16 * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
17 *
18 */
19
Ralf Baechlebb3d7c72007-02-07 15:36:56 +000020#include <linux/device.h>
Ralf Baechlee01402b2005-07-14 15:57:16 +000021#include <linux/kernel.h>
22#include <linux/module.h>
23#include <linux/fs.h>
24#include <linux/init.h>
Ralf Baechle26009902006-04-05 09:45:45 +010025#include <asm/uaccess.h>
26#include <linux/slab.h>
27#include <linux/list.h>
28#include <linux/vmalloc.h>
29#include <linux/elf.h>
30#include <linux/seq_file.h>
31#include <linux/syscalls.h>
32#include <linux/moduleloader.h>
Ralf Baechlea84c96e2006-01-15 18:11:28 +000033#include <linux/interrupt.h>
Ralf Baechlee01402b2005-07-14 15:57:16 +000034#include <linux/poll.h>
35#include <linux/sched.h>
36#include <linux/wait.h>
37#include <asm/mipsmtregs.h>
Ralf Baechlebb3d7c72007-02-07 15:36:56 +000038#include <asm/mips_mt.h>
Ralf Baechle26009902006-04-05 09:45:45 +010039#include <asm/cacheflush.h>
40#include <asm/atomic.h>
Ralf Baechlee01402b2005-07-14 15:57:16 +000041#include <asm/cpu.h>
42#include <asm/processor.h>
Ralf Baechle07cc0c92007-07-27 19:31:10 +010043#include <asm/mips_mt.h>
Ralf Baechle26009902006-04-05 09:45:45 +010044#include <asm/system.h>
45#include <asm/vpe.h>
Ralf Baechlee01402b2005-07-14 15:57:16 +000046#include <asm/rtlx.h>
47
Ralf Baechleafc48412005-10-31 00:30:39 +000048static struct rtlx_info *rtlx;
Ralf Baechlee01402b2005-07-14 15:57:16 +000049static int major;
50static char module_name[] = "rtlx";
Ralf Baechlee01402b2005-07-14 15:57:16 +000051
52static struct chan_waitqueues {
53 wait_queue_head_t rt_queue;
54 wait_queue_head_t lx_queue;
Ralf Baechlec4c40182007-02-23 13:40:45 +000055 atomic_t in_open;
Ralf Baechlebc4809e2007-03-15 17:13:47 +000056 struct mutex mutex;
Ralf Baechlee01402b2005-07-14 15:57:16 +000057} channel_wqs[RTLX_CHANNELS];
58
Ralf Baechle26009902006-04-05 09:45:45 +010059static struct irqaction irq;
60static int irq_num;
61static struct vpe_notifications notify;
62static int sp_stopping = 0;
63
Ralf Baechlee01402b2005-07-14 15:57:16 +000064extern void *vpe_get_shared(int index);
65
Ralf Baechle937a8012006-10-07 19:44:33 +010066static void rtlx_dispatch(void)
Ralf Baechlee01402b2005-07-14 15:57:16 +000067{
Atsushi Nemoto97dcb822007-01-08 02:14:29 +090068 do_IRQ(MIPS_CPU_IRQ_BASE + MIPS_CPU_RTLX_IRQ);
Ralf Baechlee01402b2005-07-14 15:57:16 +000069}
70
Ralf Baechle26009902006-04-05 09:45:45 +010071
72/* Interrupt handler may be called before rtlx_init has otherwise had
73 a chance to run.
74*/
Ralf Baechle937a8012006-10-07 19:44:33 +010075static irqreturn_t rtlx_interrupt(int irq, void *dev_id)
Ralf Baechlee01402b2005-07-14 15:57:16 +000076{
Ralf Baechlee01402b2005-07-14 15:57:16 +000077 int i;
78
79 for (i = 0; i < RTLX_CHANNELS; i++) {
Ralf Baechle26009902006-04-05 09:45:45 +010080 wake_up(&channel_wqs[i].lx_queue);
81 wake_up(&channel_wqs[i].rt_queue);
Ralf Baechlee01402b2005-07-14 15:57:16 +000082 }
83
Ralf Baechleafc48412005-10-31 00:30:39 +000084 return IRQ_HANDLED;
Ralf Baechlee01402b2005-07-14 15:57:16 +000085}
86
David Rientjesf5dbeaf2007-07-22 01:01:39 -070087static void __used dump_rtlx(void)
Ralf Baechlee01402b2005-07-14 15:57:16 +000088{
89 int i;
90
Ralf Baechle26009902006-04-05 09:45:45 +010091 printk("id 0x%lx state %d\n", rtlx->id, rtlx->state);
92
93 for (i = 0; i < RTLX_CHANNELS; i++) {
94 struct rtlx_channel *chan = &rtlx->channel[i];
95
96 printk(" rt_state %d lx_state %d buffer_size %d\n",
97 chan->rt_state, chan->lx_state, chan->buffer_size);
98
99 printk(" rt_read %d rt_write %d\n",
100 chan->rt_read, chan->rt_write);
101
102 printk(" lx_read %d lx_write %d\n",
103 chan->lx_read, chan->lx_write);
104
105 printk(" rt_buffer <%s>\n", chan->rt_buffer);
106 printk(" lx_buffer <%s>\n", chan->lx_buffer);
107 }
108}
109
110/* call when we have the address of the shared structure from the SP side. */
111static int rtlx_init(struct rtlx_info *rtlxi)
112{
Ralf Baechlee01402b2005-07-14 15:57:16 +0000113 if (rtlxi->id != RTLX_ID) {
Ralf Baechle26009902006-04-05 09:45:45 +0100114 printk(KERN_ERR "no valid RTLX id at 0x%p 0x%x\n", rtlxi, rtlxi->id);
Ralf Baechleafc48412005-10-31 00:30:39 +0000115 return -ENOEXEC;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000116 }
117
Ralf Baechlee01402b2005-07-14 15:57:16 +0000118 rtlx = rtlxi;
Ralf Baechleafc48412005-10-31 00:30:39 +0000119
120 return 0;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000121}
122
Ralf Baechle26009902006-04-05 09:45:45 +0100123/* notifications */
124static void starting(int vpe)
Ralf Baechlee01402b2005-07-14 15:57:16 +0000125{
Ralf Baechle26009902006-04-05 09:45:45 +0100126 int i;
127 sp_stopping = 0;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000128
Ralf Baechle26009902006-04-05 09:45:45 +0100129 /* force a reload of rtlx */
130 rtlx=NULL;
131
132 /* wake up any sleeping rtlx_open's */
133 for (i = 0; i < RTLX_CHANNELS; i++)
134 wake_up_interruptible(&channel_wqs[i].lx_queue);
135}
136
137static void stopping(int vpe)
138{
139 int i;
140
141 sp_stopping = 1;
142 for (i = 0; i < RTLX_CHANNELS; i++)
143 wake_up_interruptible(&channel_wqs[i].lx_queue);
144}
145
146
147int rtlx_open(int index, int can_sleep)
148{
Ralf Baechle9e346822007-03-15 17:08:28 +0000149 struct rtlx_info **p;
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000150 struct rtlx_channel *chan;
Ralf Baechlec4c40182007-02-23 13:40:45 +0000151 enum rtlx_state state;
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000152 int ret = 0;
Ralf Baechle26009902006-04-05 09:45:45 +0100153
154 if (index >= RTLX_CHANNELS) {
155 printk(KERN_DEBUG "rtlx_open index out of range\n");
156 return -ENOSYS;
157 }
158
Ralf Baechlec4c40182007-02-23 13:40:45 +0000159 if (atomic_inc_return(&channel_wqs[index].in_open) > 1) {
160 printk(KERN_DEBUG "rtlx_open channel %d already opened\n",
161 index);
162 ret = -EBUSY;
163 goto out_fail;
Ralf Baechle26009902006-04-05 09:45:45 +0100164 }
165
Ralf Baechlee01402b2005-07-14 15:57:16 +0000166 if (rtlx == NULL) {
Ralf Baechle07cc0c92007-07-27 19:31:10 +0100167 if( (p = vpe_get_shared(tclimit)) == NULL) {
Ralf Baechle26009902006-04-05 09:45:45 +0100168 if (can_sleep) {
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000169 __wait_event_interruptible(channel_wqs[index].lx_queue,
Ralf Baechle07cc0c92007-07-27 19:31:10 +0100170 (p = vpe_get_shared(tclimit)),
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000171 ret);
172 if (ret)
173 goto out_fail;
Ralf Baechle26009902006-04-05 09:45:45 +0100174 } else {
Ralf Baechlec4c40182007-02-23 13:40:45 +0000175 printk(KERN_DEBUG "No SP program loaded, and device "
Ralf Baechle26009902006-04-05 09:45:45 +0100176 "opened with O_NONBLOCK\n");
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000177 ret = -ENOSYS;
178 goto out_fail;
Ralf Baechle26009902006-04-05 09:45:45 +0100179 }
Ralf Baechlee01402b2005-07-14 15:57:16 +0000180 }
181
Ralf Baechle9e346822007-03-15 17:08:28 +0000182 smp_rmb();
Ralf Baechlee01402b2005-07-14 15:57:16 +0000183 if (*p == NULL) {
Ralf Baechle26009902006-04-05 09:45:45 +0100184 if (can_sleep) {
Ralf Baechle9e346822007-03-15 17:08:28 +0000185 DEFINE_WAIT(wait);
186
187 for (;;) {
188 prepare_to_wait(&channel_wqs[index].lx_queue, &wait, TASK_INTERRUPTIBLE);
189 smp_rmb();
190 if (*p != NULL)
191 break;
192 if (!signal_pending(current)) {
193 schedule();
194 continue;
195 }
196 ret = -ERESTARTSYS;
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000197 goto out_fail;
Ralf Baechle9e346822007-03-15 17:08:28 +0000198 }
199 finish_wait(&channel_wqs[index].lx_queue, &wait);
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000200 } else {
Ralf Baechle26009902006-04-05 09:45:45 +0100201 printk(" *vpe_get_shared is NULL. "
202 "Has an SP program been loaded?\n");
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000203 ret = -ENOSYS;
204 goto out_fail;
Ralf Baechle26009902006-04-05 09:45:45 +0100205 }
Ralf Baechlee01402b2005-07-14 15:57:16 +0000206 }
207
Ralf Baechle26009902006-04-05 09:45:45 +0100208 if ((unsigned int)*p < KSEG0) {
209 printk(KERN_WARNING "vpe_get_shared returned an invalid pointer "
210 "maybe an error code %d\n", (int)*p);
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000211 ret = -ENOSYS;
212 goto out_fail;
Ralf Baechle26009902006-04-05 09:45:45 +0100213 }
214
Ralf Baechlec4c40182007-02-23 13:40:45 +0000215 if ((ret = rtlx_init(*p)) < 0)
216 goto out_ret;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000217 }
218
Ralf Baechle26009902006-04-05 09:45:45 +0100219 chan = &rtlx->channel[index];
Ralf Baechlee01402b2005-07-14 15:57:16 +0000220
Ralf Baechlec4c40182007-02-23 13:40:45 +0000221 state = xchg(&chan->lx_state, RTLX_STATE_OPENED);
222 if (state == RTLX_STATE_OPENED) {
223 ret = -EBUSY;
224 goto out_fail;
225 }
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000226
227out_fail:
Ralf Baechlec4c40182007-02-23 13:40:45 +0000228 smp_mb();
229 atomic_dec(&channel_wqs[index].in_open);
230 smp_mb();
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000231
Ralf Baechlec4c40182007-02-23 13:40:45 +0000232out_ret:
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000233 return ret;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000234}
235
Ralf Baechle26009902006-04-05 09:45:45 +0100236int rtlx_release(int index)
Ralf Baechlee01402b2005-07-14 15:57:16 +0000237{
Ralf Baechle26009902006-04-05 09:45:45 +0100238 rtlx->channel[index].lx_state = RTLX_STATE_UNUSED;
Ralf Baechleafc48412005-10-31 00:30:39 +0000239 return 0;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000240}
241
Ralf Baechle26009902006-04-05 09:45:45 +0100242unsigned int rtlx_read_poll(int index, int can_sleep)
Ralf Baechlee01402b2005-07-14 15:57:16 +0000243{
Ralf Baechle26009902006-04-05 09:45:45 +0100244 struct rtlx_channel *chan;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000245
Ralf Baechle26009902006-04-05 09:45:45 +0100246 if (rtlx == NULL)
247 return 0;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000248
Ralf Baechle26009902006-04-05 09:45:45 +0100249 chan = &rtlx->channel[index];
Ralf Baechlee01402b2005-07-14 15:57:16 +0000250
251 /* data available to read? */
Ralf Baechle26009902006-04-05 09:45:45 +0100252 if (chan->lx_read == chan->lx_write) {
253 if (can_sleep) {
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000254 int ret = 0;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000255
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000256 __wait_event_interruptible(channel_wqs[index].lx_queue,
257 chan->lx_read != chan->lx_write || sp_stopping,
258 ret);
259 if (ret)
260 return ret;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000261
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000262 if (sp_stopping)
263 return 0;
264 } else
Ralf Baechle26009902006-04-05 09:45:45 +0100265 return 0;
266 }
267
268 return (chan->lx_write + chan->buffer_size - chan->lx_read)
269 % chan->buffer_size;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000270}
271
Ralf Baechle26009902006-04-05 09:45:45 +0100272static inline int write_spacefree(int read, int write, int size)
Ralf Baechlee01402b2005-07-14 15:57:16 +0000273{
Ralf Baechle26009902006-04-05 09:45:45 +0100274 if (read == write) {
275 /*
276 * Never fill the buffer completely, so indexes are always
277 * equal if empty and only empty, or !equal if data available
278 */
279 return size - 1;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000280 }
281
Ralf Baechle26009902006-04-05 09:45:45 +0100282 return ((read + size - write) % size) - 1;
283}
284
285unsigned int rtlx_write_poll(int index)
286{
287 struct rtlx_channel *chan = &rtlx->channel[index];
288 return write_spacefree(chan->rt_read, chan->rt_write, chan->buffer_size);
289}
290
Ralf Baechle7f5a7712007-04-25 15:08:57 +0100291ssize_t rtlx_read(int index, void __user *buff, size_t count)
Ralf Baechle26009902006-04-05 09:45:45 +0100292{
Ralf Baechle61dcc6f2007-03-15 17:10:16 +0000293 size_t lx_write, fl = 0L;
Ralf Baechle26009902006-04-05 09:45:45 +0100294 struct rtlx_channel *lx;
Ralf Baechle46230aa2007-03-16 12:16:27 +0000295 unsigned long failed;
Ralf Baechle26009902006-04-05 09:45:45 +0100296
297 if (rtlx == NULL)
298 return -ENOSYS;
299
300 lx = &rtlx->channel[index];
301
Ralf Baechlebc4809e2007-03-15 17:13:47 +0000302 mutex_lock(&channel_wqs[index].mutex);
Ralf Baechle61dcc6f2007-03-15 17:10:16 +0000303 smp_rmb();
304 lx_write = lx->lx_write;
305
Ralf Baechlee01402b2005-07-14 15:57:16 +0000306 /* find out how much in total */
Ralf Baechleafc48412005-10-31 00:30:39 +0000307 count = min(count,
Ralf Baechle61dcc6f2007-03-15 17:10:16 +0000308 (size_t)(lx_write + lx->buffer_size - lx->lx_read)
Ralf Baechle26009902006-04-05 09:45:45 +0100309 % lx->buffer_size);
Ralf Baechlee01402b2005-07-14 15:57:16 +0000310
311 /* then how much from the read pointer onwards */
Ralf Baechle61dcc6f2007-03-15 17:10:16 +0000312 fl = min(count, (size_t)lx->buffer_size - lx->lx_read);
Ralf Baechlee01402b2005-07-14 15:57:16 +0000313
Ralf Baechle46230aa2007-03-16 12:16:27 +0000314 failed = copy_to_user(buff, lx->lx_buffer + lx->lx_read, fl);
315 if (failed)
316 goto out;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000317
318 /* and if there is anything left at the beginning of the buffer */
Ralf Baechle61dcc6f2007-03-15 17:10:16 +0000319 if (count - fl)
Ralf Baechle46230aa2007-03-16 12:16:27 +0000320 failed = copy_to_user(buff + fl, lx->lx_buffer, count - fl);
321
322out:
323 count -= failed;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000324
Ralf Baechle61dcc6f2007-03-15 17:10:16 +0000325 smp_wmb();
326 lx->lx_read = (lx->lx_read + count) % lx->buffer_size;
327 smp_wmb();
Ralf Baechlebc4809e2007-03-15 17:13:47 +0000328 mutex_unlock(&channel_wqs[index].mutex);
Ralf Baechlee01402b2005-07-14 15:57:16 +0000329
Ralf Baechleafc48412005-10-31 00:30:39 +0000330 return count;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000331}
332
Ralf Baechle7f5a7712007-04-25 15:08:57 +0100333ssize_t rtlx_write(int index, const void __user *buffer, size_t count)
Ralf Baechlee01402b2005-07-14 15:57:16 +0000334{
Ralf Baechlee01402b2005-07-14 15:57:16 +0000335 struct rtlx_channel *rt;
Ralf Baechle7f5a7712007-04-25 15:08:57 +0100336 unsigned long failed;
Ralf Baechle61dcc6f2007-03-15 17:10:16 +0000337 size_t rt_read;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000338 size_t fl;
Ralf Baechle26009902006-04-05 09:45:45 +0100339
340 if (rtlx == NULL)
341 return(-ENOSYS);
342
343 rt = &rtlx->channel[index];
344
Ralf Baechlebc4809e2007-03-15 17:13:47 +0000345 mutex_lock(&channel_wqs[index].mutex);
Ralf Baechle61dcc6f2007-03-15 17:10:16 +0000346 smp_rmb();
347 rt_read = rt->rt_read;
348
Ralf Baechle26009902006-04-05 09:45:45 +0100349 /* total number of bytes to copy */
350 count = min(count,
Ralf Baechle61dcc6f2007-03-15 17:10:16 +0000351 (size_t)write_spacefree(rt_read, rt->rt_write, rt->buffer_size));
Ralf Baechle26009902006-04-05 09:45:45 +0100352
353 /* first bit from write pointer to the end of the buffer, or count */
354 fl = min(count, (size_t) rt->buffer_size - rt->rt_write);
355
Ralf Baechle46230aa2007-03-16 12:16:27 +0000356 failed = copy_from_user(rt->rt_buffer + rt->rt_write, buffer, fl);
357 if (failed)
358 goto out;
Ralf Baechle26009902006-04-05 09:45:45 +0100359
360 /* if there's any left copy to the beginning of the buffer */
Ralf Baechle46230aa2007-03-16 12:16:27 +0000361 if (count - fl) {
362 failed = copy_from_user(rt->rt_buffer, buffer + fl, count - fl);
363 }
364
365out:
Ralf Baechle7f5a7712007-04-25 15:08:57 +0100366 count -= failed;
Ralf Baechle26009902006-04-05 09:45:45 +0100367
Ralf Baechle61dcc6f2007-03-15 17:10:16 +0000368 smp_wmb();
369 rt->rt_write = (rt->rt_write + count) % rt->buffer_size;
370 smp_wmb();
Ralf Baechlebc4809e2007-03-15 17:13:47 +0000371 mutex_unlock(&channel_wqs[index].mutex);
Ralf Baechle26009902006-04-05 09:45:45 +0100372
Ralf Baechle61dcc6f2007-03-15 17:10:16 +0000373 return count;
Ralf Baechle26009902006-04-05 09:45:45 +0100374}
375
376
377static int file_open(struct inode *inode, struct file *filp)
378{
Ralf Baechle79e55bc2006-04-24 17:15:10 +0100379 int minor = iminor(inode);
Ralf Baechle26009902006-04-05 09:45:45 +0100380
381 return rtlx_open(minor, (filp->f_flags & O_NONBLOCK) ? 0 : 1);
382}
383
384static int file_release(struct inode *inode, struct file *filp)
385{
Ralf Baechle79e55bc2006-04-24 17:15:10 +0100386 int minor = iminor(inode);
Ralf Baechle26009902006-04-05 09:45:45 +0100387
388 return rtlx_release(minor);
389}
390
391static unsigned int file_poll(struct file *file, poll_table * wait)
392{
393 int minor;
394 unsigned int mask = 0;
395
Josef Sipek1b04fe92006-12-08 02:37:20 -0800396 minor = iminor(file->f_path.dentry->d_inode);
Ralf Baechle26009902006-04-05 09:45:45 +0100397
398 poll_wait(file, &channel_wqs[minor].rt_queue, wait);
399 poll_wait(file, &channel_wqs[minor].lx_queue, wait);
400
401 if (rtlx == NULL)
402 return 0;
403
404 /* data available to read? */
405 if (rtlx_read_poll(minor, 0))
406 mask |= POLLIN | POLLRDNORM;
407
408 /* space to write */
409 if (rtlx_write_poll(minor))
410 mask |= POLLOUT | POLLWRNORM;
411
412 return mask;
413}
414
415static ssize_t file_read(struct file *file, char __user * buffer, size_t count,
416 loff_t * ppos)
417{
Josef Sipek1b04fe92006-12-08 02:37:20 -0800418 int minor = iminor(file->f_path.dentry->d_inode);
Ralf Baechle26009902006-04-05 09:45:45 +0100419
420 /* data available? */
421 if (!rtlx_read_poll(minor, (file->f_flags & O_NONBLOCK) ? 0 : 1)) {
422 return 0; // -EAGAIN makes cat whinge
423 }
424
Ralf Baechle46230aa2007-03-16 12:16:27 +0000425 return rtlx_read(minor, buffer, count);
Ralf Baechle26009902006-04-05 09:45:45 +0100426}
427
428static ssize_t file_write(struct file *file, const char __user * buffer,
429 size_t count, loff_t * ppos)
430{
431 int minor;
432 struct rtlx_channel *rt;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000433
Josef Sipek1b04fe92006-12-08 02:37:20 -0800434 minor = iminor(file->f_path.dentry->d_inode);
Ralf Baechlee01402b2005-07-14 15:57:16 +0000435 rt = &rtlx->channel[minor];
436
437 /* any space left... */
Ralf Baechle26009902006-04-05 09:45:45 +0100438 if (!rtlx_write_poll(minor)) {
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000439 int ret = 0;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000440
441 if (file->f_flags & O_NONBLOCK)
Ralf Baechleafc48412005-10-31 00:30:39 +0000442 return -EAGAIN;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000443
Ralf Baechle67e2ccc2007-02-22 14:19:48 +0000444 __wait_event_interruptible(channel_wqs[minor].rt_queue,
445 rtlx_write_poll(minor),
446 ret);
447 if (ret)
448 return ret;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000449 }
450
Ralf Baechle46230aa2007-03-16 12:16:27 +0000451 return rtlx_write(minor, buffer, count);
Ralf Baechlee01402b2005-07-14 15:57:16 +0000452}
453
Arjan van de Ven5dfe4c92007-02-12 00:55:31 -0800454static const struct file_operations rtlx_fops = {
Ralf Baechle26009902006-04-05 09:45:45 +0100455 .owner = THIS_MODULE,
456 .open = file_open,
457 .release = file_release,
458 .write = file_write,
459 .read = file_read,
460 .poll = file_poll
Ralf Baechlee01402b2005-07-14 15:57:16 +0000461};
462
Ralf Baechle26009902006-04-05 09:45:45 +0100463static struct irqaction rtlx_irq = {
464 .handler = rtlx_interrupt,
Thomas Gleixnerf40298f2006-07-01 19:29:20 -0700465 .flags = IRQF_DISABLED,
Ralf Baechle26009902006-04-05 09:45:45 +0100466 .name = "RTLX",
467};
468
Atsushi Nemoto97dcb822007-01-08 02:14:29 +0900469static int rtlx_irq_num = MIPS_CPU_IRQ_BASE + MIPS_CPU_RTLX_IRQ;
Ralf Baechle26009902006-04-05 09:45:45 +0100470
Ralf Baechleafc48412005-10-31 00:30:39 +0000471static char register_chrdev_failed[] __initdata =
472 KERN_ERR "rtlx_module_init: unable to register device\n";
473
Ralf Baechle26009902006-04-05 09:45:45 +0100474static int rtlx_module_init(void)
Ralf Baechlee01402b2005-07-14 15:57:16 +0000475{
Ralf Baechlebb3d7c72007-02-07 15:36:56 +0000476 struct device *dev;
477 int i, err;
Ralf Baechle26009902006-04-05 09:45:45 +0100478
Ralf Baechle07cc0c92007-07-27 19:31:10 +0100479 if (!cpu_has_mipsmt) {
480 printk("VPE loader: not a MIPS MT capable processor\n");
481 return -ENODEV;
482 }
483
484 if (tclimit == 0) {
485 printk(KERN_WARNING "No TCs reserved for AP/SP, not "
486 "initializing RTLX.\nPass maxtcs=<n> argument as kernel "
487 "argument\n");
488
489 return -ENODEV;
490 }
491
Ralf Baechleafc48412005-10-31 00:30:39 +0000492 major = register_chrdev(0, module_name, &rtlx_fops);
493 if (major < 0) {
494 printk(register_chrdev_failed);
495 return major;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000496 }
497
Ralf Baechle26009902006-04-05 09:45:45 +0100498 /* initialise the wait queues */
499 for (i = 0; i < RTLX_CHANNELS; i++) {
500 init_waitqueue_head(&channel_wqs[i].rt_queue);
501 init_waitqueue_head(&channel_wqs[i].lx_queue);
Ralf Baechlec4c40182007-02-23 13:40:45 +0000502 atomic_set(&channel_wqs[i].in_open, 0);
Ralf Baechlebc4809e2007-03-15 17:13:47 +0000503 mutex_init(&channel_wqs[i].mutex);
Ralf Baechlebb3d7c72007-02-07 15:36:56 +0000504
505 dev = device_create(mt_class, NULL, MKDEV(major, i),
506 "%s%d", module_name, i);
507 if (IS_ERR(dev)) {
508 err = PTR_ERR(dev);
509 goto out_chrdev;
510 }
Ralf Baechle26009902006-04-05 09:45:45 +0100511 }
512
513 /* set up notifiers */
514 notify.start = starting;
515 notify.stop = stopping;
Ralf Baechle07cc0c92007-07-27 19:31:10 +0100516 vpe_notify(tclimit, &notify);
Ralf Baechle26009902006-04-05 09:45:45 +0100517
518 if (cpu_has_vint)
519 set_vi_handler(MIPS_CPU_RTLX_IRQ, rtlx_dispatch);
520
521 rtlx_irq.dev_id = rtlx;
522 setup_irq(rtlx_irq_num, &rtlx_irq);
523
Ralf Baechleafc48412005-10-31 00:30:39 +0000524 return 0;
Ralf Baechlebb3d7c72007-02-07 15:36:56 +0000525
526out_chrdev:
527 for (i = 0; i < RTLX_CHANNELS; i++)
528 device_destroy(mt_class, MKDEV(major, i));
529
530 return err;
Ralf Baechlee01402b2005-07-14 15:57:16 +0000531}
532
Ralf Baechleafc48412005-10-31 00:30:39 +0000533static void __exit rtlx_module_exit(void)
Ralf Baechlee01402b2005-07-14 15:57:16 +0000534{
Ralf Baechlebb3d7c72007-02-07 15:36:56 +0000535 int i;
536
537 for (i = 0; i < RTLX_CHANNELS; i++)
538 device_destroy(mt_class, MKDEV(major, i));
539
Ralf Baechlee01402b2005-07-14 15:57:16 +0000540 unregister_chrdev(major, module_name);
541}
542
543module_init(rtlx_module_init);
544module_exit(rtlx_module_exit);
Ralf Baechleafc48412005-10-31 00:30:39 +0000545
Ralf Baechlee01402b2005-07-14 15:57:16 +0000546MODULE_DESCRIPTION("MIPS RTLX");
Ralf Baechle26009902006-04-05 09:45:45 +0100547MODULE_AUTHOR("Elizabeth Oldham, MIPS Technologies, Inc.");
Ralf Baechlee01402b2005-07-14 15:57:16 +0000548MODULE_LICENSE("GPL");