summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/max310x.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-30serial: max310x: remove always included kconfig.hHugo Villeneuve1-1/+0
2026-07-13Merge 7.2-rc3 into tty-nextGreg Kroah-Hartman1-1/+12
2026-07-12Merge tag 'tty-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+12
2026-07-10serial: max310x: use new UPIO_BUS as iotypeHugo Villeneuve1-8/+1
2026-07-07serial: max310x: implement gpio_chip::get_direction()Tapio Reijonen1-0/+12
2026-07-07serial: max310x: honour rs485 properties from per-channel DT subnodeTapio Reijonen1-0/+37
2026-07-07serial: max310x: register GPIO controller before adding UART portsTapio Reijonen1-21/+33
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-05-22tty: serial: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)1-4/+4
2026-05-22serial: max310x: fix compile errors if CONFIG_SPI_MASTER is disabledHugo Villeneuve1-22/+26
2026-05-11serial: max310x: add comments for PLL limitsHugo Villeneuve1-0/+17
2026-05-11serial: max310x: move variables to while() scopeHugo Villeneuve1-2/+3
2026-05-11serial: max310x: use FIELD_PREP macro to set PLL bitfieldsHugo Villeneuve1-1/+4
2026-05-11serial: max310x: use regmap_read_poll_timeout() for busy waitHugo Villeneuve1-27/+17
2026-05-11serial: max310x: improve max310x_set_ref_clk() efficiencyHugo Villeneuve1-39/+52
2026-05-11serial: max310x: update baudrate comments for err calculationHugo Villeneuve1-1/+1
2026-05-11serial: max310x: change return type of max310x_set_ref_clk()Hugo Villeneuve1-8/+8
2026-05-11serial: max310x: simplify max310x_update_best_err()Hugo Villeneuve1-4/+4
2026-05-11serial: max310x: uniformize clock/freq typesHugo Villeneuve1-4/+5
2025-09-12serial: max310x: improve interrupt handlingTapio Reijonen1-6/+17
2025-08-21tty: serial: Modify the use of dev_err_probe()Xichao Zhao1-2/+1
2025-08-14serial: max310x: Add error checking in probe()Dan Carpenter1-0/+2
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski1-1/+1
2025-04-11serial: max310x: use new GPIO line value setter callbacksBartosz Golaszewski1-2/+5
2024-04-09tty: serial: max310x: convert to use maple tree register cachewangkaiyuan1-2/+2
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-19/+14
2024-02-04Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman1-10/+43
2024-01-27serial: max310x: prevent infinite while() loop in port startupHugo Villeneuve1-2/+18
2024-01-27serial: max310x: fail probe if clock crystal is unstableHugo Villeneuve1-3/+9
2024-01-27serial: max310x: improve crystal stable clock detectionHugo Villeneuve1-5/+16
2024-01-27serial: max310x: set default value when reading clock ready bitHugo Villeneuve1-1/+1
2024-01-27serial: max310x: fix indentationHugo Villeneuve1-1/+2
2024-01-27serial: max310x: reformat and improve commentsHugo Villeneuve1-15/+25
2024-01-27serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)Hugo Villeneuve1-4/+4
2024-01-27serial: max310x: use common power function for all variantsHugo Villeneuve1-25/+19
2024-01-27serial: max310x: use common detect function for all variantsHugo Villeneuve1-80/+54
2024-01-27serial: max310x: replace hardcoded masks with preferred GENMASK()Hugo Villeneuve1-7/+7
2024-01-27serial: max310x: use dev_err_probe() instead of dev_err()Hugo Villeneuve1-6/+4
2024-01-27serial: max310x: add explicit return for some switch default casesHugo Villeneuve1-9/+3
2024-01-27serial: max310x: simplify probe() and remove() error handlingHugo Villeneuve1-8/+7
2024-01-27serial: max310x: use separate regmap name for each portHugo Villeneuve1-0/+17
2024-01-27serial: max310x: add macro for max number of portsHugo Villeneuve1-2/+3
2024-01-27serial: max310x: remove holes in struct max310x_devtypeHugo Villeneuve1-2/+2
2024-01-27serial: max310x: fix syntax error in IRQ error messageHugo Villeneuve1-1/+1
2024-01-27serial: max310x: use spi_get_device_match_data()Hugo Villeneuve1-2/+2
2024-01-27serial: max310x: use i2c_get_match_data()Hugo Villeneuve1-1/+1
2024-01-27serial: max310x: add I2C device table for instantiation from userspaceHugo Villeneuve1-0/+10
2024-01-27serial: max310x: fix NULL pointer dereference in I2C instantiationHugo Villeneuve1-2/+5
2023-11-25serial: max310x: change confusing comment about Tx FIFOHugo Villeneuve1-1/+1
2023-10-16serial: max310x: remove trailing whitespacesHugo Villeneuve1-1/+1