summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/max310x.c
AgeCommit message (Expand)Author
2023-04-20serial: max310x: fix IO data corruption in batched operationsJan Kundrát
2023-01-19serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen
2022-11-03serial: max310x: Use uart_xmit_advance()Ilpo Järvinen
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen
2022-06-10serial: max310x: Remove serial_rs485 sanitizationIlpo Järvinen
2022-06-10serial: max310x: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: max310x: implement I2C supportCosmin Tanislav
2022-06-10serial: max310x: make accessing revision id interface-agnosticCosmin Tanislav
2022-06-10serial: max310x: use a separate regmap for each portCosmin Tanislav
2022-06-10serial: max310x: use regmap methods for SPI batch operationsCosmin Tanislav
2022-04-15serial: max310: remove redundant memset in rs485_configLino Sanfilippo
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2021-10-13serial: max310x: Make max310x_remove() return voidUwe Kleine-König
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman
2021-07-27serial: max310x: Use clock-names property matching to recognize EXTCLKAndy Shevchenko
2021-07-21serial: max310x: Unprepare and disable clock in error pathAndy Shevchenko
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman
2021-05-20serial: max310x: Try to get crystal clock rate from propertyAndy Shevchenko
2021-05-13serial: max310x: unregister uart driver in case of failure and abortAtul Gopinathan
2021-05-13Revert "serial: max310x: pass return value of spi_register_driver"Greg Kroah-Hartman
2021-03-23tty: max310x: fix flexible_array.cocci warningskernel test robot
2021-03-10Revert "serial: max310x: rework RX interrupt handling"Alexander Shiyan
2020-10-28serial: max310x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko
2020-10-28serial: max310x: Make use of device propertiesAndy Shevchenko
2020-10-01serial: max310x: rework RX interrupt handlingThomas Petazzoni
2019-09-05serial: max310x: turn off transmitter before activating AutoCTS or auto trans...Christoph Vogtländer
2019-09-05serial: max310x: Properly set flags in AutoCTS modeChristoph Vogtländer
2019-09-04tty: max310x: fix off-by-one buffer access when storing overrunJan Kundrát
2019-06-03Merge 5.2-rc3 into tty-nextGreg Kroah-Hartman
2019-05-21tty: max310x: Fix external crystal register setupJoe Burmeister
2019-05-21tty: max310x: Split uart characters insertion loopSerge Semin
2019-05-21tty: max310x: Optionally enable rs485 on startupSerge Semin
2019-05-21tty: max310x: Add rx-during-tx rs485 flag supportSerge Semin
2019-05-21tty: max310x: Fix invalid baudrate divisors calculatorSerge Semin
2019-05-21tty: max310x: Don't pass stacked buffers to SPISerge Semin
2019-05-21tty: max310x: Introduce max310x_one port macro-wrapperSerge Semin
2019-05-21tty: max310x: Simplify tx-work item codeSerge Semin
2019-03-19serial: max310x: Fix to avoid potential NULL pointer dereferenceAditya Pakki
2019-02-08serial: max310x: Correction of the initial setting of the MODE1 bits for vari...Alexander Shiyan
2019-01-08serial: max310x: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2019-01-08serial: max310x: pass return value of spi_register_driverKangjie Lu
2018-12-19serial: max310x: Fix tx_empty() callbackAlexander Shiyan
2018-06-28serial: max310x: Check the clock readinessJan Kundrát
2018-02-28gpio: serial: max310x: Use HW type for gpio_chip's labelJan Kundrát
2018-01-09gpio: serial: max310x: Support open-drain configuration for GPIOsJan Kundrát
2017-12-19serial: max310x: Reduce RX work starvationJan Kundrát