Ludovic Barre ([email protected])

Number of posts: 571 (0.41 per day)
First post: 2014-01-23 14:17:33
Last post: 2017-11-06 17:24:13

Date List Subject
2018-10-02 12:13:28 linux-kernel [PATCH V4 22/25] mmc: mmci: add clock divider for stm32 sdmmc
2018-10-02 12:13:17 linux-kernel [PATCH V4 20/25] dt-bindings: mmci: add optional reset property
2018-10-02 12:13:17 linux-kernel [PATCH V4 12/25] mmc: mmci: add set_clk/pwrreg callbacks
2018-10-02 12:13:03 linux-kernel [PATCH V4 00/25] mmc: mmci: add sdmmc variant for stm32
2018-10-02 12:13:00 linux-kernel [PATCH V4 01/25] mmc: mmci: Change struct members from bool to u8
2018-10-02 12:12:55 linux-kernel [PATCH V4 19/25] mmc: mmci: add variant property to not read datacnt
2018-10-02 12:12:52 linux-kernel [PATCH V4 04/25] mmc: mmci: merge prepare data functions
2018-10-02 12:12:24 linux-kernel [PATCH V4 05/25] mmc: mmci: add prepare/unprepare_data callbacks
2018-10-02 12:12:15 linux-kernel [PATCH V4 17/25] mmc: mmci: add variant property to define irq pio mask
2018-10-02 12:12:05 linux-kernel [PATCH V4 21/25] mmc: mmci: add optional reset property
2018-10-02 12:12:03 linux-kernel [PATCH V4 13/25] mmc: mmci: add datactrl block size variant property
2018-10-02 12:11:39 linux-kernel [PATCH V4 18/25] mmc: mmci: add variant property to write datactrl before command
2018-10-02 12:11:29 linux-kernel [PATCH V4 16/25] mmc: mmci: add variant property to define dpsm bit
2018-10-02 12:11:19 linux-kernel [PATCH V4 14/25] mmc: mmci: expand startbiterr to irqmask and error check
2018-10-02 12:11:12 linux-kernel [PATCH V4 24/25] dt-bindings: mmci: add stm32 sdmmc variant
2018-10-02 12:11:04 linux-kernel [PATCH V4 25/25] mmc: mmci: add stm32 sdmmc variant
2018-10-02 12:10:51 linux-kernel [PATCH V4 15/25] mmc: mmci: add variant properties to define cpsm & cmdresp bits
2018-10-02 12:10:43 linux-kernel [PATCH V4 23/25] mmc: mmci: add stm32 sdmmc registers
2018-10-02 12:10:38 linux-kernel [PATCH V4 07/25] mmc: mmci: add dma_release callback
2018-10-02 12:10:29 linux-kernel [PATCH V4 06/25] mmc: mmci: add get_next_data callback
2018-10-01 13:54:13 linux-kernel Re: [PATCH V2 27/27] mmc: mmci: add stm32 sdmmc variant
2018-10-01 12:58:54 linux-kernel Re: [PATCH V2 27/27] mmc: mmci: add stm32 sdmmc variant
2018-10-01 12:17:05 linux-kernel Re: [PATCH V2 23/27] mmc: mmci: add variant property to request a reset
2018-10-01 09:44:28 linux-kernel Re: [PATCH V2 09/27] mmc: mmci: modify dma_setup callback
2018-09-25 07:20:43 linux-kernel Re: [PATCH V2 04/27] mmc: mmci: introduce dma_priv pointer to mmci_host
2018-09-25 07:09:36 linux-kernel Re: [PATCH V2 05/27] mmc: mmci: move mmci next cookie to mci host
2018-09-24 16:17:19 linux-kernel Re: [PATCH V2 03/27] mmc: mmci: convert dma_setup callback to return an int
2018-09-21 09:52:19 linux-kernel [PATCH V2 00/27] mmc: mmci: add sdmmc variant for stm32
2018-09-21 09:52:00 linux-kernel [PATCH V2 01/27] mmc: mmci: internalize dma map/unmap into mmci dma functions
2018-09-21 09:51:04 linux-kernel [PATCH V2 22/27] mmc: mmci: add variant property to not read datacnt
2018-09-21 09:50:59 linux-kernel [PATCH V2 08/27] mmc: mmci: add get_next_data callback
2018-09-21 09:50:53 linux-kernel [PATCH V2 05/27] mmc: mmci: move mmci next cookie to mci host
2018-09-21 09:50:43 linux-kernel [PATCH V2 24/27] mmc: mmci: add clock divider for stm32 sdmmc
2018-09-21 09:50:37 linux-kernel [PATCH V2 03/27] mmc: mmci: convert dma_setup callback to return an int
2018-09-21 09:50:29 linux-kernel [PATCH V2 15/27] mmc: mmci: add set_clk/pwrreg callbacks
2018-09-21 09:50:24 linux-kernel [PATCH V2 10/27] mmc: mmci: add dma_release callback
2018-09-21 09:50:10 linux-kernel [PATCH V2 11/27] mmc: mmci: add dma_start callback
2018-09-21 09:50:09 linux-kernel [PATCH V2 09/27] mmc: mmci: modify dma_setup callback
2018-09-21 09:49:46 linux-kernel [PATCH V2 18/27] mmc: mmci: add variant properties to define cpsm & cmdresp bits
2018-09-21 09:49:35 linux-kernel [PATCH V2 16/27] mmc: mmci: add datactrl block size variant property
2018-09-21 09:49:21 linux-kernel [PATCH V2 20/27] mmc: mmci: add variant property to define irq pio mask
2018-09-21 09:49:16 linux-kernel [PATCH V2 19/27] mmc: mmci: add variant property to define dpsm bit
2018-09-21 09:49:08 linux-kernel [PATCH V2 14/27] mmc: mmci: add validate_data callback
2018-09-21 09:49:01 linux-kernel [PATCH V2 12/27] mmc: mmci: add dma_finalize callback
2018-09-21 09:48:53 linux-kernel [PATCH V2 21/27] mmc: mmci: add variant property to write datactrl before command
2018-09-21 09:48:39 linux-kernel [PATCH V2 13/27] mmc: mmci: add dma_error callback
2018-09-21 09:48:33 linux-kernel [PATCH V2 17/27] mmc: mmci: expand startbiterr to irqmask and error check
2018-09-21 09:48:33 linux-kernel [PATCH V2 04/27] mmc: mmci: introduce dma_priv pointer to mmci_host
2018-09-21 09:48:20 linux-kernel [PATCH V2 25/27] mmc: mmci: add stm32 sdmmc registers
2018-09-21 09:48:12 linux-kernel [PATCH V2 26/27] mmc: mmci: add DT bindings for STM32 sdmmc
2018-09-21 09:48:12 linux-kernel [PATCH V2 27/27] mmc: mmci: add stm32 sdmmc variant