summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/max310x.c
Commit message (Expand)AuthorAgeFilesLines
* serial: max310x: fix typos in commentsHugo Villeneuve2023-08-041-1/+1
* serial: max310x: add comments for membase address workaroundHugo Villeneuve2023-08-041-0/+5
* serial: drivers: switch ch and flag to u8Jiri Slaby2023-07-251-1/+2
* serial: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-301-1/+1
* serial: max310x: fix IO data corruption in batched operationsJan Kundrát2023-04-201-2/+15
* serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen2023-01-191-2/+1
* serial: max310x: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-4/+1
* Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-1/+1
|\
| * serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-081-1/+1
* serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-271-1/+1
* serial: max310x: Remove serial_rs485 sanitizationIlpo Järvinen2022-06-101-2/+0
* serial: max310x: Fill in rs485_supportedIlpo Järvinen2022-06-101-0/+7
* serial: max310x: implement I2C supportCosmin Tanislav2022-06-101-1/+134
* serial: max310x: make accessing revision id interface-agnosticCosmin Tanislav2022-06-101-10/+30
* serial: max310x: use a separate regmap for each portCosmin Tanislav2022-06-101-32/+36
* serial: max310x: use regmap methods for SPI batch operationsCosmin Tanislav2022-06-101-28/+8
* serial: max310: remove redundant memset in rs485_configLino Sanfilippo2022-04-151-1/+0
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-2/+1
* serial: max310x: Make max310x_remove() return voidUwe Kleine-König2021-10-131-4/+3
* Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-091-1/+2
|\
| * serial: max310x: Unprepare and disable clock in error pathAndy Shevchenko2021-07-211-1/+2
* | serial: max310x: Use clock-names property matching to recognize EXTCLKAndy Shevchenko2021-07-271-10/+5
|/
* Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-311-0/+2
|\
| * serial: max310x: unregister uart driver in case of failure and abortAtul Gopinathan2021-05-131-2/+4
| * Revert "serial: max310x: pass return value of spi_register_driver"Greg Kroah-Hartman2021-05-131-2/+2
* | serial: max310x: Try to get crystal clock rate from propertyAndy Shevchenko2021-05-201-14/+26
|/
* tty: max310x: fix flexible_array.cocci warningskernel test robot2021-03-231-1/+1
* Revert "serial: max310x: rework RX interrupt handling"Alexander Shiyan2021-03-101-24/+5
* serial: max310x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko2020-10-281-15/+15
* serial: max310x: Make use of device propertiesAndy Shevchenko2020-10-281-18/+9
* serial: max310x: rework RX interrupt handlingThomas Petazzoni2020-10-011-5/+24
* serial: max310x: turn off transmitter before activating AutoCTS or auto trans...Christoph Vogtländer2019-09-051-0/+18
* serial: max310x: Properly set flags in AutoCTS modeChristoph Vogtländer2019-09-051-2/+10
* tty: max310x: fix off-by-one buffer access when storing overrunJan Kundrát2019-09-041-1/+1
* Merge 5.2-rc3 into tty-nextGreg Kroah-Hartman2019-06-031-1/+1
|\
| * tty: max310x: Fix external crystal register setupJoe Burmeister2019-05-211-1/+1
* | tty: max310x: Split uart characters insertion loopSerge Semin2019-05-211-4/+10
* | tty: max310x: Optionally enable rs485 on startupSerge Semin2019-05-211-0/+16
* | tty: max310x: Add rx-during-tx rs485 flag supportSerge Semin2019-05-211-15/+14
* | tty: max310x: Fix invalid baudrate divisors calculatorSerge Semin2019-05-211-20/+31
* | tty: max310x: Don't pass stacked buffers to SPISerge Semin2019-05-211-9/+18
* | tty: max310x: Introduce max310x_one port macro-wrapperSerge Semin2019-05-211-3/+5
* | tty: max310x: Simplify tx-work item codeSerge Semin2019-05-211-13/+3
|/
* serial: max310x: Fix to avoid potential NULL pointer dereferenceAditya Pakki2019-03-191-0/+2
* serial: max310x: Correction of the initial setting of the MODE1 bits for vari...Alexander Shiyan2019-02-081-7/+7
* serial: max310x: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-081-2/+1
* serial: max310x: pass return value of spi_register_driverKangjie Lu2019-01-081-2/+2
* serial: max310x: Fix tx_empty() callbackAlexander Shiyan2018-12-191-5/+2