aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/ifx6x60.c
Commit message (Expand)AuthorAge
* serial: ifx6x60: Remove casting the return value which is a void pointerJingoo Han2013-09-26
* serial: use dev_get_platdata()Jingoo Han2013-07-31
* tty: ifx6x60: Remove unused suspend/resume callbacksLars-Peter Clausen2013-03-18
* TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-18
* TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-18
* Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-25
|\
| * serial:ifx6x60:Keep word size accordance with SPI controllerchanning2013-01-16
| * serial:ifx6x60:Delete SPI timer when shut down portchao bi2013-01-15
* | serial:ifx6x60: Remove memset for SPI framechanning2013-01-22
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-16
* | TTY: move low_latency to tty_portJiri Slaby2013-01-16
* | TTY: switch tty_insert_flip_stringJiri Slaby2013-01-16
|/
* serial: ifx6x60: Add modem power off function in the platform reboot processJun Chen2012-11-26
* tty/serial: fix ifx6x60.c declaration warningRandy Dunlap2012-11-26
* tty: serial: remove use of __devexit_pBill Pemberton2012-11-21
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-15
* serial: ifx6x60: ifx_spi_write don't need to do mrdy_assert when fifo is not ...Jun Chen2012-11-15
* serial:ifx6x60:SPI header is decoded incorrectlychao bi2012-11-15
* serial:ifx6x60:Prevent data transfer when IFX6x60 port is shutdownchao bi2012-11-01
* serial: ifx6x60: del_timer_sync must not be called in interrupt context.Jun Chen2012-10-25
* serial: ifx6x60: add_timer is not safe in the mrdy_assert functionJun Chen2012-10-25
* serial: ifx6x60: different SPI word width configure requires different swap p...chao bi2012-10-25
* Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2012-08-27
|\
| * serial: ifx6x60: fix paging fault on spi_register_driverFengguang Wu2012-08-10
* | TTY: use tty_port_register_deviceJiri Slaby2012-08-13
|/
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-08
* TTY: Remove redundant spi driver bus initializationLars-Peter Clausen2011-11-26
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-21
* Serial: ifx6x60c: Remove duplicate includes of linux/tty.hJesper Juhl2011-04-19
* tiocmset: kill the file pointer argumentAlan Cox2011-02-17
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-17
* serial: ifx6x60: minor cleanupRuss Gorby2011-02-17
* serial: ifx6x60: probe routine needs to call spi_setupRuss Gorby2011-02-17
* serial: ifx6x60: set SPI max_speed_hz based on platform typeRuss Gorby2011-02-17
* serial: ifx6x60: changed internal bpw from boolean to intRuss Gorby2011-02-17
* serial: ifx6x60: dma_alloc_coherent must use parent devRuss Gorby2011-02-17
* serial: ifx6x60: fixed call to tty_port_initRuss Gorby2011-02-17
* serial: ifx6x60: expanded info available from platform dataRuss Gorby2011-02-03
* tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman2011-01-13