aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/sdio_uart.c
Commit message (Expand)AuthorAgeFilesLines
* 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