summaryrefslogtreecommitdiff
path: root/drivers/isdn/i4l/isdn_tty.c
AgeCommit message (Expand)Author
2012-08-13TTY: i4l, add tty installJiri Slaby
2012-08-13TTY: automatically create nodes for some driversJiri Slaby
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-04-09TTY: isdn, use tty_port_block_til_ready helperJiri Slaby
2012-04-09TTY: isdn, define tty_port_operationsJiri Slaby
2012-04-09TTY: isdn, use tty_port_close_end helperJiri Slaby
2012-04-09TTY: isdn, define local tty_portJiri Slaby
2012-04-09TTY: isdn, use xmit_buf from tty_portJiri Slaby
2012-04-09TTY: isdn, use tty from tty_portJiri Slaby
2012-04-09TTY: isdn, use counts from tty_portJiri Slaby
2012-04-09TTY: isdn, use open/close_wait from tty_portJiri Slaby
2012-04-09TTY: isdn, add tty_portJiri Slaby
2012-04-09TTY: isdn, make some functions readableJiri Slaby
2012-04-09TTY: isdn, do not play with module refcountsJiri Slaby
2012-04-09TTY: isdn, remove ISDN_ASYNC_* flagsJiri Slaby
2012-04-09TTY: isdn, remove calloutJiri Slaby
2012-04-09ISDN: i4l, remove cvs crapJiri Slaby
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby
2012-02-21isdn: whitespace coding style cleanupJoe Perches
2011-10-31drivers/isdn: Add module.h to ISDN files implicitly using it.Paul Gortmaker
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby
2011-04-17isdn: i4l: isdn_tty: Fix unused-but-set variables.David S. Miller
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2010-09-15i4l: kill big kernel lockArnd Bergmann
2010-09-06isdn: cleanup: make buffer smallerDan Carpenter
2010-07-05isdn: avoid calling tty_ldisc_flush() in atomic contextTilman Schmidt
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-11drivers/isdn/i4l/isdn_tty.c: fix check for array overindexingRoel Kluin
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox
2008-04-30isdn_tty: Prepare for BKL push downAlan Cox
2008-04-28isdn: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-06drivers/isdn/i4l/isdn_tty.c: remove write_semDaniel Walker
2008-01-04[ISDN]: i4l: Fix DLE handling for i4l-audioMatthias Goebl
2008-01-04[ISDN] i4l: 'NO CARRIER' message lost after ldisc flushMatthias Goebl
2007-06-01Fix broken CLIR in isdn driverKarsten Keil
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox
2006-10-02[PATCH] const struct tty_operationsJeff Dike
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds
2006-06-27[PATCH] i4l fix DLE masking in isdn_tty_try_readKarsten Keil
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman
2006-05-21[PATCH] Overrun in isdn_tty.cEric Sesterhenn
2006-03-25[PATCH] i4l/isdn_tty.c: fix a check-after-useAdrian Bunk