index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
ifx6x60.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-4
/
+3
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-14
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
drivers: tty: ifx6x60: use setup_timer() helper.
Allen Pais
2017-10-03
1
-3
/
+2
*
serial: ifx6x60: fix use-after-free on module unload
Johan Hovold
2017-05-18
1
-1
/
+1
*
serial: ifx6x60: Free memory when probe fails
Souptick Joarder
2016-11-10
1
-0
/
+1
*
TTY: serial/ifx6x60, initialize more
Jiri Slaby
2016-04-30
1
-1
/
+1
*
serial: ifx6x60: avoid uninitialized variable use
Arnd Bergmann
2016-03-07
1
-0
/
+3
*
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
2015-10-28
1
-1
/
+1
*
serial: ifx6x60: Remove superfluous casts when calling request_irq()
Geert Uytterhoeven
2015-05-06
1
-7
/
+6
*
serial: ifx6x60: Remove dangerous spi_driver casts
Geert Uytterhoeven
2015-05-06
1
-3
/
+3
*
serial: ifx6x60: Remove casting the return value which is a void pointer
Jingoo Han
2013-09-26
1
-1
/
+1
*
serial: use dev_get_platdata()
Jingoo Han
2013-07-31
1
-1
/
+1
*
tty: ifx6x60: Remove unused suspend/resume callbacks
Lars-Peter Clausen
2013-03-18
1
-26
/
+0
*
TTY: add tty_port_tty_hangup helper
Jiri Slaby
2013-03-18
1
-19
/
+2
*
TTY: add tty_port_tty_wakeup helper
Jiri Slaby
2013-03-18
1
-31
/
+2
*
Merge 3.8-rc5 into tty-next
Greg Kroah-Hartman
2013-01-25
1
-1
/
+3
|
\
|
*
serial:ifx6x60:Keep word size accordance with SPI controller
channing
2013-01-15
1
-1
/
+2
|
*
serial:ifx6x60:Delete SPI timer when shut down port
chao bi
2013-01-15
1
-0
/
+1
*
|
serial:ifx6x60: Remove memset for SPI frame
channing
2013-01-22
1
-1
/
+0
*
|
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-15
1
-5
/
+1
*
|
TTY: move low_latency to tty_port
Jiri Slaby
2013-01-15
1
-1
/
+1
*
|
TTY: switch tty_insert_flip_string
Jiri Slaby
2013-01-15
1
-1
/
+1
|
/
*
serial: ifx6x60: Add modem power off function in the platform reboot process
Jun Chen
2012-11-26
1
-3
/
+53
*
tty/serial: fix ifx6x60.c declaration warning
Randy Dunlap
2012-11-26
1
-1
/
+2
*
tty: serial: remove use of __devexit_p
Bill Pemberton
2012-11-21
1
-1
/
+1
*
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
2012-11-15
1
-1
/
+4
*
serial: ifx6x60: ifx_spi_write don't need to do mrdy_assert when fifo is not ...
Jun Chen
2012-11-15
1
-3
/
+10
*
serial:ifx6x60:SPI header is decoded incorrectly
chao bi
2012-11-15
1
-2
/
+2
*
serial:ifx6x60:Prevent data transfer when IFX6x60 port is shutdown
chao bi
2012-11-01
1
-1
/
+10
*
serial: ifx6x60: del_timer_sync must not be called in interrupt context.
Jun Chen
2012-10-25
1
-1
/
+1
*
serial: ifx6x60: add_timer is not safe in the mrdy_assert function
Jun Chen
2012-10-25
1
-3
/
+1
*
serial: ifx6x60: different SPI word width configure requires different swap p...
chao bi
2012-10-25
1
-10
/
+60
*
Merge 3.6-rc3 into tty-next
Greg Kroah-Hartman
2012-08-27
1
-1
/
+1
|
\
|
*
serial: ifx6x60: fix paging fault on spi_register_driver
Fengguang Wu
2012-08-10
1
-1
/
+1
*
|
TTY: use tty_port_register_device
Jiri Slaby
2012-08-13
1
-2
/
+2
|
/
*
TTY: remove re-assignments to tty_driver members
Jiri Slaby
2012-03-08
1
-3
/
+0
*
TTY: Remove redundant spi driver bus initialization
Lars-Peter Clausen
2011-11-26
1
-1
/
+0
*
net: remove mm.h inclusion from netdevice.h
Alexey Dobriyan
2011-06-21
1
-0
/
+1
*
Serial: ifx6x60c: Remove duplicate includes of linux/tty.h
Jesper Juhl
2011-04-19
1
-2
/
+0
*
tiocmset: kill the file pointer argument
Alan Cox
2011-02-17
1
-2
/
+1
*
tiocmget: kill off the passing of the struct file
Alan Cox
2011-02-17
1
-1
/
+1
*
serial: ifx6x60: minor cleanup
Russ Gorby
2011-02-17
1
-4
/
+4
*
serial: ifx6x60: probe routine needs to call spi_setup
Russ Gorby
2011-02-17
1
-0
/
+9
*
serial: ifx6x60: set SPI max_speed_hz based on platform type
Russ Gorby
2011-02-17
1
-1
/
+2
*
serial: ifx6x60: changed internal bpw from boolean to int
Russ Gorby
2011-02-17
1
-2
/
+2
*
serial: ifx6x60: dma_alloc_coherent must use parent dev
Russ Gorby
2011-02-17
1
-2
/
+2
*
serial: ifx6x60: fixed call to tty_port_init
Russ Gorby
2011-02-17
1
-1
/
+1
*
serial: ifx6x60: expanded info available from platform data
Russ Gorby
2011-02-03
1
-16
/
+17
*
tty: move drivers/serial/ to drivers/tty/serial/
Greg Kroah-Hartman
2011-01-13
1
-0
/
+1406