index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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
2025-03-20
serial: 8250: use serial_port_in/out() helpers
Jiri Slaby (SUSE)
2025-01-10
serial: 8250: Provide flag for IER toggling for RS485
John Ogness
2024-12-23
serial: 8250: Explain the role of @read_status_mask
John Ogness
2024-12-23
serial: 8250: Never adjust UART_LSR_DR in @read_status_mask
John Ogness
2024-12-23
serial: 8250: Do not set UART_LSR_THRE in @read_status_mask
John Ogness
2024-11-05
serial: 8250: omap: Move pm_runtime_get_sync
Bin Liu
2024-10-11
serial: 8250: Fix typos in comments across various files
Yu Jiaoliang
2024-10-11
serial: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-08-19
Merge 6.11-rc4 into tty-next
Greg Kroah-Hartman
2024-08-15
Revert "serial: 8250_omap: Set the console genpd always on if no console susp...
Griffin Kroah-Hartman
2024-08-14
serial: 8250: omap: Parse DT wakeup-source proerty
Markus Schneider-Pargmann
2024-08-14
serial: 8250: omap: Set wakeup capable, do not enable
Markus Schneider-Pargmann
2024-08-14
serial: 8250: omap: Cleanup on error in request_irq
Markus Schneider-Pargmann
2024-08-14
serial: 8250: omap: Remove unused wakeups_enabled
Markus Schneider-Pargmann
2024-07-03
serial: 8250_omap: Fix Errata i2310 with RX FIFO level check
Udit Kumar
2024-06-24
serial: 8250_omap: Implementation of Errata i2310
Udit Kumar
2024-04-09
serial: 8250_omap: Remove unused of_gpio.h
Andy Shevchenko
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2024-04-09
tty: 8250_omap: use dmaengine_prep_slave_sg()
Jiri Slaby (SUSE)
2024-03-05
serial: 8250_omap: Switch to use uart_read_port_properties()
Andy Shevchenko
2023-12-11
Merge 6.7-rc5 into tty-next
Greg Kroah-Hartman
2023-11-23
serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit
Ronald Wahl
2023-11-23
serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt
Ronald Wahl
2023-11-23
serial: 8250: Convert to platform remove callback returning void
Uwe Kleine-König
2023-11-23
serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get(...
Uwe Kleine-König
2023-10-21
serial: 8250_omap: Set the console genpd always on if no console suspend
Thomas Richard
2023-10-16
Merge 6.6-rc6 into tty-next
Greg Kroah-Hartman
2023-10-05
serial: 8250_omap: Drop pm_runtime_irq_safe()
Tony Lindgren
2023-10-03
serial: 8250_omap: Fix errors with no_console_suspend
Tony Lindgren
2023-09-18
serial: 8250_omap: Use port lock wrappers
Thomas Gleixner
2023-07-25
tty: Explicitly include correct DT includes
Rob Herring
2023-06-15
serial: 8250_omap: Use force_suspend and resume for system suspend
Tony Lindgren
2023-05-31
serial: 8250: omap: convert to modern PM ops
Arnd Bergmann
2023-05-31
serial: 8250: omap: Move uart_write() inside PM section
Geert Uytterhoeven
2023-05-30
serial: 8250: synchronize and annotate UART_IER access
John Ogness
2023-05-30
serial: 8250: lock port for UART_IER access in omap8250_irq()
John Ogness
2023-05-30
serial: 8250: lock port for omap8250_restore_regs()
John Ogness
2023-05-30
serial: 8250: lock port for rx_dma() callback
John Ogness
2023-05-30
serial: 8250: lock port for stop_rx() in omap8250_irq()
John Ogness
2023-05-30
serial: 8250: lock port in startup() callbacks
John Ogness
2023-05-13
serial: 8250: omap: Shut down on remove for console uart
Tony Lindgren
2023-05-13
serial: 8250: omap: Fix life cycle issues for interrupt handlers
Tony Lindgren
2023-05-13
serial: 8250: omap: Fix imprecise external abort for omap_8250_pm()
Tony Lindgren
2023-05-13
serial: 8250: omap: Fix freeing of resources on failed register
Tony Lindgren
2022-11-22
Merge 6.1-rc6 into tty-next
Greg Kroah-Hartman
2022-11-09
serial: 8250: 8250_omap: Fix calculation of RS485 delays
Lukas Wunner
2022-11-03
serial: 8250: omap: Flush PM QOS work on remove
Tony Lindgren
2022-11-03
serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()
Tony Lindgren
2022-11-03
serial: 8250_omap: remove wait loop from Errata i202 workaround
Matthias Schiffer
2022-11-03
serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()
Tony Lindgren
[next]