Hugo Villeneuve ([email protected])

Number of posts: 687 (0.12 per day)
First post: 2008-12-12 20:15:55
Last post: 2024-04-30 20:18:46

Date List Subject
2024-01-25 17:08:43 linux-kernel [PATCH v3 1/2] dt-bindings: arm: fsl: remove redundant company name
2024-01-25 17:08:34 linux-kernel [PATCH v3 0/2] board: imx8mn-rve-gateway: fix compatible description
2024-01-24 17:11:13 linux-kernel Re: [PATCH v2 1/2] dt-bindings: arm: fsl: remove redundant company name
2024-01-24 16:59:30 linux-kernel Re: [PATCH 1/2] dt-bindings: arm: fsl: remove redundant company name
2024-01-24 16:59:09 linux-kernel [PATCH v2 0/2] board: imx8mn-rve-gateway: fix compatible description
2024-01-24 16:57:08 linux-kernel [PATCH v2 2/2] arm64: dts: imx8mn-rve-gateway: remove redundant company name
2024-01-24 16:57:07 linux-kernel [PATCH v2 1/2] dt-bindings: arm: fsl: remove redundant company name
2024-01-24 16:20:52 linux-kernel [PATCH 2/2] arm64: dts: imx8mn-rve-gateway: remove redundant company name
2024-01-24 15:47:07 linux-kernel [PATCH 0/2] board: imx8mn-rve-gateway: fix compatible description
2024-01-24 15:46:10 linux-kernel [PATCH 1/2] dt-bindings: arm: fsl: remove redundant company name
2024-01-18 15:51:15 linux-kernel Re: [PATCH v2 08/17] serial: max310x: use separate regmap name for each port
2024-01-18 15:36:30 linux-kernel [PATCH v2 17/17] serial: max310x: fix indentation
2024-01-18 15:32:16 linux-kernel [PATCH v2 11/17] serial: max310x: use dev_err_probe() instead of dev_err()
2024-01-18 15:31:46 linux-kernel [PATCH v2 10/17] serial: max310x: add explicit return for some switch default cases
2024-01-18 15:27:34 linux-kernel [PATCH v2 14/17] serial: max310x: use common power function for all variants
2024-01-18 15:26:48 linux-kernel [PATCH v2 16/17] serial: max310x: reformat and improve comments
2024-01-18 15:26:29 linux-kernel [PATCH v2 15/17] serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)
2024-01-18 15:26:04 linux-kernel [PATCH v2 13/17] serial: max310x: use common detect function for all variants
2024-01-18 15:25:45 linux-kernel [PATCH v2 12/17] serial: max310x: replace hardcoded masks with preferred GENMASK()
2024-01-18 15:24:48 linux-kernel [PATCH v2 09/17] serial: max310x: simplify probe() and remove() error handling
2024-01-18 15:24:32 linux-kernel [PATCH v2 08/17] serial: max310x: use separate regmap name for each port
2024-01-18 15:24:31 linux-kernel [PATCH v2 07/17] serial: max310x: add macro for max number of ports
2024-01-18 15:23:57 linux-kernel [PATCH v2 06/17] serial: max310x: remove holes in struct max310x_devtype
2024-01-18 15:23:47 linux-kernel [PATCH v2 05/17] serial: max310x: fix syntax error in IRQ error message
2024-01-18 15:23:41 linux-kernel [PATCH v2 04/17] serial: max310x: use spi_get_device_match_data()
2024-01-18 15:23:03 linux-kernel [PATCH v2 03/17] serial: max310x: use i2c_get_match_data()
2024-01-18 15:23:01 linux-kernel [PATCH v2 01/17] serial: max310x: fix NULL pointer dereference in I2C instantiation
2024-01-18 15:22:40 linux-kernel [PATCH v2 02/17] serial: max310x: add I2C device table for instantiation from userspace
2024-01-18 15:22:39 linux-kernel [PATCH v2 00/17] serial: max310x: cleanups and improvements
2024-01-18 00:03:30 linux-kernel Re: [PATCH 00/18] serial: max310x: cleanups and improvements
2024-01-17 23:59:31 linux-kernel Re: [PATCH 15/18] serial: max310x: replace ENOTSUPP with preferred EOPNOTSUPP (checkpatch)
2024-01-17 22:45:06 linux-kernel [PATCH 07/18] serial: max310x: add macro for max number of ports
2024-01-17 22:44:55 linux-kernel [PATCH 05/18] serial: max310x: fix syntax error in IRQ error message
2024-01-17 22:44:35 linux-kernel [PATCH 02/18] serial: max310x: add I2C device table for instantiation from userspace
2024-01-17 22:43:43 linux-kernel [PATCH 17/18] serial: max310x: reformat and improve comments
2024-01-17 22:43:39 linux-kernel [PATCH 18/18] serial: max310x: fix indentation
2024-01-17 22:43:06 linux-kernel [PATCH 16/18] serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)
2024-01-17 22:42:52 linux-kernel [PATCH 03/18] serial: max310x: use i2c_get_match_data()
2024-01-17 22:42:52 linux-kernel [PATCH 14/18] serial: max310x: use common power function for all variants
2024-01-17 22:42:50 linux-kernel [PATCH 15/18] serial: max310x: replace ENOTSUPP with preferred EOPNOTSUPP (checkpatch)
2024-01-17 22:42:37 linux-kernel [PATCH 13/18] serial: max310x: use common detect function for all variants
2024-01-17 22:41:28 linux-kernel [PATCH 12/18] serial: max310x: replace hardcoded masks with preferred GENMASK()
2024-01-17 22:41:27 linux-kernel [PATCH 10/18] serial: max310x: add explicit return for some switch default cases
2024-01-17 22:41:15 linux-kernel [PATCH 06/18] serial: max310x: remove holes in struct max310x_devtype
2024-01-17 22:41:13 linux-kernel [PATCH 11/18] serial: max310x: use dev_err_probe() instead of dev_err()
2024-01-17 22:40:48 linux-kernel [PATCH 04/18] serial: max310x: use spi_get_device_match_data()
2024-01-17 22:39:54 linux-kernel [PATCH 01/18] serial: max310x: fix NULL pointer dereference in I2C instantiation
2024-01-17 22:39:53 linux-kernel [PATCH 09/18] serial: max310x: simplify probe() and remove() error handling
2024-01-17 22:39:43 linux-kernel [PATCH 00/18] serial: max310x: cleanups and improvements
2024-01-17 22:39:36 linux-kernel [PATCH 08/18] serial: max310x: use separate regmap name for each port
2024-01-16 22:51:23 linux-kernel [PATCH 0/4] serial: max310x: probe fixes