aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/ifx6x60.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-3/+0
2011-11-26TTY: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-04-19Serial: ifx6x60c: Remove duplicate includes of linux/tty.hJesper Juhl1-2/+0
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-2/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2011-02-17serial: ifx6x60: minor cleanupRuss Gorby1-4/+4
2011-02-17serial: ifx6x60: probe routine needs to call spi_setupRuss Gorby1-0/+9
2011-02-17serial: ifx6x60: set SPI max_speed_hz based on platform typeRuss Gorby1-1/+2
2011-02-17serial: ifx6x60: changed internal bpw from boolean to intRuss Gorby1-2/+2
2011-02-17serial: ifx6x60: dma_alloc_coherent must use parent devRuss Gorby1-2/+2
2011-02-17serial: ifx6x60: fixed call to tty_port_initRuss Gorby1-1/+1
2011-02-03serial: ifx6x60: expanded info available from platform dataRuss Gorby1-16/+17
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+1406