summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/max310x.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby1-1/+2
2023-05-30serial: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-20serial: max310x: fix IO data corruption in batched operationsJan Kundrát1-2/+15
2023-01-19serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen1-2/+1
2022-11-03serial: max310x: Use uart_xmit_advance()Ilpo Järvinen1-4/+1
2022-10-08Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus 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: max310x: Remove serial_rs485 sanitizationIlpo Järvinen1-2/+0
2022-06-10serial: max310x: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-06-10serial: max310x: implement I2C supportCosmin Tanislav1-1/+134
2022-06-10serial: max310x: make accessing revision id interface-agnosticCosmin Tanislav1-10/+30
2022-06-10serial: max310x: use a separate regmap for each portCosmin Tanislav1-32/+36
2022-06-10serial: max310x: use regmap methods for SPI batch operationsCosmin Tanislav1-28/+8
2022-04-15serial: max310: remove redundant memset in rs485_configLino Sanfilippo1-1/+0
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-2/+1
2021-10-13serial: max310x: Make max310x_remove() return voidUwe Kleine-König1-4/+3
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman1-1/+2
2021-07-27serial: max310x: Use clock-names property matching to recognize EXTCLKAndy Shevchenko1-10/+5
2021-07-21serial: max310x: Unprepare and disable clock in error pathAndy Shevchenko1-1/+2
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman1-0/+2
2021-05-20serial: max310x: Try to get crystal clock rate from propertyAndy Shevchenko1-14/+26
2021-05-13serial: max310x: unregister uart driver in case of failure and abortAtul Gopinathan1-2/+4
2021-05-13Revert "serial: max310x: pass return value of spi_register_driver"Greg Kroah-Hartman1-2/+2
2021-03-23tty: max310x: fix flexible_array.cocci warningskernel test robot1-1/+1
2021-03-10Revert "serial: max310x: rework RX interrupt handling"Alexander Shiyan1-24/+5
2020-10-28serial: max310x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko1-15/+15
2020-10-28serial: max310x: Make use of device propertiesAndy Shevchenko1-18/+9
2020-10-01serial: max310x: rework RX interrupt handlingThomas Petazzoni1-5/+24
2019-09-05serial: max310x: turn off transmitter before activating AutoCTS or auto trans...Christoph Vogtländer1-0/+18
2019-09-05serial: max310x: Properly set flags in AutoCTS modeChristoph Vogtländer1-2/+10
2019-09-04tty: max310x: fix off-by-one buffer access when storing overrunJan Kundrát1-1/+1
2019-06-03Merge 5.2-rc3 into tty-nextGreg Kroah-Hartman1-1/+1
2019-05-21tty: max310x: Fix external crystal register setupJoe Burmeister1-1/+1
2019-05-21tty: max310x: Split uart characters insertion loopSerge Semin1-4/+10
2019-05-21tty: max310x: Optionally enable rs485 on startupSerge Semin1-0/+16
2019-05-21tty: max310x: Add rx-during-tx rs485 flag supportSerge Semin1-15/+14
2019-05-21tty: max310x: Fix invalid baudrate divisors calculatorSerge Semin1-20/+31
2019-05-21tty: max310x: Don't pass stacked buffers to SPISerge Semin1-9/+18
2019-05-21tty: max310x: Introduce max310x_one port macro-wrapperSerge Semin1-3/+5
2019-05-21tty: max310x: Simplify tx-work item codeSerge Semin1-13/+3
2019-03-19serial: max310x: Fix to avoid potential NULL pointer dereferenceAditya Pakki1-0/+2
2019-02-08serial: max310x: Correction of the initial setting of the MODE1 bits for vari...Alexander Shiyan1-7/+7
2019-01-08serial: max310x: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-08serial: max310x: pass return value of spi_register_driverKangjie Lu1-2/+2
2018-12-19serial: max310x: Fix tx_empty() callbackAlexander Shiyan1-5/+2
2018-06-28serial: max310x: Check the clock readinessJan Kundrát1-4/+10
2018-02-28gpio: serial: max310x: Use HW type for gpio_chip's labelJan Kundrát1-1/+1