index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
sh-sci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-17
serial: sh-sci: Add calculation recive margin for HSCIF
Nobuhiro Iwamatsu
1
-18
/
+59
2014-07-17
serial: sh-sci: Fix range check of bit-rate for HSCIF
Nobuhiro Iwamatsu
1
-2
/
+1
2014-07-17
serial: sh-sci: Updated calculation of bit error rate and bit rate
Nobuhiro Iwamatsu
1
-3
/
+5
2014-07-09
serial: treewide: Remove empty implementations of enable_ms()
Alexander Shiyan
1
-8
/
+0
2014-04-01
Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-43
/
+43
2014-03-19
cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}
Viresh Kumar
1
-2
/
+1
2014-03-17
serial: sh-sci: Neaten dev_<level> uses
Joe Perches
1
-20
/
+18
2014-03-17
serial: sh-sci: Replace hardcoded 3 by UART_PM_STATE_OFF
Geert Uytterhoeven
1
-1
/
+1
2014-03-17
serial: sh-sci: Add more register documentation
Geert Uytterhoeven
1
-13
/
+15
2014-03-17
serial: sh-sci: Remove useless casts
Geert Uytterhoeven
1
-4
/
+4
2014-03-17
serial: sh-sci: Replace printk() by pr_*()
Geert Uytterhoeven
1
-4
/
+3
2014-02-28
serial: sh-sci: Add missing call to uart_remove_one_port() in failure path
Geert Uytterhoeven
1
-0
/
+1
2014-02-13
serial: sh-sci: Fix cast warning
Jingoo Han
1
-1
/
+1
2013-12-24
serial: sh-sci: Add OF support
Bastian Hecht
1
-3
/
+98
2013-12-24
serial: sh-sci: Remove platform data mapbase and irqs fields
Laurent Pinchart
1
-26
/
+34
2013-12-24
serial: sh-sci: Remove platform data scbrr_algo_id field
Laurent Pinchart
1
-21
/
+5
2013-12-24
serial: sh-sci: Rework baud rate calculation
Laurent Pinchart
1
-7
/
+30
2013-12-24
serial: sh-sci: Compute overrun_bit without using baud rate algo
Laurent Pinchart
1
-12
/
+14
2013-12-24
serial: sh-sci: Remove unused GPIO request code
Laurent Pinchart
1
-67
/
+0
2013-12-24
serial: sh-sci: Move overrun_bit and error_mask fields out of pdata
Laurent Pinchart
1
-27
/
+23
2013-12-24
serial: sh-sci: Support resources passed through platform resources
Laurent Pinchart
1
-16
/
+49
2013-12-24
serial: sh-sci: Don't check IRQ in verify port operation
Laurent Pinchart
1
-4
/
+0
2013-12-24
serial: sh-sci: Set the UPF_FIXED_PORT flag
Laurent Pinchart
1
-1
/
+1
2013-12-24
serial: sh-sci: Remove duplicate interrupt check in verify port op
Laurent Pinchart
1
-1
/
+1
2013-12-24
serial: sh-sci: Simplify baud rate calculation algorithms
Laurent Pinchart
1
-4
/
+4
2013-12-24
serial: sh-sci: Remove baud rate calculation algorithm 5
Laurent Pinchart
1
-2
/
+0
2013-12-24
serial: sh-sci: Sort headers alphabetically
Laurent Pinchart
1
-21
/
+21
2013-12-14
serial: sh-sci: Convert to clk_prepare/unprepare
Laurent Pinchart
1
-4
/
+4
2013-12-14
serial: sh-sci: Don't enable/disable port from within break timer
Laurent Pinchart
1
-4
/
+8
2013-12-12
serial: sh-sci: Fix warnings due to improper casts and printk formats
Laurent Pinchart
1
-9
/
+10
2013-10-25
serial: sh: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-1
/
+1
2013-08-02
serial: sh-sci: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-07-31
serial: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-06-26
serial: sh-sci: Initialise variables before access in sci_set_termios()
Simon Horman
1
-2
/
+2
2013-06-17
serial: sh-sci: HSCIF support
Ulrich Hecht
1
-8
/
+94
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-12
/
+6
2013-01-15
TTY: switch tty_insert_flip_char
Jiri Slaby
1
-16
/
+18
2013-01-15
TTY: switch tty_buffer_request_room to tty_port
Jiri Slaby
1
-3
/
+5
2012-11-21
tty: remove use of __devinit
Bill Pemberton
1
-7
/
+7
2012-11-15
serial: sh-sci: fix possible race cases on SCSCR register accesses
Shinya Kuribayashi
1
-0
/
+6
2012-11-15
serial: sh-sci: add locking to console write function to avoid SMP lockup
Shinya Kuribayashi
1
-1
/
+22
2012-11-15
serial: sh-sci: fix common SCIFB regmap definition
Takashi Yoshii
1
-3
/
+3
2012-11-15
serial: sh-sci: mask SCTFDR/RFDR according to fifosize
Takashi Yoshii
1
-2
/
+2
2012-11-15
serial: sh-sci: support lower baud rate
Takashi Yoshii
1
-11
/
+8
2012-11-15
serial: sh-sci: fix condition test to set SCBRR
Takashi Yoshii
1
-1
/
+1
2012-11-15
serial: sh-sci: console runtime PM support (revisit)
Teppei Kamijou
1
-11
/
+16
2012-11-15
Partially revert "serial: sh-sci: console Runtime PM support"
Shinya Kuribayashi
1
-52
/
+1
2012-11-15
Revert "sh-sci / PM: Use power.irq_safe"
Shinya Kuribayashi
1
-1
/
+0
2012-11-15
Revert "sh-sci / PM: Avoid deadlocking runtime PM"
Shinya Kuribayashi
1
-5
/
+0
2012-10-15
sh: Fix up more fallout from pointless ARM __iomem churn.
Paul Mundt
1
-1
/
+2
[next]