summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/sdio_uart.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-7/+7
* mmc: Convert pr_warning to pr_warnJoe Perches2014-09-241-5/+4
* TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-181-11/+2
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-10/+4
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-2/+3
* MMC: sdio, use kref from tty_portJiri Slaby2012-11-151-12/+11
* MMC: sdio_uart, remove unused member from sdio_uart_portJiri Slaby2012-11-151-1/+0
* TTY: use tty_port_register_deviceJiri Slaby2012-08-131-2/+2
* tty: move the termios object into the ttyAlan Cox2012-07-161-10/+10
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
* TTY: use tty_standard_installJiri Slaby2012-02-021-6/+3
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-5/+5
* tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2010-02-051-1/+1
* | sdio_uart: Use kfifo instead of the messy circ stuffAlan Cox2010-03-021-63/+30
|/
* tty: sdio_uart: Fix the locking on "func" for new codeAlan Cox2009-12-111-0/+4
* tty: sdio_uart: add modem functionalityAlan Cox2009-12-111-1/+32
* tty: sdio_uart: Style fixesAlan Cox2009-12-111-11/+12
* tty: sdio_uart: Fix termios handlingAlan Cox2009-12-111-6/+0
* tty: sdio_uart: Switch to the open/close helpersAlan Cox2009-12-111-82/+119
* sdio_uart: Move the open lockAlan Cox2009-12-111-11/+9
* sdio_uart: refcount the tty objectsAlan Cox2009-12-111-17/+42
* sdio_uart: Fix oops caused by the previous changesetNicolas Pitre2009-12-111-1/+1
* sdio_uart: use tty_portAlan Cox2009-12-111-18/+23
* sdio_uart: coding style fixesThadeu Lima de Souza Cascardo2009-12-041-19/+21
* proc tty: switch sdio_uart to ->proc_fopsAlexey Dobriyan2009-04-011-32/+30
* sdio_uart: Fix SDIO break control to now return success or an errorDavid Howells2008-07-151-3/+6
* sdio_uart: fix sign of paramter status in sdio_uart_receive_chars()Andre Haupt2007-11-291-1/+1
* sdio: fix recursion issues between sdio-uart driver and tty layerNicolas Pitre2007-09-231-2/+19
* sdio: add default c_ispeed/c_ospeed values to sdio_uart driverNicolas Pitre2007-09-231-0/+2
* sdio: add /proc interface to sdio_uart driverNicolas Pitre2007-09-231-0/+62
* sdio: UART/GPS driverNicolas Pitre2007-09-231-0/+1077