index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
sh-sci.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-08-01
serial: sh-sci: fix compilation breakage, when DMA is enabled
Guennadi Liakhovetski
1
-2
/
+3
2012-07-24
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-4
/
+4
2012-07-13
serial: sh-sci: prepare for conversion to the shdma base library
Guennadi Liakhovetski
1
-4
/
+4
2012-06-13
serial: sh-sci: Make probe fail for ports that exceed the maximum count
Laurent Pinchart
1
-1
/
+1
2012-06-13
serial: sh-sci: Fix probe error paths
Laurent Pinchart
1
-13
/
+23
2012-05-18
serial: sh-sci: Fix for port types without BRI interrupts.
Paul Mundt
1
-1
/
+18
2012-04-12
serial: sh-sci: Update break_ctl handling for all SCSPTR-capable regtypes.
Shimoda, Yoshihiro
1
-18
/
+18
2012-04-09
serial: sh-sci: modify sci_break_ctl()
Shimoda, Yoshihiro
1
-4
/
+26
2012-03-30
serial: sh-sci: use serial_port_in/out vs sci_in/out.
Paul Mundt
1
-85
/
+82
2012-03-30
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
1
-5
/
+10
2012-03-29
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-2
/
+2
2012-03-28
serial: sh-sci: fix a race of DMA submit_tx on transfer
Yoshii Takashi
1
-5
/
+10
2012-03-21
dmaengine/dma_slave: introduce inline wrappers
Alexandre Bounine
1
-2
/
+2
[next]