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
/
sc16is7xx.c
Age
Commit message (
Expand
)
Author
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-03-02
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
2016-10-30
Merge 4.9-rc3 into tty-next
Greg Kroah-Hartman
2016-10-27
sc16is7xx: always write state when configuring GPIO as an output
Francois Berder
2016-10-27
sc16is7xx: Drop bogus use of IRQF_ONESHOT
Josh Cartwright
2016-10-11
kthread: kthread worker API cleanup
Petr Mladek
2016-08-31
sc16is7xx: make sure device is in suspend once probed
Florian Vallee
2016-05-20
Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2016-04-30
sc16is7xx: remove useless "uart_handle_cts_change"
Wills Wang
2016-04-26
serial: sc16is7xx: use gpiochip data pointer
Linus Walleij
2016-03-07
Revert "sc16is7xx: implemented get_mctrl"
Greg Kroah-Hartman
2016-02-14
sc16is7xx: implemented get_mctrl
Maarten Brock
2016-02-14
sc16is7xx: implemented set_mctrl
Maarten Brock
2016-02-06
sc16is7xx: fix incorrect register bits macro
Wills Wang
2016-01-17
Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2015-12-13
sc16is7xx: Fix TX buffer overrun caused by wrong tx fifo level read-out
Florian Achleitner
2015-11-19
gpio: change member .dev to .parent
Linus Walleij
2015-11-05
Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
2015-10-04
sc16is7xx: null ptr check
Sean Nyekjaer
2015-10-04
serial: sc16is7xx: Remove unnecessary MODULE_ALIAS()
Javier Martinez Canillas
2015-08-04
sc16is7xx: constify devtype
Jakub Kicinski
2015-08-04
sc16is7xx: support multiple devices
Jakub Kicinski
2015-08-04
sc16is7xx: save and use per-chip line number
Jakub Kicinski
2015-07-27
Merge 4.2-rc4 into tty-next
Greg Kroah-Hartman
2015-07-23
tty: serial: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-07-23
sc16is7xx: fix FIFO address of secondary UART
Bo Svangård
2015-06-01
sc16is7xx: use kworker for RS-485 configuration
Jakub Kicinski
2015-06-01
sc16is7xx: use kworker to update ier bits
Jakub Kicinski
2015-06-01
sc16is7xx: use kworker for md_proc
Jakub Kicinski
2015-06-01
sc16is7xx: move RTS delay to workqueue
Jakub Kicinski
2015-06-01
sc16is7xx: use kthread_worker for tx_work and irq
Jakub Kicinski
2015-06-01
sc16is7xx: use LSR_TEMT_BIT in .tx_empty()
Jakub Kicinski
2015-06-01
sc16is7xx: add missing compatible strings
Jakub Kicinski
2015-06-01
sc16is7xx: remove RS-485 delay RTS handling
Jakub Kicinski
2015-06-01
sc16is7xx: spi interface is added
Rama Kiran Kumar Indrakanti
2015-04-10
sc16is7xx: expose RTS inversion in RS-485 mode
Jakub Kicinski
2015-03-26
sc16is7xx: enable the clock
Jakub Kicinski
2015-03-26
sc16is7xx: don't wipe out port configuration on shutdown
Jakub Kicinski
2015-03-26
sc16is7xx: remove ports on probe error path
Jakub Kicinski
2014-11-06
serial/sc16is7xx: Use the rs485 functions on serial_core
Ricardo Ribalda Delgado
2014-11-05
serial/sc16is7xx: Remove obsolete #ifset TIOC[SG]RS485
Ricardo Ribalda Delgado
2014-09-23
tty: sc16is7xx: remove retval from gpiochip_remove()
Linus Walleij
2014-07-27
serial: sc16is7xx: Correct initialization of s->clk
Jon Ringle
2014-07-09
serial: treewide: Remove empty implementations of enable_ms()
Alexander Shiyan
2014-05-28
serial: sc16is7xx: dynamically allocate tx/rx buffer
Jon Ringle
2014-05-28
serial: sc16is7xx: compile I2C when REGMAP_I2C is module
Jan Moskyto Matejka
2014-04-25
serial: sc16is7xx: fix implicit decl of func copy_{to,from}_user
Jon Ringle
2014-04-25
serial: sc16is7xx
Jon Ringle