summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/ifx6x60.c
Commit message (Expand)AuthorAgeFilesLines
* serial: ifx6x60: Free memory when probe failsSouptick Joarder2016-11-101-0/+1
* TTY: serial/ifx6x60, initialize moreJiri Slaby2016-04-301-1/+1
* serial: ifx6x60: avoid uninitialized variable useArnd Bergmann2016-03-071-0/+3
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+1
* serial: ifx6x60: Remove superfluous casts when calling request_irq()Geert Uytterhoeven2015-05-061-7/+6
* serial: ifx6x60: Remove dangerous spi_driver castsGeert Uytterhoeven2015-05-061-3/+3
* serial: ifx6x60: Remove casting the return value which is a void pointerJingoo Han2013-09-261-1/+1
* serial: use dev_get_platdata()Jingoo Han2013-07-311-1/+1
* tty: ifx6x60: Remove unused suspend/resume callbacksLars-Peter Clausen2013-03-181-26/+0
* TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-181-19/+2
* TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-31/+2
* Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-251-1/+3
|\
| * serial:ifx6x60:Keep word size accordance with SPI controllerchanning2013-01-151-1/+2
| * serial:ifx6x60:Delete SPI timer when shut down portchao bi2013-01-151-0/+1
* | serial:ifx6x60: Remove memset for SPI framechanning2013-01-221-1/+0
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-5/+1
* | TTY: move low_latency to tty_portJiri Slaby2013-01-151-1/+1
* | TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
|/
* serial: ifx6x60: Add modem power off function in the platform reboot processJun Chen2012-11-261-3/+53
* tty/serial: fix ifx6x60.c declaration warningRandy Dunlap2012-11-261-1/+2
* tty: serial: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-151-1/+4
* serial: ifx6x60: ifx_spi_write don't need to do mrdy_assert when fifo is not ...Jun Chen2012-11-151-3/+10
* serial:ifx6x60:SPI header is decoded incorrectlychao bi2012-11-151-2/+2
* serial:ifx6x60:Prevent data transfer when IFX6x60 port is shutdownchao bi2012-11-011-1/+10
* serial: ifx6x60: del_timer_sync must not be called in interrupt context.Jun Chen2012-10-251-1/+1
* serial: ifx6x60: add_timer is not safe in the mrdy_assert functionJun Chen2012-10-251-3/+1
* serial: ifx6x60: different SPI word width configure requires different swap p...chao bi2012-10-251-10/+60
* Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2012-08-271-1/+1
|\
| * serial: ifx6x60: fix paging fault on spi_register_driverFengguang Wu2012-08-101-1/+1
* | TTY: use tty_port_register_deviceJiri Slaby2012-08-131-2/+2
|/
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-3/+0
* TTY: Remove redundant spi driver bus initializationLars-Peter Clausen2011-11-261-1/+0
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-211-0/+1
* Serial: ifx6x60c: Remove duplicate includes of linux/tty.hJesper Juhl2011-04-191-2/+0
* tiocmset: kill the file pointer argumentAlan Cox2011-02-171-2/+1
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* serial: ifx6x60: minor cleanupRuss Gorby2011-02-171-4/+4
* serial: ifx6x60: probe routine needs to call spi_setupRuss Gorby2011-02-171-0/+9
* serial: ifx6x60: set SPI max_speed_hz based on platform typeRuss Gorby2011-02-171-1/+2
* serial: ifx6x60: changed internal bpw from boolean to intRuss Gorby2011-02-171-2/+2
* serial: ifx6x60: dma_alloc_coherent must use parent devRuss Gorby2011-02-171-2/+2
* serial: ifx6x60: fixed call to tty_port_initRuss Gorby2011-02-171-1/+1
* serial: ifx6x60: expanded info available from platform dataRuss Gorby2011-02-031-16/+17
* tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman2011-01-131-0/+1406