summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/sc16is7xx.c
AgeCommit message (Expand)Author
2020-06-03sc16is7xx: move label 'err_spi' to correct sectionGuoqing Jiang
2019-11-06sc16is7xx: Fix for "Unexpected interrupt: 8"Phil Elwell
2019-05-16sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()Mao Wenan
2018-11-21sc16is7xx: Fix for multi-channel stallPhil Elwell
2017-01-09sc16is7xx: Drop bogus use of IRQF_ONESHOTJosh Cartwright
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-10-04sc16is7xx: null ptr checkSean Nyekjaer
2015-10-04serial: sc16is7xx: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas
2015-08-04sc16is7xx: constify devtypeJakub Kicinski
2015-08-04sc16is7xx: support multiple devicesJakub Kicinski
2015-08-04sc16is7xx: save and use per-chip line numberJakub Kicinski
2015-07-27Merge 4.2-rc4 into tty-nextGreg Kroah-Hartman
2015-07-23tty: serial: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-07-23sc16is7xx: fix FIFO address of secondary UARTBo Svangård
2015-06-01sc16is7xx: use kworker for RS-485 configurationJakub Kicinski
2015-06-01sc16is7xx: use kworker to update ier bitsJakub Kicinski
2015-06-01sc16is7xx: use kworker for md_procJakub Kicinski
2015-06-01sc16is7xx: move RTS delay to workqueueJakub Kicinski
2015-06-01sc16is7xx: use kthread_worker for tx_work and irqJakub Kicinski
2015-06-01sc16is7xx: use LSR_TEMT_BIT in .tx_empty()Jakub Kicinski
2015-06-01sc16is7xx: add missing compatible stringsJakub Kicinski
2015-06-01sc16is7xx: remove RS-485 delay RTS handlingJakub Kicinski
2015-06-01sc16is7xx: spi interface is addedRama Kiran Kumar Indrakanti
2015-04-10sc16is7xx: expose RTS inversion in RS-485 modeJakub Kicinski
2015-03-26sc16is7xx: enable the clockJakub Kicinski
2015-03-26sc16is7xx: don't wipe out port configuration on shutdownJakub Kicinski
2015-03-26sc16is7xx: remove ports on probe error pathJakub Kicinski
2014-11-06serial/sc16is7xx: Use the rs485 functions on serial_coreRicardo Ribalda Delgado
2014-11-05serial/sc16is7xx: Remove obsolete #ifset TIOC[SG]RS485Ricardo Ribalda Delgado
2014-09-23tty: sc16is7xx: remove retval from gpiochip_remove()Linus Walleij
2014-07-27serial: sc16is7xx: Correct initialization of s->clkJon Ringle
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2014-05-28serial: sc16is7xx: dynamically allocate tx/rx bufferJon Ringle
2014-05-28serial: sc16is7xx: compile I2C when REGMAP_I2C is moduleJan Moskyto Matejka
2014-04-25serial: sc16is7xx: fix implicit decl of func copy_{to,from}_userJon Ringle
2014-04-25serial: sc16is7xxJon Ringle