Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
93e95fa57441b6976b39029bd658b6bbe7ccfe28
/
drivers
/
tty
/
serial
/
imx.c
0aa821d
serial: imx: fix cached UCR2 read on software reset
by Stefan Agner
· 7 years ago
6d215f8
serial: imx: warn user when using unsupported configuration
by Stefan Agner
· 7 years ago
4958134
Merge 4.16-rc6 into tty-next
by Greg Kroah-Hartman
· 7 years ago
9d1a50a
serial: imx: consistently use imx_uart_ as prefix for all functions
by Uwe Kleine-König
· 7 years ago
48669b6
serial: imx: don't prepare to send if no data is available
by Uwe Kleine-König
· 7 years ago
1866541
serial: imx: Fix handling of TC irq in combination with DMA
by Uwe Kleine-König
· 7 years ago
81ca8e8
serial: imx: Also enable the aging timer in PIO mode
by Uwe Kleine-König
· 7 years ago
76821e2
serial: imx: ensure that RX irqs are off if RX is off
by Uwe Kleine-König
· 7 years ago
dedc64e
serial: imx: Stop to receive in .stop_rx()
by Uwe Kleine-König
· 7 years ago
02b0abd3
serial: imx: setup fifo waterlevel before enabling aging timer
by Uwe Kleine-König
· 7 years ago
4444dcf
serial: imx: use u32 variables with matching names for registers
by Uwe Kleine-König
· 7 years ago
0c54922
serial: imx: simplify check that prevents starting PIO when DMA is in use
by Uwe Kleine-König
· 7 years ago
686351f
serial: imx: simplify some conditions related to dma
by Uwe Kleine-König
· 7 years ago
3a0ab62
serial: imx: implement shadow registers for UCRx and UFCR
by Uwe Kleine-König
· 7 years ago
27c8442
serial: imx: add wrappers for writel and readl
by Uwe Kleine-König
· 7 years ago
6aed2a8
serial: imx: document functions that are called with port.lock taken
by Uwe Kleine-König
· 7 years ago
302e8dc
serial: imx: Rename register fields to match newer reference manuals
by Uwe Kleine-König
· 7 years ago
5673444
serial: imx: Fix out-of-bounds access through serial port index
by Geert Uytterhoeven
· 7 years ago
42afa62
serial: imx: drop check for enabled dma in .startup
by Uwe Kleine-König
· 7 years ago
4238c00
serial: imx: simplify tracking of dma being initialized
by Uwe Kleine-König
· 7 years ago
4377689
serial: imx: Only handle irqs that are actually enabled
by Uwe Kleine-König
· 7 years ago
0399fd6
serial: imx: rename variables to match the register names
by Uwe Kleine-König
· 7 years ago
135ccb0
serial: imx: drop if that always evaluates to true
by Uwe Kleine-König
· 7 years ago
5d7f77e
serial: imx: fix bogus dev_err
by phil eichinger
· 7 years ago
45ca673
tty: serial: imx: allow breaks to be received when using dma
by Troy Kisky
· 7 years ago
09df0b3
serial: imx: fix endless loop during suspend
by Martin Kaiser
· 7 years ago
38b1f0f
serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
by Fabio Estevam
· 7 years ago
b8f3bff
serial: imx: Support common rs485 binding for RTS polarity
by Lukas Wunner
· 7 years ago
f1e5b61
serial: core: Support common rs485 binding for RTS polarity
by Lukas Wunner
· 7 years ago
743f93f
serial: Make retrieval of rs485 properties platform-agnostic
by Lukas Wunner
· 7 years ago
1f04357
tty: serial: imx: remove imx_disable_rx_int
by Troy Kisky
· 7 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
4793f2e
tty: serial: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
e3b3d0f
tty: add SPDX identifiers to all remaining files in drivers/tty/
by Greg Kroah-Hartman
· 7 years ago
9ce99a3
tty: serial: imx: remove dead code imx_dma_rxint
by Troy Kisky
· 7 years ago
5210810
tty: serial: imx: disable ageing timer interrupt if dma in use
by Troy Kisky
· 7 years ago
94be6d7
serial: imx: add hibernation support
by Philipp Zabel
· 7 years ago
263763c
serial: imx: Correct comment imx_flush_buffer()
by Martyn Welch
· 7 years ago
0f7bdbd
serial: imx: Switch setting dma_is_txing from "false" to "0"
by Martyn Welch
· 7 years ago
f654b23c
serial: imx: Use RX_BUF_SIZE to set size of RX buffer
by Martyn Welch
· 7 years ago
4139fd7
serial: imx: only set dma_is_rxing when DMA starts
by Romain Perier
· 7 years ago
177b508
drivers: tty: imx: use setup_timer() helper.
by Allen Pais
· 7 years ago
a0983c7
serial: imx: Update cached mctrl value when changing RTS
by Ian Jamison
· 7 years ago
8b25deb
serial: imx: Use common rs485 device tree parsing function
by Sascha Hauer
· 7 years ago
be7da1a
serial: imx: default to half duplex rs485
by Sascha Hauer
· 7 years ago
5aabd3b
serial: imx: Avoid post-PIO cleanup if TX DMA is started
by Ian Jamison
· 7 years ago
81b289c
tty: serial: imx: disable irq after suspend
by Maxim Yu. Osipov
· 7 years ago
64432a8
serial: imx: drop useless member from driver data
by Uwe Kleine-König
· 7 years ago
514ab34
serial: imx: Prevent TX buffer PIO write when a DMA has been started
by Ian Jamison
· 7 years ago
351ea50
Revert "serial: imx-serial - move DMA buffer configuration to DT"
by Greg Kroah-Hartman
· 7 years ago
a3015af
serial: imx-serial - move DMA buffer configuration to DT
by Nandor Han
· 8 years ago
6376cd3
serial: imx: Enable RTSD only when needed
by Nandor Han
· 8 years ago
5ac8829
serial: imx: Remove unused members from imx_port struct
by Fabio Estevam
· 8 years ago
aa66863
Merge 4.12-rc3 into tty-next
by Greg Kroah-Hartman
· 8 years ago
6df765d
serial: imx: ensure UCR3 and UFCR are setup correctly
by Uwe Kleine-König
· 8 years ago
4dec2f1
imx-serial: RX DMA startup latency
by Peter Senna Tschudin
· 8 years ago
18a4208
imx-serial: Reduce RX DMA startup latency when opening for reading
by Peter Senna Tschudin
· 8 years ago
e61c38d
serial: imx: setup DCEDTE early and ensure DCD and RI irqs to be off
by Uwe Kleine-König
· 8 years ago
bc2be23
serial: imx: Fix the CTS_B polarity in RS485 mode
by Fabio Estevam
· 8 years ago
1a61362
serial: imx: Fix the RTS GPIO polarity in RS485 mode
by Fabio Estevam
· 8 years ago
7b7e8e8
serial: imx: Allow passing 'rst-gpios' for rs485 mode
by Fabio Estevam
· 8 years ago
4b75f80
serial: imx: Fix DCD reading
by Sascha Hauer
· 8 years ago
e5e8960
serial: imx: Replace dmaengine old API
by Fabien Lahoudere
· 8 years ago
1e512d4
serial: imx: add error messages when .probe fails
by Uwe Kleine-König
· 8 years ago
1c06bde6
Allowing UART DMA to be configured on i.MX53
by Martyn Welch
· 8 years ago
069a47e
tty: serial: constify uart_ops structures
by Julia Lawall
· 8 years ago
41d98b5
serial: imx-serial - update RX error counters when DMA is used
by Nandor Han
· 8 years ago
9d29723
serial: imx-serial - update UART IMX driver to use cyclic DMA
by Nandor Han
· 8 years ago
1006ed7
serial: imx: Use generic uart-has-rtscts DT property
by Geert Uytterhoeven
· 9 years ago
27e1650
serial: imx: implement DSR irq handling for DTE mode
by Uwe Kleine-König
· 9 years ago
66f9588
serial: imx: reorder functions to simplify next patch
by Uwe Kleine-König
· 9 years ago
9ec8efe
serial: imx: only count 0->1 transitions for RNG
by Uwe Kleine-König
· 9 years ago
16804d6
serial: imx: make sure unhandled irqs are disabled
by Uwe Kleine-König
· 9 years ago
4d845a6
serial: imx: let irq handler return IRQ_NONE if no event was handled
by Uwe Kleine-König
· 9 years ago
e881d3f
serial: imx: fix polarity of RI
by Uwe Kleine-König
· 9 years ago
7d1cadc
serial: imx: support RS-485 Rx disable on Tx
by Baruch Siach
· 9 years ago
29add68
serial: imx: Fix suspend / resume.
by Martin Fuzzey
· 9 years ago
58362d5
serial: imx: implement handshaking using gpios with the mctrl_gpio helper
by Uwe Kleine-König
· 9 years ago
cc56884
serial: imx: reorder functions and simplify a bit
by Uwe Kleine-König
· 9 years ago
90ebc48
serial: imx: repair and complete handshaking
by Uwe Kleine-König
· 9 years ago
5f8b904
serial: imx: fix a possible NULL dereference
by LABBE Corentin
· 9 years ago
378102f
Merge 4.3-rc5 into tty-next
by Greg Kroah-Hartman
· 9 years ago
0c727a4
Revert "serial: imx: remove unbalanced clk_prepare"
by Fabio Estevam
· 9 years ago
abc7882
serial: imx: also update RX stats in DMA path
by Lucas Stach
· 9 years ago
7e11577
serial: imx: re-enable DMA support without hardware flow control
by Lucas Stach
· 9 years ago
905c0de
serial: imx: don't use idle condition detect for DMA transfers
by Lucas Stach
· 9 years ago
184bd70
serial: imx: configure proper DMA burst sizes
by Lucas Stach
· 9 years ago
976b39c
serial: imx: always restart DMA if more data is available
by Lucas Stach
· 9 years ago
86a04ba
serial: imx: set up aging timer interrupt as DMA trigger
by Lucas Stach
· 9 years ago
cc32382
serial: imx: make setup_ufcr more useful
by Lucas Stach
· 9 years ago
913c6c0
serial: imx: add earlycon support
by Lucas Stach
· 9 years ago
c868cbb
serial: imx: save and restore context in the suspend path
by Eduardo Valentin
· 9 years ago
bc85734
serial: imx: allow waking up on RTSD
by Eduardo Valentin
· 9 years ago
189550b
serial: imx: introduce serial_imx_enable_wakeup()
by Eduardo Valentin
· 9 years ago
9e7b399
serial: imx: remove unbalanced clk_prepare
by Eduardo Valentin
· 9 years ago
90bb6bd
Serial: imx: add dev_pm_ops to support suspend to ram/disk
by Shenwei Wang
· 9 years ago
458e2c8
Revert "tty: serial: imx.c: Reset UART before activating interrupts"
by Fabio Estevam
· 9 years ago
92311e4
Merge 4.2-rc4 into tty-next
by Greg Kroah-Hartman
· 9 years ago
907eda3
Revert "serial: imx: initialized DMA w/o HW flow enabled"
by David Jander
· 10 years ago
e95044b
tty: serial: imx.c: Reset UART before activating interrupts
by David Jander
· 10 years ago
Next »