summaryrefslogtreecommitdiff
path: root/arch/cris/arch-v32/drivers/sync_serial.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-16CRIS: Drop support for the CRIS portJesper Nilsson1-1715/+0
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-5/+5
2017-11-28cris: annotate ->poll() instancesAl Viro1-4/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2016-09-23cris: return of class_create should be consideredyizhouzhou@ict.ac.cn1-0/+6
2015-07-09cris: Replace do_posix_clock_monotonic_gettime()Thomas Gleixner1-1/+1
2015-02-14CRISv32: Remove unnecessary KERN_INFO from sync_serialMasanari Iida1-2/+2
2015-01-20VFS: Convert file->f_dentry->d_inode to file_inode()David Howells1-1/+1
2014-12-20CRISv32: Rewrite of synchronous serial port driverJesper Nilsson1-639/+791
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai1-1/+0
2014-01-09cris: sync_serial: remove interruptible_sleep_onArnd Bergmann1-1/+3
2013-02-23new helper: file_inode(file)Al Viro1-4/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-1/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-1/+2
2010-09-26cris: autoconvert trivial BKL usersArnd Bergmann1-5/+6
2010-08-04cris: Pushdown the bkl from ioctlJesper Nilsson1-9/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2008-05-19cris: cdev lock_kernel() pushdownJonathan Corbet1-13/+20
2008-02-08CRIS v32: Remove config ifdef around init function for drivers/sync_serial.cJesper Nilsson1-5/+1
2008-02-08CRIS v32: Update synchronous serial driver.Jesper Nilsson1-341/+599
2007-11-15cris: ARRAY_SIZE() cleanupAlex Unleashed1-1/+1
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-1/+1
2006-12-08[PATCH] struct path: convert crisJosef Sipek1-4/+4
2006-07-11[PATCH] cris: switch to iminor/imajorEric Sesterhenn1-6/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-07-28[PATCH] CRIS update: new subarchitecture v32Mikael Starvik1-0/+1283