aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/max310x.c
AgeCommit message (Expand)Author
2024-04-13serial: max310x: fix NULL pointer dereference in I2C instantiationHugo Villeneuve
2024-03-26serial: max310x: fix syntax error in IRQ error messageHugo Villeneuve
2024-03-15serial: max310x: fix IO data corruption in batched operationsJan Kundrát
2024-03-15serial: max310x: implement I2C supportCosmin Tanislav
2024-03-15serial: max310x: make accessing revision id interface-agnosticCosmin Tanislav
2024-03-15serial: max310x: Unprepare and disable clock in error pathAndy Shevchenko
2024-03-15serial: max310x: prevent infinite while() loop in port startupHugo Villeneuve
2024-03-15serial: max310x: use a separate regmap for each portCosmin Tanislav
2024-03-15serial: max310x: use regmap methods for SPI batch operationsCosmin Tanislav
2024-03-15serial: max310x: Make use of device propertiesAndy Shevchenko
2024-03-15serial: max310x: fail probe if clock crystal is unstableHugo Villeneuve
2024-03-15serial: max310x: Try to get crystal clock rate from propertyAndy Shevchenko
2024-03-15serial: max310x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko
2024-02-23serial: max310x: improve crystal stable clock detectionHugo Villeneuve
2024-02-23serial: max310x: set default value when reading clock ready bitHugo Villeneuve
2021-06-03serial: max310x: unregister uart driver in case of failure and abortAtul Gopinathan
2021-06-03Revert "serial: max310x: pass return value of spi_register_driver"Greg Kroah-Hartman
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
2017-12-19serial: max310x: Use batched reads when reasonably safeJan Kundrát
2017-12-19serial: max310x: use a batch write op for UART transmitJan Kundrát
2017-12-19serial: max310x: Support IRQ sharing with other devicesJan Kundrát
2017-12-19serial: max310x: Do not hard-code the IRQ typeJan Kundrát
2017-12-15serial: max310x: Fix invalid memory access during GPIO initJan Kundrát
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-01-12serial: max310x: Add support for newer silicon revisionsAlexander Shiyan
2016-09-15serial: max310x: Set IRQF_TRIGGER_FALLING flag when dev.of_node is not NULLLiu Xiang
2016-06-25serial: max310x: Assign port line automaticallyAlexander Shiyan
2016-06-25serial: max310x: Unregister UARTs on errorAlexander Shiyan
2016-06-25serial: max310x: Remove duplicate bits definitionAlexander Shiyan