Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
92a5f11a1a3357964c30c34d55dc55152315b81b
/
drivers
/
tty
/
serial
/
sh-sci.c
8c7febe
Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 years ago
e4d6f91
sh-sci: Get register size from platform device
by Yoshinori Sato
· 9 years ago
e1d0be6
sh-sci: Add h8300 SCI
by Yoshinori Sato
· 10 years ago
99fb215
serial: sh-sci: Remove obsolete comment about overrun detection
by Geert Uytterhoeven
· 10 years ago
afd66db
serial: sh-sci: Don't set SCLSR bits in the SCxSR error mask
by Geert Uytterhoeven
· 10 years ago
2e0842a
serial: sh-sci: Use the correct register for overrun checks
by Geert Uytterhoeven
· 10 years ago
75c249f
serial: sh-sci: Replace hardcoded overrun bit values
by Geert Uytterhoeven
· 10 years ago
c097abc
serial: sh-sci: Add SCIFA/B SCPCR register definitions
by Geert Uytterhoeven
· 10 years ago
5f6d851
serial: sh-sci: Update calculation of timeout for DMA
by Nobuhiro Iwamatsu
· 10 years ago
cb772fe
serial: sh-sci: Add overrun handling of SCIFA and SCIFB
by Nobuhiro Iwamatsu
· 10 years ago
8b6ff84
serial: sh-sci: Fix R-Car SCIF and HSCIF overrun handling
by Hisashi Nakamura
· 10 years ago
51b31f1
serial: sh-sci: Use dev_dbg() to log an error message
by Yoshihiro Kaneko
· 10 years ago
cb87634
sh-sci: extend PM methods
by Sergei Shtylyov
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
f53297f
serial: sh-sci: Change checking for error rate of HSCIF
by Nobuhiro Iwamatsu
· 10 years ago
9144b3c
tty: serial: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
2bcd90d
serial: sh-sci: use dmaengine_terminate_all() API
by Vinod Koul
· 10 years ago
730c4e7
serial: sh-sci: Add calculation recive margin for HSCIF
by Nobuhiro Iwamatsu
· 10 years ago
bcb9973
serial: sh-sci: Fix range check of bit-rate for HSCIF
by Nobuhiro Iwamatsu
· 10 years ago
b7d6639
serial: sh-sci: Updated calculation of bit error rate and bit rate
by Nobuhiro Iwamatsu
· 10 years ago
8b152f1
serial: treewide: Remove empty implementations of enable_ms()
by Alexander Shiyan
· 10 years ago
cb15955
Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 11 years ago
0b443ea
cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}
by Viresh Kumar
· 11 years ago
9b971cd
serial: sh-sci: Neaten dev_<level> uses
by Joe Perches
· 11 years ago
d3dfe5d
serial: sh-sci: Replace hardcoded 3 by UART_PM_STATE_OFF
by Geert Uytterhoeven
· 11 years ago
26de4f1
serial: sh-sci: Add more register documentation
by Geert Uytterhoeven
· 11 years ago
ff43da0
serial: sh-sci: Remove useless casts
by Geert Uytterhoeven
· 11 years ago
6c13d5d
serial: sh-sci: Replace printk() by pr_*()
by Geert Uytterhoeven
· 11 years ago
bf13c9a
serial: sh-sci: Add missing call to uart_remove_one_port() in failure path
by Geert Uytterhoeven
· 11 years ago
3af4e96
serial: sh-sci: Fix cast warning
by Jingoo Han
· 11 years ago
20bdcab
serial: sh-sci: Add OF support
by Bastian Hecht
· 11 years ago
89b5c1a
serial: sh-sci: Remove platform data mapbase and irqs fields
by Laurent Pinchart
· 11 years ago
878fbb9
serial: sh-sci: Remove platform data scbrr_algo_id field
by Laurent Pinchart
· 11 years ago
ec09c5e
serial: sh-sci: Rework baud rate calculation
by Laurent Pinchart
· 11 years ago
b545e4f
serial: sh-sci: Compute overrun_bit without using baud rate algo
by Laurent Pinchart
· 11 years ago
520402b
serial: sh-sci: Remove unused GPIO request code
by Laurent Pinchart
· 11 years ago
3ae988d
serial: sh-sci: Move overrun_bit and error_mask fields out of pdata
by Laurent Pinchart
· 11 years ago
1fcc91a
serial: sh-sci: Support resources passed through platform resources
by Laurent Pinchart
· 11 years ago
bc14e00
serial: sh-sci: Don't check IRQ in verify port operation
by Laurent Pinchart
· 11 years ago
b6e4a3f
serial: sh-sci: Set the UPF_FIXED_PORT flag
by Laurent Pinchart
· 11 years ago
b5e17b7
serial: sh-sci: Remove duplicate interrupt check in verify port op
by Laurent Pinchart
· 11 years ago
6557b1f
serial: sh-sci: Simplify baud rate calculation algorithms
by Laurent Pinchart
· 11 years ago
6db201d
serial: sh-sci: Remove baud rate calculation algorithm 5
by Laurent Pinchart
· 11 years ago
8fb9631
serial: sh-sci: Sort headers alphabetically
by Laurent Pinchart
· 11 years ago
b016b64
serial: sh-sci: Convert to clk_prepare/unprepare
by Laurent Pinchart
· 11 years ago
caec703
serial: sh-sci: Don't enable/disable port from within break timer
by Laurent Pinchart
· 11 years ago
e2afca6
serial: sh-sci: Fix warnings due to improper casts and printk formats
by Laurent Pinchart
· 11 years ago
0b3d7d3
serial: sh: use DMA_COMPLETE for dma completion status
by Vinod Koul
· 11 years ago
3ba35ba
serial: sh-sci: use dev_get_platdata()
by Jingoo Han
· 11 years ago
574de55
serial: use dev_get_platdata()
by Jingoo Han
· 11 years ago
d4759de
serial: sh-sci: Initialise variables before access in sci_set_termios()
by Simon Horman
· 11 years ago
f303b36
serial: sh-sci: HSCIF support
by Ulrich Hecht
· 11 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
92a19f9
TTY: switch tty_insert_flip_char
by Jiri Slaby
· 12 years ago
227434f
TTY: switch tty_buffer_request_room to tty_port
by Jiri Slaby
· 12 years ago
9671f09
tty: remove use of __devinit
by Bill Pemberton
· 12 years ago
33b48e1
serial: sh-sci: fix possible race cases on SCSCR register accesses
by Shinya Kuribayashi
· 12 years ago
40f70c0
serial: sh-sci: add locking to console write function to avoid SMP lockup
by Shinya Kuribayashi
· 12 years ago
8c66d6d
serial: sh-sci: fix common SCIFB regmap definition
by Takashi Yoshii
· 12 years ago
63f7ad1
serial: sh-sci: mask SCTFDR/RFDR according to fifosize
by Takashi Yoshii
· 12 years ago
9d482cc
serial: sh-sci: support lower baud rate
by Takashi Yoshii
· 12 years ago
4ffc3cd
serial: sh-sci: fix condition test to set SCBRR
by Takashi Yoshii
· 12 years ago
0174e5c
serial: sh-sci: console runtime PM support (revisit)
by Teppei Kamijou
· 12 years ago
00cadbf
Partially revert "serial: sh-sci: console Runtime PM support"
by Shinya Kuribayashi
· 12 years ago
8807ec6
Revert "sh-sci / PM: Use power.irq_safe"
by Shinya Kuribayashi
· 12 years ago
cee31c5
Revert "sh-sci / PM: Avoid deadlocking runtime PM"
by Shinya Kuribayashi
· 12 years ago
0dd4d5c
sh: Fix up more fallout from pointless ARM __iomem churn.
by Paul Mundt
· 12 years ago
4dc4c51
serial: sh-sci: fix compilation breakage, when DMA is enabled
by Guennadi Liakhovetski
· 12 years ago
c511dc1
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 12 years ago
d6fa5a4
serial: sh-sci: prepare for conversion to the shdma base library
by Guennadi Liakhovetski
· 13 years ago
b6c5ef6
serial: sh-sci: Make probe fail for ports that exceed the maximum count
by Laurent Pinchart
· 12 years ago
6dae142
serial: sh-sci: Fix probe error paths
by Laurent Pinchart
· 12 years ago
0e8963d
serial: sh-sci: Fix for port types without BRI interrupts.
by Paul Mundt
· 12 years ago
a4e02f6
serial: sh-sci: Update break_ctl handling for all SCSPTR-capable regtypes.
by Shimoda, Yoshihiro
· 13 years ago
bbb4ce5
serial: sh-sci: modify sci_break_ctl()
by Shimoda, Yoshihiro
· 13 years ago
b12bb29
serial: sh-sci: use serial_port_in/out vs sci_in/out.
by Paul Mundt
· 13 years ago
f52b69f8
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
by Linus Torvalds
· 13 years ago
ef08e78
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
49d4bca
serial: sh-sci: fix a race of DMA submit_tx on transfer
by Yoshii Takashi
· 13 years ago
1605282
dmaengine/dma_slave: introduce inline wrappers
by Alexandre Bounine
· 13 years ago
048be43
sh-sci / PM: Avoid deadlocking runtime PM
by Rafael J. Wysocki
· 13 years ago
57f2685
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
50f0959
serial: sh-sci: Handle GPIO function requests.
by Paul Mundt
· 13 years ago
73c3d53
serial: sh-sci: Avoid FIFO clear for MCE toggle.
by Paul Mundt
· 13 years ago
faf02f8
serial: sh-sci: per-port modem control.
by Paul Mundt
· 13 years ago
dc7e3ef
serial: sh-sci: Add support for loopback mode.
by Paul Mundt
· 13 years ago
cdf7c42
serial: sh-sci: Fix up modem control handling.
by Paul Mundt
· 13 years ago
d39ec6c
serial: sh-sci: Clarify enable_ms/break_ctl comments.
by Paul Mundt
· 13 years ago
d97fbbe
serial: sh-sci: Support icount statistics for error cases.
by Paul Mundt
· 13 years ago
0979e0e
serial: sh-sci: Fix up SCFCR handling.
by Paul Mundt
· 13 years ago
e0d23ef
Merge branch 'dma_slave_direction' into next_test_dirn
by Vinod Koul
· 13 years ago
37bef8f
Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linus
by Paul Mundt
· 13 years ago
fba9569
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
3af1f8a
serial: sh-sci: Fix up SH-2A SCIF support.
by Phil Edworthy
· 13 years ago
a485df4
spi, serial: move to dma_transfer_direction
by Vinod Koul
· 13 years ago
efb8d21
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 13 years ago
9cfb5c0
TTY: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
937bb6e
serial: sh-sci: don't filter on DMA device, use only channel ID
by Guennadi Liakhovetski
· 13 years ago
c42a263
Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-3.x
by Linus Torvalds
· 13 years ago
4480a68
serial: sh-sci: report CTS as active for get_mctrl
by Yoshii Takashi
· 13 years ago
Next »