index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
clps711x.c
Age
Commit message (
Expand
)
Author
2019-01-08
serial: clps711x: Remove board support
Alexander Shiyan
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
2016-07-06
serial: clps711x: Changing the compatibility string to match with the smalles...
Alexander Shiyan
2016-02-14
serial: clps711x: Fix bad usage of IS_ERR_VALUE
Guenter Roeck
2015-10-04
serial: mctrl-gpio: rename init function
Uwe Kleine-König
2015-03-07
serial: clps711x: fail if mctrl_gpio_init fails
Uwe Kleine-König
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-06
serial: core: Pass termios to set_ldisc() notifications
Peter Hurley
2014-10-20
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
2014-09-08
serial: clps711x: Use mctrl_gpio helpers for handling modem signals
Alexander Shiyan
2014-07-09
serial: treewide: Remove empty implementations of enable_ms()
Alexander Shiyan
2014-04-16
Revert "serial: clps711x: Give a chance to perform useful tasks during wait l...
Alexander Shiyan
2014-03-17
serial: clps711x: Give a chance to perform useful tasks during wait loop
Alexander Shiyan
2014-01-07
serial: clps711x: Enable driver compilation with COMPILE_TEST
Alexander Shiyan
2014-01-07
serial: clps711x: Add support for N_IRDA line discipline
Alexander Shiyan
2013-12-17
serial: clps711x: Driver refactor
Alexander Shiyan
2013-09-26
serial: clps711x: drop needless devm_clk_put
Uwe Kleine-König
2013-07-26
serial: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
2012-11-21
tty: remove use of __devexit
Bill Pemberton
2012-11-21
tty: remove use of __devinit
Bill Pemberton
2012-11-21
tty: serial: remove use of __devexit_p
Bill Pemberton
2012-10-24
serial: clps711x: Cleanup driver
Alexander Shiyan
2012-10-24
serial: clps711x: Fix TERMIOS-flags handling
Alexander Shiyan
2012-10-24
serial: clps711x: Disable "break"-state before port startup
Alexander Shiyan
2012-10-24
serial: clps711x: Using resource-managed functions
Alexander Shiyan
2012-10-24
serial: clps711x: Check for valid TTY in RX-interrupt
Alexander Shiyan
2012-10-24
serial: clps711x: Fix break control handling
Alexander Shiyan
2012-10-24
serial: clps711x: Return valid modem controls for port that not support it
Alexander Shiyan
2012-10-24
serial: clps711x: Improved TX FIFO handling
Alexander Shiyan
2012-10-24
serial: clps711x: Using CPU clock subsystem for getting base UART speed
Alexander Shiyan
2012-10-24
serial: clps711x: Do not use "uart_port->unused" field
Alexander Shiyan
2012-10-24
serial: clps711x: Convert all static variables to dynamic
Alexander Shiyan
2012-10-24
serial: clps711x: Add platform_driver interface to clps711x driver
Alexander Shiyan
2012-05-11
ARM: clps711x: Using a single definition for the PHYS and VIRT registers offset
Alexander Shiyan
2012-04-18
ARM: clps711x: serial driver hungs are a result of call disable_irq within ISR
Alexander Shiyan
2011-04-19
tty: remove invalid location line in file header
Jovi Zhang
2011-01-13
tty: move drivers/serial/ to drivers/tty/serial/
Greg Kroah-Hartman