Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
31ada047681834d0d6f04adfb305ff26b52d2823
/
drivers
/
tty
/
serial
/
imx.c
31ada04
serial: imx: Constify platform_device_id
by Krzysztof Kozlowski
· 10 years ago
caec172
serial: imx: Remove return value from imx_setup_ufcr()
by Fabio Estevam
· 10 years ago
5379418
serial: imx: protect Soft Reset of port with lock
by Jiada Wang
· 10 years ago
12fe59f
serial: imx: Add braces to avoid ambiguous 'else'
by Fabio Estevam
· 10 years ago
17b8f2a
serial: imx: add support for half duplex rs485
by Uwe Kleine-König
· 10 years ago
afe9cbb
serial: imx: drop support for IRDA
by Uwe Kleine-König
· 10 years ago
f95661b
serial: imx: fix comment about which machines use the i.MX21 type
by Uwe Kleine-König
· 10 years ago
f890cef
serial: imx: reformat and cleanup copyright header
by Uwe Kleine-König
· 10 years ago
842633b
serial: imx: drop members from driver data that are only used during probe
by Uwe Kleine-König
· 10 years ago
694e672
serial: imx: remove long dead code
by Uwe Kleine-König
· 10 years ago
91555ce
serial: imx: Fix clearing of receiver overrun flag
by Uwe Kleine-König
· 10 years ago
4f86a95
serial: imx: Do not store/restore the UBRC register
by Fabio Estevam
· 10 years ago
ad3d4fd
serial:imx make of_device_id array const
by Sanjeev Sharma
· 10 years ago
934084a
serial: imx: Fix imx_flush_buffer()
by Fabio Estevam
· 10 years ago
865cea8
serial: imx: ignore framing errors when IGNPAR is set.
by Eric Nelson
· 10 years ago
8d267fd
serial: imx: preserve characters with parity or framing errors
by Eric Nelson
· 10 years ago
91a1a90
serial: imx: Support sw flow control in DMA mode
by Jiada Wang
· 10 years ago
7e2fb5a
serial: imx: Fix issue in software flow control
by Jiada Wang
· 10 years ago
6f026d6b
serial: imx: Enable UCR4_OREN in startup interface
by Jiada Wang
· 10 years ago
ee5e7c1
serial: imx: start rx_dma once RXFIFO is not empty
by Robin Gong
· 10 years ago
068500e
serial: imx: initialized DMA w/o HW flow enabled
by Anton Bondarenko
· 10 years ago
a2c718c
serial: imx: disable TDMAEN in imx_flush_buffer()
by Dirk Behme
· 10 years ago
0bbc9b8
serial: imx: call imx_dma_tx() again in dma_tx_callback
by Jiada Wang
· 10 years ago
d64b860
Revert "serial: imx: always wake up the processes in the TX callback"
by Jiada Wang
· 10 years ago
42f752b
serial: imx: use dma_is_txing to synchronize dma_tx_callback and imx_dma_tx
by Dirk Behme
· 10 years ago
82e86ae
serial: imx: unmap scatter gather list in imx_flush_buffer
by Dirk Behme
· 10 years ago
2464982
serial: imx: unmap sg in case of dmaengine_prep_slave_sg() failure
by Dirk Behme
· 10 years ago
7942f85
serial: imx: TX DMA: clean up sg initialization
by Dirk Behme
· 10 years ago
55c3cb1
serial: imx: remove unneeded imx_transmit_buffer() from imx_start_tx()
by Dirk Behme
· 10 years ago
7363181
serial: imx: use locking to stop concurrent access of UCR1
by Jiada Wang
· 10 years ago
55d8693
serial: imx: add CREAD flag support
by Jiada Wang
· 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
93d94b3
serial: imx: Fix warning when building 'allmodconfig'
by Fabio Estevam
· 10 years ago
6b8bdad
serial: imx: add imx_poll_init()
by Daniel Thompson
· 10 years ago
f968ef3
serial: imx: clean up imx_poll_put_char()
by Daniel Thompson
· 10 years ago
f0fd1b7
serial: imx: Remove unneeded registration message
by Fabio Estevam
· 10 years ago
f1f2b6e
serial: imx: Remove unneeded OOM error message
by Fabio Estevam
· 10 years ago
cb0f0a5
serial: imx: Remove unneeded goto label
by Fabio Estevam
· 10 years ago
c0d1c6b
serial: imx: Fix the reporting of interrupts
by Fabio Estevam
· 10 years ago
9144b3c
tty: serial: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
a4688bc
serial: imx: change the wait even to interruptiable
by Huang Shijie
· 10 years ago
45564a6
serial: imx: terminate the RX DMA when the UART is suspending
by Huang Shijie
· 10 years ago
bb2f861
serial: imx: fix throttle/unthrottle callbacks for hardware assisted flow control
by Fugang Duan
· 10 years ago
26c4741
serial: imx: clean up imx_poll_get_char()
by Dirk Behme
· 10 years ago
5e42e9a
serial: imx: Fix x_char handling and tx flow control
by Peter Hurley
· 10 years ago
8bec751
serial: imx: Fix build breakage
by Peter Hurley
· 10 years ago
c557d39
serial: Test for no tx data on tx restart
by Peter Hurley
· 10 years ago
9ce4f8f
Revert "serial: imx: remove the DMA wait queue"
by Greg Kroah-Hartman
· 10 years ago
8587839
serial: imx: disable the receiver ready interrupt for imx_stop_rx
by Huang Shijie
· 10 years ago
e2f2786
serial: imx: remove the DMA wait queue
by Huang Shijie
· 10 years ago
8eccd0c
serial: imx: remove the redundant code
by Huang Shijie
· 10 years ago
772f899
serial: imx: reset the uart port all the time
by Huang Shijie
· 10 years ago
b38cb7d
serial: imx: Disable new features of autobaud detection
by Fabio Estevam
· 11 years ago
45af780
serial: imx: Remove init() and exit() platform callbacks
by Alexander Shiyan
· 11 years ago
436e4ab
serial: imx: Use dev_name() for request_irq() to distinguish UARTs
by Alexander Shiyan
· 11 years ago
da82f99
serial: imx: Use devm_ioremap_resource()
by Alexander Shiyan
· 11 years ago
2ad28e3
serial: imx: always wake up the processes in the TX callback
by Huang Shijie
· 11 years ago
6b471a9
serial: imx: add support for loopback mode.
by Huang Shijie
· 11 years ago
56edff7
Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 11 years ago
7cb92fd
serial: imx: optimization: remove the workqueues for DMA
by Huang Shijie
· 11 years ago
f0ef883
serial: imx: use the dmaengine_tx_status
by Huang Shijie
· 11 years ago
947c74e
serial: imx: fix the wrong number of scatterlist entries when xmit->head is 0
by Huang Shijie
· 11 years ago
1ce43e5
serial: imx: check the DMA for imx_tx_empty
by Huang Shijie
· 11 years ago
eb56b7e
serial: imx: implement the flush_buffer hook
by Huang Shijie
· 11 years ago
b4e788d
Revert "serial: i.MX: evaluate linux,stdout-path property"
by Greg Kroah-Hartman
· 11 years ago
a50c44c
serial: imx: Change cast to handle 64-bit resource_size_t
by Olof Johansson
· 11 years ago
e2c2725
serial: imx: Use NULL as the last argument of add_preferred_console()
by Fabio Estevam
· 11 years ago
b09c74a
serial: imx: initialize the local variable
by Huang Shijie
· 11 years ago
f7d2c0b
serial: i.MX: evaluate linux,stdout-path property
by Sascha Hauer
· 11 years ago
574de55
serial: use dev_get_platdata()
by Jingoo Han
· 11 years ago
b4cdc8f
serial: imx: add DMA support for imx6q
by Huang Shijie
· 11 years ago
09bd00f
serial/imx: fix custom-baudrate handling
by Hubert Feurstein
· 11 years ago
a496e62
serial: imx: distinguish the imx6q uart from the others
by Huang Shijie
· 11 years ago
1cf93e0
serial: imx: remove the uart_console() check
by Huang Shijie
· 11 years ago
43b829b
serial: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 11 years ago
e84f54f
drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probe
by Wolfram Sang
· 11 years ago
80c4849
serial: imx: Fix serial clock unbalance
by Fabio Estevam
· 11 years ago
0c37550
serial: imx: enable the clocks for console
by Huang Shijie
· 11 years ago
1ba7055
Merge 3.10-rc5 into tty-next
by Greg Kroah-Hartman
· 11 years ago
e8bfa76
serial: imx: Fix warning when !CONFIG_SERIAL_IMX_CONSOLE
by Fabio Estevam
· 11 years ago
28eb427
serial: imx: enable the clocks only when the uart is used
by Huang Shijie
· 11 years ago
20ff2fe
serial: imx: add support for DTE mode
by Huang Shijie
· 11 years ago
bff09b0
serial/imx: disable hardware flow control at startup
by Lucas Stach
· 11 years ago
f1f836e
serial: imx: Add Rx Fifo overrun error message
by Alexander Stein
· 12 years ago
f30e826
serial: imx: fix uninitialized variable warning
by Shawn Guo
· 12 years ago
677fe55
serial: imx: Fix recursive locking bug
by Thomas Gleixner
· 12 years ago
44a7541
Revert "serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLL"
by fabio.estevam@freescale.com
· 12 years ago
cdc8da3
serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLL
by Fabio Estevam
· 12 years ago
45e786a
serial: imx: Remove unused 'tty' variable
by Fabio Estevam
· 12 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
42d3419
serial: imx: Use devm_* APIs
by Sachin Kamat
· 12 years ago
50bbdba
serial: imx: Use pr_info instead of printk
by Sachin Kamat
· 12 years ago
699cbd6
serial: imx: Fix coding style issue
by Sachin Kamat
· 12 years ago
e32a9f8
serial: imx: Use <linux/io.h> instead of <asm/io.h>
by Sachin Kamat
· 12 years ago
82313e6
serial: imx: Fix checkpatch errors related to spacing
by Sachin Kamat
· 12 years ago
9cd11c0
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
e3a66aa
Merge branch 'multiplatform/platform-data' into next/multiplatform
by Olof Johansson
· 12 years ago
034dc4d
serial: imx: remove null check of sport in suspend/resume function
by Richard Zhao
· 12 years ago
0a86a86
serial: imx: set sport as drvdata, like it's used elsewhere
by Richard Zhao
· 12 years ago
Next »