index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
ifx6x60.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-18
tty: ifx6x60: Remove unused suspend/resume callbacks
Lars-Peter Clausen
1
-26
/
+0
2013-03-18
TTY: add tty_port_tty_hangup helper
Jiri Slaby
1
-19
/
+2
2013-03-18
TTY: add tty_port_tty_wakeup helper
Jiri Slaby
1
-31
/
+2
2013-01-25
Merge 3.8-rc5 into tty-next
Greg Kroah-Hartman
1
-1
/
+3
2013-01-22
serial:ifx6x60: Remove memset for SPI frame
channing
1
-1
/
+0
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-5
/
+1
2013-01-15
TTY: move low_latency to tty_port
Jiri Slaby
1
-1
/
+1
2013-01-15
TTY: switch tty_insert_flip_string
Jiri Slaby
1
-1
/
+1
2013-01-15
serial:ifx6x60:Keep word size accordance with SPI controller
channing
1
-1
/
+2
2013-01-15
serial:ifx6x60:Delete SPI timer when shut down port
chao bi
1
-0
/
+1
2012-11-26
serial: ifx6x60: Add modem power off function in the platform reboot process
Jun Chen
1
-3
/
+53
2012-11-26
tty/serial: fix ifx6x60.c declaration warning
Randy Dunlap
1
-1
/
+2
2012-11-21
tty: serial: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-11-15
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
1
-1
/
+4
2012-11-15
serial: ifx6x60: ifx_spi_write don't need to do mrdy_assert when fifo is not ...
Jun Chen
1
-3
/
+10
2012-11-15
serial:ifx6x60:SPI header is decoded incorrectly
chao bi
1
-2
/
+2
2012-11-01
serial:ifx6x60:Prevent data transfer when IFX6x60 port is shutdown
chao bi
1
-1
/
+10
2012-10-25
serial: ifx6x60: del_timer_sync must not be called in interrupt context.
Jun Chen
1
-1
/
+1
2012-10-25
serial: ifx6x60: add_timer is not safe in the mrdy_assert function
Jun Chen
1
-3
/
+1
2012-10-25
serial: ifx6x60: different SPI word width configure requires different swap p...
chao bi
1
-10
/
+60
2012-08-27
Merge 3.6-rc3 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2012-08-13
TTY: use tty_port_register_device
Jiri Slaby
1
-2
/
+2
2012-08-10
serial: ifx6x60: fix paging fault on spi_register_driver
Fengguang Wu
1
-1
/
+1
2012-03-08
TTY: remove re-assignments to tty_driver members
Jiri Slaby
1
-3
/
+0
2011-11-26
TTY: Remove redundant spi driver bus initialization
Lars-Peter Clausen
1
-1
/
+0
2011-06-21
net: remove mm.h inclusion from netdevice.h
Alexey Dobriyan
1
-0
/
+1
2011-04-19
Serial: ifx6x60c: Remove duplicate includes of linux/tty.h
Jesper Juhl
1
-2
/
+0
2011-02-17
tiocmset: kill the file pointer argument
Alan Cox
1
-2
/
+1
2011-02-17
tiocmget: kill off the passing of the struct file
Alan Cox
1
-1
/
+1
2011-02-17
serial: ifx6x60: minor cleanup
Russ Gorby
1
-4
/
+4
2011-02-17
serial: ifx6x60: probe routine needs to call spi_setup
Russ Gorby
1
-0
/
+9
2011-02-17
serial: ifx6x60: set SPI max_speed_hz based on platform type
Russ Gorby
1
-1
/
+2
2011-02-17
serial: ifx6x60: changed internal bpw from boolean to int
Russ Gorby
1
-2
/
+2
2011-02-17
serial: ifx6x60: dma_alloc_coherent must use parent dev
Russ Gorby
1
-2
/
+2
2011-02-17
serial: ifx6x60: fixed call to tty_port_init
Russ Gorby
1
-1
/
+1
2011-02-03
serial: ifx6x60: expanded info available from platform data
Russ Gorby
1
-16
/
+17
2011-01-13
tty: move drivers/serial/ to drivers/tty/serial/
Greg Kroah-Hartman
1
-0
/
+1406