aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/sdio_uart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches1-5/+4
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby1-11/+2
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-10/+4
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-2/+3
2012-11-15MMC: sdio, use kref from tty_portJiri Slaby1-12/+11
2012-11-15MMC: sdio_uart, remove unused member from sdio_uart_portJiri Slaby1-1/+0
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-2/+2
2012-07-16tty: move the termios object into the ttyAlan Cox1-10/+10
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-02-02TTY: use tty_standard_installJiri Slaby1-6/+3
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-5/+5
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-02sdio_uart: Use kfifo instead of the messy circ stuffAlan Cox1-63/+30
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder1-1/+1
2009-12-11tty: sdio_uart: Fix the locking on "func" for new codeAlan Cox1-0/+4
2009-12-11tty: sdio_uart: add modem functionalityAlan Cox1-1/+32
2009-12-11tty: sdio_uart: Style fixesAlan Cox1-11/+12
2009-12-11tty: sdio_uart: Fix termios handlingAlan Cox1-6/+0
2009-12-11tty: sdio_uart: Switch to the open/close helpersAlan Cox1-82/+119
2009-12-11sdio_uart: Move the open lockAlan Cox1-11/+9
2009-12-11sdio_uart: refcount the tty objectsAlan Cox1-17/+42
2009-12-11sdio_uart: Fix oops caused by the previous changesetNicolas Pitre1-1/+1
2009-12-11sdio_uart: use tty_portAlan Cox1-18/+23
2009-12-04sdio_uart: coding style fixesThadeu Lima de Souza Cascardo1-19/+21
2009-04-01proc tty: switch sdio_uart to ->proc_fopsAlexey Dobriyan1-32/+30
2008-07-15sdio_uart: Fix SDIO break control to now return success or an errorDavid Howells1-3/+6
2007-11-29sdio_uart: fix sign of paramter status in sdio_uart_receive_chars()Andre Haupt1-1/+1
2007-09-23sdio: fix recursion issues between sdio-uart driver and tty layerNicolas Pitre1-2/+19
2007-09-23sdio: add default c_ispeed/c_ospeed values to sdio_uart driverNicolas Pitre1-0/+2
2007-09-23sdio: add /proc interface to sdio_uart driverNicolas Pitre1-0/+62
2007-09-23sdio: UART/GPS driverNicolas Pitre1-0/+1077