aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/sdio_uart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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