aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/ifx6x60.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-26serial: ifx6x60: Remove driver for deprecated platformAndy Shevchenko1-1387/+0
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby1-3/+0
2020-11-06tty: serial: ifx6x60: Fix function documentation headersLee Jones1-1/+2
2020-08-18tty: serial, fix kernel-docJiri Slaby1-4/+3
2020-08-18tty: ifx6x60: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+4
2020-03-12tty: serial: ifx6x60: Convert to GPIO descriptorsLinus Walleij1-113/+57
2020-03-12tty: serial: ifx6x60: Use helper variable for devLinus Walleij1-22/+23
2019-11-18serial: ifx6x60: add missed pm_runtime_disableChuhong Yuan1-0/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-03drivers: tty: ifx6x60: use setup_timer() helper.Allen Pais1-3/+2
2017-05-18serial: ifx6x60: fix use-after-free on module unloadJohan Hovold1-1/+1
2016-11-10serial: ifx6x60: Free memory when probe failsSouptick Joarder1-0/+1
2016-04-30TTY: serial/ifx6x60, initialize moreJiri Slaby1-1/+1
2016-03-07serial: ifx6x60: avoid uninitialized variable useArnd Bergmann1-0/+3
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+1
2015-05-06serial: ifx6x60: Remove superfluous casts when calling request_irq()Geert Uytterhoeven1-7/+6
2015-05-06serial: ifx6x60: Remove dangerous spi_driver castsGeert Uytterhoeven1-3/+3
2013-09-26serial: ifx6x60: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-07-31serial: use dev_get_platdata()Jingoo Han1-1/+1
2013-03-18tty: ifx6x60: Remove unused suspend/resume callbacksLars-Peter Clausen1-26/+0
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby1-19/+2
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-31/+2
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman1-1/+3
2013-01-22serial:ifx6x60: Remove memset for SPI framechanning1-1/+0
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-5/+1
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2013-01-15serial:ifx6x60:Keep word size accordance with SPI controllerchanning1-1/+2
2013-01-15serial:ifx6x60:Delete SPI timer when shut down portchao bi1-0/+1
2012-11-26serial: ifx6x60: Add modem power off function in the platform reboot processJun Chen1-3/+53
2012-11-26tty/serial: fix ifx6x60.c declaration warningRandy Dunlap1-1/+2
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-1/+4
2012-11-15serial: ifx6x60: ifx_spi_write don't need to do mrdy_assert when fifo is not emptyJun Chen1-3/+10
2012-11-15serial:ifx6x60:SPI header is decoded incorrectlychao bi1-2/+2
2012-11-01serial:ifx6x60:Prevent data transfer when IFX6x60 port is shutdownchao bi1-1/+10
2012-10-25serial: ifx6x60: del_timer_sync must not be called in interrupt context.Jun Chen1-1/+1
2012-10-25serial: ifx6x60: add_timer is not safe in the mrdy_assert functionJun Chen1-3/+1
2012-10-25serial: ifx6x60: different SPI word width configure requires different swap processchao bi1-10/+60
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman1-1/+1
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-2/+2
2012-08-10serial: ifx6x60: fix paging fault on spi_register_driverFengguang Wu1-1/+1
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