Re: [PATCH 1/5] mmc: core: Add support to read command queue parameters

2015-01-15 Thread Asutosh Das
On 1/15/2015 2:40 PM, Ulf Hansson wrote: On 2 December 2014 at 12:56, Sujit Reddy Thumma wrote: eMMC cards with EXT_CSD version >= 7, optionally support command queuing feature as defined by Jedec eMMC5.1. Add support for probing command queue feature for such type of cards. Signed-off-by: Suj

Re: [PATCH 1/5] mmc: core: Add support to read command queue parameters

2015-01-15 Thread Ulf Hansson
On 2 December 2014 at 12:56, Sujit Reddy Thumma wrote: > eMMC cards with EXT_CSD version >= 7, optionally support command > queuing feature as defined by Jedec eMMC5.1. Add support for probing > command queue feature for such type of cards. > > Signed-off-by: Sujit Reddy Thumma > Signed-off-by: A

Re: [PATCH 1/5] mmc: core: Add support to read command queue parameters

2014-12-04 Thread Dorfman, Konstantin
On 12/2/2014 3:56 AM, Sujit Reddy Thumma wrote: eMMC cards with EXT_CSD version >= 7, optionally support command queuing feature as defined by Jedec eMMC5.1. Add support for probing command queue feature for such type of cards. Signed-off-by: Sujit Reddy Thumma Signed-off-by: Asutosh Das ---

[PATCH 1/5] mmc: core: Add support to read command queue parameters

2014-12-02 Thread Sujit Reddy Thumma
eMMC cards with EXT_CSD version >= 7, optionally support command queuing feature as defined by Jedec eMMC5.1. Add support for probing command queue feature for such type of cards. Signed-off-by: Sujit Reddy Thumma Signed-off-by: Asutosh Das --- drivers/mmc/core/mmc.c | 15 +++ inc