index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
/
8250_omap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: 8250: 8250_omap: Fix RX_LVL register offset
Nishanth Menon
2021-09-14
1
-1
/
+1
*
serial: 8250_omap: Handle optional overrun-throttle-ms property
Tony Lindgren
2021-08-05
1
-1
/
+24
*
serial: 8250: 8250_omap: make a const array static, makes object smaller
Colin Ian King
2021-07-21
1
-1
/
+1
*
serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCs
Vignesh Raghavendra
2021-06-24
1
-1
/
+19
*
serial: 8250_omap: fix a timeout loop condition
Dan Carpenter
2021-05-13
1
-1
/
+1
*
serial: do not restore interrupt state in sysrq helper
Johan Hovold
2021-04-22
1
-3
/
+3
*
serial: 8250_omap: Avoid FIFO corruption caused by MDR1 access
Alexander Sverdlin
2020-12-10
1
-5
/
+0
*
serial: 8250: 8250_omap: Fix unused variable warning
Vignesh Raghavendra
2020-11-12
1
-13
/
+13
*
serial: 8250: 8250_omap: Fix possible array out of bounds access
Vignesh Raghavendra
2020-11-12
1
-0
/
+1
*
serial: 8250: 8250_omap: Disable RX interrupt after DMA enable
Vignesh Raghavendra
2020-11-06
1
-1
/
+41
*
serial: 8250_omap: Switch to use platform_get_irq()
Andy Shevchenko
2020-06-27
1
-6
/
+10
*
Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-03-31
1
-81
/
+182
|
\
|
*
serial: 8250: 8250_omap: Add DMA support for UARTs on K3 SoCs
Vignesh Raghavendra
2020-03-24
1
-12
/
+86
|
*
serial: 8250: 8250_omap: Work around errata causing spurious IRQs with DMA
Vignesh Raghavendra
2020-03-24
1
-1
/
+1
|
*
serial: 8250: 8250_omap: Extend driver data to pass FIFO trigger info
Vignesh Raghavendra
2020-03-24
1
-21
/
+61
|
*
serial: 8250: 8250_omap: Move locking out from __dma_rx_do_complete()
Peter Ujfalusi
2020-03-24
1
-10
/
+5
|
*
serial: 8250: 8250_omap: Account for data in flight during DMA teardown
Vignesh Raghavendra
2020-03-24
1
-4
/
+23
|
*
serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeout
Vignesh Raghavendra
2020-03-24
1
-2
/
+4
|
*
serial: 8250_omap: Fix sleeping function called from invalid context during p...
Peter Ujfalusi
2020-03-24
1
-1
/
+1
|
*
serial: 8250: 8250_omap: Fix throttle to call stop_rx()
Vignesh Raghavendra
2020-03-24
1
-3
/
+2
|
*
serial: 8250: Generalize rs485 software emulation
Lukas Wunner
2020-03-07
1
-0
/
+2
|
*
serial: 8250: Deduplicate ->rs485_config() callback
Lukas Wunner
2020-03-07
1
-31
/
+1
*
|
drivers: tty: Call cpu_latency_qos_*() instead of pm_qos_*()
Rafael J. Wysocki
2020-02-14
1
-4
/
+3
*
|
PM: QoS: Rename things related to the CPU latency QoS
Rafael J. Wysocki
2020-02-13
1
-3
/
+3
|
/
*
Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-01-29
1
-4
/
+1
|
\
|
*
tty/serial: Migrate 8250_omap to use has_sysrq
Dmitry Safonov
2019-12-18
1
-4
/
+1
*
|
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
1
-1
/
+1
|
/
*
serial: 8250_omap: Fix gpio check for auto RTS/CTS
Adam Ford
2019-10-07
1
-2
/
+3
*
serial: 8250_omap: Fix idling for unloaded serdev drivers
Tony Lindgren
2019-09-04
1
-1
/
+10
*
tty/serial/8250: use mctrl_gpio helpers
Yegor Yefremov
2019-06-21
1
-13
/
+16
*
serial: 8250: factor out serial8250_{set,clear}_THRI() helpers
Andy Shevchenko
2019-06-18
1
-11
/
+3
*
serial: 8250_omap: Use clk_get_rate() to obtain fclk frequency
Vignesh R
2019-01-18
1
-1
/
+13
*
serial: 8250_omap: Drop check for of_node
Vignesh R
2019-01-18
1
-35
/
+28
*
serial: 8250: Process sysrq at port unlock time
Douglas Anderson
2018-11-09
1
-1
/
+5
*
serial: 8250_omap: Add support for AM654 UART controller
Nishanth Menon
2018-06-28
1
-0
/
+1
*
serial: 8250: omap: Fix idling of clocks for unused uarts
Tony Lindgren
2018-05-14
1
-1
/
+15
*
serial: 8250: omap: Provide ability to enable/disable UART as wakeup source
Vignesh R
2018-04-23
1
-0
/
+11
*
serial: 8250: 8250_omap: Fix throttling when DMA is enabled
Vignesh R
2018-02-28
1
-1
/
+10
*
serial: 8250: 8250_omap: Fix spelling error.
Rolf Evers-Fischer
2017-12-15
1
-1
/
+1
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
serial: Add define for max baud rate divisor
Ed Blake
2017-10-04
1
-2
/
+2
*
serial: 8250: 8250_omap: Fix race b/w dma completion and RX timeout
Vignesh R
2017-06-29
1
-2
/
+21
*
serial: 8250: omap: Disable DMA for console UART
Vignesh R
2017-05-18
1
-0
/
+4
*
serial: 8250_omap: Fix probe and remove for PM runtime
Tony Lindgren
2017-01-25
1
-1
/
+7
*
serial: 8250_omap: Remove rx_dma_broken flag
Vignesh R
2017-01-20
1
-5
/
+0
*
serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437x
Vignesh R
2017-01-20
1
-6
/
+3
*
serial: 8250_omap: pause DMA only if DMA transfer in progress
Vignesh R
2017-01-20
1
-4
/
+7
*
Revert "tty/serial/8250: use mctrl_gpio helpers"
Andy Shevchenko
2016-08-31
1
-18
/
+13
*
tty/serial/8250: use mctrl_gpio helpers
Yegor Yefremov
2016-06-25
1
-13
/
+18
*
tty/serial/8250: make UART_MCR register access consistent
Yegor Yefremov
2016-06-25
1
-2
/
+2
[next]