Cyrille Pitchen ([email protected])

Number of posts: 520 (0.55 per day)
First post: 2014-07-18 14:21:28
Last post: 2017-02-09 16:51:21

Date List Subject
2017-06-16 15:51:26 linux-kernel Re: [PATCH v2 2/2] spi: spi-ti-qspi: Use bounce buffer if read buffer is not DMA'ble
2017-06-16 12:45:55 linux-kernel Re: [PATCH 1/1] mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables
2017-06-16 10:03:20 linux-kernel [PATCH 1/1] mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables
2017-04-18 23:30:44 linux-kernel [PATCH v7 1/4] mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocols
2017-04-18 23:30:42 linux-kernel [PATCH v7 2/4] mtd: m25p80: add support of SPI 1-2-2 and 1-4-4 protocols
2017-04-18 23:30:29 linux-kernel [PATCH v7 4/4] mtd: spi-nor: introduce Octo SPI protocols
2017-04-18 23:30:10 linux-kernel [PATCH v7 3/4] mtd: spi-nor: introduce Double Transfer Rate (DTR) SPI protocols
2017-04-18 23:30:00 linux-kernel [PATCH v7 0/4] mtd: spi-nor: parse SFDP tables to setup (Q)SPI memories
2017-04-16 21:48:46 linux-kernel [PATCH v6 0/4] mtd: spi-nor: parse SFDP tables to setup (Q)SPI memories
2017-04-16 21:43:11 linux-kernel [RFC PATCH v6 4/4] mtd: spi-nor: add spi_nor_init() function
2017-04-16 21:42:58 linux-kernel [RFC PATCH v6 3/4] mtd: spi-nor: transitional patch
2017-04-16 21:42:43 linux-kernel [PATCH v6 2/4] mtd: m25p80: add support of SPI 1-2-2 and 1-4-4 protocols
2017-04-16 21:42:31 linux-kernel [PATCH v6 1/4] mtd: spi-nor: introduce more SPI protocols and the Dual Transfer Mode
2017-03-23 00:19:51 linux-kernel [PATCH v5 1/6] mtd: spi-nor: introduce more SPI protocols and the Dual Transfer Mode
2017-03-23 00:19:39 linux-kernel [PATCH v5 2/6] mtd: m25p80: add support of SPI 1-2-2 and 1-4-4 protocols
2017-03-23 00:17:49 linux-kernel [PATCH v5 0/6] mtd: spi-nor: parse SFDP tables to setup (Q)SPI memories
2017-03-23 00:13:36 linux-kernel [RFC PATCH v5 5/6] mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables
2017-03-23 00:13:21 linux-kernel [PATCH v5 3/6] mtd: spi-nor: add spi_nor_init() function
2017-03-23 00:13:02 linux-kernel [RFC PATCH v5 4/6] mtd: spi-nor: add support to non-uniform SPI NOR flash memories
2017-03-22 23:57:55 linux-kernel [RFC PATCH v5 6/6] mtd: spi-nor: parse SFDP 4-byte Address Instruction Table
2017-03-15 10:50:47 linux-kernel Re: [PATCH] [v2] mtd: spi-nor: don't include linux/mtd/cfi.h from header
2017-03-02 16:48:40 linux-kernel Re: [RFC PATCH 2/2] mtd: devices: m25p80: Enable spi-nor bounce buffer support
2017-03-01 14:30:53 linux-kernel Re: [RFC PATCH 2/2] mtd: devices: m25p80: Enable spi-nor bounce buffer support
2017-03-01 14:28:49 linux-kernel Re: [RFC PATCH 2/2] mtd: devices: m25p80: Enable spi-nor bounce buffer support
2017-03-01 10:51:54 linux-kernel Re: [RFC PATCH 2/2] mtd: devices: m25p80: Enable spi-nor bounce buffer support
2017-03-01 10:13:12 linux-kernel Re: [RFC PATCH 1/2] mtd: spi-nor: Introduce bounce buffer to handle vmalloc'd buffers
2017-02-09 16:51:21 linux-crypto [PATCH next 2/2] crypto: atmel-sha: fix error management in atmel_sha_start()
2017-02-09 16:51:20 linux-crypto [PATCH next 1/2] crypto: atmel-sha: fix missing "return" instructions
2017-02-09 16:51:19 linux-crypto [PATCH next 0/2] crypto: atmel-sha: fix error management
2017-02-07 17:31:47 linux-crypto Re: [bug report] crypto: atmel-sha - update request queue management to make it more generic
2017-01-26 16:13:05 linux-crypto [PATCH v3 05/12] crypto: atmel-sha: add atmel_sha_wait_for_data_ready()
2017-01-26 16:08:00 linux-crypto [PATCH v3 00/12] crypto: atmel-authenc: add support to authenc(hmac(shaX),Y(aes)) modes
2017-01-26 16:07:57 linux-crypto [PATCH v3 12/12] crypto: atmel-sha: add verbose debug facilities to print hw register names
2017-01-26 16:07:56 linux-crypto [PATCH v3 11/12] crypto: atmel-authenc: add support to authenc(hmac(shaX), Y(aes)) modes
2017-01-26 16:07:55 linux-crypto [PATCH v3 10/12] crypto: atmel-aes: fix atmel_aes_handle_queue()
2017-01-26 16:07:54 linux-crypto [PATCH v3 09/12] crypto: atmel-sha: add support to hmac(shaX)
2017-01-26 16:07:53 linux-crypto [PATCH v3 08/12] crypto: atmel-sha: add simple DMA transfers
2017-01-26 16:07:52 linux-crypto [PATCH v3 07/12] crypto: atmel-sha: add atmel_sha_cpu_start()
2017-01-26 16:07:51 linux-crypto [PATCH v3 06/12] crypto: atmel-sha: add SHA_MR_MODE_IDATAR0
2017-01-26 16:07:49 linux-crypto [PATCH v3 04/12] crypto: atmel-sha: redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA*
2017-01-26 16:07:48 linux-crypto [PATCH v3 03/12] crypto: atmel-sha: make atmel_sha_done_task more generic
2017-01-26 16:07:47 linux-crypto [PATCH v3 02/12] crypto: atmel-sha: update request queue management to make it more generic
2017-01-26 16:07:46 linux-crypto [PATCH v3 01/12] crypto: atmel-sha: create function to get an Atmel SHA device
2017-01-20 17:09:12 linux-crypto Re: [PATCH 00/13] crypto: copy AAD during encrypt for AEAD ciphers
2017-01-18 14:57:52 linux-crypto Re: [PATCH 00/13] crypto: copy AAD during encrypt for AEAD ciphers
2017-01-09 18:24:19 linux-crypto Re: [PATCH v2 11/12] crypto: atmel-authenc: add support to authenc(hmac(shaX),Y(aes)) modes
2016-12-22 16:40:35 linux-kernel [PATCH v2 01/12] crypto: atmel-sha: create function to get an Atmel SHA device
2016-12-22 16:39:54 linux-kernel [PATCH v2 05/12] crypto: atmel-sha: add atmel_sha_wait_for_data_ready()
2016-12-22 16:39:35 linux-kernel [PATCH v2 06/12] crypto: atmel-sha: add SHA_MR_MODE_IDATAR0
2016-12-22 16:39:11 linux-kernel [PATCH v2 08/12] crypto: atmel-sha: add simple DMA transfers
2016-12-22 16:38:53 linux-kernel [PATCH v2 10/12] crypto: atmel-aes: fix atmel_aes_handle_queue()