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
/
uartlite.c
Age
Commit message (
Expand
)
Author
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2023-11-25
serial: uartlite: Use dynamic allocation for major number when uart ports > 4
Manikanta Guntupalli
2023-11-23
tty: serial: uartlite: Document uartlite_data in kernel-doc style
Sean Anderson
2023-11-23
serial: uartlite: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-18
serial: uartlite: Use port lock wrappers
Thomas Gleixner
2023-07-25
tty: Explicitly include correct DT includes
Rob Herring
2023-05-13
serial: Make uart_remove_one_port() return void
Uwe Kleine-König
2022-11-03
serial: uartlite: Use uart_xmit_advance()
Ilpo Järvinen
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-05-19
serial: uartlite: Fix BRKINT clearing
Ilpo Järvinen
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
2021-12-03
tty: serial: uartlite: allow 64 bit address
Lizhi Hou
2021-09-14
tty: serial: uartlite: Prevent changing fixed parameters
Sean Anderson
2021-08-27
tty: serial: uartlite: Use read_poll_timeout for a polling loop
Sean Anderson
2021-08-27
tty: serial: uartlite: Use constants in early_uartlite_putc
Sean Anderson
2021-07-21
tty: serial: uartlite: Add runtime pm support
Shubhrajyoti Datta
2021-07-21
tty: serial: uartlite: Disable clocks in case of errors
Shubhrajyoti Datta
2021-06-04
serial: tty: uartlite: fix console setup
Daniel Mack
2020-12-04
tty: serial: uartlite: Support probe deferral
Alexander Sverdlin
2020-07-21
tty: serial: uartlite: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2019-11-14
Revert "serial-uartlite: Move the uart register"
Greg Kroah-Hartman
2019-11-14
Revert "serial-uartlite: Add get serial id if not provided"
Greg Kroah-Hartman
2019-11-14
Revert "serial-uartlite: Do not use static struct uart_driver out of probe()"
Greg Kroah-Hartman
2019-11-14
Revert "serial-uartlite: Add runtime support"
Greg Kroah-Hartman
2019-11-14
Revert "serial-uartlite: Change logic how console_port is setup"
Greg Kroah-Hartman
2019-11-14
Revert "serial-uartlite: Use allocated structure instead of static ones"
Greg Kroah-Hartman
2019-11-13
serial-uartlite: Use allocated structure instead of static ones
Shubhrajyoti Datta
2019-11-13
serial-uartlite: Change logic how console_port is setup
Shubhrajyoti Datta
2019-11-04
tty: serial: uartlite: use clk_disable_unprepare to match clk_prepare_enable
Chuhong Yuan
2019-10-04
serial: uartlite: fix exit path null pointer
Randy Dunlap
2018-11-27
serial-uartlite: fix null pointer dereference on pointer port
Colin Ian King
2018-11-09
serial-uartlite: Fix the unbind path
Shubhrajyoti Datta
2018-11-09
serial-uartlite: Add runtime support
Shubhrajyoti Datta
2018-11-09
serial-uartlite: Do not use static struct uart_driver out of probe()
Shubhrajyoti Datta
2018-11-09
serial-uartlite: Add get serial id if not provided
Shubhrajyoti Datta
2018-11-09
serial-uartlite: Move the uart register
Shubhrajyoti Datta
2018-09-18
tty: serial: uartlite: Use dynamic array for console port
Shubhrajyoti Datta
2018-09-18
tty: serial: uartlite: remove console_init
Shubhrajyoti Datta
2018-09-18
tty: serial: uartlite: Move uart register to probe
Shubhrajyoti Datta
2018-09-18
tty: serial: uartlite: Enable clocks at probe
Shubhrajyoti Datta
2018-08-02
tty: serial: uartlite: Add support for suspend and resume
Shubhrajyoti Datta
2018-08-02
tty: serial: uartlite: Add clock adaptation
Shubhrajyoti Datta
2018-08-02
tty: serial: uartlite: Add structure for private data
Shubhrajyoti Datta
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-10-20
serial-uartlite: pr_err() strings should end with newlines
Arvind Yadav
2017-03-17
uartlite: Adding a kernel parameter for the number of uartlites
Sam Povilus
2016-09-02
serial-uartlite: constify uart_ops structures
Julia Lawall
2016-04-30
serial-uartlite: Constify uartlite_be/uartlite_le
Maarten Brock
2016-04-19
Revert "serial-uartlite: Constify uartlite_be/uartlite_le"
Sudip Mukherjee
[next]