Alain Volmat ([email protected])

Number of posts: 131 (0.38 per day)
First post: 2019-10-04 14:57:03
Last post: 2020-09-15 09:15:24

Date List Subject
2020-09-15 09:15:24 linux-kernel [PATCH 1/2] i2c: stm32: fix slot id after introduction of host-notify support
2020-09-15 09:13:59 linux-kernel [PATCH 2/2] i2c: stm32: name slave slot to ease maintenance
2020-09-14 10:49:23 linux-kernel [PATCH v2 2/2] i2c: stm32: Simplify with dev_err_probe()
2020-09-14 10:47:34 linux-kernel [PATCH 1/2] i2c: stm32: fix error message on upon dma_request_chan & defer handling
2020-09-14 10:44:49 linux-kernel [PATCH 0/2] Avoid meaningless DMA error print & use dev_err_probe
2020-09-10 12:34:04 linux-kernel Re: [PATCH] i2c: stm32: do not display error when DMA is not requested
2020-09-10 09:39:24 linux-kernel Re: [PATCH 1/9] i2c: stm32: Simplify with dev_err_probe()
2020-09-10 09:34:44 linux-kernel [PATCH] i2c: stm32: do not display error when DMA is not requested
2020-09-10 09:33:47 linux-kernel Re: [PATCH] i2c: stm32: remove unnecessary DMA kernel error log
2020-09-08 19:55:46 linux-kernel Re: [PATCH 08/11] spi: stm32: Simplify with dev_err_probe()
2020-08-10 07:16:51 linux-kernel [PATCH v2 5/5] spi: stm32: always perform registers configuration prior to transfer
2020-08-10 07:16:23 linux-kernel [PATCH v2 1/5] spi: stm32h7: fix race condition at end of transfer
2020-08-10 07:14:28 linux-kernel [PATCH v2 4/5] spi: stm32: fixes suspend/resume management
2020-08-10 07:14:10 linux-kernel [PATCH v2 0/5] spi: stm32: various driver fixes
2020-08-10 07:14:04 linux-kernel [PATCH v2 2/5] spi: stm32: fix fifo threshold level in case of short transfer
2020-08-10 07:13:56 linux-kernel [PATCH v2 3/5] spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate
2020-08-07 13:45:00 linux-kernel Re: [PATCH 02/18] spi: stm32-spi: defer probe for reset
2020-08-07 13:26:54 linux-kernel [PATCH 2/5] spi: stm32: fix fifo threshold level in case of short transfer
2020-08-07 13:26:51 linux-kernel [PATCH 1/5] spi: stm32h7: fix race condition at end of transfer
2020-08-07 13:26:21 linux-kernel [PATCH 3/5] spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate
2020-08-07 13:25:42 linux-kernel [PATCH 4/5] spi: stm32: fixes suspend/resume management
2020-08-07 13:25:17 linux-kernel [PATCH 0/5] spi: stm32: various driver fixes
2020-08-07 13:24:40 linux-kernel [PATCH 5/5] spi: stm32: always perform registers configuration prior to transfer
2020-08-05 07:09:26 linux-kernel [PATCH 00/18] spi: stm32: various driver enhancements
2020-08-05 07:09:24 linux-kernel [PATCH 10/18] spi: stm32: wait for completion in transfer_one()
2020-08-05 07:09:03 linux-kernel [PATCH 04/18] spi: stm32: use bitfield macros
2020-08-05 07:07:44 linux-kernel [PATCH 05/18] spi: stm32h7: replace private SPI_1HZ_NS with NSEC_PER_SEC
2020-08-05 07:07:38 linux-kernel [PATCH 08/18] spi: stm32h7: fix dbg/warn/err conditions in irq handler
2020-08-05 07:07:37 linux-kernel [PATCH 12/18] spi: stm32: move spi disable out of irq handler
2020-08-05 07:07:36 linux-kernel [PATCH 03/18] spi: stm32h7: remove unused mode fault MODF event handling
2020-08-05 07:07:32 linux-kernel [PATCH 09/18] spi: stm32h7: fix race condition at end of transfer
2020-08-05 07:07:28 linux-kernel [PATCH 02/18] spi: stm32-spi: defer probe for reset
2020-08-05 07:07:23 linux-kernel [PATCH 15/18] spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate
2020-08-05 07:07:16 linux-kernel [PATCH 13/18] spi: stm32h7: fix handling of dma transfer completed
2020-08-05 07:07:02 linux-kernel [PATCH 01/18] spi: stm32-spi: driver uses reset controller only at init
2020-08-05 07:06:20 linux-kernel [PATCH 11/18] spi: stm32: fix fifo threshold level in case of short transfer
2020-08-05 07:06:18 linux-kernel [PATCH 14/18] spi: stm32: improve suspend/resume management
2020-08-05 07:06:11 linux-kernel [PATCH 18/18] spi: stm32h7: ensure message are smaller than max size
2020-08-05 07:06:05 linux-kernel [PATCH 16/18] spi: stm32: always perform registers configuration prior to transfer
2020-08-05 07:06:03 linux-kernel [PATCH 17/18] spi: stm32: properly handle 0 byte transfer
2020-08-05 07:05:51 linux-kernel [PATCH 06/18] spi: stm32h7: fix irq handler
2020-08-05 07:05:35 linux-kernel [PATCH 07/18] spi: stm32h7: rework rx fifo read function
2020-08-03 05:48:29 linux-kernel [PATCH v3 0/2] i2c: stm32: add host-notify support via i2c slave
2020-08-03 05:40:40 linux-kernel [PATCH v3 1/2] i2c: smbus: add core function handling SMBus host-notify
2020-08-03 05:27:59 linux-kernel [PATCH] i2c: stm32f7: add SMBus-Alert support
2020-08-03 05:19:59 linux-kernel [PATCH v3 2/2] i2c: stm32f7: Add SMBus Host-Notify protocol support
2020-07-28 12:16:23 linux-kernel Re: [PATCH v2 1/2] i2c: smbus: add core function handling SMBus host-notify
2020-07-28 06:40:31 linux-kernel [PATCH 0/2] Error handling fixes in stm32-dcmi driver
2020-07-28 06:40:14 linux-kernel [PATCH 2/2] media: stm32-dcmi: fix probe error path & module remove
2020-07-28 06:39:36 linux-kernel [PATCH 1/2] media: stm32-dcmi: create video dev within notifier bound
2020-07-03 11:38:28 linux-kernel [PATCH v2 0/2] i2c: stm32: add host-notify support via i2c slave