aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty/serial/sc16is7xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen1-1/+1
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-1/+1
2022-06-10serial: sc16is7xx: Remove serial_rs485 assignmentIlpo Järvinen1-1/+0
2022-06-10serial: sc16is7xx: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-05-02Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman1-4/+2
2022-04-22Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown"Hui Wang1-4/+2
2022-04-15serial: sc16is7xx: remove redundant check in rs485_configLino Sanfilippo1-10/+0
2022-03-28Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-32/+231
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-3/+1
2022-03-18serial: sc16is7xx: Clear RS485 bits in the shutdownHui Wang1-2/+4
2022-03-01sc16is7xx: Set AUTOCTS and AUTORTS bitsTomasz Moń1-1/+30
2022-03-01sc16is7xx: Handle modem status linesTomasz Moń1-6/+114
2022-03-01sc16is7xx: Properly resume TX after stopTomasz Moń1-6/+41
2022-02-28Merge 5.17-rc6 into tty-nextGreg Kroah-Hartman1-0/+3
2022-02-25sc16is7xx: Separate GPIOs from modem control linesLech Perczak1-4/+10
2022-02-25sc16is7xx: Update status lines in single callLech Perczak1-10/+15
2022-02-25sc16is7xx: Preserve EFR bits on updateLech Perczak1-5/+19
2022-02-21sc16is7xx: Fix for incorrect data being transmittedPhil Elwell1-0/+3
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2021-10-13serial: sc16is7xx: Make sc16is7xx_remove() return voidUwe Kleine-König1-5/+7
2021-05-20serial: sc16is7xx: Use devm_clk_get_optional()Andy Shevchenko1-13/+13
2021-04-05sc16is7xx: Defer probe if device read failsAnnaliese McDermond1-1/+1
2020-09-04sc16is7xx: Set iobase to device indexDaniel Mack1-0/+1
2020-06-15sched,serial: Convert to sched_set_fifo()Peter Zijlstra1-2/+1
2020-05-29sc16is7xx: Add flag to activate IrDA modePascal Huerst1-0/+20
2020-05-22sc16is7xx: Read the LSR register for basic device presence checkDaniel Mack1-0/+11
2020-05-22sc16is7xx: Allow sharing the IRQ lineDaniel Mack1-1/+13
2020-05-22sc16is7xx: Use threaded IRQDaniel Mack1-13/+5
2020-05-22sc16is7xx: Always use falling edge IRQDaniel Mack1-8/+4
2020-02-13serial: sc16is7xx: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-04-21Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman1-1/+3
2019-04-19sc16is7xx: put err_spi and err_i2c into correct #ifdefGuoqing Jiang1-2/+2
2019-04-16sc16is7xx: move label 'err_spi' to correct sectionGuoqing Jiang1-0/+2
2019-04-01Merge 5.1-rc3 into tty-nextGreg Kroah-Hartman1-2/+10
2019-03-28serial: sc16is7xx: Drop of_match_ptr() useAndy Shevchenko1-3/+2
2019-03-28serial: sc16is7xx: Switch to use device_get_match_data()Andy Shevchenko1-13/+5
2019-03-28serial: sc16is7xx: Respect clock-frequency propertyAndy Shevchenko1-1/+10
2019-03-19sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()Mao Wenan1-2/+10
2019-01-08sc16is7xx: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-3/+1
2018-09-18sc16is7xx: Fix for "Unexpected interrupt: 8"Phil Elwell1-0/+28
2018-09-18sc16is7xx: Fix for multi-channel stallPhil Elwell1-6/+13
2018-04-25sc16is7xx: Check for an error when the clock is enabled.Stefan Potyra1-1/+4
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-6/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2016-10-30Merge 4.9-rc3 into tty-nextGreg Kroah-Hartman1-2/+6
2016-10-27sc16is7xx: always write state when configuring GPIO as an outputFrancois Berder1-2/+6