index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
/
8250_omap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-27
serial: 8250_omap: Switch to use platform_get_irq()
Andy Shevchenko
1
-6
/
+10
2020-04-01
Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-81
/
+182
2020-03-24
serial: 8250: 8250_omap: Add DMA support for UARTs on K3 SoCs
Vignesh Raghavendra
1
-12
/
+86
2020-03-24
serial: 8250: 8250_omap: Work around errata causing spurious IRQs with DMA
Vignesh Raghavendra
1
-1
/
+1
2020-03-24
serial: 8250: 8250_omap: Extend driver data to pass FIFO trigger info
Vignesh Raghavendra
1
-21
/
+61
2020-03-24
serial: 8250: 8250_omap: Move locking out from __dma_rx_do_complete()
Peter Ujfalusi
1
-10
/
+5
2020-03-24
serial: 8250: 8250_omap: Account for data in flight during DMA teardown
Vignesh Raghavendra
1
-4
/
+23
2020-03-24
serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeout
Vignesh Raghavendra
1
-2
/
+4
2020-03-24
serial: 8250_omap: Fix sleeping function called from invalid context during p...
Peter Ujfalusi
1
-1
/
+1
2020-03-24
serial: 8250: 8250_omap: Fix throttle to call stop_rx()
Vignesh Raghavendra
1
-3
/
+2
2020-03-07
serial: 8250: Generalize rs485 software emulation
Lukas Wunner
1
-0
/
+2
2020-03-07
serial: 8250: Deduplicate ->rs485_config() callback
Lukas Wunner
1
-31
/
+1
2020-02-14
drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*()
Rafael J. Wysocki
1
-4
/
+3
2020-02-13
PM: QoS: Rename things related to the CPU latency QoS
Rafael J. Wysocki
1
-3
/
+3
2020-01-29
Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-4
/
+1
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2019-12-18
tty/serial: Migrate 8250_omap to use has_sysrq
Dmitry Safonov
1
-4
/
+1
2019-10-07
serial: 8250_omap: Fix gpio check for auto RTS/CTS
Adam Ford
1
-2
/
+3
2019-09-04
serial: 8250_omap: Fix idling for unloaded serdev drivers
Tony Lindgren
1
-1
/
+10
2019-06-21
tty/serial/8250: use mctrl_gpio helpers
Yegor Yefremov
1
-13
/
+16
2019-06-18
serial: 8250: factor out serial8250_{set,clear}_THRI() helpers
Andy Shevchenko
1
-11
/
+3
2019-01-18
serial: 8250_omap: Use clk_get_rate() to obtain fclk frequency
Vignesh R
1
-1
/
+13
2019-01-18
serial: 8250_omap: Drop check for of_node
Vignesh R
1
-35
/
+28
2018-11-09
serial: 8250: Process sysrq at port unlock time
Douglas Anderson
1
-1
/
+5
2018-06-28
serial: 8250_omap: Add support for AM654 UART controller
Nishanth Menon
1
-0
/
+1
2018-05-14
serial: 8250: omap: Fix idling of clocks for unused uarts
Tony Lindgren
1
-1
/
+15
2018-04-23
serial: 8250: omap: Provide ability to enable/disable UART as wakeup source
Vignesh R
1
-0
/
+11
2018-02-28
serial: 8250: 8250_omap: Fix throttling when DMA is enabled
Vignesh R
1
-1
/
+10
2017-12-15
serial: 8250: 8250_omap: Fix spelling error.
Rolf Evers-Fischer
1
-1
/
+1
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-04
serial: Add define for max baud rate divisor
Ed Blake
1
-2
/
+2
2017-06-29
serial: 8250: 8250_omap: Fix race b/w dma completion and RX timeout
Vignesh R
1
-2
/
+21
2017-05-18
serial: 8250: omap: Disable DMA for console UART
Vignesh R
1
-0
/
+4
2017-01-25
serial: 8250_omap: Fix probe and remove for PM runtime
Tony Lindgren
1
-1
/
+7
2017-01-20
serial: 8250_omap: Remove rx_dma_broken flag
Vignesh R
1
-5
/
+0
2017-01-20
serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437x
Vignesh R
1
-6
/
+3
2017-01-20
serial: 8250_omap: pause DMA only if DMA transfer in progress
Vignesh R
1
-4
/
+7
2016-08-31
Revert "tty/serial/8250: use mctrl_gpio helpers"
Andy Shevchenko
1
-18
/
+13
2016-06-26
tty/serial/8250: use mctrl_gpio helpers
Yegor Yefremov
1
-13
/
+18
2016-06-26
tty/serial/8250: make UART_MCR register access consistent
Yegor Yefremov
1
-2
/
+2
2016-04-30
serial: omap8250: Terminate rx dma only for flushes
Peter Hurley
1
-1
/
+1
2016-04-30
serial: 8250: Extract IIR logic steering from rx dma
Peter Hurley
1
-39
/
+28
2016-04-30
serial: omap8250: Simplify rx dma completion interface
Peter Hurley
1
-6
/
+4
2016-04-30
serial: omap8250: Drop rx buffer sync
Peter Hurley
1
-6
/
+0
2016-04-30
serial: omap8250: Eliminate local in omap8250_runtime_resume()
Peter Hurley
1
-3
/
+1
2016-04-30
serial: 8250: Eliminate needless local in irq handlers
Peter Hurley
1
-6
/
+2
2016-03-08
serial: 8250: convert drivers to use up_to_u8250p()
Andy Shevchenko
1
-6
/
+3
2016-02-07
tty: 8250_omap: Use software emulated RS485 direction control
Matwey V. Kornilov
1
-0
/
+31
2015-10-18
serial: 8250_omap: Remove RTS clear
Peter Hurley
1
-1
/
+0
2015-10-04
serial: 8250_omap: check how many bytes were injected
Sebastian Andrzej Siewior
1
-2
/
+5
[next]