Re: [PATCH 0/2] mmc: mmci: add quirk property to add stm32 transfer mode

2019-02-27 Thread Ulf Hansson
On Mon, 25 Feb 2019 at 11:49, Ludovic BARRE wrote: > > hi Russell & Ulf > > On 2/21/19 3:03 PM, Russell King - ARM Linux admin wrote: > > On Thu, Feb 21, 2019 at 02:38:36PM +0100, Ludovic BARRE wrote: > >> hi Russell & Ulf > >> > >> On 2/21/19 11:30 AM, Russell King - ARM Linux admin wrote: > >>>

Re: [PATCH 0/2] mmc: mmci: add quirk property to add stm32 transfer mode

2019-02-25 Thread Ludovic BARRE
hi Russell & Ulf On 2/21/19 3:03 PM, Russell King - ARM Linux admin wrote: On Thu, Feb 21, 2019 at 02:38:36PM +0100, Ludovic BARRE wrote: hi Russell & Ulf On 2/21/19 11:30 AM, Russell King - ARM Linux admin wrote: On Thu, Feb 21, 2019 at 10:27:39AM +, Russell King - ARM Linux admin

Re: [PATCH 0/2] mmc: mmci: add quirk property to add stm32 transfer mode

2019-02-21 Thread Russell King - ARM Linux admin
On Thu, Feb 21, 2019 at 02:38:36PM +0100, Ludovic BARRE wrote: > hi Russell & Ulf > > On 2/21/19 11:30 AM, Russell King - ARM Linux admin wrote: > > On Thu, Feb 21, 2019 at 10:27:39AM +, Russell King - ARM Linux admin > > wrote: > > > On Thu, Feb 21, 2019 at 11:10:49AM +0100, Ludovic Barre

Re: [PATCH 0/2] mmc: mmci: add quirk property to add stm32 transfer mode

2019-02-21 Thread Ludovic BARRE
hi Russell & Ulf On 2/21/19 11:30 AM, Russell King - ARM Linux admin wrote: On Thu, Feb 21, 2019 at 10:27:39AM +, Russell King - ARM Linux admin wrote: On Thu, Feb 21, 2019 at 11:10:49AM +0100, Ludovic Barre wrote: From: Ludovic Barre This patch series introduces a bitmap of hardware

Re: [PATCH 0/2] mmc: mmci: add quirk property to add stm32 transfer mode

2019-02-21 Thread Russell King - ARM Linux admin
On Thu, Feb 21, 2019 at 10:27:39AM +, Russell King - ARM Linux admin wrote: > On Thu, Feb 21, 2019 at 11:10:49AM +0100, Ludovic Barre wrote: > > From: Ludovic Barre > > > > This patch series introduces a bitmap of hardware quirks that require > > some special action. This should reduce the

Re: [PATCH 0/2] mmc: mmci: add quirk property to add stm32 transfer mode

2019-02-21 Thread Russell King - ARM Linux admin
On Thu, Feb 21, 2019 at 11:10:49AM +0100, Ludovic Barre wrote: > From: Ludovic Barre > > This patch series introduces a bitmap of hardware quirks that require > some special action. This should reduce the number of boolean > into variant structure. > And adds quirk bit to define sdmmc specific

[PATCH 0/2] mmc: mmci: add quirk property to add stm32 transfer mode

2019-02-21 Thread Ludovic Barre
From: Ludovic Barre This patch series introduces a bitmap of hardware quirks that require some special action. This should reduce the number of boolean into variant structure. And adds quirk bit to define sdmmc specific transfer modes. Ludovic Barre (2): mmc: mmci: introduce a quirks