Show patches with: Submitter = Hugo Villeneuve       |    State = Action Required       |    Archived = No       |   88 patches
Patch Series S/W/F Date Submitter Delegate State
[v4,5/5] serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_regcfg) serial: sc16is7xx: split into core and I2C/SPI parts --- 2024-04-09 Hugo Villeneuve New
[v4,4/5] serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_lines) serial: sc16is7xx: split into core and I2C/SPI parts --- 2024-04-09 Hugo Villeneuve New
[v4,3/5] serial: sc16is7xx: split into core and I2C/SPI parts (core) serial: sc16is7xx: split into core and I2C/SPI parts --- 2024-04-09 Hugo Villeneuve New
[v4,2/5] serial: sc16is7xx: unconditionally clear line bit in sc16is7xx_remove() serial: sc16is7xx: split into core and I2C/SPI parts --- 2024-04-09 Hugo Villeneuve New
[v4,1/5] serial: sc16is7xx: add proper sched.h include for sched_set_fifo() serial: sc16is7xx: split into core and I2C/SPI parts --- 2024-04-09 Hugo Villeneuve New
[v3,5/5] serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_regcfg) serial: sc16is7xx: split into core and I2C/SPI parts --- 2024-04-02 Hugo Villeneuve New
[v3,2/5] serial: sc16is7xx: simplify and improve Kconfig help text serial: sc16is7xx: split into core and I2C/SPI parts --- 2024-04-02 Hugo Villeneuve New
[v2,3/4] serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_lines) serial: sc16is7xx: split into core and I2C/SPI parts --- 2024-03-07 Hugo Villeneuve New
[3/4] serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_lines) serial: sc16is7xx: split into core and I2C/SPI parts --- 2024-02-06 Hugo Villeneuve New
[v2,17/17] serial: max310x: fix indentation serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[v2,16/17] serial: max310x: reformat and improve comments serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[v2,15/17] serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch) serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[v2,14/17] serial: max310x: use common power function for all variants serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[v2,13/17] serial: max310x: use common detect function for all variants serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[v2,12/17] serial: max310x: replace hardcoded masks with preferred GENMASK() serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[v2,11/17] serial: max310x: use dev_err_probe() instead of dev_err() serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[v2,10/17] serial: max310x: add explicit return for some switch default cases serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[v2,09/17] serial: max310x: simplify probe() and remove() error handling serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[v2,08/17] serial: max310x: use separate regmap name for each port serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[v2,07/17] serial: max310x: add macro for max number of ports serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[v2,06/17] serial: max310x: remove holes in struct max310x_devtype serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[v2,05/17] serial: max310x: fix syntax error in IRQ error message serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[v2,04/17] serial: max310x: use spi_get_device_match_data() serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[v2,03/17] serial: max310x: use i2c_get_match_data() serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[v2,02/17] serial: max310x: add I2C device table for instantiation from userspace serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[v2,01/17] serial: max310x: fix NULL pointer dereference in I2C instantiation serial: max310x: cleanups and improvements --- 2024-01-18 Hugo Villeneuve New
[3/4] serial: max310x: fail probe if clock crystal is unstable [1/4] serial: max310x: set default value when reading clock ready bit --- 2024-01-16 Hugo Villeneuve New
[1/4] serial: max310x: set default value when reading clock ready bit [1/4] serial: max310x: set default value when reading clock ready bit --- 2024-01-16 Hugo Villeneuve New
[v2,16/16] serial: sc16is7xx: refactor EFR lock serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-21 Hugo Villeneuve New
[v2,15/16] serial: sc16is7xx: reorder code to remove prototype declarations serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-21 Hugo Villeneuve New
[v2,14/16] serial: sc16is7xx: refactor FIFO access functions to increase commonality serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-21 Hugo Villeneuve New
[v2,13/16] serial: sc16is7xx: drop unneeded MODULE_ALIAS serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-21 Hugo Villeneuve New
[v2,12/16] serial: sc16is7xx: replace hardcoded divisor value with BIT() macro serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-21 Hugo Villeneuve New
[v2,11/16] serial: sc16is7xx: add explicit return for some switch default cases serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-21 Hugo Villeneuve New
[v2,10/16] serial: sc16is7xx: add macro for max number of UART ports serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-21 Hugo Villeneuve New
[v2,09/16] serial: sc16is7xx: add driver name to struct uart_driver serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-21 Hugo Villeneuve New
[v2,08/16] serial: sc16is7xx: use i2c_get_match_data() serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-21 Hugo Villeneuve New
[v2,07/16] serial: sc16is7xx: use spi_get_device_match_data() serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-21 Hugo Villeneuve New
[v2,06/16] serial: sc16is7xx: use DECLARE_BITMAP for sc16is7xx_lines bitfield serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-21 Hugo Villeneuve New
[v2,05/16] serial: sc16is7xx: improve do/while loop in sc16is7xx_irq() serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-21 Hugo Villeneuve New
[v2,04/16] serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq() serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-21 Hugo Villeneuve New
[v2,03/16] serial: sc16is7xx: set safe default SPI clock frequency serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-21 Hugo Villeneuve New
[v2,02/16] serial: sc16is7xx: add check for unsupported SPI modes during probe serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-21 Hugo Villeneuve New
[v2,01/16] serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe error serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-21 Hugo Villeneuve New
[13/18] serial: sc16is7xx: use in_range() for DT properties bound checks serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-19 Hugo Villeneuve New
[10/18] serial: sc16is7xx: use HZ_PER_MHZ macro to improve readability serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-19 Hugo Villeneuve New
[09/18] serial: sc16is7xx: add macro for max number of UART ports serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-19 Hugo Villeneuve New
[v2,6/6] serial: sc16is7xx: fix unconditional activation of THRI interrupt serial: sc16is7xx: regmap fixes and improvements --- 2023-12-11 Hugo Villeneuve New
[v2,5/6] serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFO serial: sc16is7xx: regmap fixes and improvements --- 2023-12-11 Hugo Villeneuve New
[v2,4/6] serial: sc16is7xx: change EFR lock to operate on each channels serial: sc16is7xx: regmap fixes and improvements --- 2023-12-11 Hugo Villeneuve New
[v2,3/6] serial: sc16is7xx: remove unused line structure member serial: sc16is7xx: regmap fixes and improvements --- 2023-12-11 Hugo Villeneuve New
[v2,2/6] serial: sc16is7xx: remove global regmap from struct sc16is7xx_port serial: sc16is7xx: regmap fixes and improvements --- 2023-12-11 Hugo Villeneuve New
[v2,1/6] serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name() serial: sc16is7xx: regmap fixes and improvements --- 2023-12-11 Hugo Villeneuve New
[7/7] serial: max310x: use separate regmap name for each port serial: sc16is7xx and max310x: regmap fixes and improvements --- 2023-11-30 Hugo Villeneuve New
[5/7] serial: sc16is7xx: improve sc16is7xx_regmap_name() buffer size computation serial: sc16is7xx and max310x: regmap fixes and improvements --- 2023-11-30 Hugo Villeneuve New
[1/7] serial: sc16is7xx: fix snprintf format specifier in sc16is7xx_regmap_name() serial: sc16is7xx and max310x: regmap fixes and improvements --- 2023-11-30 Hugo Villeneuve New
serial: sc16is7xx: change confusing comment about Tx FIFO serial: sc16is7xx: change confusing comment about Tx FIFO --- 2023-11-22 Hugo Villeneuve New
[v2,1/1] serial: sc16is7xx: improve regmap debugfs by using one regmap per port [v2,1/1] serial: sc16is7xx: improve regmap debugfs by using one regmap per port --- 2023-11-20 Hugo Villeneuve New
serial: sunsab: remove trailing whitespaces serial: sunsab: remove trailing whitespaces --- 2023-10-30 Hugo Villeneuve New
[2/2] dt-bindings: serial: sc16is7xx: remove 'clock-frequency' property serial: sc16is7xx: device tree improvements --- 2023-10-13 Hugo Villeneuve New
[1/2] dt-bindings: serial: sc16is7xx: move 'allOf' block after 'required' serial: sc16is7xx: device tree improvements --- 2023-10-13 Hugo Villeneuve New
[v2] dt-bindings: serial: max310x: convert to YAML [v2] dt-bindings: serial: max310x: convert to YAML --- 2023-10-12 Hugo Villeneuve New
dt-bindings: max310x: convert to YAML dt-bindings: max310x: convert to YAML --- 2023-10-11 Hugo Villeneuve New
serial: max310x: remove trailing whitespaces serial: max310x: remove trailing whitespaces --- 2023-10-11 Hugo Villeneuve New
[v2,2/2] dt-bindings: sc16is7xx: convert to YAML serial: sc16is7xx: device tree improvements --- 2023-09-27 Hugo Villeneuve New
[v2,1/2] serial: sc16is7xx: use device_property APIs when configuring irda mode serial: sc16is7xx: device tree improvements --- 2023-09-27 Hugo Villeneuve New
[3/4] dt-bindings: sc16is7xx: add vendor prefix to irda-mode-ports property [1/4] serial: sc16is7xx: use device_property APIs when configuring irda mode --- 2023-09-20 Hugo Villeneuve New
serial: sc16is7xx: remove unused to_sc16is7xx_port macro serial: sc16is7xx: remove unused to_sc16is7xx_port macro --- 2023-09-05 Hugo Villeneuve New
[v10,6/6] serial: sc16is7xx: add missing support for rs485 devicetree properties serial: sc16is7xx: fix GPIO regression and rs485 improvements --- 2023-08-07 Hugo Villeneuve New
[v10,5/6] serial: sc16is7xx: fix bug when first setting GPIO direction serial: sc16is7xx: fix GPIO regression and rs485 improvements --- 2023-08-07 Hugo Villeneuve New
[v10,4/6] serial: sc16is7xx: fix regression with GPIO configuration serial: sc16is7xx: fix GPIO regression and rs485 improvements --- 2023-08-07 Hugo Villeneuve New
[v10,3/6] dt-bindings: sc16is7xx: Add property to change GPIO function serial: sc16is7xx: fix GPIO regression and rs485 improvements --- 2023-08-07 Hugo Villeneuve New
[v10,2/6] serial: sc16is7xx: remove obsolete out_thread label serial: sc16is7xx: fix GPIO regression and rs485 improvements --- 2023-08-07 Hugo Villeneuve New
[v10,1/6] serial: sc16is7xx: fix broken port 0 uart init serial: sc16is7xx: fix GPIO regression and rs485 improvements --- 2023-08-07 Hugo Villeneuve New
serial: max310x: fix typos in comments serial: max310x: fix typos in comments --- 2023-08-03 Hugo Villeneuve New
serial: max310x: add comments for membase address workaround serial: max310x: add comments for membase address workaround --- 2023-08-03 Hugo Villeneuve New
[v9,09/10] serial: sc16is7xx: add post reset delay Untitled series #216701 --- 2023-07-25 Hugo Villeneuve New
[v9,08/10] serial: sc16is7xx: add call to get rs485 DT flags and properties Untitled series #216701 --- 2023-07-25 Hugo Villeneuve New
[v9,02/10] serial: sc16is7xx: mark IOCONTROL register as volatile Untitled series #216701 --- 2023-07-25 Hugo Villeneuve New
[RESEND,v8,10/10] serial: sc16is7xx: improve comments about variants serial: sc16is7xx: fix GPIO regression and rs485 improvements --- 2023-07-21 Hugo Villeneuve New
[RESEND,v8,06/10] serial: sc16is7xx: fix regression with GPIO configuration serial: sc16is7xx: fix GPIO regression and rs485 improvements --- 2023-07-21 Hugo Villeneuve New
[RESEND,v8,04/10] serial: sc16is7xx: refactor GPIO controller registration serial: sc16is7xx: fix GPIO regression and rs485 improvements --- 2023-07-21 Hugo Villeneuve New
[RESEND,v8,01/10] serial: sc16is7xx: fix broken port 0 uart init serial: sc16is7xx: fix GPIO regression and rs485 improvements --- 2023-07-21 Hugo Villeneuve New
[v3,09/11] serial: sc16is7xx: add I/O register translation offset serial: sc16is7xx: fix GPIO regression and rs485 improvements --- 2023-05-25 Hugo Villeneuve New
[v3,08/11] serial: sc16is7xx: fix regression with GPIO configuration serial: sc16is7xx: fix GPIO regression and rs485 improvements --- 2023-05-25 Hugo Villeneuve New
[RFC,v2,1/2] dt-bindings: sc16is7xx: Add property to change GPIO function [RFC,v2,1/2] dt-bindings: sc16is7xx: Add property to change GPIO function --- 2023-05-18 Hugo Villeneuve New
serial: sc16is7xx: fix syntax error in comments serial: sc16is7xx: fix syntax error in comments --- 2023-05-17 Hugo Villeneuve New
[RFC] Revert "sc16is7xx: Separate GPIOs from modem control lines" [RFC] Revert "sc16is7xx: Separate GPIOs from modem control lines" --- 2023-05-15 Hugo Villeneuve New